.ja-icons-contact-row {
    display: flex;
    margin-bottom: 0.8rem;
    grid-gap: 1rem;
}
.ja-social-contact-link-item {
    display: flex;
    grid-gap: 6px;
    align-items: center;
}
p.ja-social-contact-link-text {
    background: white;
    padding: 0.2rem 0.5rem 0.2rem 1rem;
    border: 1px solid #00385d;
    border-radius: 5px;
    color: #00385d;
    display: flex;
    align-items: center;
    grid-gap: 1rem;
}
button.ja-social-copy-icon {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}
/* Fresh Careers Page -------------------------------------------------- */
.ja-careers-heading-container {
    background-image: url(/wp-content/uploads/2022/12/careers-hero-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ja-careers-heading-inner {
    padding: 5% 1rem 14%;
}

.ja-careers-listings-container {
    padding: 5% 1rem;
}
h3.ja-careers-heading-top-title {
    color: #F16825;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 34px;
}
h1.ja-careers-heading-title {
    color: #041B2B;
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
    max-width: 10ch;
    margin-bottom: 1rem;
}
h2.ja-careers-heading-sub-title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #041B2B;
    max-width: 29ch;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}
a.careers-btn {
    background: #00385D;
    padding: 0.9rem 2rem;
    border-radius: 4px;
    color: white;
    white-space: nowrap;
    text-transform: capitalize;
    font-weight: 500;
}
a.careers-btn:hover,
a.careers-btn:focus {
    background: #12508B;
    color: white !Important;
}
h3.ja-careers-listings-title {
    color: #00385D;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 3rem;
}
.ja-careers-listings-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
}
.ja-careers-listing-card {
    border: 1px solid #C8CCCD;
    border-radius: 22px;
    background: white;
    padding: 3rem;
    box-shadow: 0 3px 30px 0 #00000012;
}
.ja-careers-listing-card h3 {
    font-weight: 500;
    font-size: 2rem;
    text-transform: capitalize;
    line-height: 2.6rem;
    margin-bottom: 1rem;
}
span.ja-careers-badge-hours {
    background: #00385D;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    color: white;
}
.ja-careers-card-badges {
    display: flex;
    align-items: center;
    grid-gap: .5rem;
    margin-bottom: 1rem;
}
span.ja-careers-badge-department {
    background: #12508B;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    color: white;
}
h3.ja-careers-location {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.ja-careers-description p {
    color: #485959 !important;
    line-height: 1.5rem !important;
    font-size: .9rem !important;
}
.ja-careers-description {
    margin-bottom: 1em !important;
}
.ja-careers-card-buttons-row {
    display: flex;
    grid-gap: 1rem;
    align-items: center;
    justify-content: center;
}
a.ja-careers-secondary {
    border: 1px solid #00385D;
    padding: 1rem 2rem;
    border-radius: 5px;
    color: #00385D;
    font-weight: 500;
    flex-basis: 50%;
    text-align: center;
}
a.ja-careers-primary {
    border: 1px solid #F27000;
    background: #F27000;
    padding: 1rem 2rem;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    flex-basis: 50%;
    text-align: center;
}
a.ja-careers-primary:hover {
    color: #F27000;
    background: white;
}

a.ja-careers-secondary:hover {
    background: #00385D;
    color: white;
}

.limitclamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ja-careers-anywhere-container {
    background: #F7F7F7;
    margin-top: -171px;
    padding-top: 141px;
}
.ja-careers-anywhere-inner {
    padding: 5% 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 2rem;
}
h3.ja-careers-listings-title.left {
    text-align: left;
    max-width: 18ch;
    margin-bottom: 2rem;
}
p.ja-careers-anywhere-p {
    color: #041B2B;
    line-height: 1.8rem;
}
.ja-careers-cta-fresh-container {
    background-image: url(/wp-content/uploads/2022/12/young-man-arms-outstretched-by-sea-sunrise-enjoying-freedom-life-people-travel-wellbeing-concept-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ja-careers-juicy-footer-cta-container {
    background: rgb(241,104,37);
    background: linear-gradient(42deg, rgba(241,104,37,1) 0%, rgba(255,173,18,1) 100%);
}

img.footer-icon-social {
    width: 100%;
    max-width: 18px !important;
}

.ja-careers-cta-fresh,
.ja-careers-juicy-footer-cta {
    padding: 5% 1rem;
}
.ja-careers-cta-boday {
    max-width: 548px;
    margin-left: 37%;
}
h3.ja-careers-cta-fresh-h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 3.4rem;
}
a.ja-careers-secondary {
    display: block;
}
.ja-careers-juicy-footer-cta.innerwrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    grid-gap: 1rem;
}
h3.ja-careers-juicy-footer-cta-left-h3 {
    color: white;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
p.ja-careers-juicy-footer-cta-left-p {
    color: white;
    font-size: 1.3rem;
}

a.ja-careers-footer-join-now {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: white;
    border-radius: 4px;
    padding: 1rem;
    color: #00385D;
    font-weight: 600;
}

a.ja-careers-footer-join-now:hover {
    background: #00385D;
    color: white;
}
.ja-careers-listing-card.career-page {
    border: none;
    box-shadow: none;
    padding: 2rem;
    border-radius: 0;
}

.ja-pag-container.ja-careers {
    display: block;
    padding: 2rem;
    margin: 0 1rem 0 0;
    float: right;
}
span.ja-careers-badge-location {
    background: #ff960a;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    color: white;
}
.ja-careers-apply-now {
    border-top: 1px solid #00385d;
    padding-top: 1rem;
}

.ja-careers-lisitng-header .ja-careers-card-badges {
    justify-content: center;
}
.ja-careers-card-details.career-page .at-share-btn-elements {
    display: none !important;
}
.ja-careers-lisitng-header {
    border-bottom: 1px solid;
    padding-bottom: 1rem;
    text-align: center;
}
span.timeline-event-more-text p {
    font-size: 1rem;
    margin-left: 64px;
    line-height: 1.8rem;
    margin-bottom: 4rem;
}

img.ja-fresh-home-brands-logo-img {
    width: 183px;
    height: 100%;
}

    /* Team member single page ---------------------------------------------- */
.ja-team-overflow-x {
    max-height: 23vh;
    overflow-x: hidden;
}
.ja-team-col-blog,
.ja-team-col-share {
    max-height: 64vh;
    overflow-x: hidden;
    border-bottom: 1px solid #f1f1f1;
}

.ja-team-sharelink-container .embed-container iframe {
    max-width: 380px;
}

.ja-team-row {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 1em;
}
.ja-team-photo img {
    object-fit: cover;
    width: 100%;
    height: 275px;
}
.ja-team-bio-section,
.ja-team-col-blog,
.ja-team-col-share,
.ja-team-col-second-bottom {
    padding: 2rem;
}
.ja-team-socials {
    margin-bottom: 1rem;
}
.ja-social-media-links-row {
    display: flex;
    grid-gap: 1rem;
    align-items: center;
}
.ja-social-media-link-item img {
    height: 16px;
}
.ja-team-bio-section-contact-row {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    margin-bottom: 0.8rem;
}
.ja-team-bio {
    margin-bottom: 2rem !important;
}
h2.ja-team-h2-title {
    font-weight: 700;
    color: #00385D;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 1.5rem;
}
.ja-team-bio p {
    margin-bottom: 1rem;
    font-size: 14px;
    color: #041B2B;
    line-height: 1.3rem;
}
span.event-team-name {
    font-weight: 600;
    color: #00385D;
    font-size: 16px !IMPORTANT;
    display: block;
}
td.team-event-name-location {
    font-size: 13px;
    color: grey;
}
table.ja-team-schedule-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.5rem;
}
.ja-team-schedule-table td {
    background: white;
    padding: 0.5rem;
}
.ja-team-schedule-table td:first-child,
.ja-team-schedule-table td:last-child {
    border-radius: 0 5px 5px 0;
}
.ja-team-bio-section .at-share-btn-elements {
    display: none !Important;
}
td.team-event-date {
    font-size: 13px;
    color: grey;
}
a.btn-team-primary {
    background: #ff960a;
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: .9rem;
    white-space: nowrap;
}
a.btn-team-primary:hover,
a.btn-team-primary:focus {
    background: #ff700a;
    color: white !important;
}
h2.ja-team-name-h2 {
    font-size: 30px;
    font-weight: 600;
    color: #00385D;
}
.bg-grey {
    background: #f7f7f7;
}
.ja-team-col-second-top {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 1em;
}

.ja-team-col-second {
    grid-gap: 1em;
    display: grid;
}

.ja-team-blog-container .at-share-btn-elements {
    display: none !Important;
}

.ja-team-blog-inner {
    display: grid;
    grid-template-columns: 250px auto;
    grid-gap: 1rem;
    margin-bottom: 2rem;
}
p.ja-team-blog-cat {
    text-transform: uppercase;
    color: #adadad;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .05rem;
    margin-bottom: 0.3rem;
}
h4.ja-team-blog-title a {
    font-size: 16px !IMPORTANT;
    font-weight: 600;
    color: #1b1b2b !important;
    line-height: 1.5rem;
    margin-bottom: 0.3rem;
}

.ja-team-blog-img img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
span.ja-team-blog-text {
    font-size: 14px;
    line-height: 22px;
}
h4.ja-team-blog-title {
    max-width: 43ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.embed-container {
    margin-bottom: 1rem;
}
.ja-team-blog-body {
    padding-right: 1rem;
}
.row.ja-testimonial-row {
    max-width: 1319px;
}
.ja-team-gallery-image img {
    height: 190px;
    object-fit: cover;
    padding-right: 1rem;
}
.ja-team-gallery-image .owl-next {
    right: -32px !important;
}

/* width */
::-webkit-scrollbar {
    width: 9px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    margin-top: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b5b5b5;
    border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Ethical hacker page -------------------------------------------------- */

.ja-hacker-header {
    background-image: url('/wp-content/uploads/2022/11/orange-carpet.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center;
}
.ja-hacker-header-inner {
    padding: 9rem 1rem 12rem;
}
h1.ja-hacker-header-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 4rem;
    color: #072438;
}
h2.ja-hacker-subtitle {
    text-transform: uppercase;
    color: #ff960a;
    font-size: 2rem;
    font-weight: 600;
}
.ja-hacker-bg-grey {
    background: #f7f7f7;
}
.ja-hacker-list {
    padding: 3rem 1rem;
}
.ja-hacker-list-image img {
    border-radius: 50%;
    border: 5px solid #ff960a;
    object-fit: cover;
    height: auto;
    width: 180px;
}
.ja-hacker-list-item {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
}
/* about page timeline --------------------------------------------------- */
.greyBlock {
    background: #f7f7f7;
}
h4.timeline-super-title {
    padding-top: 0 !important;
    text-align: right !important;
    font-size: 1.5rem;
    font-weight: 600;
}
h1.time-line-title {
    text-align: right !important;
    font-size: 5rem;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 5rem;
    color: #072438;
}
.p-2 {
    padding: 2rem;
}
.border-left-orange {
    border-left: 2px solid orange;
    margin-left: 2rem;
}
.timeline-event-top {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
}
p.timeline-year {
    font-weight: 800;
    font-size: 2rem;
    color: #f68000;
}
h3.timeline-event-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #072438;
    margin-left: 64px;
    margin-bottom: 1rem;
}
.timeline-event {
    margin-left: -56px;
}
.p-0 {
    padding: 0 !important;
}
.innerwrap.clear.p-0 {
    padding: 0 !important;
}
.pt-4 {
    padding-top: 4rem;
}


/* Fresh Homepage -------------------------------------------------------- */
.ja-fresh-home-header-container {
    background: url(/wp-content/uploads/2022/09/heroback.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.ja-fresh-home-header-row {
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    align-items: center;
    grid-gap: 1rem;
    max-width: 1350px;
    justify-content: center;
    margin: 0 auto;
    padding: 2rem 1rem 0 1rem;
}
.ja-fresh-home-col-left {
    z-index: 999;
    margin-top: -5rem;
}
p.ja-fresh-home-hastag {
    color: #FFAD12;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    letter-spacing: .05rem;
}
h1.ja-fresh-home-heading {
    text-transform: uppercase;
    color: white;
    font-weight: 800;
    letter-spacing: .3rem;
    font-size: 3rem;
    margin-bottom: 1rem;
}
h2.ja-fresh-home-subtitle {
    color: white;
    font-size: 1.7rem;
    margin-bottom: 2rem;
    line-height: 2.8rem;
    max-width: 34ch;
}
.ja-fresh-home-btn-primary {
    background: #F27000;
    border-radius: 3px;
    padding: 1rem;
    font-weight: 500;
    color: white;
    text-align: center;
    transition-duration: 0.4s;
    overflow: hidden;
}
.ja-fresh-home-btn-primary:hover,
.ja-fresh-home-btn-primary:focus {
    background: #ffffff;
    color: #00385c;
}
.ja-fresh-home-link {
    color: white;
    margin-left: 2rem;
    border-bottom: 1px solid;
}
.ja-fresh-home-link:hover,
.ja-fresh-home-link:focus {
    color: #ffffffad;
}
img.ja-fresh-home-orange-slice {
    position: absolute;
}
.ja-fresh-home-header-second-row {
    display: flex;
    position: relative;
    padding: 1rem 0 5rem;
}
img.ja-fresh-home-orange-slice {
    position: absolute;
    height: 665px;
    bottom: -162px;
    width: auto;
}
.ja-fresh-home-why-juicy {
    color: white;
    margin: 0 auto;
}
h3.ja-fresh-home-why-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 1rem;
}
p.ja-fresh-home-why-description {
    font-size: 1.2rem;
    line-height: 2rem;
    max-width: 40ch;
}
.ja-fresh-home-services-row {
    max-width: 1350px;
    margin: 0 auto;
    padding: 4rem 1rem;
}
.ja-fresh-home-services-row {
    max-width: 1350px;
    margin: 0 auto;
    padding: 10rem 1rem 6rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}
.ja-fresh-home-services-card {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
}
h4.ja-fresh-home-services-card-title {
    color: #00385D;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
p.ja-fresh-home-services-card-text {
    line-height: 1.6rem;
    font-size: .9rem;
    color: #00385D;
    max-width: 31ch;
}
.ja-fresh-home-change-container {
    background: url(/wp-content/uploads/2022/09/heroback-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.ja-fresh-home-change-row {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
}
h4.ja-fresh-home-change-top {
    color: #F27000;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
h2.ja-fresh-home-change-title {
    font-size: 5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}
ul.ja-fresh-home-change-list {
    color: white;
    list-style: disc;
    list-style-position: inside;
    line-height: 3rem;
    font-size: 1.5rem;
}
.ja-fresh-home-brands-container {
    max-width: 1366px;
    margin: 0 auto;
    padding: 4rem 1rem 8rem;
}
h3.ja-fresh-home-subtitle {
    font-size: 27px;
    color: #00385D;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.8rem;
}
.ja-fresh-home-brands-row {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 3rem;
    align-items: center;
    justify-content: space-around;
    max-width: 1366px;
    margin: 0 auto;
}
.ja-fresh-home-adtypes-container {
    display: flex;
    align-items: flex-start;
    background: rgb(247,247,247);
    background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
}
.ja-fresh-home-adtypes-row {
    max-width: 1350px;
    margin: 0 auto;
    padding: 4rem 1rem;
}
.ja-fresh-home-adtypes-col-center {
    text-align: center;
    max-width: 42ch;
    margin: 0 auto;
}
p.ja-fresh-home-subtitle-text {
    color: #00385D;
    font-size: 18px;
    line-height: 2rem;
}

.ja-fresh-home-adtypes-col-right,
.ja-fresh-home-adtypes-col-left {
    margin-top: -92px;
}

.ja-fresh-home-pub-advers-container {
    background: url(/wp-content/uploads/2022/09/juicy-ad-layout-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.ja-fresh-home-pub-advers-row {
    max-width: 1350px;
    margin: 0 auto;
    padding: 7rem 1rem 4rem;
}
.ja-fresh-home-pub-advers-col {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 2rem;
}

.ja-fresh-home-pub-advers-button {
    margin-top: 3rem;
}
.ja-fresh-home-pub-advers-button .ja-fresh-home-btn-secondary {
    background: white;
}
.ja-fresh-home-pub-advers-button .ja-fresh-home-btn-secondary:hover,
.ja-fresh-home-pub-advers-button .ja-fresh-home-btn-secondary:focus {
    background: #00385D;
    color: white;
    border-color: #00385D;
}
.ja-fresh-home-pub-card {
    background: url(/wp-content/uploads/2022/09/ad-about-oranage-sq_left-4.png);
    border-radius: 10px;
    padding: 4rem 6rem;
    background-size: cover;
    box-shadow: 0 0 17px #00000057;
    height: 423px;
}
.ja-fresh-home-pub-card-header {
    display: flex;
    grid-gap: 1rem;
    align-items: center;
    color: white;
}
h2.ja-frsh-home-pub-card-title {
    font-size: 2.3rem;
    text-transform: uppercase;
    font-weight: 700;
}
img.ja-fresh-home-pub-card-icon {
    height: 63px;
    width: auto;
}
p.ja-fresh-home-pub-card-h2 {
    font-weight: 600;
}
hr.ja-fresh-home-pub-line {
    width: 80%;
    margin: 2rem;
    box-shadow: none !IMPORTANT;
    border: 1px solid #ffffff82;
}
ul.ja-fresh-home-pub-list {
    font-size: 1rem;
    color: white;
    line-height: 2rem;
    text-align: center;
    list-style-position: inside;
}
ul.ja-fresh-home-pub-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0.5rem;
}

ul.ja-fresh-home-pub-list li img {
    width: 13px;
}
.ja-fresh-home-testimonials-row {
    max-width: 1350px;
    margin: 0 auto;
    padding: 4rem 1rem 0;
    position: relative;
}
p.ja-fresh-home-testimonials-text {
    color: #00385D;
    font-size: 18px;
    line-height: 2rem;
    text-align: center;
    max-width: 35ch;
    margin: 0 auto;
}
p.ja-fresh-home-testimonials-text:before {
    content: url(/wp-content/uploads/2022/09/big-quotess.png);
    position: absolute;
    top: 85px;
    z-index: -999;
    left: 255px;
}
img.ja-fresh-home-lifestyle-banner-art {
    width: 100%;
    height: auto;
}
.ja-fresh-home-lifestyle-row  {
    max-width: 1350px;
    margin: 0 auto;
    padding: 4rem 1rem;
}
.ja-fresh-home-btn-secondary {
    background: transparent;
    border: 2px solid;
    padding: 1rem 2rem;
    color: #00385D;
    border-radius: 4px;
    display: block;
    text-align: center;
    width: 250px;
    margin: 0 auto;
}
.pb-0 {
    padding-bottom: 0 !important;
}

.ja-fresh-home-btn-secondary:hover,
.ja-fresh-home-btn-secondary:focus {
   background-color: #00385D;
    color: white;
    border-color:  #00385D;
}
img.ja-fresh-home-blog-banner-art {
    width: 100%;
    height: auto;
}
.ja-fresh-home-blog-row  {
    max-width: 1350px;
    margin: 0 auto;
    padding: 4rem 1rem;
}

.ja-fresh-home-footer-cta-container {
    background: rgb(241,104,37);
    background: linear-gradient(60deg, rgba(241,104,37,1) 0%, rgba(255,173,18,1) 100%);
}
.ja-fresh-home-footer-cta-row {
    max-width: 1350px;
    margin: 0 auto;
    padding: 4rem 1rem 6rem;
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}
h3.ja-fresh-home-footer-cta-title {
    color: white;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    margin-bottom: 1rem;
}
p.ja-fresh-home-footer-cta-subtitle {
    color: white;
    font-size: 1.2rem;
}
.ja-fresh-home-btn-light {
    color: #00385D;
    margin: 0 auto;
    display: block;
    width: 250px;
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 4px;
    font-weight: 500;
    background: white;
}
.ja-fresh-home-btn-light:hover,
.ja-fresh-home-btn-light:focus {
    background: #00385D;
    color: white;
}

/*Ad Types page */
section.ja-adtypes-header-container {
    background-image: url(https://staging.juicyads.com/wp-content/uploads/2022/08/heroback.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ja-adtypes-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: 0 auto;
    padding: 2rem 0;
    align-content: center;
}

.ja-adytpes-header-inner-wrapper {
    max-width: 1215px;
    margin: 0 auto;
}

.ja-adtypes-hero-content {
    display: grid;
    align-items: center;
    padding: 4rem 1rem;
    grid-template-columns: 1.5fr 2fr;
}
h1.ja-adtypes-hero {
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    letter-spacing: .1rem;
}

h2.ja-adtypes-hero-h2 {
    color: white;
    font-size: 1.3rem;
    line-height: 2.5rem;
}



.ja-new-archive-container {
    display: flex;
    border: 1px solid orange;
    border-radius: 3px;
    margin-bottom: 2rem;
    padding: 1rem;
}
.ja-new-archive-image img {
    width: 256px;
    height: 169px;
    object-fit: cover;
}

.ja-new-archive-image {
    width: 256px;
    border: 1px solid lightgray;
    padding: 10px;
    margin-right: 1rem;
}
h3.ja-new-archive-entry-title a {
    color: #333 !important;
    font-size: 18px !IMPORTANT;
    text-transform: uppercase;
}
.ja-new-archive-entry-content p {
    color: grey;
    font-size: 14px;
    line-height: 1.3rem;
}

.ja-archive-title {
    padding-top: 1rem;
    margin-bottom: -50px;
}

/* Tabs --------------------------------------------- */
/* Style the tab */
.typetab {
    float: left;
    width: 42%;
}

/* Style the buttons that are used to open the tab content */
.typetab button {
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Montserrat', sans-serif;
    background: none;
    font-size: 1.1rem;
    color: #00385D;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
    letter-spacing: .05rem;
}

/* Change background color of buttons on hover */
.typetab button:hover,
.typetab button:focus,
.typetab button:active {
    background-color: #00385D;
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 7px #c5c5c5a3;
}

/* Create an active/current "tab button" class */
.typetab button.active {
    background-color: #00385D;
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 7px #c5c5c5a3;
}
span.ja-adtypes-tab-title.active {
    color: white;
}

span.ja-adtypes-tab-title:hover,
span.ja-adtypes-tab-title:focus,
span.ja-adtypes-tab-title:active
{
    color: white;
}

/* Style the tab content */
.typetabcontent {
    float: left;
    padding: 4rem 1rem 2rem;
    width: 58%;
    border-left: none;
}

span.ja-adtypes-tab-description {
    line-height: 1.3rem;
    display: block;
    font-weight: 400;
    text-transform: none;
    font-size: .9rem;
    margin-top: 1rem;
}
img.ja-adtypes-onscreen-img {
    max-width: 100%;
    margin: 0 auto;
}

.ja-adtypes-tabs-pagination-links ul {
    background: #f7f7f7;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 3rem auto 0;
    border-radius: 4px;
    color: #959595;
}

.ja-adtypes-tabs-pagination-links ul a {
    color: #bbbbbb;
}

span.pagination-active {
    color: #015084;
    font-weight: 600;
}

button.ja-page-link {
    background: transparent;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    cursor: pointer;
}

.ja-adtypes-tab-page-dots ul {
    display: flex;
    grid-gap: 0.2rem;
    justify-content: center;
    margin: 1rem;
}

/* Ad Sizes section ------------------------------------ */
h2.ja-adtypes-ad-sizes-title {
    font-size: 2rem;
    font-weight: 700;
    color: #00385D;
    text-align: center;
    border-top: 1px solid #f1f3f4;
    padding: 2rem 1rem 1rem;
}

p.ja-adtypes-ad-sizes-description {
    font-size: 1.2rem;
    color: #00385D;
    text-align: center;
    line-height: 1.9rem;
    font-weight: 500;
    max-width: 50ch;
    display: flex;
    margin: 0 auto;
}
.ja-adtypes-ad-sizes {
    margin: 0 auto  3rem;
}
.ja-ad-sizes-tab-container {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    align-items: flex-start;
}
h3.ja-ad-sizes-tab-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #00385D;
    margin: 1rem 0;
}

button.adsizetablinks {
    background: transparent;
    border: 0;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    margin-left: -0.3rem;
}

.adsizetab {
    display: flex;
    flex-direction: column;
}

button.adsizetablinks:hover,
button.adsizetablinks:focus,
button.adsizetablinks.active {
    background: #F6F6F6;
    padding: .5rem;
    border-radius: 4px;
}

button.adsizetablinks.active {
    background: #F6F6F6;
    padding: .5rem;
    border-radius: 4px;
    font-weight: 600;
}
.ja-ad-sizes-tab-content {
    text-align: center;
    margin-top: 2rem;
}

img.ja-adsize-onscreen-img {
    margin: 0 auto -3rem;
}

h4.ja-ad-size-underimage-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #284b8a;
}

.footerbanner-container {
    background: rgb(241,104,37);
    background: linear-gradient(65deg, rgba(241,104,37,1) 0%, rgba(255,150,10,1) 100%);
}

.footerbanner-inner {
    display: flex;
    grid-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 0;
}

h2.footerbanner-title {
    color: white;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom: 1rem;
}
p.footerbanner-subtitle {
    color: white;
    font-size: 1.2rem;
}
a.footerbanner-btn {
    font-weight: 600;
    background: white;
    color: #0e2238;
    padding: 1rem;
    border-radius: 4px;
    display: block;
    text-align: center;
}
.footerbanner-button {
    flex-basis: 33%;
}

a.footerbanner-btn:hover,
a.footerbanner-btn:focus {
    background: #ffffffab;
    color: #0e22387d;
}
.last-tabcontent {
    height: 50px;
}
.ja-fresh-home-blog-featured-top-article {
    margin-top: -180px;
}
.ja-fresh-home-blog-card {
    display: grid;
    grid-template-columns: 20% 80%;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 1px;
    box-shadow: 0 0 13px #00000024;
}
.ja-fresh-home-blog-card-col-right {
    padding: 1rem 2rem 1rem 1rem;
    background: white;
}
.ja-fresh-home-blog-card-col-left img {
    height: 100%;
    object-fit: cover;
}
p.ja-fresh-home-blog-card-featured-title {
    text-transform: uppercase;
    color: darkgrey;
    letter-spacing: .08rem;
    margin-bottom: 0.4rem;
    font-weight: 600;
    font-size: .8rem;
}
h3.ja-fresh-home-blog-card-title{
    margin-bottom: 0.5rem;
}
h3.ja-fresh-home-blog-card-title a {
    font-size: 1.2rem;
    font-weight: 700;
    color: black !important;
}
.ja-fresh-home-blog-card-col-right p {
    font-size: .9rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
}
.ja-fresh-home-blog-second-row {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 3rem;
    margin: 5rem 0 4rem;
}
.ja-fresh-home-blog-card-second-row {
    display: grid;
    grid-template-columns: 40% 61%;
    align-items: center;
    grid-gap: 1rem;
    margin-bottom: 1rem;
}
img.ja-fresh-home-blog-card-img-second-row {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    float: right;
}
h3.ja-fresh-home-blog-card-title-second-row a {
    color: black;
    font-size: 1rem;
    font-weight: 700;
}
h3.ja-fresh-home-blog-card-title-second-row {
    margin-bottom: 0.5rem;
}
p.ja-fresh-home-blog-card-date-second-row {
    color: grey;
    font-size: .9rem;
    letter-spacing: .05rem;
}
.ja-fresh-home-lifestyle-post-card {
    display: flex;
    grid-gap: 1rem;
    align-items: center;
}
.ja-fresh-home-lifestyle-post-row {
    display: flex;
    align-items: flex-start;
    grid-gap: 4rem;
    padding: 4rem 0;
    justify-content: center;
}
img.ja-fresh-home-lifestyle-post-card-img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 10px;
}
p.ja-fresh-home-lifestyle-post-card-date {
    text-transform: uppercase;
    font-size: .8rem;
    color: #676767;
    font-weight: 500;
    margin-bottom: 0.2rem;
    letter-spacing: .02rem;
}
h3.ja-fresh-home-lifestyle-post-card-title a {
    color: black;
    font-weight: 700;
}
.tesimonial-card img {
    height: 63px;
    width: auto;
    margin: 0 auto .5rem;
}
h6.testimonial-card-name {
    text-align: center;
    margin-bottom: 1rem;
    font-size: .8rem;
    font-style: italic;
}
section.ja-testimonials {
    margin-top: -78px;
}

.ja-fresh-home-featured-container {
    grid-gap: 1rem;
    justify-content: center;
    margin: 0 auto;
    padding: 2rem 1rem 6rem 1rem;
}

.ja-fresh-home-featrued-row {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 3rem;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

img.ja-fresh-home-featured-logo-img {
    max-height: 47px;
    opacity: .8;
    text-align: center;
}

    /* Contact Page --------------------------------------------------- */
.ja-contact-page__form {
    margin: 3em 0;
}

.ja-contact-page__form .nf-form-content {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}

span#nf-form-title-2 h3 {
    font-size: 35px;
    color: #00385D;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 1em;
}

.popup {
    background-color: #d0d0d0;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 #0000001f;
}

.nf-fu-progress {
    height: 11px !important;
    margin: -2px 0 5px !important;
    border-radius: 0 0 5px 5px !important;

}

.newsBanner {
    display: none !important;
}

div#slider {
    display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    margin: 0;
    padding: 0;
    font-family: 'montserrat', sans-serif;
    overflow-x: hidden
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    display: block;
}

textarea {
    outline: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
form,
input {
    margin: 0px;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

.topNav ul li ul li.current-menu-item a {
    line-height: 1.6em !important;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

input[type="submit"] {
    -webkit-appearance: none;
    /*-webkit-border-radius:0px;*/
}

a,
.submit,
.submit2 {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

a {
    color: #f68000;
}

a:hover {
    color: #25a8fb;
}


a.btn-primary {
    color: white;
    font-weight: 500;
    font-size: 16px;
    padding: 1em 2em;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

a.btn-outline {
    border: 2px solid #F16825;
    padding: 1em;
    border-radius: 5px;
    color: #F16825;
    font-weight: 500;
    max-width: 457px !important;
    display: block;
    margin: 0 auto;
}

.bright-orange {
    background: #F27000;
}

.light-orange {
    background: #FFAD12;
}

.mt-3 {
    margin-top: 3em;
}
.mt-4 {
    margin-top: 4em;
}

.mt-neg-10 {
    margin-top: 0;
}

.mb-1 {
    margin-bottom: 1em !important;
}

.mb-2 {
    margin-bottom: 2em !important;
}


.mb-3 {
    margin-bottom: 3em !important;
}

.mb-4 {
    margin-bottom: 4em !important;
}

.align-center {
    align-items: center !important;
}

.block {
    display: block;
    width: 100%;
}

.none {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #7d7d7d;
    opacity: 1;
}

::-moz-placeholder {
    color: #7d7d7d;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #7d7d7d;
    opacity: 1;
}

:-moz-placeholder {
    color: #7d7d7d;
    opacity: 1;
}


/* Responsive navigation */

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: right;
    top: 0px;
    right: 0px;
    position: absolute;
    padding: 4px 0;
    min-height: 42px;
    z-index: 5
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 18px;
    padding: 6px 8px 8px;
    position: absolute;
    top: 12px;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: 'montserrat', sans-serif;
    font-weight: 700;
    background: #1d1d1d url(../images/topNavhBg.jpg) repeat-x;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-nav {
    float: right;
    width: 200px;
    background: rgba(0, 0, 0, 0.8);
    margin: 56px 10px 0 0;
    position: absolute;
    right: 0px;
    top: 0px;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul ul {
    background-color: rgba(0, 0, 0, 0.5);
}

.mean-container .mean-nav ul li {
    position: relative;
    float: none;
    width: 100%;
    font-family: 'montserrat', sans-serif;
    font-size: 14px;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: none;
    width: 80%;
    padding: 0px 10%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #000;
    text-decoration: none;
    height: auto;
    line-height: 35px;
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 0 10%;
    border-bottom: 1px solid #000;
    /*opacity:.75;filter:alpha(opacity=75);*/
    text-shadow: none!important;
    visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #111;
    color: #fff;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: auto;
    border: 0!important;
    padding: 0 6px!important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: 0
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}


.inner-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6em 1em 5em;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center !important;
}

.col-xl-6 {
    flex-basis: 100%
}

.col-4 {
    flex-basis: 100%;
}

.col-xl-2 {
    flex-basis: 36%;
}

span.ja-orange-light {
    color: #ff9609;
}

.text-center {
    text-align: center !important;
}

/* Welcome *
 */

.ja-welcome-hero__back {
    background: #00385D;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/wp-content/uploads/2021/03/Group-15.png);
}

section.ja-welcome-hero h1 {
    text-transform: uppercase;
    color: white;
    font-size: 46px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: .2em;
}
section.ja-welcome-hero h2 {
    color: white;
    font-size: 17px;
    line-height: 1.7em;
}

.ja-description {
    color: white;
    font-size: 19px;
    line-height: 1.7;
    text-transform: capitalize;
    max-width: 100%;
    margin: 0 auto;
}

.ja-icon-card {
    background: white;
    text-align: center;
    box-shadow: 0 0 20px 3px #0000004a;
    border-radius: 5px;
    padding: 2em;
    margin: 3em 0 2em;
    height: 382px;
}

.ja-icon-card h2 {
    color: #00385d !important;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: .5em;
}

.ja-icon-card p {
    color: grey;
    line-height: 1.6em;
}

.ja-icon-card img {
    margin: -67px auto 1.5em;
}

.ja-hero__icons {
    margin-bottom: -232px;
}

/* Ad Options */
section.ja-ad-options {
    margin-top: 78px;
}

h2.center-title {
    text-align: center !important;
    font-size: 35px;
    font-weight: 600;
    color: #00385D;
}

section.ja-ad-options h3 {
    font-size: 20px;
    color: #00385D;
    font-weight: 600;
}

section.ja-ad-options p,
section.ja-service p {
    line-height: 2em;
    color: darkslategrey;
}


/* Service */
section.ja-service {
    background: #f9f9f9;
}

/* news section */
.ja-post-card {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0 0 20px #0000001a;
    margin-bottom: 1em;
}

.ja-post-card img.attachment-full.default-featured-img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0 ;
    max-height: 180px;
}

.ja-post-card__inner-wrap {
    padding: 1em;
    font-size: 15px;
    line-height: 1.6em;
    color: grey;
}

h2.ja-post-card__title {
    color: #00385D;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: .5em;
    line-height: 1.4em;
}
p.ja-post-card__excerpt {
    font-size: 15px;
    line-height: 1.6em !important;
}

p.ja-post-card__date {
    color: grey !important;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
}

/* Testimonials */
.ja-testimonial-row {
    position: relative;
}
.ja-orange-icon__relative {
display: none;
    position: absolute;
    z-index: 999;
    top: -16em;
    right: 6em;
}
.tesimonial-card {
    border-radius: 10px;
    box-shadow: 0 0 20px 0px #00000029;
    padding: 2em;
    margin: 1em;
    background: white;
}

.tesimonial-card h4 {
    font-size: 20px;
    color: #00385D;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em;
}

.tesimonial-card p {
    font-size: 14px;
    line-height: 1.7em;
    text-align: center;
    color: #343434;
    letter-spacing: .02em;
}
.tesimonial-card p::before,
.tesimonial-card p::after {
    content: "'";
    font-size: 16px;
}

/* Closed */


.topNav {
    background-color: #00385D;
    padding: 11px 0;
    position: relative;
}

.topNav ul {
    float: right;
    padding-right: 11px;
}

.topNav ul li {
    float: left;
    font-family: 'montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 28px;
    position: relative;
    font-weight: 400;
    letter-spacing: .05em;
}

.topNav ul li:first-child {
    margin-left: 0;
}

.topNav ul li a {
    color: #fff;
    line-height: 36px;
    display: block;
    font-size: 13px !important;
}

.topNav ul li a i {
    background: url(../images/downArrow.png) no-repeat;
    width: 11px;
    height: 7px;
    position: relative;
    display: inline-block;
    top: -1px;
    margin-left: 4px;
}

.topNav ul li:hover a,
.topNav ul li.current-menu-item a,
.topNav ul li.current-menu-parent a {
    color: white;
    font-weight: 600;
}

.topNav ul li.login {
    font-family: 'montserrat', sans-serif;
    font-size: 19px;
}

.topNav ul li.login a {
    text-transform: capitalize;
    padding: 0 30px;
    border-radius: 6px 0 6px 0;
    -webkit-border-radius: 6px 0 6px 0;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0;
    background: #FF960A;
}

ul.sub-menu {
    background: #00385d !important;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 4px 6px #00385d38;
}

.topNav ul li.login a:hover {
    background-color: #F27000;
    color: #fff;
}

.topNav ul li ul {
    display: none;
}

.topNav ul li:hover ul {
    display: block;
    position: absolute;
    left: -14px;
    top: 32px;
    background-color: #f68000;
    padding: 14px 14px 4px;
    width: 220px;
    z-index: 2
}

.topNav ul li:hover ul li {
    float: none;
    margin-left: 0px;
    font-size: 16px;
}

.topNav ul li:hover ul li a {
    color: #fff;
}

.topNav ul li:hover ul li a:hover,
.topNav ul li ul li.current-menu-item a {
    color: #010100;
}

.indexBanner {
    position: relative;
    background-color: #166eb6;
}

.logo {
    position: absolute;
    left: 13px;
    top: -50px;
    max-width: 188px !important;
    z-index: 2;
}

#slider .item {
    height: 817px;
}

.slide1 {
    background: url(../images/indexBanner.jpg) no-repeat center top;
    width: 100%;
}

.policy {
    background-color: rgba(0, 0, 0, 0.74);
    width: 832px;
    height: 460px;
    position: absolute;
    left: 50%;
    margin-left: -416px;
    margin-top: -230px;
    top: 50%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    padding: 35px 54px 0;
}

.policy h3 {
    font-family: 'montserrat', sans-serif;
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #f68000;
    display: inline-block;
    padding: 0 14px 10px;
    margin-bottom: 28px;
}

.policy h3 span {
    color: #0188de;
}

.policy p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding-bottom: 36px;
}

a.makeMoney {
    font-family: 'montserrat', sans-serif;
    font-size: 19px;
    color: #0188de;
    border: 1px solid #0188de;
    border-radius: 6px 0 6px 0;
    -webkit-border-radius: 6px 0 6px 0;
    width: 205px;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 58px;
}

a:hover.makeMoney {
    background-color: #0188de;
    color: #fff;
}

a.learnMore {
    font-family: 'montserrat', sans-serif;
    font-size: 19px;
    color: #fc8f1a;
    border: 1px solid #f47920;
    border-radius: 6px 0 6px 0;
    -webkit-border-radius: 6px 0 6px 0;
    width: 205px;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
}

a:hover.learnMore {
    background-color: #f47920;
    color: #fff;
}

.sexyNetwork {
    padding-top: 46px;
}

.sexyNetwork img {
    display: inline-block;
    width: auto !important;
    max-width: 100%;
}

.owl-pagination {
    bottom: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.owl-page {
    border: 1px solid #ffffff;
    border-radius: 12px;
    cursor: pointer;
    margin: 0 3px;
    position: relative;
    display: inline-block;
    height: 22px;
    width: 22px;
}

.owl-page.active:after {
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 8px;
}

.owl-buttons {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    width: 100%;
    padding: 0 14px;
}

.owl-prev {
    background: url(/wp-content/uploads/2021/03/Arrow-2.png) no-repeat;
    width: 25px;
    height: 46px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    left: -37px;
}

.owl-next {
    background: url(/wp-content/uploads/2021/03/Arrow-1.png) no-repeat;
    width: 25px;
    height: 46px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 14px;
}

.ja-fresh-home-lifestyle-post-row .owl-prev {
    left: -79px !important;
}

.whiteBlock {
    background-color: #fff;
}

.centerwrap {
    width: 1200px;
    margin: auto;
}

.title {
    position: relative;
    text-align: center;
    padding-top: 42px;
    margin: 50px auto 0;
    width: 640px;
    background: url(../images/smallLogo.png) no-repeat center top;
    margin-bottom: 24px;
}

.title:before {
    background-color: #f68000;
    height: 2px;
    width: 290px;
    left: 0px;
    top: 14px;
    content: '';
    position: absolute;
}

.title:after {
    background-color: #f68000;
    height: 2px;
    width: 290px;
    right: 0px;
    top: 14px;
    content: '';
    position: absolute;
}

.title h3 {
    font-family: 'montserrat', sans-serif;
    font-size: 39px;
    color: #1d1d1d;
    text-transform: uppercase;
}

.title h3 span {
    color: #f68000;
}

.titleDetails {
    padding: 0 30px 10px;
    position: relative;
}

.titleDetails p {
    font-size: 15px;
    line-height: 20px;
    color: #434445;
    text-align: center;
    padding-bottom: 20px;
}

.features {
    text-align: center;
}

.feature {
    border: 1px solid #f68000;
    width: 346px;
    border-radius: 3px;
    padding: 22px;
    text-align: center;
    min-height: 287px;
    display: inline-block;
    margin: 0 18px 38px;
}

.featureIcon {
    height: 72px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ja-fresh-home-lifestyle-container {
    background: #F7F7F7;
}

.featureIcon img {
    display: inline-block;
}

.feature h3 {
    font-size: 23px;
    color: #0188de;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.feature h3:after {
    background-color: #0188de;
    height: 1px;
    width: 275px;
    bottom: 0px;
    left: 50%;
    margin-left: -137px;
    position: absolute;
    content: '';
}

.feature p {
    font-size: 14px;
    line-height: 20px;
    color: #434445;
}

.learnMoreC {
    text-align: center;
    padding-bottom: 54px;
}

.advertisingOptions {
    background: url(../images/indexBanner2.jpg) no-repeat center top / cover;
    height: 552px;
}

.lineTitle {
    margin: 48px 0px 30px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.lineTitle h3 {
    font-family: 'montserrat', sans-serif;
    font-size: 39px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.lineTitle h3:before {
    background-color: #25a8fb;
    height: 2px;
    width: 290px;
    left: -310px;
    top: 21px;
    content: '';
    position: absolute;
}

.lineTitle h3:after {
    background-color: #25a8fb;
    height: 2px;
    width: 290px;
    right: -310px;
    top: 21px;
    content: '';
    position: absolute;
}

.aboutAds {
    background-color: rgba(0, 0, 0, 0.82);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 40px 34px 36px;
}

.bannerAds {
    float: left;
    width: 46.5%;
    position: relative;
}

.adsInfo {
    background-color: #f4f4f4;
    width: 275px;
    height: 254px;
    padding: 15px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 14px;
}

.adsInfo h4 {
    font-family: 'montserrat', sans-serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    background-color: #f68000;
    line-height: 45px;
    text-align: center;
    margin-bottom: 12px;
}

.adsInfo p {
    font-size: 14px;
    color: #202020;
    line-height: 20px;
    text-align: left;
    padding-bottom: 15px;
}

a.morePlus {
    font-family: 'montserrat', sans-serif;
    font-size: 19px;
    color: #0188de;
    text-transform: uppercase;
    width: 172px;
    line-height: 40px;
    border-radius: 6px 0 6px 0;
    -webkit-border-radius: 6px 0 6px 0;
    padding-left: 10px;
    position: relative;
    display: inline-block;
    border: 1px solid #0188de;
    text-align: left;
}

a:hover.morePlus {
    background-color: #0188de;
    color: #fff;
}

a.morePlus:after {
    background-color: #fc8f1a;
    height: 21px;
    width: 21px;
    content: '+';
    font-family: 'montserrat', sans-serif;
    font-size: 21px;
    position: absolute;
    right: 10px;
    top: 9px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

a:hover.morePlus:after {
    background-color: #fff;
    color: #0188de;
}

.popUnders {
    float: right;
    position: relative;
    width: 46.5%;
    text-align: right;
}

.popUnders img {
    display: inline-block;
}

.popUnders .adsInfo {
    left: 0px;
}

.bannerAds:after {
    background-color: rgba(255, 255, 255, 0.13);
    content: "";
    height: 172px;
    right: -7.5%;
    position: absolute;
    top: 48px;
    width: 1px;
}

#awardCompany {
    padding: 0 24px;
}

.awardLogo {
    height: 194px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    border: 1px solid #f68000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.awardLogo img {
    display: inline-block;
}

.awardCompany .owl-carousel .owl-item {
    padding: 0 13px;
}

.awardLogo {
    width: 274px;
}

.awardCompany .owl-page {
    border-color: #b4b3b3;
    text-indent: -9999px;
}

.awardCompany .owl-page.active::after {
    background-color: #b4b3b3;
}

.awardCompany .owl-pagination {
    position: relative;
    padding-top: 22px;
    bottom: auto;
}

.owl-pagination {
    display: none;
}

.awardCompany .owl-prev {
    background: url(../images/prevGray.png) no-repeat;
    left: 0px;
}

.awardCompany .owl-next {
    background: url(../images/nextGray.png) no-repeat;
    right: 0px;
}

.awardCompany .owl-buttons {
    padding: 0px;
    margin: 0 -24px;
    top: 78px;
}

.item {
    display: block;
}

.awardCompany {
    padding-bottom: 50px;
}

.latestNews {
    background: url(../images/indexBanner3.jpg) no-repeat center top / cover;
    padding-bottom: 21px;
}

.latestNews .lineTitle {
    margin-top: 28px;
    margin-bottom: 25px;
}

.newsArea {
    background-color: rgba(0, 0, 0, 0.82);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 28px 28px 22px;
    overflow: hidden;
}

.news {
    float: left;
    width: 360px;
    margin-right: 32px;
}

.news:nth-child(3n) {
    margin-right: 0px;
}

.newsPic {
    margin-bottom: 10px;
}

.news h3 {
    font-family: 'montserrat', sans-serif;
    font-size: 17px;
    color: #f68000;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.news h3 a {
    color: #f68000;
}

.news h3 a:hover {
    color: #25a8fb;
}

.date {
    font-size: 14px;
    color: #7d7d7d;
    padding-left: 17px;
    background: url(../images/date.png) no-repeat left center;
    line-height: 16px;
    margin-bottom: 12px;
}

.newsContent {
    border-top: 1px solid rgba(81, 80, 80, 0.32);
    padding-top: 8px;
}

.newsContent p {
    font-size: 14px;
    line-height: 18px;
    color: #7d7d7d;
}

.newsContent p span {
    display: block;
    font-size: 15px;
    padding-top: 8px;
}

.newsContent p span a {
    color: #f68000;
}

.newsContent p span a:hover {
    color: #25a8fb;
}

.whiteT {
    padding-top: 22px;
    padding-bottom: 0px;
}

.whiteT a {
    border: 1px solid #fff;
    color: #fff;
}

.whiteT a:hover {
    background-color: #fff;
    color: #f47920;
}

.client {
    background-color: #f68000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    padding: 52px 42px 53px;
}

.client h4 {
    font-family: 'montserrat', sans-serif;
    font-size: 17px;
    color: #1d1d1d;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.client p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

#testimonial {
    padding: 0 24px;
}

.clientTesti {
    padding-bottom: 50px;
}

.clientTesti .item {
    padding: 0 13px;
}

.clientTesti .owl-page {
    border-color: #b4b3b3;
    text-indent: -9999px;
}

.clientTesti .owl-page.active::after {
    background-color: #b4b3b3;
}

.clientTesti .owl-pagination {
    position: relative;
    padding-top: 22px;
    bottom: auto;
}

.clientTesti .owl-prev {
    background: url(../images/prevGray.png) no-repeat;
    left: 0px;
}

.clientTesti .owl-next {
    background: url(../images/nextGray.png) no-repeat;
    right: 0px;
}

.clientTesti .owl-buttons {
    padding: 0px;
    margin: 0 -24px;
    top: 78px;
}

.nowidth a.learnMore,
.nowidth a.makeMoney {
    width: auto;
    padding: 0 30px;
}

.contactArea {
    background: url(../images/indexBanner4.jpg) no-repeat center top / cover;
    height: 569px;
}

.contactBlocks {
    padding: 0 42px;
    text-align: center;
}

.contactField {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 18px;
}

.contactField:nth-child(3n) {
    margin-right: 0px;
}

.contactBlocks label {
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 6px;
    float: left;
}

.textbox {
    height: 58px;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    padding: 0 20px;
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    border: 1px solid #767575;
    float: left;
    clear: left;
}

.contactBlocks textarea {
    height: 166px;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    padding: 12px 20px;
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    color: #333;
    border: 1px solid #767575;
    float: left;
    clear: left;
    margin-bottom: 35px;
}

.messageField {
    display: inline-block;
    width: 100%;
}

.submit {
    font-family: 'montserrat', sans-serif;
    font-size: 19px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px 0 6px 0;
    -webkit-border-radius: 6px 0 6px 0;
    height: 47px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 38px;
    background-color: transparent;
    cursor: pointer;
}

.submit:hover {
    background-color: #fff;
    color: #f47920;
}

.contacTitle {
    margin: 48px 0px 50px;
}

footer {
    background-color: #072438 !important;
    border-top: 0 !important;
    padding: 0px 0px 24px;
}

.footerLeft {
    float: left;
}

.footerLogo {
    padding-bottom: 6px;
}

.footerLeft p {
    font-family: 'montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    padding-bottom: 18px;
}

.footerRight {
    float: right;
}

.fnav {
    float: left;
    width: 205px;
    margin-left: 150px;
}

.fnav:first-child {
    margin-left: 0px;
}

.fnav h4 {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    color: #f68000;
    text-transform: uppercase;
    border-bottom: 1px solid #25a8fb;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.fnav h4 a {
    color: #f68000;
}

.fnav h4 a:hover {
    color: #25a8fb;
}

.fnav ul li {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 27px;
}

.fnav ul li a {
    color: #fff;
}

.fnav ul li a:hover {
    color: #25a8fb;
}


/* About */

.aboutBanner {
    display: none;
    background: url(../images/aboutBanner.jpg) no-repeat center top / cover;
    height: 282px;
}

.innerwrap {
    width: 1120px;
    margin: auto;
}

.indexBanner .title h3 {
    color: #fff;
}

.indexBanner .titleDetails p {
    color: #fff;
}

.juic {
    padding-top: 54px;
    padding-bottom: 50px;
}

.juicLogo {
    background-color: #f68000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 494px;
    height: 243px;
    text-align: center;
    padding-top: 78px;
    float: left;
}

.juicLogo img {
    display: inline-block;
}

.juic ul {
    float: right;
    width: 620px;
}

.juic ul li {
    font-size: 18px;
    line-height: 20px;
    border: 1px solid #f68000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #191919;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 10px 10px 10px 34px;
    position: relative;
}

.juic ul li:after {
    content: '';
    background-color: #25a8fb;
    position: absolute;
    left: 17px;
    top: 50%;
    height: 6px;
    width: 6px;
    margin-top: -3px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.juic ul li:last-child {
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 6px;
}

.ob h3 {
    color: #f68000;
}

.ob h3:before {
    background-color: #25a8fb;
}

.ob h3:after {
    background-color: #25a8fb;
}

.aboutContent {
    width: 928px;
    position: relative;
    border-radius: 3px;
    -border-radius: 3px;
    border: 1px solid #f68000;
    padding: 32px 24px 0;
    height: 493px;
    margin-bottom: 62px;
}

.aboutContent.fullwidth {
    width: 100%;
    border: 0;
    padding: 0;
    height: auto;
}

.aboutContent p {
    font-size: 15px;
    color: #202020;
    line-height: 20px;
    padding-bottom: 20px;
    max-width: 680px;
}

.aboutContent.fullwidth p {
    max-width: 100%;
}

.aboutModel {
    position: absolute;
    right: -355px;
    top: -6px;
}

.aboutMoney {
    margin-top: 22px;
    padding-left: 262px;
    position: relative;
}

.aboutMoney p {
    font-size: 14px;
    color: #a1a1a1;
    position: absolute;
    right: 22px;
    top: 0px;
}

.teamArea {
    background: #166eb6 url(../images/teamBg.jpg) no-repeat right top;
    height: 485px;
}

.teamSlider {
    position: relative;
}

.teamPic {
    float: left;
}

.teamDetails {
    float: left;
    padding-left: 20px;
    width: 245px;
}

.teamDetails h3 {
    font-size: 24px;
    color: #202020;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.teamDetails p {
    font-size: 15px;
    line-height: 20px;
    color: #202020;
}

#teamMembers .item {
    border: 1px solid #f68000;
    background-color: #fff;
    border-radius: 3px;
    -border-radius: 3px;
    padding: 15px;
    margin: 0 10px;
    padding-bottom: 30px;
}

.juicyTeam {
    margin-top: 42px;
    margin-bottom: 34px;
}

.teamSlider .owl-page {
    border-color: #fff;
    text-indent: -9999px;
}

.teamSlider .owl-page.active::after {
    background-color: #fff;
}

.teamSlider .owl-pagination {
    position: relative;
    padding-top: 22px;
    bottom: auto;
}

.teamSlider .owl-prev {
    background: url(../images/prev.png) no-repeat;
    left: -14px;
}

.teamSlider .owl-next {
    background: url(../images/next.png) no-repeat;
    right: -64px;
}

.teamSlider .owl-buttons {
    padding: 0px;
    margin: 0 -24px;
    top: 119px;
}

.cares {
    padding-top: 58px;
}

.juicyAdsCares {
    float: left;
}

.juicyAdsCaresCon {
    float: right;
    width: 610px;
    padding-top: 20px;
}

.juicyAdsCaresCon p {
    font-size: 15px;
    color: #202020;
    line-height: 20px;
    padding-bottom: 20px;
}

.juicyAdsCaresCon p span {
    color: #f68000;
}

.juicyAdsCaresCon img {
    float: right;
    padding-top: 22px;
}

.cares h4 {
    font-family: 'montserrat', sans-serif;
    font-size: 30px;
    color: #f68000;
    text-align: center;
    text-transform: uppercase;
    clear: both;
    padding-top: 96px;
}

.getStarted {
    text-align: center;
    padding-bottom: 42px;
    padding-top: 18px;
}

.getStarted a {
    margin-right: 0px;
}

.footerAds {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 38px;
    border-bottom: 1px solid #000303;
}

.footerAds img {
    display: inline-block;
}


.fspace {
    padding: 46px 32px 0;
}

.social {
    float: left;
    padding-top: 1em;
    padding-right: 0;
}

.social a {
    float: left;

}

.row-social {
    display: flex;
    gap: 10px;
    align-items: center;
}

.social a:last-child {
    margin-right: 0px;
}

.social a:hover {
    opacity: 0.6;
}

footer .fnav {
    margin-left: 130px;
}

footer .fnav ul li {
    font-size: 17px;
    line-height: 25px;
}


/* Advertisers */

.adviserBanner {
    display: none;
    background: url(../images/advertiserBanner.jpg) no-repeat center top / cover;
    height: 322px;
}

.topTen {
    position: absolute;
    right: -110px;
    top: 0px;
}

.twoBtn {
    text-align: center;
}

.becomePublisher {
    font-family: 'montserrat', sans-serif;
    font-size: 19px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px 0 6px 0;
    -webkit-border-radius: 6px 0 6px 0;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 42px;
    margin-right: 58px;
}

.becomePublisher:hover {
    background-color: #fff;
    color: #fc8f1a;
}

.becomeAdvertiser {
    font-family: 'montserrat', sans-serif;
    font-size: 19px;
    color: #fc8f1a;
    border: 1px solid #f47920;
    border-radius: 6px 0 6px 0;
    -webkit-border-radius: 6px 0 6px 0;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 42px;
}

.becomeAdvertiser:hover {
    background-color: #fc8f1a;
    color: #fff;
}

.advertisers {
    text-align: center;
}

.advertise {
    border: 1px solid #f68000;
    width: 553px;
    border-radius: 3px;
    padding: 16px;
    text-align: center;
    padding-bottom: 10px;
    min-height: 287px;
    float: left;
    margin-right: 14px;
    margin-bottom: 14px;
}

.advertise:nth-child(2) {
    margin-right: 0px;
}

.advertiseIcon {
    height: 76px;
    margin-bottom: 10px;
}

.advertiseIcon img {
    display: inline-block;
}

.advertise h3 {
    font-size: 23px;
    color: #0188de;
    position: relative;
    margin-bottom: 6px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.advertise h3:after {
    background-color: #0188de;
    height: 1px;
    width: 385px;
    bottom: 0px;
    left: 50%;
    margin-left: -192px;
    position: absolute;
    content: '';
}

.advertise p {
    font-size: 15px;
    line-height: 20px;
    color: #434445;
}

.advertise h5 {
    font-size: 15px;
    line-height: 20px;
    color: #434445;
    text-align: left;
    padding-top: 12px;
}

.advertise ul {}

.advertise ul li {
    font-size: 15px;
    line-height: 27px;
    color: #434445;
    float: left;
    background: url(../images/point.png) no-repeat left center;
    padding-left: 28px;
    width: 175px;
    text-align: left;
}

.advertise ul li:nth-child(3n+1) {
    width: 145px;
}

.advertiseSmall {
    width: 270px;
    margin-right: 13px;
    min-height: 364px;
}

.advertiseSmall:nth-child(6) {
    margin-right: 0px;
}

.advertiseSmall h3:after {
    width: 228px;
    margin-left: -114px;
}

.graph {
    float: left;
}

.technologyInfo {
    float: right;
    width: 338px;
}

.techinfo {
    border: 1px solid #f68000;
    border-radius: 3px;
    padding: 26px 20px 25px;
    text-align: center;
    margin-bottom: 20px;
}

.techinfo:last-child {
    margin-bottom: 0px;
}

.techinfo h3 {
    font-size: 23px;
    color: #0188de;
    position: relative;
    margin-bottom: 6px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.techinfo h3:after {
    background-color: #0188de;
    height: 1px;
    width: 275px;
    bottom: 0px;
    left: 50%;
    margin-left: -137px;
    position: absolute;
    content: '';
}

.techinfo p {
    font-size: 15px;
    line-height: 20px;
    color: #434445;
}

.profits {
    padding-top: 75px;
}

.profits h5 {
    font-family: 'montserrat', sans-serif;
    font-size: 39px;
    color: #0188de;
    text-align: center;
    text-transform: uppercase;
    clear: both;
}

.profits h4 {
    font-family: 'montserrat', sans-serif;
    font-size: 30px;
    color: #f68000;
    text-align: center;
    text-transform: uppercase;
    clear: both;
    padding-top: 6px;
}


/* Careers */

.careersBanner {
    display: none;
    background: url(../images/careersBanner.jpg) no-repeat center top / cover;
    height: 282px;
}

.lineTitle2 {
    margin: 40px 0px 30px;
    position: relative;
    text-align: center;
}

.lineTitle2 h3 {
    font-family: 'montserrat', sans-serif;
    font-size: 39px;
    color: #f68000;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.lineTitle2 h3:before {
    background-color: #25a8fb;
    height: 2px;
    width: 140px;
    left: -160px;
    top: 21px;
    content: '';
    position: absolute;
}

.lineTitle2 h3:after {
    background-color: #25a8fb;
    height: 2px;
    width: 140px;
    right: -160px;
    top: 21px;
    content: '';
    position: absolute;
}

.lineTitle2 p {
    font-size: 21px;
    color: #333;
    text-transform: uppercase;
    padding-top: 5px;
}

.lineTitle2 p a {
    color: #333;
    text-decoration: underline;
}

.lineTitle2 p a:hover {
    color: #f68000;
    text-decoration: none;
}

.posts {
    padding-top: 10px;
    position: relative;
}

.post {
    border: 1px solid #f68000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 22px 22px 28px 35px;
    margin-bottom: 34px;
}

.postLeft {
    float: left;
}

.postLeft h3 {
    font-size: 23px;
    color: #0188de;
    text-transform: uppercase;
}

.postLeft h3 a {
    color: #0188de;
}

.postLeft h3 a:hover {
    color: #f68000;
}

.postLeft p {
    font-size: 14px;
    color: #434445;
    line-height: 20px;
}

a.applyNow {
    font-family: 'montserrat', sans-serif;
    font-size: 19px;
    color: #fc8f1a;
    border: 1px solid #f47920;
    border-radius: 6px 0 6px 0;
    -webkit-border-radius: 6px 0 6px 0;
    width: 148px;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    float: right;
}

a:hover.applyNow {
    background-color: #f47920;
    color: #fff;
}

.postDetails {
    clear: both;
    padding-top: 10px;
}

.postDetails p {
    font-size: 14px;
    color: #434445;
    line-height: 20px;
}

.postDetails span {
    font-size: 14px;
    color: #434445;
    line-height: 20px;
    display: block;
    position: relative;
    padding-left: 14px;
}

.postDetails span:before {
    width: 6px;
    height: 6px;
    background-color: #434445;
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.lessSpace {
    padding-top: 20px;
}

.lessSpace h4 {
    padding-top: 0px;
}


/* Apply */

.popup {
    width: 1180px;
    position: absolute;
    top: 10px;
    left: -30px;
    padding: 0 30px 30px;
    text-align: center;
}

.popup .lineTitle {
    margin-top: 30px;
}

.popup .lineTitle h3:before,
.popup .lineTitle h3:after {
    background-color: #fff;
}

.applyForm {}

.applyField {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 22px;
}

.applyField:nth-child(2n) {
    margin-right: 0px;
}

.applyField label,
.resume label {
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #0c0c0c;
    padding-bottom: 5px;
    display: block;
    text-align: left;
}

.applybox {
    width: 100%;
    border: 1px solid #767575;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 58px;
    padding: 0 20px;
    text-transform: uppercase;
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    color: #686868;
}

.applyField select {
    width: 100%;
    border: 1px solid #767575;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 58px;
    padding: 0 20px 0 14px;
    text-transform: uppercase;
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    color: #686868;
    background: #fff url(../images/selectArrow.png) no-repeat 97% center;
    text-align: left;
}

.resume {
    float: left;
}

.submit2 {
    font-family: 'montserrat', sans-serif;
    font-size: 19px;
    color: #0c0c0c;
    border: 1px solid #020000;
    border-radius: 6px 0 6px 0;
    -webkit-border-radius: 6px 0 6px 0;
    height: 47px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    width: 150px;
    margin-left: 480px;
    margin-bottom: 90px;
    position: relative;
    top: 30px;
}

.submit2:hover {
    background-color: #020000;
    color: #fff;
}

a.close {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 27px;
    color: #fff;
    padding: 16px 20px;
    z-index: 2
}

a:hover.close {
    color: #020202;
}


/* Contact */

.contactBanner {
    display: none;
    background: url(../images/contactBanner.jpg) no-repeat center top / cover;
    height: 282px;
}

.supportArea {
    padding-top: 96px;
}

.support {
    border: 1px solid #f68000;
    width: 346px;
    border-radius: 3px;
    padding: 28px 22px 22px;
    text-align: center;
    min-height: 287px;
    float: left;
    margin-right: 41px;
    margin-left: 0px;
}

.support:nth-child(3n) {
    margin-right: 0px;
}

.supportIcon {
    height: 84px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.supportIcon img {
    display: inline-block;
}

.support h3 {
    font-size: 23px;
    color: #0188de;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.support h3:after {
    background-color: #0188de;
    height: 1px;
    width: 275px;
    bottom: 0px;
    left: 50%;
    margin-left: -137px;
    position: absolute;
    content: '';
}

.support p {
    font-size: 14px;
    line-height: 20px;
    color: #434445;
}

.support p a {
    color: #434445;
    text-decoration: underline;
}

.support p a:hover {
    color: #434445;
    text-decoration: none;
}

.contactPage {
    padding: 0px;
    padding-top: 100px;
    padding-bottom: 15px;
}

.contactPage label {
    color: #434445;
}

.contactPage .textbox,
.contactPage textarea {
    border-color: #f68000;
}

.contactPage .submit {
    border-color: #25a8fb;
    color: #25a8fb;
}

.contactPage .submit:hover {
    background-color: #25a8fb;
    color: #fff;
}


/* Lifestyle */

.lifestyleBanner {
    background: url(../images/lifestyleBanner.jpg) no-repeat center top / cover;
    height: 576px;
    overflow: hidden
}

.lifestyleLogo {
    text-align: center;
    padding-top: 40px;
}

.lifestyleLogo img {
    display: inline-block;
}

.smallLineT {
    margin: 38px 0px 30px;
    position: relative;
    text-align: center;
}

.smallLineT h3 {
    font-family: 'montserrat', sans-serif;
    font-size: 39px;
    color: #f68000;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.smallLineT h3:before {
    background-color: #25a8fb;
    height: 2px;
    width: 230px;
    left: -250px;
    top: 21px;
    content: '';
    position: absolute;
}

.smallLineT h3:after {
    background-color: #25a8fb;
    height: 2px;
    width: 230px;
    right: -250px;
    top: 21px;
    content: '';
    position: absolute;
}

.mainEvent {
    border: 1px solid #f68000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 18px;
    margin-bottom: 70px;
    overflow: hidden
}

.mainEventPic {
    float: left;
    border: 1px solid #dcdad9;
    padding: 15px;
}

.mainEventDetails {
    float: right;
    width: 806px;
    margin-top: 5px;
    margin-right: 5px;
}

.leftDetail {
    float: left;
    padding-top: 2px;
}

.leftDetail h4 {
    font-size: 23px;
    color: #0188de;
    text-transform: uppercase;
}

.leftDetail p {
    font-size: 14px;
    line-height: 20px;
    color: #434445;
}

a.moreDetails {
    font-family: 'montserrat', sans-serif;
    font-size: 19px;
    color: #fc8f1a;
    border: 1px solid #f47920;
    border-radius: 6px 0 6px 0;
    -webkit-border-radius: 6px 0 6px 0;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    float: right;
    padding: 0 18px;
}

a:hover.moreDetails {
    background-color: #f47920;
    color: #fff;
}

.dates {
    border-top: 1px solid #ededec;
    clear: both;
    margin-top: 22px;
    float: left;
    width: 100%;
    padding-top: 28px;
}

.dates li {
    float: left;
    width: 55%;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    background: url(../images/dateIcon.png) no-repeat left top;
    padding-left: 26px;
    margin-bottom: 32px;
}

.dates li:nth-child(2n) {
    width: 45%;
}

.dates li a {
    color: #333;
}

.dates li a:hover {
    color: #0188de;
}

.dates li span {
    font-size: 14px;
    text-transform: none;
    display: block;
}

.events {}

.eventBlock {
    float: left;
    border: 1px solid #f68000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 15px 17px 10px;
    width: 256px;
    margin-right: 32px;
    margin-bottom: 32px;
    text-align: center;
}

.eventBlock:nth-child(4n) {
    margin-right: 0px;
}

.eventBlock h4 {
    font-size: 21px;
    color: #0188de;
    text-transform: uppercase;
    text-align: center;
    padding-top: 7px;
}

.eventBlock h4 a {
    color: #0188de;
}

.eventBlock h4 a:hover {
    color: #f68000;
}

.eventBlock p {
    font-size: 14px;
    color: #434445;
    text-align: center;
}

.loadMore {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 40px;
}

.loadMore a {
    margin-right: 0px;
}

.bspace {
    padding-bottom: 60px;
}

a.viewPhotos {
    font-family: 'montserrat', sans-serif;
    font-size: 19px;
    color: #f68000;
    border: 1px solid #f68000;
    border-radius: 6px 0 6px 0;
    -webkit-border-radius: 6px 0 6px 0;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 30px;
    margin-top: 9px;
    margin-bottom: 10px;
}

a:hover.viewPhotos {
    background-color: #f68000;
    color: #fff;
}


/* new edits for lifestyle */

.ja-featured-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}

.ja-featured-1 {
    flex: 0 1 auto;
    width: 24%;
    margin-right: 1em;
}

.ja-featured-2 {
    flex: 0 1 auto;
    width: 40%;
}

.ja-featured-date {
    position: absolute;
    background: #f88b19;
    padding: 12px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    color: white;
    margin-top: -13px;
    height: 61px;
    margin-left: -13px;
    width: 100px;
}

h5.ja-featured-event {
    text-transform: uppercase;
    letter-spacing: .2em;
    color: grey;
    font-weight: 500;
    font-size: 1.05em;
    margin-bottom: 1em;
}

h4.ja-title {
    color: #104C8D;
    text-transform: capitalize;
    font-size: 46px;
    font-weight: 800;
}

p.ja-description {
    font-size: 17px;
    color: #636363;
    text-transform: capitalize;
    line-height: 1.4em;
}

.ja-featured-btns {
    margin-top: 44px;
}

a.ja-register-btn {
    background: url("/wp-content/uploads/2019/07/button-back.jpg");
    padding: .7em 4em;
    text-transform: uppercase;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 1em;
    color: white;
    box-shadow: 2px 1px 4px #d6d6d6;
    letter-spacing: .1em;
    font-size: 15px;
}

a.ja-learnmore-btn {
    background: #ffffff;
    text-transform: uppercase;
    border: 2px solid #104c8d;
    padding: .7em 4em;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #104c8d;
    box-shadow: 2px 1px 4px #d6d6d6;
    letter-spacing: .1em;
    font-size: 15px;
}

/* Register for event form */

table.myForm {
    display: flex;
    justify-content: center;
    line-height: 2em;
}

input.register-btn {
    padding: 1em 2em;
    border-bottom-left-radius: 10px;
    background: #104C8D;
    border: none;
    color: white;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
    border-top-right-radius: 10px;
    cursor: pointer;
}

input.register-btn:hover {
    background: #2196f3;
}

table.myForm input[type="text"] {
    padding: .5em;
    margin-bottom: 1em;
    border: 1px solid #f67f00;
    border-radius: 3px;
}

table.myForm select {
    padding: .5em;
    margin-bottom: 1em;
    border: 1px solid #f67f00;
    border-radius: 3px;
}

table.myForm td {
    color: #5d5d5d;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .05em;
}


/* Testimonials */

.testiBanner {
    background: url(../images/testimonialBanner.jpg) no-repeat center top / cover;
    height: 282px;
}

.testimonialArea {
    padding-top: 66px;
}

.testimonial {
    float: left;
    width: 548px;
    padding: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    margin-right: 24px;
    margin-bottom: 24px;
}

.testimonial:nth-child(2n) {
    margin-right: 0px;
}

.orangeLeft:before {
    background: url(../images/orange_leftarrow.png) no-repeat;
    width: 36px;
    height: 34px;
    content: '';
    position: absolute;
    left: -30px;
    top: 19px;
}

.orangeRight:before {
    background: url(../images/orange_rightarrow.png) no-repeat;
    width: 36px;
    height: 34px;
    content: '';
    position: absolute;
    right: -30px;
    top: 19px;
}

.orangebox {
    background-color: #f68000;
}

.whiteBg {
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    min-height: 180px;
    position: relative;
    padding-top: 40px;
    padding-left: 48px;
    padding-bottom: 14px;
    padding-right: 45px;
    float: left;
    width: 100%
}

.orangebox .whiteBg:before {
    background: url(../images/quoteOL.png) no-repeat;
    width: 40px;
    height: 31px;
    position: absolute;
    left: 5px;
    top: 6px;
    content: '';
}

.orangebox .whiteBg:after {
    background: url(../images/quoteOR.png) no-repeat;
    width: 40px;
    height: 31px;
    position: absolute;
    right: 4px;
    bottom: 6px;
    content: '';
}

.testiPicArea {
    float: left;
    text-align: center;
    width: 91px;
    position: relative;
    z-index: 2
}

.testiPicArea p {
    font-size: 12px;
    line-height: 12px;
    color: #262626;
    padding-top: 6px;
}

.testiDetails {
    float: right;
    width: 340px;
}

.testiDetails h3 {
    font-family: 'montserrat', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
}

.testiDetails p {
    font-size: 14px;
    line-height: 20px;
}

.orangebox .testiDetails h3 {
    color: #f68000;
}

.orangebox .testiDetails p {
    color: #267ab9;
}

.blueRight:before {
    background: url(../images/blue_rightarrow.png) no-repeat;
    width: 36px;
    height: 34px;
    content: '';
    position: absolute;
    right: -30px;
    top: 19px;
}

.blueLeft:before {
    background: url(../images/blue_leftarrow.png) no-repeat;
    width: 36px;
    height: 34px;
    content: '';
    position: absolute;
    left: -30px;
    top: 19px;
}

.bluebox {
    background-color: #267ab9;
}

.bluebox .whiteBg:before {
    background: url(../images/quoteBL.png) no-repeat;
    width: 40px;
    height: 31px;
    position: absolute;
    left: 5px;
    top: 6px;
    content: '';
}

.bluebox .whiteBg:after {
    background: url(../images/quoteBR.png) no-repeat;
    width: 40px;
    height: 31px;
    position: absolute;
    right: 4px;
    bottom: 6px;
    content: '';
}

.bluebox .testiDetails h3 {
    color: #267ab9;
}

.bluebox .testiDetails p {
    color: #f68000;
}


/* Babes */

.babesBanner {
    background: url(../images/babesBanner.jpg) no-repeat center top / cover;
    height: 575px;
    overflow: hidden
}

.babesLogo {
    padding-top: 120px;
    text-align: center;
}

.babesLogo img {
    display: inline-block;
}

.babesArea {
    padding-bottom: 20px;
}

.babesBlock {
    float: left;
    border: 1px solid #f68000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 256px;
    text-align: center;
    padding: 15px 17px 20px;
    margin-bottom: 28px;
    margin-right: 32px;
}

.babesBlock:nth-child(4n) {
    margin-right: 0px;
}

.babesBlock h4 {
    font-size: 21px;
    color: #0188de;
    text-transform: uppercase;
    text-align: center;
    padding-top: 7px;
}

.babesBlock h4 a {
    color: #0188de;
}

.babesBlock h4 a:hover {
    color: #f68000;
}

a.viewPhoto {
    font-family: 'montserrat', sans-serif;
    font-size: 19px;
    color: #f68000;
    border: 1px solid #f68000;
    border-radius: 6px 0 6px 0;
    -webkit-border-radius: 6px 0 6px 0;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    width: 170px;
    text-transform: uppercase;
    margin-top: 9px;
}

a:hover.viewPhoto {
    background-color: #f68000;
    color: #fff;
}

.lineTitle3 {
    margin: 40px 0px 30px;
    position: relative;
    text-align: center;
}

.lineTitle3 h3 {
    font-family: 'montserrat', sans-serif;
    font-size: 39px;
    color: #f68000;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.lineTitle3 h3:before {
    background-color: #25a8fb;
    height: 2px;
    width: 144px;
    left: -160px;
    top: 21px;
    content: '';
    position: absolute;
}

.lineTitle3 h3:after {
    background-color: #25a8fb;
    height: 2px;
    width: 144px;
    right: -160px;
    top: 21px;
    content: '';
    position: absolute;
}

.lineTitle3 p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding-top: 10px;
    width: 850px;
    margin: auto;
}

.lineTitle3 p a {
    color: #333;
    text-decoration: underline;
}

.lineTitle3 p a:hover {
    color: #f68000;
    text-decoration: none;
}

.guidelines {
    background: url(../images/babesGirls.jpg) no-repeat center top / cover;
    height: 554px;
}

.guideline {
    width: 390px;
    padding-top: 34px;
    text-align: center;
}

.guidelines h3 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 22px;
    text-align: left;
}

.guidelines ul {
    text-align: left;
    padding-bottom: 8px;
}

.guidelines ul li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 44px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
}

.guidelines ul li:before {
    content: '';
    background: url(../images/smallLogo.png) no-repeat left top;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 31px;
    height: 31px;
    margin-top: -15px;
}


/* BabesGallery */

.smallLineT p {
    font-size: 21px;
    color: #0188de;
    text-transform: uppercase;
    padding-top: 10px;
}

.galleryArea {
    margin-bottom: 90px;
    margin-top: 90px;
    border: 1px solid #f68000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 19px 20px 24px 24px;
    position: relative;
}

.galleryArea .owl-prev {
    background: url(../images/prevGray.png) no-repeat;
    left: -68px;
}

.galleryArea .owl-next {
    background: url(../images/nextGray.png) no-repeat;
    right: -68px;
}

.galleryArea .owl-buttons {
    padding: 0px;
    top: 50%;
    margin-top: -23px;
}

.galleryArea .owl-pagination {
    display: none;
}

.galleryArea .item {
    padding: 0 2px;
}


/* Targeting */

.targetBanner {
    display: none;
    background: url(../images/targetBanner.jpg) no-repeat center top / cover;
    height: 282px;
}

.targetPoints {
    padding-top: 70px;
    padding-bottom: 10px;
}

.target {
    border: 1px solid #f68000;
    width: 346px;
    border-radius: 3px;
    padding: 30px 5px 0px;
    text-align: center;
    min-height: 210px;
    float: left;
    margin-right: 41px;
    margin-bottom: 40px;
}

.target:nth-child(3n) {
    margin-right: 0px;
}

.targetIcon {
    height: 74px;
    margin-bottom: 10px;
}

.targetIcon img {
    display: inline-block;
}

.target h3 {
    font-size: 23px;
    color: #333;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.target h3:after {
    background-color: #0188de;
    height: 1px;
    width: 275px;
    bottom: 0px;
    left: 50%;
    margin-left: -137px;
    position: absolute;
    content: '';
}

.target p {
    font-size: 14px;
    line-height: 20px;
    color: #434445;
}

.smallText h3 {
    font-size: 20px;
}


/* Publisher */

.bannerAdsArea {
    position: relative;
    padding-bottom: 20px;
}

.publiserBanner {
    background: #00385d;
    height: 322px;
}

.adsRight {
    float: right;
    width: 602px;
    padding-top: 26px;
    position: relative;
    z-index: 2;
}

.adsFeature {
    background-color: #fff;
    border: 1px solid #f68000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    min-height: 110px;
    padding: 20px 10px;
    margin-bottom: 28px;
}

.bannerAdsIcon {
    float: left;
    width: 48px;
    margin-right: 15px;
    text-align: center;
}

.bannerAdsIcon img {
    display: inline-block;
}

.bannerAdsInfo {
    float: left;
    width: 515px;
}

.bannerAdsInfo h4 {
    font-size: 24px;
    color: #202020;
    text-transform: uppercase;
}

.bannerAdsInfo p {
    font-size: 14px;
    line-height: 20px;
    color: #202020;
}

.bannerSizeInfo {
    padding-top: 20px;
}

.bannerSize {
    float: left;
    margin-right: 24px;
}

.bannerSizeInfo h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 5px;
}

.bannerSizeInfo ul {
    border-right: 1px solid #d4d6d5;
    padding-right: 24px;
}

.bannerSize li {
    color: #202020;
    font-size: 14px;
    line-height: 36px;
    border-bottom: 1px solid #d4d6d5;
    width: 234px;
}

.mobile {
    float: left;
    margin-right: 24px;
}

.mobile li {
    color: #202020;
    font-size: 14px;
    line-height: 36px;
    border-bottom: 1px solid #d4d6d5;
    width: 88px;
}

.specialFormats {
    float: left;
}

.specialFormats ul {
    border-right: 0px solid #d4d6d5;
    padding-right: 0px;
}

.specialFormats li {
    color: #202020;
    font-size: 14px;
    line-height: 36px;
    border-bottom: 1px solid #d4d6d5;
    width: 170px;
}

.startMaking {
    float: left;
    width: 285px;
    padding-top: 30px;
}

.startMaking h4 {
    font-family: 'montserrat', sans-serif;
    font-size: 30px;
    color: #f68000;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
}

.popUndersArea {
    position: relative;
}

.adsLeft {
    float: left;
    position: relative;
    z-index: 2;
    padding-top: 26px;
}

.widthnon {
    float: none;
    width: auto;
    padding-top: 10px;
    padding-bottom: 25px;
}

.publisherModel {
    position: absolute;
    left: -190px;
    top: -25px;
}

.publisherModel2 {
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 0;
}


/* News & Events */

.newsBanner {
    background: url(../images/newsBanner.jpg) no-repeat center top / cover;
    height: 282px;
}

.newsBlocks {
    float: left;
    width: 782px;
    padding-top: 102px;
}

.newsBlock {
    border: 1px solid #f68000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 16px;
    margin-bottom: 26px;
}

.newsPhoto {
    float: left;
    width: 276px;
    border: 1px solid #dcdad9;
    padding: 10px;
    text-align: center;
}

.newsPhoto img {
    display: inline-block;
}

.newsDetails {
    float: right;
    width: 458px;
}

.newsDetails.fullwidth {
    float: left;
    width: 100%;
}

.newsType {
    font-size: 15px;
    color: #f68000;
    text-transform: uppercase;
    border-bottom: 1px solid #ededec;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.newsType a {
    color: #f68000;
}

.newsType a:hover {
    color: #25a8fb;
}

.newsDetails h3 {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.newsDetails h3 a {
    color: #333;
}

.newsDetails h3 a:hover {
    color: #f68000;
}

.createdBy {
    font-size: 14px;
    color: #939191;
    border-bottom: 1px solid #ededec;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.createdBy a {
    color: #939191;
}

.createdBy a:hover {
    color: #333;
}

.newsDetails p {
    font-size: 14px;
    line-height: 20px;
    color: #434445;
    padding-bottom: 20px;
}

.newsDetails p span.read-more {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

a.readMore,
.newsDetails p span.read-more a {
    font-family: 'montserrat', sans-serif;
    font-size: 15px;
    color: #f68000;
    border: 1px solid #f79c5b;
    border-radius: 6px 0 6px 0;
    -webkit-border-radius: 6px 0 6px 0;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    float: right;
}

a:hover.readMore,
.newsDetails p span.read-more a:hover {
    background-color: #f79c5b;
    color: #fff;
}

.pagination {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 72px;
}

.pagination li {
    color: #030000;
    font-size: 19px;
    letter-spacing: -0.005em;
    display: inline-block;
    margin: 0 8px;
    font-family: 'montserrat', sans-serif;
}

.pagination li a {
    color: #030000;
}

.pagination li a:hover,
.pagination li a.active,
.pagination li span.current {
    color: #f68000;
}

.newsRight {
    float: right;
    width: 320px;
    padding-top: 102px;
}

.list {
    border: 1px solid #dcdad9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 24px 14px;
    margin-bottom: 26px;
}

.list li {
    font-size: 18px;
    line-height: 38px;
    border-bottom: 1px solid #ededec;
    text-transform: uppercase;
}

.list li a {
    color: #333;
}

.list li a:hover {
    color: #f68000;
}

.twitter {
    border: 1px solid #dcdad9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 26px;
    padding: 16px 9px 0;
}

.grandPrix {
    border: 1px solid #dcdad9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 26px;
    padding: 15px 18px;
}

.ynotGP {
    margin-bottom: 12px;
}

.ynotGPDetails {
    padding: 0 5px;
}

.ynotGPDetails h3 {
    font-size: 18px;
    color: #f68000;
    text-transform: uppercase;
}

.ynotGPDetails p {
    font-size: 14px;
    line-height: 14px;
    color: #939191;
    padding-bottom: 8px;
}

.content {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 3px;
    padding-top: 6px;
}

.content:last-child {
    border-bottom: 0px;
}

.ynotGPDetails h4 {
    font-size: 16px;
    color: #f68000;
    text-transform: uppercase;
    line-height: 16px;
}

.ynotGPDetails h4 a {
    color: #333;
}

.ynotGPDetails h4 a:hover {
    color: #f68000;
}

.content p {
    font-size: 14px;
    line-height: 20px;
    color: #939191;
    padding-bottom: 0px;
}


/* Awards */

.awardsBanner {
    display:none;
    background: url(../images/awardsBanner.jpg) no-repeat center top / cover;
    height: 282px;
}

.awardsArea {
    padding-top: 68px;
    padding-bottom: 72px;
}

.award {
    border: 1px solid #f68000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 35px;
    background-color: #267ab9;
    position: relative;
}

.award:last-child {
    margin-bottom: 0px;
}

.awardsLogo {
    float: left;
    width: 279px;
    position: absolute;
    top: 50%;
    text-align: center;
}

.xbizLogo {
    margin-top: -70px;
}

.ynotLogo {
    margin-top: -58px;
}

.gfyLogo {
    margin-top: -93px;
}

.awardsLogo img {
    display: inline-block;
}

.awardsDetails {
    padding: 17px;
    width: 838px;
    float: right;
    background-color: #fff;
}

.awardsDetails ul {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.awardsDetails ul:nth-child(2n) {
    margin-right: 0px;
}

.awardsDetails ul li {
    font-size: 14px;
    color: #f68000;
    background: url(../images/awardIcon.png) no-repeat left 13px;
    padding-left: 32px;
    border-bottom: 1px solid #c7c6c7;
    padding-bottom: 12px;
    padding-top: 10px;
    line-height: 18px;
}

.awardsDetails ul li a {
    color: #f68000;
}

.awardsDetails ul li a:hover {
    color: #333;
}

.awardsDetails li span {
    color: #0188de;
    display: block;
}

.awardsDetails ul li:last-child {
    border-bottom: 0px;
}

.wpcf7-form-control-wrap {
    display: block;
}

span.wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
    background: #ffd6d6;
    border: 1px solid #e20000;
    color: #e20000;
    font-size: 12px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.your-resume span.wpcf7-not-valid-tip {
    left: 0;
    right: auto;
    bottom: -30px;
}

div.wpcf7-validation-errors {
    background: #fbffd9;
}

div.wpcf7-mail-sent-ok {
    background: #c9fbc9;
}

.contactField span.wpcf7-not-valid-tip {
    bottom: auto;
    top: -4px;
}

.messageField span.wpcf7-not-valid-tip {
    bottom: auto;
    top: -4px;
}

.yarpp-related {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #CCC;
}

.yarpp-related h3 {
    font-size: 18px !important;
    line-height: 20px;
    color: #333;
    text-transform: uppercase !important;
    margin-bottom: 4px;
    font-weight: 400 !important;
}

.yarpp-related ol {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
}

.yarpp-related ol li {
    display: inline-block;
    margin-right: 1px;
    margin-bottom: 4px;
}

.yarpp-related ol li a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #CCC;
    color: #f68000;
    font-weight: 400 !important;
}

.yarpp-related ol li a:hover {
    color: #25a8fb;
    border: 1px solid #25a8fb;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.aboutContent.fullwidth ol {
    list-style: decimal;
}

.aboutContent.fullwidth ol li {
    margin-bottom: 10px;
}


/* Events pages */

.event-gallery.wow.zoomInDown {
    column-count: 6;
}

.event-gallery.wow.zoomInDown img {
    margin: 0 0 2em;
    border-radius: 4px;
}

.innerwrap.clear {
    padding: 1em;
}


/* Tables */

table.ja-table-visible td {
    border: 1px solid #4087c3;
    padding: 1em;
}

table.ja-table-visible {
    margin: 2em 0;
}

table.ja-table-visible thead {
    background: #0060ae;
    text-align: center;
    color: white;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 600;
    font-size: 14px;
}

.ja-normal li {
    list-style: circle;
    line-height: 2em;
    font-size: 15px;
}

.ja-normal ul {
    margin-left: 2em;
}

.ja-normal h3 {
    font-size: 22px;
    font-weight: 600;
    color: #225888;
    margin-bottom: .5em;
    margin-top: 2em;
}

.aboutContent p {
    line-height: 24px;
}


/* home page - exclusive advertisers */

.adlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
    flex-wrap: wrap !important;
}

.adlogo .logos {
    flex-basis: 18%;
    padding: 1em;
}

a.btn-primary.dark {
    display: block;
    background: #7dc03e;
    max-width: 250px;
    margin-top: 1em;
    letter-spacing: .08em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

a.btn-primary.dark:hover,
a.btn-primary.dark:focus {
    background: #008000 !important;
}

p.muted-text {
    font-size: 15px !important;
    color: #008000;
    max-width: 33ch;
    line-height: 1.4em !important;
}


/* Cares page */

section.ja-cares-infographic {
    display: flex;
    justify-content: center;
    margin-top: -51px;
}

section.ja-cares-infographic img {
    width: 100%;
    height: auto;
}

.grecaptcha-badge {
    visibility: hidden;
}


/* Partners page */

.ja-partners-right {
    flex-basis: 50%;
}

.ja-partners-left {
    flex-basis: 50%;
}

a.ja-secondary-btn {
    text-align: center;
    border: 1.5px solid #104C8D;
    display: block;
    text-transform: uppercase;
    max-width: 176px;
    color: #104C8D;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    padding: .4em .8em;
    border-radius: 10px 0 10px 0;
}

h2.ja-partners-h2 {
    color: #104C8D;
    font-size: 29px;
    font-weight: 700;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}

.ja-partners-right p {
    color: #636363;
    line-height: 23px;
    margin: .5em 0 1em;
}

.ja-partners-row-inner {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 6em 0;
    align-items: center;
}

.ja-partners-row:nth-child(odd) {
    background: #F9F9F9;
}

.ja-partners-row:nth-child(even) {
    background: white;
}

.ja-partners-ads-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-evenly;
    max-width: 59%;
}

.ja-partners-ads-col {
    margin: 1em 0;
}

.ja-partners-left img.attachment-full.size-full {
    max-width: 300px;
    margin: 0 auto;
    height: auto;
}

/*
Squeeze Page
*/
.squeeze-hero__row  {
    background: url(/wp-content/uploads/2021/05/Frame-2.png);
    background-position-x: 0;
    background-repeat: no-repeat;
}
.squeeze-hero__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 1em;
}

img.squeeze-hero__logo {
    margin-left: -23px;
    margin-bottom: -14px;
}

.squeeze-hero__col.left {
    margin-right: 2em;
}

.squeeze-hero__col.right {
    max-width: 598px;
}
h2.squeeze-hero__h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1em;
    text-transform: uppercase;
}
span.squeeze-hero__span {
    color: #F16825;
}

sup {
    font-size: .4em;
}

.squeeze-hero__col.right p {
    font-size: 24px;
    line-height: 1.3em;
    margin-top: .5em;
    font-weight: 500;
}

.squeeze-hero__col.left img {
    max-height: 700px;
}

section#squeeze-features {
    background: #00385D;
    padding: 2em 0 6em;
}

.squeeze-features__row {
    display: flex;
    justify-content: center;
    max-width: 1086px;
    margin: 0 auto;
    color: white;
}

.squeeze-features__col-top {
    text-align: center;
    margin: 1em 0 4em;
}

.squeeze-features__col {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 288px;
    justify-content: center;
}

h2.squeeze-features__h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: .8em;
}

.squeeze-features__col-top p {
    font-size: 16px;
    line-height: 1.8em;
}

p.squeeze-features__col-p {
    font-size: 14px;
    font-weight: 500;
    margin-top: 1em;
    line-height: 1.9em;
}

.squeeze-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 4em 1em;
}

section#squeeze-points {
    position: relative;
}

img.squeeze-points__background-img {
    position: absolute;
    right: 0;
    top: -20em;
}

.squeeze-points__col h3 {
    color: #00385D;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: .5em;
}

.squeeze-points__col p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    margin-bottom: 1em;
}

.squeeze-points__col {
    margin-bottom: 4em;
}

.squeeze-points__row {
    max-width: 560px;
    margin-bottom: 12em;
}
.squeeze-points__row_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 6em;
}

.squeeze-points__col-icons {
    box-shadow: 0 0 14px #00000045;
    border-radius: 10px;
    padding: 2em 2em .5em 2em;
    flex-basis: 31%;
    background: white;
}
.squeeze-points__title {
    max-width: 787px;
    margin: 3em auto;
}

.squeeze-points__col-icons img {
    margin: -90px auto 1em;
    max-width: 160px;
}

.squeeze-points__col-icons h3 {
    color: #00385D;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
}

.squeeze-points__title h2 {
    text-align: center;
    font-size: 35px;
    color: #00385D;
    font-weight: 700;
    text-transform: capitalize;
}

.squeeze-points__col-icons ul {
    text-align: left;
    list-style: disc;
    margin-top: 1em;
}

.squeeze-points__col-icons li {
    font-size: 15px;
    margin-bottom: .5em;
    text-align: start;
    line-height: 1.4em;
}
.squeeze-tech__row-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4em;
}

.squeeze-tech__col.icon {
    flex-basis: 30%;
}

.squeeze-tech__col.copy {
    flex-basis: 60%;
}

.squeeze-tech__col h4 {
    font-size: 22px;
    font-weight: 600;
    color: #00385D;
    margin-bottom: .5em;
    line-height: 1.6em;
}

.squeeze-tech__col p {
    font-size: 16px;
    line-height: 1.8em;
}

section#squeeze-tech {
    background: linear-gradient(355deg, #F7F7F7 70%, #ffffff calc(70% + 2px));
    margin-top: -600px;
    padding-top: 600px;
}

.squeeze-tech__col  img {
    margin: 0 auto;
}

.squeeze-form-container {
    display: flex;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 20px #0000001f;
}
section#squeeze-request {
    background: #072438;
}


.squeeze-form__row-form {
    padding: 2em 2em 0 2em;
    flex-basis: 50%;
    background: white;
    border-radius: 10px 0 0 10px;
}

.squeeze-form-container img {
    border-radius: 0 10px 10px 0;
}

.squeeze-form-container h4 {
    font-size: 35px;
    text-transform: capitalize;
    color: #00385D;
    margin-bottom: .8em;
}


.squeeze-form-container .nf-form-fields-required {
    display: none;
}

.nf-form-content label {
    font-size: 15px !IMPORTANT;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: grey !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #f7f7f7;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: none;
    color: #787878;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #00385d !important;
    border: 0;
    border-radius: 5px;
    color: #f7f7f7;
    transition: all .5s;
    cursor: pointer;
    width: 100% !important;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.squeez-compare_row {
    margin: 0 auto;
    text-align: center;
    display: block;
    background: #dbdee7;
    padding: 4em 1em 8em;
}

.squeez-compare_row img {
    margin: 1em auto;
}

h2.squeeze-compare__title.h2 {
    text-align: center;
    font-size: 35px;
    color: #00385D;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 1em;
}

.nf-form-content .list-select-wrap .nf-field-element>div:focus, .nf-form-content input:not([type=button]):focus, .nf-form-content textarea:focus {
    background: #f7f7f7 !important;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    background: #072438 !important;
    color: white !important;
    transition: all .5s;
}

span.wpcf7-form-control-wrap.Websiteplatform {
    margin-top: 1em;
    margin-left: -16px;
}

.squeeze-form__row-form input#nf-field-6 {
    max-width: 221px;
}
.squeeze-form {
    margin-top: -120px;
}

.list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
    display: inline-block !important;
    float: left !important;
    margin-right: 2em !important;
}
.squeeze-form-container img {
    border-radius: 0 10px 10px 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}


#ja-past-events {
    background: whitesmoke;
    padding: 2em 1em;
    margin: 3em 0 0;
}

.ja-events-title {
    margin: 3em 0 2em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #101E2E;
}

.ja-past-events-columns {
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: auto;
    margin: auto;
    padding-bottom: 4em;
}

.ja-past-event-1 {
    flex: 0 1 auto;
}

.ja-past-date {
    position: absolute;
    margin-top: -55px;
    margin-left: -5px;
    background: #104c8d;
    padding: 12px;
    width: 100px;
    height: 61px;
    text-align: center;
    color: white;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 3px 1px 3px #7d7d7d4f;
}

.ja-past-title {
    margin: 1.2em 0;
}

a.ja-past-title {
    text-align: center;
    color: #245B98;
    letter-spacing: .05em;
    font-size: 19px;
    font-weight: bolder;
}

a.ja-past-btn {
    text-align: center;
    background: #ffffff00;
    border: 2px solid #104c8d;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: .4em 2em;
    color: #104c8d;
    text-transform: uppercase;
    font-size: 16px;
}



/* Media Queries -------------------------------------------------------------*/
@media (max-width: 1695px) {
    .ja-team-row {
        grid-template-columns: 400px auto;
    }
    .ja-team-col-second-top {
        grid-template-columns: 1.5fr 1fr;
    }
    .ja-team-sharelink-container .embed-container iframe {
        max-width: fit-content;
    }
    .row.ja-testimonial-row {
        max-width: 1000px;
    }
}

@media only screen and (max-width: 1470px) {
    img.squeeze-points__background-img {
        max-width: 745px;
        top: -16em;
        z-index: -999;
    }
    img.ja-fresh-home-orange-slice {
        height: 371px;
        bottom: 7px;
    }
    .row.ja-testimonial-row {
        max-width: 828px;
    }
    .ja-team-col-second-top {
        grid-template-columns: 1fr;
        grid-gap: 2rem 1rem;
    }
}

@media (max-width: 1170px) {
    .ja-fresh-home-adtypes-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ja-fresh-home-adtypes-col-left {
        margin-top: 0;
    }
}

@media screen and (max-width: 1140px) {
    .ja-featured-columns {
        flex-direction: column;
    }
    .ja-featured-1 {
        width: 80%;
    }
    .ja-featured-2 {
        width: auto;
        margin-top: 1em;
        text-align: center;
        margin-bottom: 2em;
        padding: 0 1em;
    }
    .ja-featured-btns.wow.fadeInRight {
        display: flex;
        width: 80%;
        flex-direction: column;
        margin: auto;
    }
    a.ja-register-btn {
        margin: 1em 0;
    }
    p.ja-description {
        margin-bottom: 1em;
    }
    .row.ja-testimonial-row {
        max-width: 971px;
    }
    .ja-team-row {
        grid-template-columns: 1fr;
    }
    .ja-team-col-second-top {
        grid-template-columns: 2fr 1fr;
        grid-gap: 2rem 1rem;
    }
    .ja-team-bio-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em;
    }
    .ja-team-blog-inner {
        display: flex;
        flex-wrap: wrap;

    }
    .ja-team-blog-img {
        width: 100%;
    }
}

@media only screen and (max-width: 1070px) {
    .squeeze-hero__row {
        flex-direction: column-reverse;
    }
    .squeeze-hero__col.right {
        max-width: 80%;
        text-align: center;
    }
    img.squeeze-hero__logo {
        margin: 0 auto;
    }
    h2.squeeze-hero__h2 {
        font-size: 56px;
    }
    a.btn-primary.dark {
        max-width: 300px;
        margin: 1em auto 0;
    }
    p.muted-text {
        text-align: center;
        max-width: 100%;
    }
    .squeeze-hero__col.left img {
        max-height: 400px;
    }
    section#squeeze-features {
        padding: 2em 2em 6em;
    }
    .squeeze-points__row {
        background: #ffffffcf;
        padding: 1em;
        border-radius: 10px;
    }
    img.ja-fresh-home-orange-slice {
        height: 300px;
        bottom: 14px;
    }
    h2.ja-fresh-home-change-title {
        font-size: 3rem;
    }
    .ja-fresh-home-adtypes-row {
        padding: 0;
    }
    .ja-adtypes-inner-wrapper {
        padding: 2rem;
    }
    .ja-fresh-home-lifestyle-post-card {
        justify-content: center !important;;
        align-items: center;
    }
    .ja-fresh-home-lifestyle-post-row .owl-prev {
        left: 0  !important;;
    }
    .ja-fresh-home-blog-second-row {
        flex-wrap: wrap;
    }
}


@media (max-width: 1024px) {
    .ja-fresh-home-header-row {
        padding: 6rem 1rem 0 1rem;
    }
    .ja-fresh-home-services-row {
        padding: 2rem !important;
    }
    .ja-fresh-home-blog-card-second-row {
        display: flex;
        width: 100%;
    }
    .ja-fresh-home-col-left {
        margin-top: 1rem;
    }

    .row.ja-testimonial-row {
        max-width: 664px;
    }
    .ja-team-col-second-top {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 960px) {
    .ja-fresh-home-pub-advers-col {
        flex-wrap: wrap;
    }
    .ja-fresh-home-header-row {
        text-align: center;
        grid-template-columns: 1fr;
        padding: 5rem 1rem 0 1rem;
    }
    h1.ja-fresh-home-heading {
        font-size: 4rem;
    }
    h2.ja-fresh-home-subtitle {
        max-width: 34ch;
        margin: 0 auto 4rem;
    }
    img.ja-fresh-home-hero-image {
        margin: 3rem auto;
    }
    img.ja-fresh-home-orange-slice {
        display: none;
    }
    .ja-fresh-home-header-second-row {
        text-align: center;
        padding: 1rem;
        height: 321px;
    }
}

@media (max-width: 900px) {
    .ja-adtypes-hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    img.ja-adtypes-hero-screens {
        max-width: 79%;
        margin: 0 auto;
    }
    h2.ja-adtypes-hero-h2 {
        max-width: 50ch;
        margin: 0 auto;
    }
}

@media screen and (max-width: 890px) {
    .ja-past-events-columns {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: auto;
    }
    .ja-past-event-1 {
        padding: 0 1em;
        margin: 1em 0;
    }
}


@media (max-width: 830px) {
    .ja-adtypes-tabs-pagination-links ul {
        flex-wrap: wrap;
        line-height: 1.5rem;
    }
    h4.ja-ad-size-underimage-title {
        margin-top: 2rem;
    }
}


@media only screen and (max-width: 824px) {
    .squeeze-points__col-icons {
        flex-basis: 100%;
        margin-bottom: 5em;
    }
    .squeeze-points__row_flex {
        flex-wrap: wrap;
    }

    .squeeze-tech__row-flex {
        padding: 2em;
    }

    .squeeze-form-container {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .squeeze-container {
        padding: 4em 2em;
    }
    section#squeeze-tech {
        margin-top: -766px;
    }

    .squeeze-form-container img {
        border-radius: 10px 10px 0 0;
        max-height: 300px;
    }
    .ja-fresh-home-services-row {
        padding: 1rem 2rem !important;
        grid-template-columns: 1fr 1fr;
    }
    .ja-fresh-home-change-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 2rem 0 0;
        grid-template-columns: 1fr;
        text-align: center;
        flex-direction: column-reverse;
    }
    .ja-fresh-home-pub-card {
        width: 93%;
    }
    .ja-fresh-home-footer-cta-row {
        grid-template-columns: 1fr;
        justify-content: center;
        text-align: center;
    }
    p.ja-fresh-home-footer-cta-subtitle {
        margin-bottom: 2rem;
    }
    .ja-careers-listings-row {
        grid-template-columns: 1fr;
    }
    .ja-careers-card-buttons-row {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 810px) {
    .event-gallery.wow.zoomInDown {
        column-count: 4;
    }
}

@media only screen and (max-width: 800px) {
    .ja-partners-right {
        flex-basis: 100%;
    }
    .ja-partners-left {
        flex-basis: 100%;
    }
    .ja-partners-row-inner {
        width: 100%;
        padding: 6em 2em;
    }
    .ja-careers-cta-fresh.innerwrap {
        width: 100% !Important;
    }
}

@media (max-width: 730px) {
    .row.ja-testimonial-row {
        max-width: 479px;
    }
    a.ja-careers-secondary,
    a.ja-careers-primary {
        flex-basis: 100%;
        white-space: nowrap;
    }
    .ja-careers-anywhere-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    h2.ja-adtypes-hero-h2 {
        font-size: 1.2rem;
    }
    .typetabcontent {
        float: inherit;
        width: 100%;
    }
    .typetab {
        width: 100%;
    }
    .ja-adtypes-inner-wrapper {
        padding: 1rem;
    }
    .ja-ad-sizes-tab-container {
        grid-template-columns: 1fr;
    }
    .ja-ad-sizes-tab-content {
        margin-top: 0;
    }
    h4.ja-ad-size-underimage-title {
        margin-top: 0;
    }
    .footerbanner-inner {
        max-width: 32ch;
        flex-wrap: wrap;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .footerbanner-button {
        flex-basis: 100%;
    }
    .ja-fresh-home-services-row {
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .ja-fresh-home-services-card {
        justify-content: center;
    }
    .ja-fresh-home-adtypes-col-right {
        display: none;
    }
    .ja-fresh-home-blog-card {
        grid-template-columns: 1fr;
    }
    .ja-team-bio-section {
        grid-template-columns: 1fr;
    }
    .ja-team-col-second-top {
        grid-template-columns: 1fr;
    }
    .row.ja-testimonial-row {
        margin: 0 auto;
    }
    .ja-careers-cta-boday {
        max-width: 100% !Important;
        padding: 2rem !Important;
        text-align: center !Important;
        margin: 0 !important;
    }
    .ja-careers-juicy-footer-cta.innerwrap,
    .ja-careers-anywhere-inner.innerwrap,
    .innerwrap.clear.ja-careers-listing,
    .ja-careers-heading-inner.innerwrap {
        width: 100% !important;
        padding: 2rem !important;
    }
}

@media only screen and (max-width: 525px) {
    .squeeze-tech__col.icon {
        flex-basis: 100%;
    }
    .squeeze-tech__col.copy {
        flex-basis: 100%;
    }
    .squeeze-tech__col h4 {
        margin-top: 1em;
    }
    .squeeze-tech__row-flex.reverse {
        flex-direction: column-reverse;
    }
    .squeeze-features__row {
        flex-wrap: wrap;
    }
    .squeeze-features__col {
        margin-bottom: 2em;
    }

    .squeeze-points__row {
        margin-bottom: 0;
    }
    .ja-fresh-home-pub-card {
        padding: 2rem;
        height: fit-content;
    }
    .ja-fresh-home-pub-card {
        width: 100%;
    }
    .ja-fresh-home-btn-secondary {
        width: 100%;
    }
    .owl-buttons {
        display: none;
    }
    .ja-fresh-home-blog-card-col-left {
        height: 94px;
    }
    .ja-fresh-home-blog-card-col-left img {
        height: 100%;
        width: 100%;
    }
    .ja-fresh-home-blog-featured-top-article {
        margin-top: -105px;
    }
    .row.ja-testimonial-row {
        max-width: 249px;
    }
    .ja-team-photo img {
        height:176px;
    }
    .ja-careers-juicy-footer-cta.innerwrap {
        grid-template-columns: 1fr;
    }
    .ja-careers-heading-container {
        padding: 2rem 0;
    }
    .ja-careers-heading-inner.innerwrap {
        background: #ffffffd6;
    }
}

@media only screen and (max-width: 506px) {
    .event-gallery.wow.zoomInDown {
        column-count: 2;
    }
    .nowidth a.makeMoney {
        font-size: 12px;
        padding: 0 12px;
        letter-spacing: .05em;
    }
    p.ja-fresh-home-testimonials-text:before {
        left: 0;
    }
    .ja-fresh-home-pub-card-header {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    h2.ja-frsh-home-pub-card-title {
        font-size: 2rem;
    }
    img.ja-fresh-home-hero-image {
        width: 300px;
    }
    .ja-fresh-home-lifestyle-post-row {
        padding: 2rem 0;
    }
    h1.ja-fresh-home-heading {
        font-size: 3rem;
    }
    .ja-fresh-home-blog-card-second-row {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    img.ja-fresh-home-blog-card-img-second-row {
        width: 100%;
        height: 100%;
    }
    .ja-fresh-home-blog-second-row {
        grid-gap: 1rem;
    }
    .ja-fresh-home-lifestyle-post-card {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    img.ja-fresh-home-lifestyle-post-card-img {
        height: 100%;
        width: 100%;
    }

    .ja-careers-card-badges {
        flex-wrap: wrap;
    }
    span.ja-careers-badge-hours,
    span.ja-careers-badge-department {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 360px) {
    h2.ja-adtypes-hero-h2 {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    h1.ja-adtypes-hero {
        font-size: 3rem;
    }
    h1.ja-fresh-home-heading {
        font-size: 2rem;
    }
    h2.ja-fresh-home-subtitle {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .ja-fresh-home-services-card {
        flex-wrap: wrap;
        text-align: center;
    }
    h1.ja-careers-heading-title {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 350px) {
    h2.squeeze-hero__h2 {
        font-size: 33px;
    }
    h2.squeeze-compare__title.h2,
    .squeeze-points__title h2 {
        font-size: 20px;
    }
    .squeeze-hero__col.right p {
        font-size: 20px;
    }

    h2.squeeze-compare__title.h2 {
        max-width: 40ch;
        margin: 0 auto 1em;
    }
    .ja-team-row {
        grid-template-columns: 100%;
    }
    .ja-team-blog-inner {
        grid-template-columns: 100%;
    }
    .row.ja-testimonial-row {
        max-width: 350px;
    }
    .ja-team-sharelink-container .embed-container iframe {
        max-width: 250px;
    }
    .ja-team-photo img {
        height: 153px;
    }
}


@media only screen and (min-width: 1024px) {
    section.ja-welcome-hero h1 {
        font-size: 77px;
    }

    .col-xl-6 {
        flex-basis: 48%;
    }


    .col-xl-2 {
        flex-basis: 16%;
    }

    .col-4 {
        flex-basis: 30%;
    }

    .mt-neg-10 {
        margin-top: -10em;
    }

    

}