/*==============================================================================
=                                Globals                                       =
==============================================================================*/

.bd-placeholder-img {
    font-size: 1.125rem;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    text-anchor: middle;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

body {
    min-height: 100vh;
    overflow-x: hidden;

    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 19px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 300;

    color: #fff;
    background: url("../img/bg-nomad-mobile.jpg") no-repeat center 200px;
    background-color: #085085;
    background-size: cover;
}

sup {
    top: -1.4em;

    font-size: 35%;
}

.popup sup {
    top: -.75em;

    font-size: 50%;
}

a,
a:hover,
a:focus {
    display: inline-block;

    line-height: 1.1;

    transition: .3s;
    text-decoration: none;

    color: #fff;
    border-bottom: 1px solid #fff;
}

a:hover {
    color: #40acf2;
    border-bottom: 1px solid #40acf2;
}

ul {
    padding: 0;
    margin: 0;

    list-style: none;
}

.popup ul.dashed {
    list-style-type: none;
}

ul.dashed > li {
    margin-left: 15px;
}

ul.dashed > li:before {
    margin-left: -11px;

    content: "- ";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

h1 {
    font-size: 40px;

    text-transform: uppercase;
}

h1 sup {
    font-weight: 300;
}

h2 {
    margin-top: 40px;

    font-size: 24px;
    font-weight: 300;

    color: #40acf2;
    background: -webkit-linear-gradient(31deg, #40acf3, #82d2ef);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

/*============================== Helper Classes ==============================*/

.ps-blue {
    color: #1870b8;
}

.ps-grey {
    color: #999;
}

.w-45 {
    width: 45%;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fs-9 {
    font-size: 9px;
}

.fs-12 {
    font-size: 12px;
}

.fs-16 {
    font-size: 16px;
}

.mw-125 {
    max-width: 125px;
}

.mw-150 {
    max-width: 150px;
}

.mw-620 {
    max-width: 620px;
}

.mw-660 {
    max-width: 660px;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt110 {
    margin-top: 110px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mt130 {
    margin-top: 130px !important;
}

.mt140 {
    margin-top: 140px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

/*==============================================================================
=                                Landing Page                                  =
==============================================================================*/

header {
    margin-bottom: 40px;
}

.software-link {
    position: relative;
    top: -100px;

    margin-top: 20px;

    font-size: 14px;

    transition: 1s;
    transition-delay: 2s;

    opacity: 0;
}

.loaded .software-link {
    top: 0;

    opacity: 1;
}

.new-for {
    position: relative;
    top: -120px;

    transition: .75s;
    transition-delay: 1.5s;
}

.loaded .new-for {
    top: 0;
}

img.logo {
    width: 184px;
    height: auto;

    fill: #fff;
}

.flip-box-wrapper {
    margin-top: 30px;
    margin-right: -10px;
    margin-bottom: 70px;
    margin-left: -10px;
}

.flip-box-wrapper .col {
    height: 240px;
    padding-right: 10px;
    padding-left: 10px;
}

.flip-box {
    width: 100%;
    height: 100%;
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;

    background-color: transparent;

    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

.flip-box .inner {
    position: relative;

    width: 100%;
    height: 100%;

    transition: transform .8s;
    text-align: center;

    transform-style: preserve-3d;
}

.flip-box:hover .inner,
.flip-box.active .inner {
    transform: rotateY(180deg);
}

.flip-box .front,
.flip-box .back {
    position: absolute;

    width: 100%;
    height: 100%;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.flip-box .front {
    padding: 30px;

    font-weight: 500;
    line-height: 1.3;

    text-align: center;

    background: rgb(24,127,206);
    background: linear-gradient(90deg, rgba(24,127,206,1) 0%, rgba(59,166,237,1) 100%);
}

.flip-box .front .label {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.flip-box .front img {
    margin-bottom: 38px;
}

.flip-box.box-1 .front img {
    margin-bottom: 38px;
}

.flip-box.box-2 .front img {
    margin-bottom: 42px;
}

.flip-box.box-3 .front img {
    margin-bottom: 52px;
}

.flip-box.box-4 .front img {
    margin-bottom: 48px;
}

.flip-box.box-5 .front img {
    margin-bottom: 42px;
}

.flip-box .back {
    padding: 30px 25px;

    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;

    transform: rotateY(180deg);

    color: #1070b8;
    outline: none;
    background: #fff;
}

.flip-box .back .copy {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
}

.flip-box .back .learn-more {
    margin-top: 30px;
    margin-bottom: 0;

    font-size: 15px;
    font-weight: 500;

    text-transform: uppercase;

    color: #020c13;
}

.fancybox-navigation {
    display: none;
}

.fancybox-button svg path {
    fill: #fff;
}

.fancybox-slide {
    overflow-y: scroll;
}

.popup {
    display: none;
    width: 100%;
    max-width: 1280px;
    padding: 0;
    overflow: hidden;

    font-size: 14px;

    color: #000;
}

.popup a {
    text-decoration: underline;

    color: #000;
    border: none !important;
    outline: none;
}

.popup .fw-700 {
    font-size: 15px;
}

.popup ul {
    padding-left: 20px;

    list-style: disc;
}

.popup ul li {
    margin-bottom: 15px;

    line-height: 1.3;
}

.popup .header {
    position: relative;

    padding: 25px 30px;

    background: #1870b8;
}

.popup .header img {
    position: absolute;
    top: 0;
    left: 0;

    width: auto;
    height: 100%;
}

.popup .body {
    padding: 25px 30px 95px;
    overflow: hidden;

    background: url("/_assets/img/popups/bluewave.png") no-repeat right bottom;
    background-color: #fff;
    background-size: 400px;
}

img.logo-blue {
    position: absolute;
    right: 30px;
    bottom: 50px;

    width: 140px;
    height: auto;
}

.popup p.ps-blue.fw-700 {
    line-height: 1.3;
}

.popup h3 {
    margin-bottom: 0;

    font-size: 22px;
    line-height: 1.2;

    color: #fff !important;
}

.popup hr {
    border-color: #7f94a6;
}

.popup .icon-left {
    padding-right: 20px;
}

.calendar-view {
    margin-top: 20px;
}

.icon-calendar {
    width: 63px;
    height: auto;
}

.icon-database {
    width: 63px;
    height: auto;
}

.icon-hospital {
    width: 65px;
    height: auto;
}

.icon-home {
    width: 64px;
    height: auto;
}

.hp-icon-wrapper {
    height: 85px;
}

.hp-icon-wrapper.sphinx {
    height: 45px;
}

.dashboard {
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.nomad-top {
    display: none;
    height: auto;
}

.nomad-bottom {
    display: block;
    height: auto;
}

.tagline {
    font-size: 90%;
}

.copyright {
    margin-top: 0;
    margin-bottom: 60px;

    font-size: 12.25px;

    color: rgba(255,255,255,.5);
}

.ref {
    margin-top: 30px;

    font-size: 10px;
}

.ref ol {
    margin-bottom: 0;
    margin-left: 0;
}

.monitor {
    /*  position: absolute;
  top: 18%;
  right: 0;*/
    width: 100%;
    /*  -webkit-transform: translate(0% -60%);
     -moz-transform: translate(0% -60%);
       -o-transform: translate(0% -60%);
          transform: translate(0%, -60%);*/
}

.popup.security {
    background: url("/_assets/img/popups/enhanced-protocols.jpg") no-repeat left bottom;
    background-color: #fff;
    background-size: 50%;
}

.popup.security .body {
    background-color: transparent;
}

.security-spacer {
    height: 110px;
}

.citation {
    font-size: 80%;
    line-height: 1.3;
}

.citation-90 {
    font-size: 90%;
    line-height: 1.3;
}

.chart-x-axis-labels {
    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;
}

.cost-nihon-kohden {
    position: absolute;
    top: 37.5%;
    left: 18.4%;

    width: 16%;
}

.cost-competitors {
    position: absolute;
    top: 37.5%;
    left: 46.3%;

    width: 16%;
}

.cost-arrow {
    position: absolute;

    width: 3.25%;

    transform-origin: bottom;
    animation-name: bounce-1;
    animation-duration: 1.25s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.cost-arrow.blue {
    top: 86%;
    left: 15.5%;
}

.cost-arrow.orange {
    top: 86%;
    left: 24.6%;
}

.cost-arrow.yellow {
    top: 69.4%;
    left: 34.6%;
}

.cost-arrow.blue.competitors {
    top: 83%;
    left: 48.8%;
}

.cost-arrow.orange.competitors {
    top: 81%;
    left: 58.8%;
}

.cost-arrow.yellow.competitors {
    top: 7%;
    left: 69.3%;
}

.reveal-down-1 {
    transition: .75s;
    transition-delay: 0s;
    transform: translateY(-30px);

    opacity: 0;
}

.reveal-down-2 {
    transition: .75s;
    transition-delay: 1s;
    transform: translateY(-30px);

    opacity: 0;
}

.reveal-bullet-1 {
    transition: .75s;
    transition-delay: 0s;
    /*transform: translateX(150px);*/

    opacity: 0;
}

.reveal-bullet-2 {
    transition: .75s;
    transition-delay: .25s;
    /*transform: translateX(150px);*/

    opacity: 0;
}

.reveal-bullet-3 {
    transition: .75s;
    transition-delay: .5s;
    /*transform: translateX(150px);*/

    opacity: 0;
}

.reveal-bullet-4 {
    transition: .75s;
    transition-delay: .75s;
    /*transform: translateX(150px);*/

    opacity: 0;
}

.reveal-bullet-5 {
    transition: .75s;
    transition-delay: 1s;
    /*transform: translateX(150px);*/

    opacity: 0;
}

.animate .reveal-bullet-1,
.animate .reveal-bullet-2,
.animate .reveal-bullet-3,
.animate .reveal-bullet-4,
.animate .reveal-bullet-5 {
    transform: translateX(0);

    opacity: 1;
}

.reveal-1 {
    transition: .75s;
    transition-delay: 0s;

    opacity: 0;
}

.reveal-2 {
    transition: .75s;
    transition-delay: .5s;

    opacity: 0;
}

.reveal-3 {
    transition: .75s;
    transition-delay: 1s;

    opacity: 0;
}

.reveal-4 {
    transition: .75s;
    transition-delay: 1.5s;

    opacity: 0;
}

.animate .reveal-1,
.animate .reveal-2,
.animate .reveal-3,
.animate .reveal-4 {
    opacity: 1;
}

.animate .reveal-down-1,
.animate .reveal-down-2 {
    transform: translateY(0);

    opacity: 1;
}

.year-1 {
    position: absolute;
    top: 57.5%;
    left: 16%;

    width: 10%;
    height: 100%;
}

.year-5 {
    position: absolute;
    top: 32%;
    left: 45%;

    width: 10%;
    height: 100%;
}

.year-10 {
    position: absolute;
    top: 1%;
    left: 75%;

    width: 10%;
    height: 100%;
}

.year-1 .savings,
.year-5 .savings,
.year-10 .savings {
    display: block;
    margin: 0 auto;

    transition: 1s;

    opacity: 0;
}

.year-1 .savings {
    width: 95%;
    height: auto;

    transition-delay: .5s;
}

.year-5 .savings {
    width: 110%;
    height: auto;
    margin-left: -5%;

    transition-delay: 1.25s;
}

.year-10 .savings {
    width: 110%;
    height: auto;
    margin-left: -5%;

    transition-delay: 2s;
    transition-timing-function: ease-in;
}

.year-1 .dollars,
.year-5 .dollars,
.year-10 .dollars {
    position: relative;

    display: block;
    width: 40%;
    height: auto;
    margin: 10% auto;

    transition: .5s;
    transform: translateY(-20px);

    opacity: 0;
}

.year-1 .dollars {
    transition-delay: .25s;
}

.year-5 .dollars {
    transition-delay: 1s;
}

.year-10 .dollars {
    transition-delay: 1.75s;
}

.year-1 .lines,
.year-5 .lines,
.year-10 .lines {
    display: block;
    width: 10.47619%;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;

    transition: .75s;

    opacity: 0;
}

.year-1 .lines {
    transition-delay: 0s;
}

.year-5 .lines {
    transition-delay: .75s;
}

.year-10 .lines {
    transition-delay: 1.5s;
}

.animate .year-1 .savings,
.animate .year-5 .savings,
.animate .year-10 .savings,
.animate .year-1 .dollars,
.animate .year-5 .dollars,
.animate .year-10 .dollars,
.animate .year-1 .lines,
.animate .year-5 .lines,
.animate .year-10 .lines {
    opacity: 1;
}

.animate .year-1 .dollars,
.animate .year-5 .dollars,
.animate .year-10 .dollars {
    transform: translateY(0);
}

.animate .year-1 .lines,
.animate .year-5 .lines,
.animate .year-10 .lines {
    margin-top: 0;
}

.blue-rounded-border {
    padding: 20px 25px 10px;

    border: 2px solid #257ce1;
    border-radius: 20px;
    background: #fff;
}

.blue-rounded-border .zi-link {
    position: relative;
    z-index: 1;

    transition: none !important;
}

.graphic-interoperability {
    display: block;
    width: 248px;
    margin: 20px auto 40px;
}

.popup .border-box-1 ul li,
.popup .border-box-2 ul li {
    margin-bottom: 3px;
}

.logos.mobile,
.blue-node,
.blue-line {
    display: block;
}

.blue-line {
    position: absolute;
    top: -34px;
    left: 50%;

    width: 3px;
    height: 32px;

    transform: translateX(-50%);

    background: #1870b8;
}

.blue-line.node:before {
    position: absolute;
    top: -14px;
    left: 50%;

    display: block;
    width: 16px;
    height: 16px;
    margin-left: -8px;

    content: "";

    border: 3px solid #1870b8;
    border-radius: 50%;
}

.popup .border-box-1 .logos.mobile,
.popup .border-box-2 .logos.mobile {
    margin: 20px auto;
}

.logos.desktop {
    display: none;
}

.popup .border-box-1 .logos {
    width: 350px;
    margin: 0 auto;
}

.popup .border-box-2 .logos {
    width: 350px;
    margin: 0 auto;
}

.popup .border-box-1 {
    position: relative;

    width: 600px;
    max-width: 100%;
    padding: 30px 40px 10px;
    margin: 30px auto 0;

    border: 3px solid #1870b8;
    border-radius: 20px;
}

.popup .border-box-2 {
    position: relative;

    width: 600px;
    max-width: 100%;
    padding: 30px 40px 10px;
    margin: 30px auto 0;

    border: 3px solid #1870b8;
    border-radius: 20px;
}

.popup .border-box-3 {
    position: relative;

    width: 600px;
    max-width: 100%;
    padding: 30px 40px 10px;
    margin: 30px auto 0;

    border: 3px solid #1870b8;
    border-radius: 20px;
}

.popup .border-box-line-1 {
    display: none;
}

.popup .border-box-line-2 {
    display: none;
}

.popup .border-box-line-3 {
    display: none;
}

/*==============================================================================
=                                Popup Tabs                                    =
==============================================================================*/
.popup-tabs {
    position: relative;

    display: inline-flex;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px;
    overflow-x: auto;

    list-style: none !important;

    border: none;

    flex-wrap: inherit;
    scroll-behavior: smooth;
}

.popup-tabs > li {
    float: left;

    text-align: center;
}

.popup-tabs > li > a {
    position: relative;

    display: block;
    padding: 10px 13px 20px;

    font-weight: 400;

    white-space: nowrap;
    text-decoration: none !important;

    color: #b3b5b8;
    border-bottom: 1px solid #000 !important;
    outline: none;
}

.popup-tabs > li:first-child > a {
    padding-left: 15px;
}

.popup-tabs > li:last-child > a {
    padding-right: 15px;
}

.popup-tabs > li > a.active {
    color: #1870b8;
}

.popup-tabs > li > a.active:after {
    position: absolute;
    bottom: -9px;
    left: 50%;

    width: 18px;
    height: 18px;

    content: "";
    transform: translatex(-50%);

    border-radius: 50%;
    background: #1870b8;
}

.popup-tabs > li:first-child > a:after {
    /*margin-left: -6px;*/
}

.popup-tabs > li:last-child > a:after {
    /*margin-left: 6px;*/
}

/*==============================================================================
=                                Media Queries                                 =
==============================================================================*/

@media screen and (min-width: 400px) {
    .popup {
        font-size: 15px;
    }

    .popup .fw-700 {
        font-size: 16px;
    }

    .nomad-top {
        display: block;
    }

    .nomad-bottom {
        display: none;
    }
}

@media screen and (min-width: 476px) {
    body {
        background: url("../img/bg-nomad-mobile.jpg") no-repeat center;
        background-color: #085085;
        background-size: cover;
    }

    .features-mobile {
        display: none;
    }

    .features-spacer {
        height: 60px;
    }

    .popup.features {
        background: url("/_assets/img/popups/features-inset.jpg") no-repeat left bottom;
        background-color: #fff;
        background-size: 60%;
    }

    .popup.features .body {
        background-color: transparent;
    }

    .popup.security {
        background-size: 42%;
    }
}

@media screen and (min-width: 576px) {
    body {
        background: url("../img/bg-nomad.jpg") no-repeat 75% center;
        background-color: #05111b;
        background-size: cover;
    }

    header {
        margin-bottom: 60px;
    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 30px;
    }

    .flip-box-wrapper .col {
        max-width: 50%;

        flex: 0 0 50%;
    }

    .flip-box .back .learn-more {
        margin-top: 20px;
    }

    .fancybox-navigation {
        display: block;
    }

    .popup {
        width: calc(100% - 76px);

        font-size: 17px;
    }

    .popup .fw-700 {
        font-size: 18px;
    }

    .popup .header,
    .popup .body {
        padding: 30px 45px;
    }

    .popup .body {
        padding-bottom: 115px;

        background-size: 500px;
    }

    img.logo-blue {
        right: 45px;
        bottom: 65px;

        width: 160px;
    }

    .popup h3 {
        font-size: 26px;
    }

    .monitor {
        /*position: absolute;
    top: 22%;
    right: 0;
    width: 100%;
    -webkit-transform: translate(0% -40%);
       -moz-transform: translate(0% -40%);
         -o-transform: translate(0% -40%);
            transform: translate(0%, -40%);*/
    }
}

@media screen and (min-width: 768px) {
    body {
        background: url("../img/bg-nomad.jpg") no-repeat 75% center;
        background-size: cover;
    }

    header {
        margin-bottom: 80px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 32px;
    }

    .flip-box .back .learn-more {
        margin-top: 30px;
    }

    .popup .header,
    .popup .body {
        padding: 35px 60px;
    }

    .popup .body {
        padding-bottom: 145px;

        background-size: 65%;
    }

    img.logo-blue {
        right: 60px;
        bottom: 65px;

        width: 170px;
    }

    .popup h3 {
        font-size: 30px;
    }

    .hp-icon-wrapper.sphinx {
        height: 85px;
    }

    .popup.features {
        background-size: 450px;
    }

    .copyright {
        margin-top: 80px;
    }

    .monitor {
        /*top: 30%;
    right: 25%;
    width: 100%;*/
        max-width: 520px;
        /*-webkit-transform: translate(15% -70%);
       -moz-transform: translate(15% -70%);
         -o-transform: translate(15% -70%);
            transform: translate(15%, -70%);*/
    }

    .security-spacer {
        height: 130px;
    }
}

@media screen and (min-width: 992px) {
    body {
        background: url("../img/bg-nomad.jpg") no-repeat 85% center;
        background-size: cover;
    }

    header {
        margin-bottom: 100px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 32px;
    }

    .fs-lg-25 {
        font-size: 25px;
    }

    .mb-lg-n50 {
        margin-bottom: -50px;
    }

    .mt-lg-30 {
        margin-top: 30px;
    }

    .mb-lg-n50 {
        margin-bottom: -50px;
    }

    .flip-box-wrapper {
        margin-top: 70px;
    }

    .flip-box-wrapper .col {
        max-width: 33.333%;

        flex: 0 0 33.333%;
    }

    .popup .header,
    .popup .body {
        padding: 40px 85px;
    }

    .popup .body {
        padding-bottom: 165px !important;
    }

    img.logo-blue {
        right: 70px;
        bottom: 70px;
    }

    .border-lg-left {
        border-left: 1px solid #7f94a6;
    }

    .pr-lg-20px {
        padding-right: 20px;
    }

    .pl-lg-20px {
        padding-left: 20px;
    }

    .pr-lg-60px {
        padding-right: 60px;
    }

    .pl-lg-60px {
        padding-left: 60px;
    }

    .pr-lg-70px {
        padding-right: 70px;
    }

    .pr-lg-90px {
        padding-right: 90px;
    }

    .pl-lg-90px {
        padding-left: 90px;
    }

    .ref {
        position: absolute;
        bottom: 8px;

        margin-bottom: 16px;
    }

    .popup h3 {
        font-size: 34px;
    }

    .nomad-top {
        width: 120px;
        margin-right: -40px;
    }

    .calendar-view {
        /*max-width: 110%;*/
    }

    .features-spacer {
        height: 80px;
    }

    .popup.features {
        background-size: 500px;
    }

    .monitor {
        position: absolute;
        top: 20%;
        right: 0;

        width: 100%;
        max-width: 520px;

        -webkit-transform: translate(0% -70%);
           -moz-transform: translate(0% -70%);
             -o-transform: translate(0% -70%);
                transform: translate(0%, -70%);
    }

    .security-spacer {
        height: 200px;
    }

    .blue-rounded-border {
        padding: 0 15px 0 90px;

        border: none;
    }

    .blue-rounded-border:before {
        position: absolute;
        bottom: 8px;
        left: 40px;

        width: 800px;
        height: 800px;

        content: "";

        border: 2px solid #257ce1;
        border-radius: 20px;
    }
}

@media screen and (min-width: 1200px) {
    body {
        background: url("../img/bg-nomad.jpg") no-repeat 85% center;
        background-size: cover;
    }

    header {
        margin-bottom: 130px;
    }

    h1 {
        font-size: 58px;
    }

    h2 {
        font-size: 38px;
    }

    .popup {
        font-size: 18px;
    }

    .popup .fw-700 {
        font-size: 20px;
    }

    .popup .header,
    .popup .body {
        padding: 42px 100px;
    }

    .popup h3 {
        font-size: 38px;
    }

    .nomad-top {
        width: 150px;
    }

    .calendar-view {
        position: absolute;
        bottom: -180px;
        left: -40px;

        max-width: 480px;
    }

    .popup.features {
        background-size: 600px;
    }

    .monitor {
        max-width: 580px;
    }
}

@media screen and (min-width: 1300px) {
    .calendar-view {
        left: -20px;
    }

    .popup-tabs > li > a {
        padding: 20px 23px;
    }

    .popup-tabs > li > a.expert-guidance-link {
        padding: 20px 40px;
    }

    .popup.security {
        background: url("/_assets/img/popups/enhanced-protocols-short.jpg") no-repeat left bottom;
        background-color: #fff;
        background-size: 42%;
    }

    .security-spacer {
        height: 150px;
    }

    /* Popup 5 */
    .graphic-interoperability {
        margin: 80px auto 200px;
    }

    .logos.mobile,
    .blue-node,
    .blue-line {
        display: none;
    }

    .logos.desktop {
        display: block;
    }

    .popup .border-box-1 .logos {
        margin: 0 0 0 -10px;
    }

    .popup .border-box-2 .logos {
        margin: 0;
    }

    .popup .border-box-1 {
        position: absolute;
        top: 190px;
        left: 70px;

        width: 350px;
        padding: 0;
        margin: 0;

        border: none;
        border-radius: 0;
    }

    .popup .border-box-2 {
        position: absolute;
        top: 131px;
        right: 55px;

        width: 350px;
        padding: 0;
        margin: 0;

        border: none;
        border-radius: 0;
    }

    .popup .border-box-3 {
        position: absolute;
        top: 556px;
        left: 550px;

        width: 475px;
        padding: 0;
        margin: 0;

        border: none;
        border-radius: 0;
    }

    .popup .border-box-line-1 {
        position: absolute;
        top: 35px;
        left: -50px;

        display: block;
        width: 575px;
    }

    .popup .border-box-line-2 {
        position: absolute;
        top: -12px;
        right: -50px;

        display: block;
        width: 575px;
    }

    .popup .border-box-line-3 {
        position: absolute;
        top: 325px;
        left: 395px;

        display: block;
        width: 575px;
    }
}

@media screen and (min-width: 1400px) {
    .calendar-view {
        left: -5px;
    }

    /* Popup 5 */
    .popup .border-box-1 {
        position: absolute;
        top: 190px;
        left: 108px;

        width: 350px;
    }

    .popup .border-box-2 {
        position: absolute;
        top: 131px;
        right: 88px;

        width: 350px;
    }

    .popup .border-box-3 {
        position: absolute;
        top: 556px;
        left: 580px;

        width: 475px;
    }

    .popup .border-box-line-1 {
        position: absolute;
        top: 35px;
        left: -15px;

        width: 575px;
    }

    .popup .border-box-line-2 {
        position: absolute;
        top: -12px;
        right: -15px;

        width: 575px;
    }

    .popup .border-box-line-3 {
        position: absolute;
        top: 325px;
        left: 430px;

        width: 575px;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1310px;
    }


    h1 {
        padding-top: 30px;

        font-size: 61px;
    }

    h2 {
        margin-top: 50px;

        font-size: 40px;
    }

    .flip-box-wrapper .col {
        max-width: 20%;

        flex: 0 0 20%;
    }

    .popup .header,
    .popup .body {
        padding: 44px 115px;
    }

    .popup h3 {
        font-size: 42px;
    }

    .calendar-view {
        left: -20px;
    }

    .nomad-top {
        width: 161px;
    }

    .features-spacer {
        height: 130px;
    }

    .popup.features {
        background-size: 694px;
    }

    .monitor {
        top: 30%;
        right: 0;

        width: 100%;
        max-width: 660px;

        -webkit-transform: translate(0% -70%);
           -moz-transform: translate(0% -70%);
             -o-transform: translate(0% -70%);
                transform: translate(0%, -70%);
    }

    /* Popup 5 */
    .popup .border-box-1 {
        position: absolute;
        top: 190px;
        left: 110px;

        width: 350px;
    }

    .popup .border-box-2 {
        position: absolute;
        top: 131px;
        right: 90px;

        width: 350px;
    }

    .popup .border-box-3 {
        position: absolute;
        top: 556px;
        left: 580px;

        width: 475px;
    }

    .popup .border-box-line-1 {
        position: absolute;
        top: 35px;
        left: -30px;

        width: 575px;
    }

    .popup .border-box-line-2 {
        position: absolute;
        top: -12px;
        right: -27px;

        width: 575px;
    }

    .popup .border-box-line-3 {
        position: absolute;
        top: 325px;
        left: 415px;

        width: 575px;
    }
}

@media screen and (min-width: 1800px) {
}
