/* 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;
}

.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.9em;
    text-align: center;
    color: grey;
    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: -96px;
    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;
}

.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;
}

.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;
    margin-right: 8px;
}

.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;
}

@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;
    }
}

#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 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;
    }
}


/* 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;
}

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

@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;
    }
}

.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%;
}


/*
    Media Queries
*/

@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;
    }
}

@media only screen and (max-width: 1470px) {
    img.squeeze-points__background-img {
        max-width: 745px;
        top: -16em;
        z-index: -999;
    }
}

@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;
    }
}

@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;
    }

}

@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;
    }
}

@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;
    }
}
@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;
    }

    .ja-description {
        max-width: 57%;
        margin: 12em auto 4em;
    }

    .ja-description {
        margin: 12em auto 4em;
    }

}