/* html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font: 400 15px/1.6 "jaf-bernina-sans", sans-serif;
    color: #1f2021
} */

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    color: #003a5d
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    max-width: 100%
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

html {
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}
.data-table{width: 33%;}

.wrap {
    position: relative;
    max-width: 1060px;
    margin: 0 auto;
    width: 92%
}

.wrap--wide {
    max-width: 1200px
}

.clearfix,
.clear {
    clear: both
}

.centered {
    text-align: center
}

.ttu {
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-style: normal
}

.bg-cover {
    background-image: transparent 50% no-repeat !important;
    background-size: cover !important
}

.mt-1 {
    margin-top: 1rem
}

.mb-1 {
    margin-bottom: 1rem
}

.pt-1 {
    padding-top: 1rem
}

.pb-1 {
    padding-bottom: 1rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "adelle", serif;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 1rem
}

.btn {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    padding: 0.7rem 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.2s ease-out
}

.btn:hover {
    background-color: #00bcf1;
    border-color: #00bcf1;
    color: #fff
}

.btn.btn--outline {
    background-color: transparent;
    color: #fff
}

.btn.btn--outline:hover {
    border-color: #00bcf1;
    color: #00bcf1
}

.columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

@media (min-width: 768px) {
    .columns {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 2rem 0 0
    }

    .columns.col-2 .column {
        width: 45%
    }

    .columns.col-3 .column2 {
        width: 66%
    }

    .columns.col-3 .column1 {
        width: 33%
    }
}

.hero {
    position: relative;
    background: url("../img/hero.jpg") center right no-repeat;
    padding: 2rem 0;
    color: #fff
}

.hero .wrap {
    z-index: 1
}

.hero .logo {
    width: 50%;
    height: auto;
    display: block;
    margin: 0;
    max-width: 352px
}

.hero .logo img {
    width: 100%
}

.hero .hero-content-wrap {
    max-width: 382px;
    margin: 6vw 0
}

.hero .hero-content-wrap h1 {
    font-size: 3rem
}

.hero .hero-content-wrap p {
    font-size: 1rem
}

.hero:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
    transition: all 0.2s ease-out
}

@media (min-width: 600px) {
    .hero .hero-content-wrap h1 {
        font-size: 4rem
    }
}

@media (min-width: 1140px) {
    .hero:after {
        opacity: 0
    }
}

.future {
    padding: 3rem 0;
    text-align: center
}

.future h2 {
    font-size: 2.25rem;
    color: #003a5d
}

.future h2 strong {
    font-weight: 600
}

.future p {
    font-family: "jaf-bernina-sans", sans-serif;
    color: #1f2021;
    font-size: 16px
}

.future .boxes {
    margin: 2rem auto;
    height: 1030px;
    max-width: 1000px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr
}

@media (min-width: 700px) {
    .future .boxes {
        height: 530px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr
    }
}

.future .boxes .box {
    border: 2px solid #003a5d;
    text-align: left;
    padding: 30px 24px;
    margin: -2px 0 0 -2px
}

.future .boxes .box h3 {
    font-family: "jaf-bernina-sans", sans-serif;
    color: #003a5d;
    max-width: 90%;
    /* font-size: 1.2rem; */
    font-weight: 600;
    margin-top: 1rem
}

.cta {
    background-color: #003a5d;
    padding: 4rem 0;
    color: #fff;
    position: relative;
    min-height: 250px
}

.cta .columns {
    margin-top: 0
}

@media (min-width: 700px) {
    .cta .columns {
        margin: 2rem
    }
}

.cta.configure::after {
    content: "";
    background-image: url("../img/bg-configure.jpg");
    background-position: center;
    background-size: cover;
    opacity: 0.15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1
}

.cta.contact::after {
    content: "";
    background-image: url("../img/bg-contact.jpg");
    background-position: 50% 78%;
    background-size: cover;
    opacity: 0.15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1
}

.cta .cta-text p {
    margin: 0;
    padding: 1rem 5%;
    position: relative;
    z-index: 2;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: normal;
    text-align: center
}

.cta .cta-text p b {
    font-weight: 600
}

@media (min-width: 700px) {
    .cta .cta-text p {
        text-align: left;
        padding: 0 0 1rem
    }
}

.cta .col-3 {
    padding: 0
}

.cta .cta-btn {
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 14px
}

.plans {
    text-align: center;
    background-color: #1e1e1e;
    color: #fff;
    padding: 4rem 0;
    position: relative
}

.plans h2 {
    font-size: 2.25rem;
    color: #fff;
    position: relative;
    z-index: 2
}

.plans em {
    display: block;
    padding: .5rem;
    font-size: 15px;
    position: relative;
    z-index: 2
}

.plans .btn {
    position: relative;
    z-index: 2
}

.plans table {
    background-color: #fff;
    color: #252525;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    position: relative;
    z-index: 2
}

.plans table th,
.plans table td {
    padding: .5rem;
    border-width: 0 2px 0 2px
}

.plans table th {
    background-color: #e8e8e8;
    color: #003a5d;
    font-size: 0.867rem;
    font-weight: 600;
    text-transform: uppercase;
    width: 50%;
    border: 2px solid #959595
}

.plans table th.title-row {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: none;
    border: 0;
    width: 100%
}

.plans table th.title-row.low {
    background-color: #003a5d
}

.plans table th.title-row.high {
    background-color: #00bcf1
}

.plans table td:first-child {
    font-weight: 600;
    border-right: 2px solid #959595
}

.plans::after {
    content: "";
    background-image: url("../img/bg-plans.jpg");
    background-position: center;
    background-size: cover;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute
}

.equipment {
    padding: 4rem 0
}

.equipment h2 {
    font-size: 2.25rem;
    text-align: center
}

.equipment .logos {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    text-align: center
}

@media (min-width: 700px) {
    .equipment .logos {
        text-align: left
    }
}

.equipment .logos img {
    display: inline-block;
    max-width: 30%
}

@media (min-width: 700px) {
    .equipment .logos img {
        max-width: none
    }
}

.equipment .btn.btn--outline {
    color: #003a5d;
    border-color: #003a5d
}

.equipment .btn.btn--outline:hover {
    border-color: #00bcf1;
    color: #00bcf1
}

.stories {
    padding: 0 0 4rem
}

.stories h3 {
    font-size: 1.9rem;
    margin-top: 1rem
}

@media (min-width: 800px) {
    .stories h3 {
        margin-top: 3rem
    }
}

.stories .wrap {
    width: 95%;
    max-width: 1200px
}

.stories .columns {
    margin-bottom: 2rem
}

.stories img {
    max-width: 97%
}

.stories .right-pic {
    float: right;
    margin-left: 3%
}

.stories .left-pic {
    margin-right: 3%
}

.stories .btn {
    margin-bottom: 2rem
}

.stories .btn.btn--outline {
    color: #003a5d;
    border-color: #003a5d
}

.stories .btn.btn--outline:hover {
    border-color: #00bcf1;
    color: #00bcf1
}

.content-block {
    padding: 3rem 0;
    text-align: center
}

.content-block h1 {
    font-size: 4rem
}

.content-block h2 {
    font-size: 2.4rem;
    color: #003a5d
}

.content-block h2 strong {
    font-weight: 600
}

@media (min-width: 768px) {
    .content-block h2 {
        padding: 0 10%
    }
}

.content-block .arrow-link {
    font-weight: 800;
    text-decoration: none;
    font-size: 1.1rem
}

.content-block h3 {
    font-size: 1.4rem;
    color: #003a5d
}
.box-icon{
    margin: 0px auto;
    display: block;
}

.content-block .icon {
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.content-block .icon img {
    display: block;
    margin: 0 auto
}

.content-block .column {
    max-width: 320px;
    margin: 0 auto
}

.content-block .btn {
    margin-top: 3rem
}

.content-block .btn.btn--outline {
    color: #003a5d;
    border-color: #003a5d
}

.content-block .btn.btn--outline:hover {
    border-color: #00bcf1;
    color: #00bcf1
}

.content-block .btn .critical b {
    font-weight: 700
}

@media (min-width: 500px) {
    .content-block .columns {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .content-block .columns .column {
        padding: 0 0.5rem
    }
}

@media (min-width: 768px) {
    .content-block {
        padding: 4rem 0
    }
}

@media (min-width: 1024px) {
    .content-block {
        padding: 6rem 0
    }

    .content-block .column {
        padding: 0 3rem
    }
}

.contact-form {
    background-color: #003a5d;
    position: relative;
    padding: 4em 0
}

.contact-form .caret {
    position: absolute;
    width: 100%;
    top: -24px;
    text-align: center
}

.contact-form .wrap {
    max-width: 790px
}

.contact-form h2 {
    color: #fff;
    font-size: 3.5rem;
    text-align: center
}

.contact-form input {
    width: 100%;
    color: #1e1e1e;
    font-size: 1.1rem;
    line-height: 3rem;
    padding: 0 20px;
    margin-bottom: 1.5rem
}

.contact-form .contact-submit {
    text-align: center
}

.contact-form .contact-submit .g-recaptcha div {
    margin: 20px auto
}

.contact-form .contact-submit .submit.btn.btn--outline {
    width: auto;
    margin-top: 2rem;
    color: #00bcf1;
    border-color: #00bcf1
}

.contact-form .contact-submit .submit.btn.btn--outline:hover {
    color: #fff;
    border-color: #fff
}

.products header.simple {
    border-bottom: 1px solid #959595
}

.products header.simple .logo {
    height: auto;
    display: block;
    margin: 0;
    max-width: 352px
}

.products header.simple .logo img {
    width: 100%
}

.products .content-block {
    padding: 3rem 0 0
}

.products .content-block h1 {
    font-size: 2rem;
    color: #003a5d;
    margin-bottom: 3rem
}

@media (min-width: 500px) {
    .products .content-block h1 {
        font-size: 2.75
    }
}

@media (min-width: 768px) {
    .products .content-block h1 {
        font-size: 3.75
    }
}

.products .content-block h2 {
    font-size: 1.75rem;
    margin-bottom: 2rem
}

@media (min-width: 500px) {
    .products .content-block h2 {
        font-size: 2.25
    }
}

.products .content-block .product-block {
    background-color: #fff;
    padding: 1.5rem 5%;
    margin-bottom: 2rem;
    border: 2px solid #e8e8e8;
    text-align: left;
    min-height: none
}

.products .content-block .product-block .image {
    text-align: center;
    margin-bottom: 3rem
}

.products .content-block .product-block h3 {
    font-family: "jaf-bernina-sans", sans-serif;
    font-size: 1.1rem;
    line-height: normal;
    font-weight: 600
}

.products .content-block .product-block h4 {
    font-family: "jaf-bernina-sans", sans-serif;
    font-weight: 600;
    color: #00bcf1;
    text-transform: uppercase;
    font-size: 0.80rem;
    margin-bottom: 10px
}

.products .content-block .product-block ul {
    margin-left: 5px;
    padding-left: 5px
}

.products .content-block .product-block ul li {
    font-family: "jaf-bernina-sans", sans-serif;
    list-style-image: url("../img/bullet.png");
    margin-left: 0;
    padding-left: 0;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 8px
}

.products .content-block .product-block ul.plain {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.products .content-block .product-block ul.plain li {
    list-style-image: none;
    margin-left: 0;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 0.815rem;
    font-weight: 300;
    color: #4d4d4d
}

.products .content-block .product-block a {
    display: inline-block;
    line-height: 1.8rem;
    padding-right: 20px;
    text-decoration: none;
    background: url("../img/arrow-right.png") no-repeat 98% 0
}

.products .content-block .product-block a:hover {
    background-position: 100%
}

@media (min-width: 500px) {
    .products .content-block .product-block {
        min-height: 630px
    }
}

.products .content-block .mobile-computing {
    padding: 5rem 0 3rem;
    background-color: #e8e8e8;
    position: relative
}

.products .content-block .mobile-computing .caret {
    position: absolute;
    width: 100%;
    top: -25px;
    text-align: center
}

.products .content-block .mobile-computing .caret-bottom {
    position: absolute;
    width: 100%;
    bottom: -32px;
    text-align: center
}

.products .content-block .mobile-computing .columns {
    padding: 0
}

.products .content-block .mobile-computing .columns .column {
    width: 100%;
    max-width: 360px;
    border-top: 0px solid #003a5d;
    padding: 0
}

.products .content-block .wireless {
    padding: 5em 0 2rem;
    position: relative
}

.products .content-block .wireless .columns {
    padding: 0
}

.products .content-block .wireless .columns .column {
    width: 100%;
    max-width: 360px;
    border-top: 0px solid #003a5d;
    padding: 0
}

.products .content-block .wireless .product-block {
    padding: 1rem 5% 1.5rem;
    min-height: none
}

.products .content-block .wireless .product-block .image {
    margin-bottom: 1rem
}

@media (min-width: 500px) {
    .products .content-block .wireless .product-block {
        min-height: 675px
    }
}

.products .cta {
    text-align: center;
    padding: 0;
    min-height: 350px
}

.products .cta .columns {
    padding: 0;
    margin: 0;
    text-align: center
}

.products .cta .columns p {
    max-width: 500px;
    margin: 6rem auto 2rem;
    font-family: "adelle", serif;
    font-size: 1.9rem;
    line-height: normal;
    font-weight: 300;
    -ms-flex-pack: initial;
    justify-content: initial;
    position: relative;
    z-index: 2
}

.products .cta .columns .btn {
    font-family: "jaf-bernina-sans", sans-serif;
    font-size: 1.4rem;
    position: relative;
    z-index: 2
}

.products .cta .columns .column {
    width: 100%;
    min-height: 350px;
    position: relative
}

@media (min-width: 700px) {
    .products .cta .columns .column {
        width: 50%
    }
}

.products .cta .columns .network::after {
    content: "";
    background-image: url("../img/bg-configure.jpg");
    background-position: center;
    background-size: cover;
    opacity: 0.15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1
}

.products .cta .columns .contact-us {
    background-color: #000
}

.products .cta .columns .contact-us::after {
    content: "";
    background-image: url("../img/bg-contact-us.jpg");
    background-position: 50% 60%;
    background-size: cover;
    opacity: 0.35;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1
}

.footer {
    text-align: center;
    padding: 2rem 0;
    background: #252525
}

.footer .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer a {
    color: #959595;
    text-decoration: none
}

.footer a img {
    max-width: 50%
}

@media (min-width: 768px) {
    .footer {
        padding: 4rem 0
    }
   .data .cta {
       width: 100%;
   }
}
.data.products .content-block .product-block ul li {
    list-style-image: url(../images/data/bullet.png);
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 8px;
}
.g-recaptcha{
    display: block;
    margin: 0px auto;
    width: 40%;  
}
#form-field-left{float: left;}
#form-field-right{float: right;}
#form-field-wrap{display:block;}