a {
    color: #055e98;
}
.footer {
    background: #002E4B;
    color: #487c95;
    border-top-color: #89B8CF;
}
.footer .container {
    border-left-color: #002E4B;
    border-right-color: #002E4B;
}
.footer ul a {
    color: #6899b1;
}
.footer .container {
    background: #002E4B;
}
.topBar {
    background: #003354;
    color: #487c95;
    border-bottom-color: #89B8CF;
}
.topBar a {
    color: #6899b1;
}
.topBar #menu-trigger {
    background: #89B8CF;
}
.topBar .container {
    background: #002E4B;
}
.woocommerce ul.products li.product {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 0 #6899b1 inset;
}
article .download h2 {
    color: #487c95;
}
.cd-top {
    background: rgba(104,153,177,.8);
}
.cd-top:hover {
    background: rgba(104,153,177,1);
}
.searchForm input.form-control {
    background: #0a3b5b;
}
.searchForm input.form-control:focus {
    background: #27526e;
}
.searchForm input.form-control::placeholder {
    color: #506e7d;
}
.searchForm :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #506e7d;
 }
.searchForm :-ms-input-placeholder { /* Microsoft Edge */
    color: #506e7d;
 }
.searchForm .btn.btn-orange {
    background-color: #745847;
    border-color: #745847;
}
.envFooter {
    color: #487c95;
}


/* 2021 Homepage #492 */
.home #mainMenu.navbar{
    border-bottom: 0;
}
.hero .row .heroB.vertical-align {
    display: block;
    margin-bottom: 35px;
}
.hero .row .heroB .headMiddle {
    margin-left: 0;
}
.hero .row .heroB h1 {
    border: 0 none;
    color: #343544;
    font-size: 33px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 35px;
    padding: 0;
    text-shadow: none;
    /*letter-spacing: -2px;*/
    letter-spacing: normal;
}
.hero .row .heroB h2 {
    font-weight: 100;
    margin-bottom: 3px;
    margin-top: 0;
    color: #343544;
    display: inline-block;
    font-size: 23px;
    padding-left: 0;
    text-shadow: none;
}
.hero .row .buttonsB {
    margin: 45px 0 0;
}
.hero .row .buttonsB a {
    background-color: white;
    border: 3px solid #6899b1;
    color: #002e4b!important;
    font-size: 25px;
    text-transform: initial;
    padding: 23px 35px;
}
.hero .row .buttonsB a:hover {
    background-color: #6899b1;
    color: #fff!important;
}

.wide-bg2 {
    padding: 110px 0;
}
.wide-bg2 h2 {
    font-size: 40px;
    color: #343544;
    font-weight: bold;
}
.wide-bg2.blue,
.wide-bg.blue {
    background-color: #acd2e5;
    color: white;
}

.wide-bg2.white {
    background-color: #ffffff;
}

.lFont2 {
    font-size: 24px;
}

.button2:link, .button2:visited {
    display: inline-block;
    position: relative;
    text-align: center;
    width: auto;
    border-radius: 100px;
    background-color: grey;
    color: black;
    font-size: 25px;
    text-transform: initial;
    padding: 23px 35px;
    transition: all 0.5s ease 0s;
    font-weight: 700;
    line-height: 1;
}
.button2.white {
    background-color: white;
    color: #002e4b;
}
.button2.white:hover {
    background-color: #6899b1;
    color: #fff;
}
.button2.white.outline {
  border: 3px solid #6899b1;
}
.button2.blue {
    background-color: #6899B1;
    color: #ffffff;
}
.button2.blue:hover {
    background-color: #51778a;
    color: #fff;
}
.svgBgBlue {
    background: url('../images/blurry-gradient-blue.svg') no-repeat 50% 50%;
    background-size: cover;
}

/* Solutions sliders */
.solutions .nav-justified > li {
    padding-right: 10px;
}
.solutions .nav-justified > li:last-of-type {
    padding-right: 0;
}

.solutions .nav > li > a {
    background: #d97334;
    color: #fff;
    padding: 28px 10px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}
.solutions .nav > li > a:hover {
    background: #343544;
}
.solutions .nav-pills > li.active > a,
.solutions .nav-pills > li.active > a:focus,
.solutions .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #343544;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.solutions .nav-pills > li.active > a::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -1px;
    left: -19px;
    height: 20px;
    width: 20px;
    border-bottom-right-radius: 11px;
    box-shadow: 10px 0 0 #343544;
}
.solutions .nav-pills > li.active > a::after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -1px;
    right: -19px;
    height: 20px;
    width: 20px;
    border-bottom-left-radius: 11px;
    box-shadow: 0 10px 0 #343544;
}
.solutions .tab-content-wrapper {
    background: #343544;
    padding-top: 110px;
    color: #fff;
}
.solutions .nav > li.active > a {
    margin-bottom: 0;
    padding-bottom: 38px;
}
.solutions .tab-pane h3 {
    color: #deba5e;
    font-weight: 900;
    font-size: 30px;
    margin: 0 0 30px;
}
.solutions .tab-pane p:last-of-type {
    margin-bottom: 0;
}
.videoSection {
    height: 500px;
    background: url('../images/bg-video.svg') no-repeat 50% 50%;
    background-size: cover;
    background-color: #343544;
}
.videoSection .videoWrapper {
    margin-top: 60px;
}
.headingBlue {
    color: #094c74;
    font-weight: 900!important;
}
.wave {
    height: 377px;
    background: url('../images/wave.svg') no-repeat 50% 50%;
    background-size: cover;
    background-color: #ffffff;
}
.wave .row {
    height: 305px;
}
.wave h3 {
    font-weight: 600;
    color: white;
}
.callout.orange.footerWave {
    padding: 0;
    background: url('../images/footerWave.svg') no-repeat 50% 50%;
    background-size: cover;
    background-color: #ffffff;
}
.footer .footerLogo {
    display: none;
}


/*Handled devices ----------- */
@media only screen and (max-width: 767px) {
    /*#jPanelMenu-menu #navbar ul li a {
        color: #c4ccda;
    }
    .topBar #menu-trigger span {
        background: #002E4B;
    }
    .topBar #menu-trigger.menuOpen span:before,
    .topBar #menu-trigger.menuOpen span:after {
        background: #002E4B;
    }
    #jPanelMenu-menu {
        background-color: #32394a;
    }
    #jPanelMenu-menu.navbar-default .navbar-collapse {
        border-color: #242a37;
    }
    #jPanelMenu-menu .logo img {
        width: 20%;
        margin-top: -2px;
    }
    #jPanelMenu-menu #navbar ul li {
        border-top: 1px solid #3e4555;
        border-bottom: 1px solid #242a37;
    }
    #jPanelMenu-menu #navbar ul li a:hover {
        background-color: #2a303e;
    }
    #jPanelMenu-menu #navbar ul li.open li {
        border-top: 1px solid #3e4555;
        border-bottom: 1px solid #242a37;
    }
    #jPanelMenu-menu #navbar ul li.open a {
        background-color: #2a303e;
    }
    #jPanelMenu-menu #navbar .dropdown-menu a:hover {
        background-color: #232834;
    }*/
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
      border-bottom: 3px solid #89b8cf;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.accent>a.mega-menu-link,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.accentBlue>a.mega-menu-link{
      justify-content: center!important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
      background: #373c49!important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 a .mega-menu-description {
      color: #999!important;
    }
    .mBtn {
      background: #D77031;
      color: #fff!important;
    }
    .footer ul li {
        border-top: 1px solid #173454;
    }
    .footer ul a {
        border-bottom: 1px solid #0a2747;
    }
    .footer ul a:hover {
        background-color: #062b43;
    }
    .shopping-cart:hover {
        color: #062b43;
    }
    .shopping-cart {
        background-color: white;
    }
    .shopping-cart:hover {
        color: #062b43;
        background-color: white;
    }
    .shopping-cart .count {
        border-left: 1px dotted #506e7d;
        color: #062b43;
    }
    .menu-item.accent,
    .menu-item.accentBlue,
    .freeTrial, .order {
        display: none;
    }
    .accentOrder {
        padding: 20px 15px 0;
        border: 0!important;
    }
    .wide-bg2 {
        padding: 40px 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .wave {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wave .col-md-12 {
        height: 305px;
    }
    .wave h3 {
        margin-top: 35% !important;
    }
    .hero .row .heroB.vertical-align {
        margin-bottom: 0;
    }
    .hero .row .heroB h1 {
        font-size: 15px;
        margin: 0 0 15px;
        background: #fff;
        text-align: center;
    }
    .mobileHero {
        height: 460px;
        background: url('https://www.dojiggy.com/files/sites/164/2021/05/header-1-mobile.jpg') no-repeat 50% bottom;
        background-size: contain;
        background-color: #ffffff;
    }
    .mobileHero .rotate {
        display: none;
    }
    .mobileHero .headMiddle {
        padding-top: 20px;
    }
    .hero .mobileHero .buttonsB {
        display: block;
        text-align: center;
        padding: 0 50px;
    }
    .hero .mobileHero .buttonsB a{
        font-size: 18px;
        padding: 23px 25px;
    }
    .lFont2 {
        font-size: 18px;
    }
    .wide-bg2 h2 {
        font-size: 22px;
    }
    .button2:link, .button2:visited {
        font-size: 20px;
    }
    .solutions .tab-content>.tab-pane {
        display: block !important;
        opacity: 1 !important;
    }
    .videoSection {
        padding: 40px 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .solutions {
        padding: 40px 0 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .solutions .container.solContainer {
        display: none;
    }
    .solutions .tab-content-wrapper {
        padding-top: 40px;
        font-size: 18px;
    }
    .solutions .tab-pane img {
        width: 50%;
        margin: 30px 0 80px;
    }
    .solutions .tab-pane:last-of-type img {
        margin-bottom: 0;
    }
    .callout.orange.footerWave {
        height: 400px;
    }
    .callout.orange.footerWave .row {
        padding-top: 115px;
    }
    html {
        margin-top: 0 !important;
    }
    #wpadminbar {
        display: none;
    }
}

/* Tablets and bigger ----------- */
@media only screen  and (min-width : 768px) {
    .topBar .container {
        border-left-color: #1a4865;
        border-right-color: #1a4865;
    }
    #mainMenu.navbar .navbar-nav > li > a {
        color: #055e98;
    }
    #mainMenu.navbar ul.dropdown-menu a {
        color: #055e98;
    }
    .shopping-cart:hover {
        color: #002E4B;
    }
    .shopping-cart {
        background-color: #0a3b5b;
    }
    .shopping-cart:hover {
        color: #6899b1!important;
        background-color: #1b445f;
    }
    .count {
        border-left: 1px dotted #6899b1;
    }
    .startFr, .loginLink, .freeTrial, .accentOrder {
        display: none!important;
    }
    .order a {
        border-right: 0!important;
    }
}

/*Tablet devices ----------- */
@media only screen  and (min-width : 768px) and (max-width: 991px) {
    #mainMenu.navbar .logo {
        margin: 20px 0 0 0;
    }
    #mainMenu.navbar .logo img {
        width: 80px;
        margin-left: 5px;
    }
    .hero .row .heroB.vertical-align {
        margin-bottom: 0;
    }
    .hero .row .heroB h1 {
        font-size: 22px;
        margin: 0 0 15px;
        background: #fff;
        display: initial;
    }
    .hero .row .heroB h2 {
        display: none;
    }
    .hero .row .buttonsB {
        margin: 20px 0;
    }
    .hero .row .buttonsB a {
        font-size: 20px;
        padding: 10px 20px;
    }
    .wide-bg2 {
        padding: 40px 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .wave {
        margin-left: -20px;
        margin-right: -20px;
    }
    .wave .col-md-12 {
        width: 100%;
    }
    .lFont2 {
        font-size: 20px;
    }
    .wide-bg2 h2 {
        font-size: 25px;
    }
    .button2:link, .button2:visited {
        font-size: 20px;
    }
    .solutions,
    .videoSection {
        margin-left: -20px;
        margin-right: -20px;
    }
    .solutions .tab-pane img {
        width: 80%;
    }
    .callout.orange.footerWave {
        height: 400px;
    }
    .callout.orange.footerWave .row {
        padding-top: 145px;
    }

    html {
        margin-top: 0 !important;
    }
    #wpadminbar {
        display: none;
    }
}

/* Small desktops ----------- */
@media only screen  and (min-width : 992px) and (max-width: 1199px) {
    #mainMenu.navbar {
        min-height: 81px;
    }
    #mainMenu.navbar .logo {
        margin-top: 10px;
    }
    #mainMenu.navbar .logo img{
        width: 110px;
        height: 62px;
        margin-top: -1px;
    }
    #mainMenu.navbar #navbar {
        /* padding-top: 10px;*/
    }
    #mainMenu.navbar.navbar-fixed-top #navbar {

    }
    #mainMenu.navbar.navbar-fixed-top {
        min-height: 77px;
    }
    #mainMenu.navbar.navbar-fixed-top .logo {
        margin-top: 8px;
    }
    #mainMenu.navbar.navbar-fixed-top .logo img {
        width: 100px;
        height: 58px;
        margin-top: 1px;
    }
    .hero .row .heroB.vertical-align {
        margin-bottom: 0;
    }
    .hero .row .heroB h1 {
        font-size: 22px;
        margin: 0 0 15px;
    }
    .hero .row .heroB h2 {
        font-size: 18px;
    }
    .hero .row .buttonsB {
        margin: 20px 0;
    }
    .hero .row .buttonsB a {
        font-size: 20px;
        padding: 10px 20px;
    }
    .lFont2 {
        font-size: 18px;
    }
    .wide-bg2 {
        padding: 30px 0;
    }
    .wide-bg2 h2 {
        font-size: 22px;
    }
    .button2:link, .button2:visited {
        font-size: 20px;
    }
    .solutions .solContainer {
        width: auto;
    }
    .solutions .tab-pane img {
        width: 60%;
    }
    .callout.orange.footerWave {
        height: 400px;
    }
    .callout.orange.footerWave .row {
        padding-top: 155px;
    }

}

/*Large screens ----------- */
@media only screen  and (min-width : 1200px) and (max-width: 1824px) {
    #mainMenu.navbar {
        min-height: 99px;
    }
    #mainMenu.navbar .logo{
        margin-top: 15px;
    }
    #mainMenu.navbar .logo img {
        width: 100px;
        height: 76px;
        margin-top: -8px;
    }
    #mainMenu.navbar #navbar {
        padding-top: 0;
    }
    #mainMenu.navbar.navbar-fixed-top #navbar {
        /*margin-top: 8px;*/
    }
    #mainMenu.navbar.navbar-fixed-top {
        min-height: 77px;
    }
    #mainMenu.navbar.navbar-fixed-top .logo {
        margin-top: 8px;
    }
    #mainMenu.navbar.navbar-fixed-top .logo img {
        width: 95px;
        height: 66px;
        margin-top: -3px;
    }
    .hero .row .heroB.vertical-align {
        margin-bottom: 0;
    }
    .hero .row .heroB h1 {
        font-size: 24px;
        margin: 0 0 35px;
    }
    .hero .row .heroB h2 {
        font-size: 20px;
    }
    .hero .row .buttonsB {
        margin: 20px 0 0;
    }
    .lFont2 {
        font-size: 20px;
    }
    .wide-bg2 {
        padding: 60px 0;
    }
    .wide-bg2 h2 {
        font-size: 30px;
    }
    .button2:link, .button2:visited,
    .hero .row .buttonsB a {
        font-size: 22px;
        padding: 20px 30px;
    }
    .solutions .solContainer {
        width: auto;
    }
    .solutions .tab-pane img {
        width: 70%;
    }
    .callout.orange.footerWave {
        height: 400px;
    }
    .callout.orange.footerWave .row {
        padding-top: 155px;
    }

}

/*Extra large screens ----------- */
@media only screen  and (min-width : 1825px) {
    #mainMenu.navbar {
        min-height: 101px;
    }
    #mainMenu.navbar .logo {
        /*margin-top: 12px;*/
    }
    #mainMenu.navbar .logo img {
      width: 145px;
      height: 80px;
      margin-top: -10px;
    }
    #mainMenu.navbar #navbar {
        /*padding-top: 19px;*/
    }
    #mainMenu.navbar.navbar-fixed-top #navbar {
        //*margin-top: 12px;*/
    }
    #mainMenu.navbar.navbar-fixed-top {
        min-height: 86px;
    }
    #mainMenu.navbar.navbar-fixed-top .logo {
        /*margin-top: 10px;*/
    }
    #mainMenu.navbar.navbar-fixed-top .logo img {
        width: 110px;
        height: 66px;
        margin-top: -3px;
    }
    .videoSection {
        height: 620px;
    }
    .headingBlue {
        font-size: 20px!important;
    }
    .callout.orange.footerWave {
        height: 400px;
    }
    .callout.orange.footerWave .row {
        padding-top: 140px;
    }
    #mainMenu.navbar.navbar-fixed-top {
      min-height: 85px;
    }
}


/*Homepage tabs specific responsive styles ----------- */
@media only screen and (max-width: 1259px) {
    .solutions .nav-pills > li.active > a::before,
    .solutions .nav-pills > li.active > a::after {
        display: none;
    }
    .solutions .nav > li > a {
        margin-bottom: 10px;
        padding: 18px 10px;
        border-radius: 8px;
        height: 75px;
    }
    .solutions .nav > li.active > a {
        border-radius: 8px!important;
    }
}
