/*CALCULATOR TEMPLATE*/

/*.calcInput {
    width: 100%;
    border: 1px solid #2c3555;
    background: #2c3555;
    color: white;
    height: 40px;
    font-size: 24px;
    font-weight: 200;
    padding: 4px 8px;
}
.calcInput:focus {
    border: 1px solid #0e817b !important;
    outline: none !important;
}
.selectable {
    cursor: pointer;
}
.resultsSection, .contactSection {
    display: none;
}
.pt-2rem {
    padding-top: 2rem;
}
.calculatorSection label {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #ffffff;
}
.calc-header {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #f6f6f8;
    margin-bottom: 32px;
}
.calc-header-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.Thanks-for-using-our {
    max-width: 352px;
    height: 32px;
    object-fit: contain;
    font-family: Roboto;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.Enter-some-brief-inf {
    max-width: 352px;
    height: 24px;
    object-fit: contain;
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 3rem;
}
.group {
    position: relative;
    margin-bottom: 45px;
}
.group input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    text-transform: none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-appearance: none!important;
    border-radius: 0 !important;
}
.group input:focus {
    outline: none;
}
.group label {
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    color: #FFF;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
    color: #e4eaed;
}
.group input:focus~label, .group input:valid~label {
    top: -20px;
    font-size: 12px;
    color: #FFF;
}
.group .bar {
    position: relative;
    display: block;
    width: 100%;
}
.group .bar:before {
    content: '';
    height: 1px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #0e817b;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    border: 0;
}
.bar:before {
    left: 0;
}
.group input:focus~.bar:before {
    width: 100%;
}
.group input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}
.We-will-send-you-new {
    max-width: 352px;
    object-fit: contain;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #e4eaed;
    padding-bottom: 32px;
}
.calc-btn {
    padding: 12px;
}
.checked {
    padding: 0rem 0 2rem 0;
    text-align: center;
}
.checked img {
    width: 40px;
    height: 42px;
    object-fit: contain;
}
.Desired-Real-Time-R {
    max-width: 352px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #ffffff;
    padding-bottom: 1rem;
}
.resultsBox {
    border: 1px solid #364ebf;
    background: #131a3d;
    margin-top: 40px;
    padding: 24px 16px 32px 16px;
    margin-bottom: 56px;
}
.Calculated-Accelerat {
    max-width: 296px;
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    color: #ffffff;
}
.days {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.25;
    text-align: center;
    color: #ffffff;
}*/

/*XL 1280 px, L 1024, M 768, S 320*/

/*600 px*/

/*@media only screen and (max-width:30rem) { 
    
    .detail-header {
        padding-top: 4rem;
    }
    .detail-landing-header {
        padding: 4rem 0rem;
    }
    .detail-header h1 {
        max-width: 346px;
        font-size: 28px;
        margin-bottom: 1rem;
        min-height: auto;
    }
    .detail-header p {
        max-width: 346px;
        font-size: 16px;
    }
    .offset-image-header .topImage img {
        position: absolute;
        right: 0;
        top: 4rem;
        max-width: 16rem;
        height: 21rem;
    }
    .offset-image-header .bottomImage img {
        top: 288px;
        width: 16rem;
        height: 10rem;
        right: 96px;
    }
    .detail-landing-header {
        min-height: 774px;
    }
    .accreditations-card{
        display: none;
    }
    .detail-landing-header:after {
        content: "";
        background-repeat: no-repeat;
    }
    .content-header h2 {
        font-size: 28px;
        max-width: 345px;
    }

    .landing-page-card-container .card-col:nth-child(even) {
        top: 0;
    }
    .landing-page-card-container .card {
        min-height: 290px;
        height: auto;
    }*/

/*}*/

/*
@media only screen and (max-width: 991px) and (min-width: 768px)  {
    #topNav{
        display: none;
    }
    #navbar{
        margin-top:0 !important;
    }
    .container {
        max-width: 991px;
    }
    #navbar{
        background-color:#FFF;
    }
    .inner-header {
        padding-top: 9rem;
        height: 75vh;
    }
    .header-text {
        max-width: 45rem;
    }
    .quality-standards p {
        max-width: 325px;
        height: 100%;
    }
    .quality-image {
        position: absolute;
        max-width: 58%;
        mix-blend-mode: multiply;
        right: 0;
        bottom: -72px;
    }
    .quality-container {
        padding-top: 3rem;
    }
    .button-spacer {
        margin-top: 3rem;
    }
    .card-meta .button-spacer{
        margin-top:1rem;
    }
    .card-container {
        padding-top: 9rem;
        padding-bottom: 5rem;
        background: url(/wp-content/uploads/2019/09/right@2x.png) right 4rem, no-repeat, url(/wp-content/uploads/2019/09/left@2x.png) left 17rem no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        background-size: 22rem auto;
    }
    .card-meta h4 {
        font-size: 16px;
        max-width: 384px;
    }

}*/

/*@media only screen and (max-width: 768px) and (min-width: 600px)  {
    #navbar{
        margin-top:0 !important;
    }
    .header-text {
        max-width: 21rem;
    }
    .pr-32 {
        padding-right: 16px !important;
    }
    .pl-32 {
        padding-left: 16px !important;
    }
    #topNav{
        display: none;
    }
    #navbar{
        background-color:#FFF;
    }
    .navbar .custom-logo-link img {
        width: 152px !important;
        height: 32px !importants;
    }
    .container {

    }
    .header-text h1{
        font-size: 32px;
    }
    .inner-header {
        padding-top: 9rem;
        height: 66vh;
    }
    .quality-image{
        display: none;
    }
    .quality-container {
        position: relative;
        padding-top: 3rem;
    }
    .quality-standards h2{
      max-width: 266px;
      height: 68px;
      font-size: 28px;
    }
    .quality-standards p{
        width: auto;
        height: auto;
        font-size: 16px;
    }
    .quality-standards img{
        margin-bottom: 24px;
    }
    .contact-us-inner {
        padding: 3rem 0rem !important;
    }
    .resource-cards .resource-card:nth-child(even) {
        top: 0rem;
    }
    .card-container {
        background: url(/wp-content/uploads/2019/09/right@2x.png) right 49rem, no-repeat, url(/wp-content/uploads/2019/09/left@2x.png) left 5rem no-repeat;
        background-size: 22rem auto;
        background-repeat: no-repeat;
    }
    .heavy-mt {
        margin-top: 2rem;
    }
    .card-meta h4 {
        font-size: 18px;
    }
    .testimonial {
        max-width: 320px;
        font-size: 1rem;
    }
    .owl-next {
        right: -.8rem;
    }
    .owl-prev {
        left: -.8rem;
    }
    .testimonial-container {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .resources-content {
        padding: 48px 16px;
    }
    .resources-content p {
        font-size: 16px;
        max-width: none;
    }
    body.home .contact-us-inner h2 {
        max-width: 320px;
    }


    .footer-list ul {
        list-style: none !important;
        text-align: right!important;
        margin-left: 0px!important;
        padding-left: 0px!important;
    }
    .footer-list ul li {
        display: block!important;
        padding: 1rem 0px!important;
        text-align: left!important;
    }
    .footer-logo img {
        margin-bottom: 1rem;
    }
    .bottom-footer li:last-child {
        display: block;
        margin-top: 8px;
    }
    footer hr {
        margin-top: 0rem;
        margin-bottom: 0rem;
        padding-bottom: 16px;
    }
    .bottom-footer ul li a img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
}*/

/*@media only screen and (max-width: 600px) and (min-width: 300px)  {
    #navbar{
        margin-top:0 !important;
    }
    .header-text {
        max-width: 21rem;
    }
    .pr-32 {
        padding-right: 16px !important;
    }
    .pl-32 {
        padding-left: 16px !important;
    }
    #topNav{
        display: none;
    }
    #navbar{
        background-color:#FFF;
    }
    .navbar .custom-logo-link img {
        width: 152px !important;
        height: 32px !importants;
    }
    .container {
        padding: 0 1rem;
    }
    .header-text h1{
        font-size: 32px;
    }
    .inner-header {
        padding-top: 8rem;
        height: 55vh;
    }
    .quality-image{
        display: none;
    }
    .quality-container {
        position: relative;
        padding-top: 3rem;
    }
    .quality-standards h2{
      max-width: 266px;
      height: 68px;
      font-size: 28px;
    }
    .quality-standards p{
        width: auto;
        height: auto;
        font-size: 16px;
    }
    .quality-standards img{
        margin-bottom: 24px;
    }
    .contact-us-inner {
        padding: 3rem 0rem !important;
    }
    .contact-us-inner h2{
        max-width: 340px;
        height: 68px !important;
        font-size: 28px !important;
    }
    .resource-cards .resource-card:nth-child(even) {
        top: 0rem;
    }
    .card-container {
        background: url(/wp-content/uploads/2019/09/right@2x.png) right 49rem, no-repeat, url(/wp-content/uploads/2019/09/left@2x.png) left 5rem no-repeat;
        background-size: 18rem auto;
        background-repeat: no-repeat;
    }
    .heavy-mt {
        margin-top: 2rem;
    }
    .card-meta h4 {
        font-size: 18px;
    }
    .testimonial {
        max-width: 320px;
        font-size: 1rem;
    }
    .owl-next {
        right: -.8rem;
    }
    .owl-prev {
        left: -.8rem;
    }
    .testimonial-container {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .resources-image{
        display: none;
    }
    .resource-image-mobile{
        display: block;
    }
    .resources-content {
        padding: 48px 16px;
    }
    .resources-content p {
        font-size: 16px;
        max-width: none;
    }
    body.home .contact-us-inner h2 {
        max-width: 320px;
    }
    .footer-list ul {
        list-style: none !important;
        text-align: right!important;
        margin-left: 0px!important;
        padding-left: 0px!important;
    }
    .footer-list ul li {
        display: block!important;
        padding: 1rem 0px!important;
        text-align: left!important;
    }
    .footer-logo img {
        margin-bottom: 1rem;
    }
    .bottom-footer li:last-child {
        display: block;
        margin-top: 8px;
    }
    footer hr {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
        padding-bottom: 16px !important;
    }
    .bottom-footer ul li a img {
        width: 40px !important;
        height: 40px !important;
    }

}*/

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait */

/*@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .header-text {
        max-width: 20rem;
    }
    .inner-header {
        height: 57vh !important;
        padding-top: 7rem !important;
    }
    body.home .card-container {
        background: url(/wp-content/uploads/2019/09/right@2x.png) right 41rem, no-repeat, url(/wp-content/uploads/2019/09/left@2x.png) left 5rem no-repeat !important;
        background-size: 18rem auto !important;
        background-repeat: no-repeat !important;
        background-color: #e8f1fb !important;
    }
    .contact-us-inner h2 {
        max-width: 340px !important;
    }
    .pr-32 {
        padding-right: 16px !important;
    }
    .pl-32 {
        padding-left: 16px !important;
    }
}
/* Landscape */

/*@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .pr-32 {
        padding-right: 16px !important;
    }
    .pl-32 {
        padding-left: 16px !important;
    }
    .header-text {
        max-width: 22rem;
    }
    #topNav{
        display: none;
    }
    #navbar{
        background-color:#FFF;
    }
    .navbar .custom-logo-link img {
        width: 152px !important;
        height: 32px !importants;
    }
    .container {
        padding: 0 1rem;
    }
    .header-text h1{
        font-size: 32px;
    }
    .inner-header {
        padding-top: 7rem;
        height: 109vh;
    }
    .quality-image{
        display: none;
    }
    .quality-container {
        position: relative;
        padding-top: 3rem;
    }
    .quality-standards h2{
      max-width: 266px;
      height: 68px;
      font-size: 28px;
    }
    .quality-standards p{
        width: auto;
        height: auto;
        font-size: 16px;
    }
    .quality-standards img{
        margin-bottom: 24px;
    }
    .contact-us-inner {
        padding: 3rem 0rem !important;
    }
    .contact-us-inner h2{
        max-width: 340px;
        height: 68px !important;
        font-size: 28px !important;
    }
    .resource-cards .resource-card:nth-child(even) {
        top: 0rem;
    }
    .card-container {
        background: url(/wp-content/uploads/2019/09/right@2x.png) right 47rem, no-repeat, url(/wp-content/uploads/2019/09/left@2x.png) left 5rem no-repeat;
        background-size: 23rem auto;
        background-repeat: no-repeat;
    }
    .heavy-mt {
        margin-top: 2rem;
    }
    .card-meta h4 {
        font-size: 18px;
    }
    .testimonial {
        max-width: 20rem;
        font-size: 1rem;
    }
    .owl-next {
        right: -.8rem;
    }
    .owl-prev {
        left: -.8rem;
    }
    .testimonial-container {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .resources-image{
        display: none;
    }
    .resource-image-mobile{
        display: block;
    }
    .resources-content {
        padding: 48px 16px;
    }
    .resources-content p {
        font-size: 16px;
        max-width: none;
    }
}*/

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait */

/*@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    .header-text {
        max-width: 20rem;
    }
    .inner-header {
        height: 57vh !important;
    }
    .card-container {
        background: url(/wp-content/uploads/2019/09/right@2x.png) right 37rem, no-repeat, url(/wp-content/uploads/2019/09/left@2x.png) left 5rem no-repeat !important;
        background-size: 18rem auto !important;
        background-repeat: no-repeat !important;
        background-color: #e8f1fb !important;;
    }
    .contact-us-inner h2 {
        max-width: 340px !important;
    }
    .pr-32 {
        padding-right: 16px !important;
    }
    .pl-32 {
        padding-left: 16px !important;
    }
}*/

/* Landscape */

/*@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .pr-32 {
        padding-right: 16px !important;
    }
    .pl-32 {
        padding-left: 16px !important;
    }
    .header-text {
        max-width: 22rem;
    }
    #topNav{
        display: none;
    }
    #navbar{
        background-color:#FFF;
    }
    .navbar .custom-logo-link img {
        width: 152px !important;
        height: 32px !importants;
    }
    .container {
        padding: 0 1rem;
    }
    .header-text h1{
        font-size: 32px;
    }
    .inner-header {
        padding-top: 7rem;
        height: 109vh;
    }
    .quality-image{
        display: none;
    }
    .quality-container {
        position: relative;
        padding-top: 3rem;
    }
    .quality-standards h2{
      max-width: 266px;
      height: 68px;
      font-size: 28px;
    }
    .quality-standards p{
        width: auto;
        height: auto;
        font-size: 16px;
    }
    .quality-standards img{
        margin-bottom: 24px;
    }
    .contact-us-inner {
        padding: 3rem 0rem !important;
    }
    .contact-us-inner h2{
        max-width: 340px;
        height: 68px !important;
        font-size: 28px !important;
    }
    .resource-cards .resource-card:nth-child(even) {
        top: 0rem;
    }
    .card-container {
        background: url(/wp-content/uploads/2019/09/right@2x.png) right 47rem, no-repeat, url(/wp-content/uploads/2019/09/left@2x.png) left 5rem no-repeat;
        background-size: 23rem auto;
        background-repeat: no-repeat;
    }
    .heavy-mt {
        margin-top: 2rem;
    }
    .card-meta h4 {
        font-size: 18px;
    }
    .testimonial {
        max-width: 20rem;
        font-size: 1rem;
    }
    .owl-next {
        right: -.8rem;
    }
    .owl-prev {
        left: -.8rem;
    }
    .testimonial-container {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .resources-image{
        display: none;
    }
    .resource-image-mobile{
        display: block;
    }
    .resources-content {
        padding: 48px 16px;
    }
    .resources-content p {
        font-size: 16px;
        max-width: none;
    }
}*/

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/*PORTRAIT*/

/*@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .pr-32 {
        padding-right: 16px !important;
    }
    .pl-32 {
        padding-left: 16px !important;
    }
    #topNav{
        display: none;
    }
    #navbar{
        background-color:#FFF;
    }
    .navbar .custom-logo-link img {
        width: 152px !important;
        height: 32px !importants;
    }
    .container {
        padding: 0 1rem;
    }
    .header-text h1{
        font-size: 32px;
    }
    .inner-header {
        padding-top: 6rem;
        height: 64vh;
    }
    .quality-image{
        display: none;
    }
    .quality-container {
        position: relative;
        padding-top: 3rem;
    }
    .quality-standards h2{
      max-width: 266px;
      height: 68px;
      font-size: 28px;
    }
    .quality-standards p{
        width: auto;
        height: auto;
        font-size: 16px;
    }
    .quality-standards img{
        margin-bottom: 24px;
    }
    .contact-us-inner {
        padding: 3rem 0rem !important;
    }
    .contact-us-inner h2{
        max-width: 340px;
        height: 68px !important;
        font-size: 28px !important;
    }
    .resource-cards .resource-card:nth-child(even) {
        top: 0rem;
    }
    .card-container {
        background: url(/wp-content/uploads/2019/09/right@2x.png) right 33rem, no-repeat, url(/wp-content/uploads/2019/09/left@2x.png) left 5rem no-repeat;
        background-size: 18rem auto;
        background-repeat: no-repeat;
    }
    .heavy-mt {
        margin-top: 2rem;
    }
    .card-meta h4 {
        font-size: 18px;
    }
    .testimonial {
        max-width: 237px;
        font-size: 1rem;
    }
    .owl-next {
        right: -.8rem;
    }
    .owl-prev {
        left: -.8rem;
    }
    .testimonial-container {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .resources-image{
        display: none;
    }
    .resource-image-mobile{
        display: block;
    }
    .resources-content {
        padding: 48px 16px;
    }
    .resources-content p {
        font-size: 16px;
        max-width: none;
    }
}*/

/*LANDSCAPE*/

/*@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .pr-32 {
        padding-right: 16px !important;
    }
    .pl-32 {
        padding-left: 16px !important;
    }
    .header-text {
        max-width: 352px;
    }
    #topNav{
        display: none;
    }
    #navbar{
        background-color:#FFF;
    }
    .navbar .custom-logo-link img {
        width: 152px !important;
        height: 32px !importants;
    }
    .container {
        padding: 0 1rem;
    }
    .header-text h1{
        font-size: 32px;
    }
    .inner-header {
        padding-top: 6rem;
        height: 119vh;
    }
    .quality-image{
        display: none;
    }
    .quality-container {
        position: relative;
        padding-top: 3rem;
    }
    .quality-standards h2{
      max-width: 266px;
      height: 68px;
      font-size: 28px;
    }
    .quality-standards p{
        width: auto;
        height: auto;
        font-size: 16px;
    }
    .quality-standards img{
        margin-bottom: 24px;
    }
    .contact-us-inner {
        padding: 3rem 0rem !important;
    }
    .contact-us-inner h2{
        max-width: 340px;
        height: 68px !important;
        font-size: 28px !important;
    }
    .resource-cards .resource-card:nth-child(even) {
        top: 0rem;
    }
    .card-container {
        background: url(/wp-content/uploads/2019/09/right@2x.png) right 33rem, no-repeat, url(/wp-content/uploads/2019/09/left@2x.png) left 5rem no-repeat;
        background-size: 18rem auto;
        background-repeat: no-repeat;
    }
    .heavy-mt {
        margin-top: 2rem;
    }
    .card-meta h4 {
        font-size: 18px;
    }
    .testimonial {
        max-width: 237px;
        font-size: 1rem;
    }
    .owl-next {
        right: -.8rem;
    }
    .owl-prev {
        left: -.8rem;
    }
    .testimonial-container {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .resources-image{
        display: none;
    }
    .resource-image-mobile{
        display: block;
    }
    .resources-content {
        padding: 48px 16px;
    }
    .resources-content p {
        font-size: 16px;
        max-width: none;
    }
}*/

/* ----------- iPhone X ----------- */

/* Portrait */

/*@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .inner-header {
        height: 50vh !important;
        padding-top: 7rem;
    }
    #navbar{
        margin-top:0 !important;
    }
}*/

/* Landscape */

/*
Theme Name: WestPak
Theme URI: https://westpak.com
Template: understrap
Author: 
Author URI: 
Description: Custom Theme for WestPak
Tags: one-column,custom-menu,featured-images,theme-options,translation-ready
Version: 0.9.6.1569463902
Updated: 2023-04-06 02:09:59

*/
img {
	max-width: 100%;
}

.leadership-image-row figure {
	margin-right: 16px;
}
