/*
Theme Name: PredictWind
Theme URI: http://predictwind.com
Author: Launch Agent Team
Author URI: http://launchagent.co.nz
Version: 2.0
*/

section.hero-wrapper.full-screen.checkout {
  height: auto;
  padding-bottom: 50px;
  padding-top: 100px;
}

.package-selected {
  background: #f5f5f5;
}

.package-selected a {
  margin-top: 20px;
  display: block;
}

.StripeElement {
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

.StripeElement--focus {
  border-color: #2996fc !important;
}

.checkout .checkout-button {
  background: #fff;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.checkout .checkout-button:hover {
  background: #fafafa;
  -webkit-box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.15);
}

.checkout form.billing-period input[type="radio"] {
  display: none;
}

.checkout .radio-select {
  padding: 5px;
  border: 1px solid #e3e3e3;
  display: inline-block;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  background: #fafafa;
}

.checkout .radio-select img {
  display: none;
}

.checkout h4 {
  font-size: 18px;
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  margin-bottom: 0;
  margin-top: 0px;
}

.checkout.billing-options .row {
  padding-top: 30px;
  padding-bottom: 30px;
}

.checkout.billing-options .checkout-form .cc-form .row {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.checkout.billing-options .profile-wrap {
  background: rgba(255, 255, 255, 0.15);
  text-align: left;
  display: block;
  padding: 17px 19px;
  clear: both;
  margin: 0 auto 10px;
  position: relative;
  max-width: 356px;
}

.checkout.billing-options .profile-wrap .label-small {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  line-height: 12px;
}

.checkout.billing-options .profile-wrap p {
  margin: 0;
  font-size: 14px;
}

.checkout.billing-options .profile-wrap p:nth-child(2) {
  margin-bottom: 5px;
}

.checkout.billing-options .profile-wrap a {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 13px;
  right: 12px;
  font-size: 13px;
}

.checkout.billing-options .profile-wrap img {
  position: absolute;
  top: 16px;
  right: 14px;
}

.checkout.billing-options p.conversion {
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 8px;
}

.checkout.billing-options .billing-select.billing {
  padding-top: 30px;
  padding-bottom: 40px;
}

.checkout p.blue {
  color: #2996fc;
  font-size: 15px;
  margin-bottom: 0;
}

.checkout p.pricing {
  font-size: 13px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #a8a8a8;
  display: inline-block;
}

.checkout p.pricing b {
  color: #333;
  display: block;
  width: 100%;
}

.checkout.discount p.blue {
  display: none;
}

.checkout.discount .discount-price {
  display: block;
}

.checkout.discount .package-wrap .selected-package {
  padding-bottom: 0;
}

.checkout.discount .package-wrap .selected-package .discount-alert {
  display: block;
}

.checkout .discount-price {
  display: none;
}

.checkout .discount-price p {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
}

.checkout .discount-price p.grey {
  color: #a4a4a4;
  text-decoration: line-through;
  margin-right: 1px;
}

.checkout .discount-price p.orange {
  color: #dfa82d;
  font-weight: bold;
}

.checkout .billing-select {
  height: 100%;
}

.checkout .billing-select form.billing-period {
  max-width: 540px;
  margin: 0 auto;
}

.checkout .billing-select form.billing-period input[type="radio"]:checked + label.checkout-button {
  -webkit-box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.15);
}

.checkout .billing-select form.billing-period input[type="radio"]:checked + label.checkout-button .radio-select {
  background: #fff;
}

.checkout .billing-select form.billing-period input[type="radio"]:checked + label.checkout-button .radio-select img {
  display: block;
}

.checkout .billing-select form.billing-period input[type="radio"]:checked + label.checkout-button h4 {
  font-weight: bold;
}

.checkout .billing-select form.billing-period .button {
  margin-top: 10px;
}

.checkout .billing-select .summary h2 {
  color: #333333;
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-size: 20px;
}

.checkout .billing-select h2 {
  font-size: 30px;
  margin-bottom: 40px;
}

.checkout .checkout-form {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
  cursor: pointer;
  max-width: 540px;
  margin: 0 auto 20px;
  overflow: auto;
}

.checkout .checkout-form.open {
  cursor: default;
}

.checkout .checkout-form.open .cc-form {
  display: block;
}

.checkout .checkout-form .heading {
  display: inline-block;
  width: 100%;
}

.checkout .checkout-form p {
  color: #333;
}

.checkout .checkout-form h4 {
  font-size: 20px;
  float: left;
  line-height: 22px;
}

.checkout .checkout-form img.icon {
  float: right;
}

.checkout .checkout-form img.stripe {
  float: right;
  margin: 3px 0;
}

.checkout .checkout-form img.cc-options {
  width: 120px;
  float: right;
}

.checkout .checkout-form .button {
  margin: 10px auto 18px;
  width: 100%;
  max-width: 220px;
  display: block;
}

.checkout .checkout-form .button:focus {
  outline: none;
}

.checkout .cc-form {
  margin-top: 13px;
  display: none;
  clear: both;
}

.checkout .cc-form form {
  text-align: left;
}

.checkout .cc-form form .input-wrap {
  border: 1px solid #cacaca;
  border-radius: 5px;
  text-align: left;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 30px;
}

.checkout .cc-form form .input-wrap input {
  border: 0;
  display: inline-block;
  width: 20%;
  margin: 0;
}

.checkout .cc-form form .input-wrap input:first-child {
  width: 50%;
}

.checkout .cc-form form .input-wrap input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkout .cc-form form #card-element,
.checkout .cc-form form input[type="text"],
.checkout .cc-form form select {
  width: 100%;
  line-height: 19px;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-size: 15px;
}

.checkout .cc-form form #card-element {
  border: 1px solid #CACACA;
  border-radius: 5px;
  padding: 12px 15px;
  line-height: 18px;
}

.checkout .cc-form form .cvc-byline {
  color: #aaa;
  font-size: 12px;
  padding: 0 20px;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 8px;
  line-height: 13px;
}

.checkout .cc-form form input[type="text"]:focus,
.checkout .cc-form form select:focus {
  border-color: #2996fc;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkout .cc-form form input#taxNumber {
  width: calc(100% - 38px);
  display: inline-block;
  margin-right: 10px;
}

.checkout .cc-form #stripeCheckout ul.errorlist {
  width: 100%;
}

.checkout .cc-form #stripeCheckout ul.errorlist li {
  font-size: 13px;
  margin-bottom: 0;
  text-align: center;
  list-style: none;
  display: inline-block;
  color: red;
  width: 100%;
  margin-top: 0;
}

.checkout .cc-form #stripeCheckout #card-errors {
  font-size: 13px;
  padding-bottom: 9px;
  color: red;
  text-align: center;
}

.checkout .cc-form .row {
  margin-left: -5px;
  margin-right: -5px;
}

.checkout .cc-form .columns {
  padding: 0 5px;
}

.checkout .cc-form .total {
  font-size: 16px;
  display: block;
  text-align: center;
  margin: 3px 0;
}

.checkout .cc-form .total p.pricing {
  font-size: 13px;
  margin-bottom: 0;
}

.checkout .cc-form .total p.pricing span {
  display: inline-block;
}

.checkout .cc-form p {
  font-size: 14px;
  clear: both;
}

.checkout .cc-form p.form-note {
  color: #aaa;
  font-size: 13px;
  text-align: right;
  margin-top: -5px;
  float: left;
  margin-bottom: 0;
}

.checkout .cc-form p.form-note.secure {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
  float: left;
  clear: none;
}

.checkout .cc-form p.form-note.secure img {
  margin-top: -4px;
  margin-right: 10px;
}

.checkout .cc-form p.light {
  color: #888;
  margin-bottom: 10px;
  clear: both;
}

.checkout .cc-form select {
  width: 48%;
  float: left;
}

.checkout .cc-form select.month {
  margin-right: 4%;
}

.checkout .cc-form .paypal-button {
  margin: 5px 0 20px;
}

.checkout .summary .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  clear: both;
}

.checkout .summary .line.sum-total {
  font-weight: bold;
}

.checkout .package-wrap .selected-package {
  background: #fff;
  max-width: 356px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}

.checkout .package-wrap .selected-package p.package-label {
  color: #333;
  font-size: 15px;
  margin-bottom: 10px;
}

.checkout .package-wrap .selected-package p.small {
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 10px;
}

.checkout .package-wrap .selected-package h4 {
  margin-bottom: 10px;
}

.checkout .package-wrap .selected-package .tool-tip {
  margin-left: 0;
}

.checkout .package-wrap .selected-package .tool-tip:hover + .gst-tooltip,
.checkout .package-wrap .selected-package .tool-tip:hover + .tax-number-tooltip,
.checkout .package-wrap .selected-package .tool-tip:hover + .gst-tooltip {
  display: block;
}

.checkout .package-wrap .selected-package a {
  font-size: 15px;
  display: block;
  width: 100%;
}

.checkout .package-wrap .selected-package .discount-alert {
  display: none;
  background: #dfa82d;
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
  padding: 15px 10px;
  font-size: 15px;
}

.checkout .package-wrap .selected-package .discount-alert img {
  margin-right: 10px;
}

.checkout .tool-tip {
  background: #c2c2c2;
  position: relative;
  display: inline-block;
  width: 15px;
  font-size: 12px;
  font-weight: 700;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  color: #fff;
  margin-left: 5px;
  text-align: center;
  cursor: pointer;
}

.checkout .gst-tooltip,
.checkout .tax-number-tooltip {
  position: absolute;
  background: #fafafa;
  font-size: 13px;
  color: #777;
  z-index: 10;
  width: 90%;
  left: 5%;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.2);
  display: none;
  text-align: center;
}

.checkout .tooltip-hover a {
  color: #555;
  font-size: 13px;
  display: block;
  margin-top: 5px;
  text-align: center;
}

.register-form p.form-note {
  color: #aaa;
  font-size: 12px;
  line-height: 15px;
  padding-top: 5px;
  text-align: left;
  float: left;
  margin-top: -5px;
  max-width: 60%;
  overflow: visible;
}

.register-form p.form-note.secure img {
  margin-top: -3px;
  margin-right: 5px;
}

.register-form .secure .image-wrap {
  height: 100%;
  float: left;
  margin-right: 10px;
}

.checkout-form.credit-card ul.errorlist,
.register-form ul.errorlist {
  margin-left: 0;
}

.checkout-form.credit-card ul.errorlist li,
.register-form ul.errorlist li {
  font-size: 14px;
  margin-bottom: 20px;
  list-style: none;
  float: left;
  color: red;
}

.checkout-form.credit-card .error input,
.checkout-form.credit-card .error select,
.register-form .error input,
.register-form .error select {
  border: 1px solid red;
}

.checkout-form .expiry-select-wrap {
  width: 100%;
}

.hero-wrapper .payment-complete-wrap {
  background: #f5f5f5;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hero-wrapper .payment-complete-wrap img {
  margin-bottom: 10px;
}

.hero-wrapper .payment-complete-wrap p {
  color: #333;
}

.hero-wrapper .payment-complete-wrap a.button {
  margin-top: 40px;
  font-size: 16px;
  line-height: normal;
  padding: 15px 30px;
  margin-bottom: 0;
}

.compare-template h2 {
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
}

.compare-template h1 {
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
}

.compare-template .hero-wrapper .hero-content .text p {
  max-width: 768px;
  margin: 0 auto;
}

.compare-template .featured-models .blurb {
  max-width: 900px;
}

.compare-template .featured-models .models-offering-section {
  background-color: white;
}

.compare-template .tools-list {
  background-image: url("assets/images/compare-tools-list-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0 70px 0;
}

.compare-template .tools-list .content-wrap {
  padding: 50px;
}

.compare-template .tools-list .content-wrap .left-content h2 {
  color: white;
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
  margin-bottom: 50px;
  text-align: left;
}

.compare-template .tools-list .content-wrap .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: white;
}

.compare-template .tools-list .content-wrap .right-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.compare-template .tools-list .content-wrap .right-content p {
  margin-bottom: 0;
  margin-left: 20px;
}

.compare-template .tools-list .content-wrap .right-content .link {
  color: white;
  opacity: 0.75;
  margin-top: 20px;
  display: none;
}

.compare-template .data .row p {
  max-width: 768px;
  margin: 0 auto;
}

.compare-template .data .row .intro-image {
  margin-bottom: 40px;
}

.compare-template .data .row .model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 768px;
  margin: 0 auto 30px;
}

.compare-template .data .row .model .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.compare-template .data .row .model .image img {
  max-width: 84px;
  max-height: 63px;
  margin-top: 10px;
}

.compare-template .data .row .model p {
  margin-top: 0;
  text-align: left;
}

.compare-template .points {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0;
}

.compare-template .points .row {
  margin-bottom: 40px;
}

.compare-template .points .row img {
  margin-bottom: 30px;
}

.compare-template .points .row .text {
  display: none;
}

.compare-template .points .row .text h2 {
  font-size: 22px;
  text-align: left;
}

.compare-template .points .row .desktop-image {
  display: none;
}

.compare-template .points .row .mobile .heading {
  background-color: #2996fc;
  padding: 30px;
  position: relative;
  width: 100%;
}

.compare-template .points .row .mobile .heading .icon {
  width: 80px;
  position: absolute;
  right: 10px;
  top: -35px;
}

.compare-template .points .row .mobile .heading h2 {
  color: white;
  margin: 0;
  text-align: center;
}

.compare-template .points .row .mobile .content {
  padding: 40px 20px;
}

.compare-template .points .row .mobile .content p {
  text-align: center;
}

.compare-template .points .row .mobile img {
  margin: 0;
}

.compare-template .tools {
  background-color: #F5F5F5;
  margin-bottom: 40px;
  display: none;
}

.compare-template .tools .row.images {
  max-width: 1150px;
}

.compare-template .tools .row.images .right {
  height: 332px;
}

.compare-template .tools .row.points {
  margin-top: 20px;
}

.compare-template .tools .row.points .bold {
  font-weight: 600;
}

.compare-template .tools .row.points .small-12 {
  margin-bottom: 20px;
}

.compare-template .tools .row.points .small-12.columns {
  padding: 0;
}

.compare-template .tools .row.points .small-12 .point-heading {
  margin-bottom: 20px;
}

.compare-template .tools .row.points .small-12 p {
  margin-bottom: 0;
  max-width: 350px;
  margin-right: 20px;
}

.compare-template .tools .row.points .small-12 p b {
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  line-height: 40px;
  font-size: 18px;
}

.compare-template .tools .row.main .bold {
  font-weight: 600;
}

.compare-template .tools .row.main p {
  margin-bottom: 0;
}

.compare-template .tools .row.main p b {
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  line-height: 40px;
  font-size: 18px;
}

.compare-template .tools .row.main p.links {
  margin-top: 20px;
}

.compare-template .tools .row.main p.links a {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.compare-template .tools-mobile {
  background-color: white;
  padding: 0;
}

.compare-template .tools-mobile .heading {
  background-color: #2996fc;
  padding: 40px;
  position: relative;
  width: 100%;
}

.compare-template .tools-mobile .heading .icon {
  width: 80px;
  position: absolute;
  right: 10px;
  top: -35px;
}

.compare-template .tools-mobile .heading h2 {
  color: white;
  margin: 0;
  text-align: center;
}

.compare-template .tools-mobile .blurb {
  padding: 20px 40px;
}

.compare-template .tools-mobile .blurb p {
  text-align: center;
}

.compare-template .tools-mobile .point {
  padding: 40px;
  text-align: center;
}

.compare-template .tools-mobile .point h3 {
  margin-bottom: 20px;
}

.compare-template .tools-mobile .point.first {
  position: relative;
  width: 100%;
}

.compare-template .tools-mobile .point.first .icon {
  width: 80px;
  position: absolute;
  right: 10px;
  top: -35px;
}

.compare-template .tools-mobile .point.bg-1 {
  background-image: url("assets/images/low-bandwidth-mobile-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.compare-template .tools-mobile .point.bg-1 h3 {
  color: white;
}

.compare-template .tools-mobile .point.bg-2 {
  background-image: url("assets/images/accuracy-confidence-mobile-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.compare-template .tools-mobile .point.bg-2 h3 {
  color: white;
}

.compare-template .signup-cta {
  background-color: #f5f5f5;
  text-align: center;
}

.compare-template .signup-cta p {
  margin-bottom: 20px;
}

.compare-template .signup-cta a {
  margin-top: 20px;
}

.contact.hero-wrapper.short {
  padding: 100px 20px 30px;
}

.contact-form p {
  text-align: center;
  margin-bottom: 40px;
}

.contact-form .select {
  text-align: center;
}

.contact-form .select a {
  background: #2996fc;
  -webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  text-decoration: none;
  color: #ffffff;
  max-width: 407px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 22px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin-bottom: 20px;
}

.contact-form .select a img {
  margin-bottom: -2px;
  margin-right: 15px;
  width: 40px;
}

.contact-form .videos {
  margin-top: 50px;
}

.contact-form .videos p,
.contact-form .videos a {
  margin: 0;
}

.contact-form .details {
  margin-top: 30px;
}

.contact-form .details textarea {
  height: 200px;
}

.contact-form form input[type="submit"] {
  background: #2996fc;
  border: none;
  width: 100%;
  border-radius: 5px;
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

.contact-form .input,
.contact-form textarea {
  background: #fcfcfc;
}

.contact-form input[type="submit"] {
  margin-top: 30px;
}

.contact-form .form-wrapper {
  display: none;
}

.contact-form .form-wrapper.show {
  display: block;
}

.contact-info {
  background: #f5f5f5;
}

.contact-info p {
  line-height: 35px;
  width: 100%;
}

.contact-info .blue {
  color: #2996fc;
  font-size: 15px;
}

.contact-info .grey {
  color: #9a9a9a;
  display: inline-block;
  margin-left: 10px;
}

.contact-info .phone {
  margin-bottom: 30px;
}

.contact-info .phone .row {
  margin: 0;
}

.contact-info .divider {
  border-bottom: 1px solid #ccc;
  margin: 30px 0;
}

.contact-info .call-time,
.contact-info p:nth-child(2) {
  font-size: 14px;
  color: #aaa;
  line-height: normal;
  margin: 10px 0 0;
  clear: both;
  display: inline-block;
  padding-right: 60px;
}

.contact-info p:nth-child(2) {
  margin-bottom: 40px;
}

.contact-form-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 200;
  overflow: hidden;
  padding: 10px 0;
  display: none;
}

.contact-form-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form-modal .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.contact-form-modal .inner {
  margin: auto;
  background: #fff;
  z-index: 2;
  border-radius: 10px;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95%;
  position: relative;
  max-width: 700px;
  max-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.contact-form-modal .inner .close {
  position: absolute;
  width: 31px;
  height: 31px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.contact-form-modal .inner .close:before,
.contact-form-modal .inner .close:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 15px;
  width: 2px;
  height: 20px;
  background: #333;
}

.contact-form-modal .inner .close:before {
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

.contact-form-modal .inner .close:after {
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.sat-sol .anchor {
  margin-top: -50px;
  padding-bottom: 50px;
}

.sat-sol .hero-wrapper {
  position: relative;
  padding-bottom: 12px !important;
}

.sat-sol .hero-wrapper .hero-image {
  margin-bottom: 0px;
  margin-top: 0;
}

.sat-sol .hero-wrapper .hero-image img {
  max-width: 75%;
}

.sat-sol .hero-wrapper .cta_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2rem;
}

.sat-sol .hero-wrapper .cta_container .satellite-cta {
  -webkit-transform: none;
  transform: none;
  border-radius: 10px;
  width: 152px;
  padding: 5px 0 7px 10px;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.sat-sol .new-supplier-banner {
  background-color: #DFA82D;
  padding: 80px 20px 29px;
}

.sat-sol .new-supplier-banner img {
  display: none;
}

.sat-sol .new-supplier-banner .text {
  padding-left: 35px;
}

.sat-sol .new-supplier-banner h5 {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.27px;
  text-transform: uppercase;
  font-weight: bold;
}

.sat-sol .new-supplier-banner p {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.24px;
}

.sat-sol .new-supplier-banner a {
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: underline;
  letter-spacing: 0.24px;
}

.sat-sol .new-supplier-banner .button {
  text-transform: none;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  text-align: center;
  border-radius: 100px;
  background: #2996fc;
  padding: 0 50px 0 30px;
  margin: 0;
  text-decoration: none;
  display: none;
}

.sat-sol .new-supplier-banner .button:after {
  content: '';
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-left-width: 0;
  border-bottom-width: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 24px;
  right: 24px;
}

.sat-sol .intro .go-title {
  font-size: 28px;
  font-weight: 600;
}

.sat-sol .intro p {
  max-width: 915px;
  margin: 30px auto 20px;
}

.sat-sol .key-points .image-wrap img {
  max-height: 40px;
}

.sat-sol .purchase-options .image-wrap {
  height: 206px;
  margin: 40px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sat-sol .purchase-options .image-wrap img {
  width: 330px;
}

.sat-sol .purchase-options .iridium-unit .image-wrap img {
  width: 178px;
}

.sat-sol .purchase-options .marine-bundle {
  position: relative;
}

.sat-sol .purchase-options .marine-bundle .image-wrap img {
  width: 276px;
}

.sat-sol .purchase-options .marine-bundle .marine-save-badge {
  display: block;
}

.sat-sol .purchase-options h3 {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
}

.sat-sol .purchase-options .options h3 {
  margin-bottom: 0;
}

.sat-sol .purchase-options .options h2 {
  text-align: center;
}

.sat-sol .purchase-options .marine-save-badge {
  display: none;
  background: #2996fc;
  position: absolute;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 15px;
  top: 50px;
  left: 60px;
}

.sat-sol .purchase-options .product-badge {
  background: #2996fc;
  position: absolute;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 15px;
  top: 50px;
  left: 60px;
}

.sat-sol .purchase-options .product-badge.outlined {
  border: 1px solid white;
  -webkit-box-shadow: 0px 0 0px 2px #2996fc;
  box-shadow: 0px 0 0px 2px #2996fc;
}

.sat-sol .purchase-options p {
  font-size: 16px;
  color: #a1a1a1;
}

.sat-sol .purchase-options p.purchase-options-byline {
  font-size: 14px;
  color: #9E9E9E;
  letter-spacing: 0.28px;
  line-height: 18px;
  max-width: 570px;
  margin: 20px auto;
}

.sat-sol .purchase-options h2 {
  font-weight: 400;
  margin: 10px 0;
}

.sat-sol .purchase-options .disclaimer {
  font-weight: 300;
  font-style: italic;
}

.sat-sol .purchase-options .product-options {
  position: relative;
}

.sat-sol .testimonials {
  padding: 20px 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sat-sol .testimonials .testimonials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0;
}

.sat-sol .testimonials .testimonials-wrap .testimonial {
  max-width: 561px;
  padding: 20px;
  margin: 5px 0;
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7px;
}

.sat-sol .testimonials .testimonials-wrap .testimonial img {
  width: 76px;
  height: 76px;
}

.sat-sol .testimonials .testimonials-wrap .testimonial .content {
  margin-left: 20px;
}

.sat-sol .testimonials .testimonials-wrap .testimonial .content .name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin: 0;
  text-align: left;
}

.sat-sol .testimonials .testimonials-wrap .testimonial .content .name span {
  font-weight: 400;
  color: #2996fc;
}

.sat-sol .testimonials .testimonials-wrap .testimonial .content .quote {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.6px;
  margin: 0;
  text-align: left;
}

.sat-sol .included {
  background: #f5f5f5;
  overflow: auto;
  padding-bottom: 10px;
}

.sat-sol .included img {
  margin-bottom: 20px;
}

.sat-sol .included .disclaimer {
  color: #818181;
  font-size: 13px;
  font-style: italic;
}

.sat-sol .included .iridium-fixed-kit {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.sat-sol .free-sim {
  background-color: #DFA82D;
}

.sat-sol .free-sim img {
  position: relative;
  margin-top: -63px;
}

.sat-sol .free-sim .text h4 {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #FFFFFF;
  letter-spacing: 0.38px;
}

.sat-sol .free-sim .text p {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.24px;
  line-height: 25px;
}

.sat-sol .free-sim .tip .card {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  padding: 24px 21px 32px;
}

.sat-sol .free-sim .tip .card .heading {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  line-height: 21px;
  margin-bottom: 15px;
}

.sat-sol .free-sim .tip .card .heading img {
  margin: 0 10px 0 0;
}

.sat-sol .free-sim .tip p {
  font-size: 14px;
  color: #888888;
  line-height: 21px;
  margin-bottom: 0;
}

.sat-sol .iridium-sims {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}

.sat-sol .iridium-sims img {
  margin: -60px auto 0;
  display: block;
}

.sat-sol .iridium-sims .text h2 {
  color: #ffffff;
  font-weight: 500;
}

.sat-sol .iridium-sims .text p {
  color: #ffffff;
}

.sat-sol .iridium-sims .button {
  width: 100%;
  display: block;
  margin-top: 40px;
}

.sat-sol .airtime-plans {
  margin-top: -210px;
}

.sat-sol .airtime-plans h2 {
  color: #ffffff;
  font-weight: 500;
}

.sat-sol .airtime-plans .plan-card {
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 40px 35px;
  margin-bottom: 20px;
  position: relative;
}

.sat-sol .airtime-plans .plan-card .plan-card-data {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sat-sol .airtime-plans .plan-card h3 {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #303030;
  text-align: center;
  line-height: 30px;
  margin-bottom: 18px;
}

.sat-sol .airtime-plans .plan-card .bundled p {
  margin: 0;
}

.sat-sol .airtime-plans .plan-card .bundled img {
  margin-bottom: 5px;
}

.sat-sol .airtime-plans .plan-card .split p {
  margin: 0;
}

.sat-sol .airtime-plans .plan-card .split img {
  margin-right: 10px;
}

.sat-sol .airtime-plans .plan-card .divider {
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  margin: 10px 0 20px;
  display: inline-block;
  text-align: center;
}

.sat-sol .airtime-plans .plan-card .divider .best-value {
  background: #1AD111;
  border-radius: 100px;
  display: inline-block;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.6px;
  text-align: center;
  line-height: 8px;
  text-transform: uppercase;
  padding: 8px 5px 7px;
  display: block;
  width: 94px;
  margin: -10px auto 0;
}

.sat-sol .airtime-plans .plan-card .price {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  margin: 10px 0 6px;
}

.sat-sol .airtime-plans .plan-card .price span {
  font-size: 16px;
  color: #CBCBCB;
  line-height: 20px;
}

.sat-sol .airtime-plans .plan-card .button {
  line-height: 50px;
  text-transform: uppercase;
  margin: 20px 0 10px;
}

.sat-sol .airtime-plans .plan-card .details {
  margin-top: 10px;
}

.sat-sol .airtime-plans .plan-card .details .label {
  background: none;
  color: #999;
  border-bottom: 1px dotted #aaa;
  padding: 2px 0;
}

.sat-sol .airtime-plans .plan-card .details:hover > .hover {
  display: block;
}

.sat-sol .airtime-plans .plan-card .details .hover {
  width: 100%;
  margin: 25px 0 0;
  display: none;
}

.sat-sol .airtime-plans .plan-card .details .hover p {
  text-align: center;
  font-weight: 600;
}

.sat-sol .airtime-plans .plan-card .details .hover .line {
  line-height: 16px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 7px 0;
  color: #333;
  text-align: left;
}

.sat-sol .airtime-plans .plan-card .details .hover .line.martop {
  margin-top: 20px;
}

.sat-sol .airtime-plans .plan-card .details .hover .line .val {
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  text-align: right;
}

.sat-sol .airtime-plans .plan-card .details .hover .line p {
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}

.sat-sol .airtime-plans .plan-card .details .hover .plan-terms-sub {
  margin-top: 38px;
}

.sat-sol .airtime-plans .plan-card .details .hover .plan-terms-sub p {
  font-size: 12px;
  color: #7B7B7B;
  line-height: 17px;
  margin-bottom: 10px;
}

.sat-sol .accessories {
  padding-top: 0;
  padding-bottom: 0;
}

.sat-sol .accessories h3 {
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}

.sat-sol .accessories p {
  margin-bottom: 40px;
}

.sat-sol .accessories .accessory {
  text-align: center;
}

.sat-sol .accessories .accessory .img {
  height: 160px;
}

.sat-sol .accessories .accessory img {
  max-width: 146px;
  max-height: 155px;
}

.sat-sol .accessories .accessory .price {
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
  font-size: 23px;
  color: #333333;
  letter-spacing: 0.53px;
  text-align: center;
}

.sat-sol .accessories .accessory .button {
  margin: 23px auto 70px;
  display: block;
  width: 175px;
}

.sat-sol .why-buy-pw .border {
  border: 1px solid #2996fc;
  padding: 20px 14px;
}

.sat-sol .why-buy-pw .border .heading {
  text-align: center;
  background: #fff;
  margin-top: -33px;
  margin-bottom: 13px;
  margin-left: -10px;
  margin-right: -10px;
}

.sat-sol .why-buy-pw .border .heading h3 {
  color: #2996fc;
  font-size: 18px;
}

.sat-sol .why-buy-pw .border .heading img {
  width: 100px;
}

.sat-sol .why-buy-pw .point {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  float: left !important;
}

.sat-sol .why-buy-pw .point:nth-child(2n-1) {
  clear: both;
}

.sat-sol .why-buy-pw .tick {
  width: 22px;
  height: 22px;
  float: left;
  clear: both;
}

.sat-sol .why-buy-pw .tick:before {
  width: 11px;
  height: 2px;
  margin-left: -4px;
  margin-top: -1px;
}

.sat-sol .why-buy-pw .tick:after {
  width: 6px;
  height: 2px;
  margin-left: -7px;
  margin-top: 1px;
}

.sat-sol .why-buy-pw .text {
  float: right;
  width: 90%;
  padding-left: 15px;
}

.sat-sol .why-buy-pw .text p {
  margin-bottom: 0;
  line-height: 18px;
}

.sat-sol .exec-launch-banner {
  position: relative;
}

.sat-sol .exec-launch-banner .info-tag {
  display: none;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sat-sol .exec-launch-banner .info-tag .wrap {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sat-sol .exec-launch-banner .info-tag .wrap .tag {
  width: 180px;
  height: 38px;
  padding: 0;
  padding-top: 2px;
  margin: 0;
  background: linear-gradient(89.93deg, #EAD56A 0.08%, #C89F5D 92.75%, #B78D4A 98.75%);
  border-radius: 27px;
  display: grid;
  place-content: center;
  font-size: 15px;
  line-height: 15px;
  color: white;
  font-weight: 600;
}

.sat-sol .exec-data-section {
  position: relative;
  background-image: url("assets/images/iridium-go/data-section-bg-sm.jpg");
  background-size: cover;
  padding: 75px 35px;
}

.sat-sol .exec-data-section .info-tag {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sat-sol .exec-data-section .info-tag .wrap {
  width: 100%;
  max-width: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sat-sol .exec-data-section .info-tag .wrap .tag {
  width: 180px;
  height: 38px;
  padding: 0;
  padding-top: 2px;
  margin: 0;
  background: #2996FC;
  border-radius: 27px;
  display: grid;
  place-content: center;
  font-size: 15px;
  line-height: 15px;
  color: white;
  font-weight: 600;
}

.sat-sol .exec-data-section .content {
  max-width: 975px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sat-sol .exec-data-section .content .top {
  margin: 0 auto 48px;
}

.sat-sol .exec-data-section .content .top h2 {
  max-width: 270px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: white;
  line-height: 32px;
  margin: 0;
}

.sat-sol .exec-data-section .content .top .desktop-img {
  display: none;
}

.sat-sol .exec-data-section .content p {
  font-size: 16px;
  color: white;
  text-align: center;
  margin-bottom: 48px;
}

.sat-sol .exec-data-section .content .mobile-img {
  margin-bottom: 48px;
}

.sat-sol .exec-data-section .content .button.desktop-btn {
  display: none;
}

.sat-sol .unlimited-data {
  background: #2996fc;
  color: #fff;
}

.sat-sol .unlimited-data h3 {
  color: #ffffff;
}

.sat-sol .unlimited-data .data-bubble {
  background: #fff;
  border-radius: 50%;
  color: #2996fc;
  width: 210px;
  height: 210px;
  margin: -75px auto 24px;
  padding-top: 66px;
}

.sat-sol .unlimited-data .data-bubble div {
  display: block;
  text-align: center;
}

.sat-sol .unlimited-data .data-bubble .data {
  font-size: 50px;
  line-height: 25px;
}

.sat-sol .unlimited-data .data-bubble .small {
  font-size: 28px;
  font-weight: 300;
}

.sat-sol .unlimited-data .data-bubble .byline {
  font-size: 14px;
  font-style: italic;
}

.sat-sol .optimizer {
  background-size: cover;
  background-position: center;
  background-color: #666;
  position: relative;
  color: #fff;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 0;
}

.sat-sol .optimizer h3 {
  color: #fff;
}

.sat-sol .optimizer h3 span.small {
  color: #cdcdcd;
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 14px;
}

.sat-sol .optimizer p {
  z-index: 2;
  position: relative;
}

.sat-sol .optimizer img {
  margin: -85px auto -76px;
  z-index: 0;
  position: relative;
}

.sat-sol .add-iridium {
  background: #f5f5f5;
}

.sat-sol .add-iridium ul li {
  padding-bottom: 10px;
}

.sat-sol .add-iridium .add-iridium-bubble {
  background: #82ce11;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  z-index: 1;
  position: relative;
  max-width: 265px;
  margin: 0 auto;
  padding: 15px 0 17px;
  line-height: 19px;
}

.sat-sol .add-iridium .add-iridium-bubble .heading {
  font-size: 16px;
  font-weight: 600;
}

.sat-sol .add-iridium img.iridium-unit {
  position: relative;
  z-index: 2;
  margin: -27px auto 15px;
  display: block;
}

.sat-sol .add-iridium .includes {
  font-size: 14px;
  color: #a4a4a4;
}

.sat-sol .cobham {
  background: #2996fc;
}

.sat-sol .cobham img {
  margin-bottom: 20px;
}

.sat-sol .cobham p {
  color: #fff;
  margin-bottom: 0;
}

.sat-sol .offshore-feature h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.sat-sol .offshore-feature .offshore-desktop-app-image {
  margin-top: 40px;
}

.sat-sol .offshore-feature .offshore-desktop-app-image img {
  margin: 0 auto;
}

.sat-sol .gps-track {
  background-size: cover;
  background-position: center;
  background-color: #666;
  position: relative;
  color: #fff;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 0;
  background-image: url("assets/images/iridium-gps-track-bg.jpg");
}

.sat-sol .gps-track h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.sat-sol .gps-track img {
  float: right;
  width: initial;
  max-width: 150%;
}

.sat-sol .iridium-go h3 {
  color: #ffffff;
}

.sat-sol .iridium-features .single-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 32px;
}

.sat-sol .iridium-features .single-feature p {
  margin-bottom: 0;
  padding-left: 10px;
}

.sat-sol .iridium-features .single-feature img {
  margin-top: 7px;
}

.sat-sol .iridium-faq {
  padding: 80px 22px;
  background-color: #F5F5F5;
}

.sat-sol .iridium-faq h3 {
  font-weight: 600;
}

.sat-sol .iridium-faq p {
  font-size: 16px;
}

.sat-sol .iridium-faq .question {
  margin-bottom: 0;
}

.sat-sol .starlink-comp-heading-section {
  padding: 60px 22px 30px;
}

.sat-sol .starlink-comp-heading-section .content {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sat-sol .starlink-comp-heading-section .content h1 {
  font-size: 28px;
  text-align: center;
  margin: 0;
  font-weight: 600;
}

.sat-sol .starlink-comp-section {
  padding: 0;
  position: relative;
}

.sat-sol .starlink-comp-section .content {
  max-width: 1027px;
  margin: 0 auto 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sat-sol .starlink-comp-section .content .desktop {
  display: none;
}

.sat-sol .starlink-comp-section .content .mobile-wrap {
  height: 1206px;
  width: 100%;
  position: relative;
  overflow-x: scroll;
}

.sat-sol .starlink-comp-section .content .mobile-wrap img {
  min-width: 1027px;
  height: 1206px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sat-sol .starlink-comp-section .content .mobile-fade {
  height: 1206px;
  width: 75px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.sat-sol .starlink-comp-section .content .mobile-fade img {
  min-width: 75px;
  height: 1206px;
}

.sat-sol .starlink-comp-section .foot-notes {
  max-width: 1027px;
  margin: 0 auto;
  padding: 0 22px 80px;
}

.sat-sol .starlink-comp-section .foot-notes p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 8px;
  color: #000000;
  opacity: 0.5;
}

.sat-sol .starlink-comp-summary {
  background-color: #F5F5F5;
  padding: 80px 22px;
}

.sat-sol .starlink-comp-summary .content {
  max-width: 850px;
  margin: 0 auto;
}

.sat-sol .starlink-comp-summary .content h2 {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.sat-sol .starlink-comp-summary .content p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.sat-sol .starlink-comp-summary .content p.mb {
  margin-bottom: 24px;
}

.sat-sol .starlink-comp-summary .content .head {
  margin: 0 0 40px;
}

.sat-sol .starlink-comp-summary .content .point {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 40px;
}

.sat-sol .starlink-comp-summary .content .point .img-wrap {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.sat-sol .starlink-comp-summary .content .point .text-wrap {
  max-width: 800px;
}

.sat-sol .starlink-comp-summary .content .point .text-wrap p {
  margin: 0;
}

.sat-sol .airtime-comp-section {
  padding: 0;
  position: relative;
}

.sat-sol .airtime-comp-section .content {
  max-width: 1175px;
  margin: 0 auto 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sat-sol .airtime-comp-section .content .desktop {
  display: none;
}

.sat-sol .airtime-comp-section .content .mobile-wrap {
  height: 283px;
  width: 100%;
  position: relative;
  overflow-x: scroll;
}

.sat-sol .airtime-comp-section .content .mobile-wrap img {
  min-width: 1175px;
  height: 283px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sat-sol .airtime-comp-section .content .mobile-fade {
  height: 283px;
  width: 75px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.sat-sol .airtime-comp-section .content .mobile-fade img {
  min-width: 75px;
  height: 283px;
}

.sat-sol .solutions-banner {
  padding: 0;
}

.sat-sol .solutions-banner .satcom-solutions {
  padding: 40px 15px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #072027;
}

.sat-sol .solutions-banner .satcom-solutions .row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sat-sol .solutions-banner .satcom-solutions h3 {
  color: #fff;
}

.sat-sol .solutions-banner .satcom-solutions p {
  color: #fff;
}

.sat-sol .solutions-banner .satcom-solutions .visual .satcom-solution-image {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.sat-sol .solutions-banner .white-links {
  margin-bottom: 20px;
}

.sat-sol .solutions-banner .white-links a {
  color: #fff;
  text-decoration: none;
}

.sat-sol .solutions-banner .white-links a span {
  text-decoration: underline;
}

.sat-sol .solutions-banner .white-links a:first-child:after {
  content: ' | ';
  text-decoration: none !important;
}

.sat-sol .sat-comp {
  padding-top: 40px;
  padding-bottom: 0;
}

.activate-sim-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 201;
}

.activate-sim-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.activate-sim-modal .background {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.activate-sim-modal .inner {
  z-index: 2;
  border-radius: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 42px 64px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 42px 64px 0 rgba(0, 0, 0, 0.18);
  width: 90%;
  padding: 0;
  max-width: 862px;
  overflow: hidden;
}

.activate-sim-modal .inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 30px 0;
}

.activate-sim-modal .inner .text h1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-weight: 900;
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  margin-bottom: 20px;
}

.activate-sim-modal .inner .text .button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.activate-sim-modal .inner .text p.cancel {
  text-decoration: underline;
  margin-bottom: 0;
  cursor: pointer;
}

.activate-sim-modal .inner img {
  float: right;
  margin: -10px -6px -30px 0;
  width: 220px;
  /* IE 9 */
  -webkit-transform: rotate(3deg);
  /* Chrome, Safari, Opera */
  transform: rotate(3deg);
}

.sat-sol.yb.sales-template .hero-wrapper .hero-content .hero-image {
  overflow: hidden;
  margin-bottom: -200px;
}

.sat-sol.yb.sales-template .hero-wrapper .hero-content .hero-image img {
  margin-right: -45px;
  max-width: 80%;
}

.sat-sol.yb.sales-template .gps-solutions {
  background-color: #F9F9F9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 48%;
}

.sat-sol.yb.sales-template .purchase-options p {
  color: #000000;
}

.sat-sol.yb.sales-template .purchase-options p.sub {
  font-size: 14px;
  color: #9e9e9e;
}

.sat-sol.yb.sales-template .purchase-options .button {
  padding: 0 60px;
  margin: 22px 0 10px;
}

.sat-sol.yb.sales-template .purchase-options .purch .unit {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sat-sol.yb.sales-template .purchase-options .purch .unit img {
  margin: 30px 0 0;
}

.sat-sol.yb.sales-template .purchase-options .purch .unit .price {
  background: #2996fc;
  color: #fff;
  font-size: 20px;
  padding: 2px 12px;
  border-radius: 6px;
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
  margin-bottom: 12px;
}

.sat-sol.yb.sales-template .purchase-options .purch .unit .rrp {
  font-size: 18px;
  text-decoration: line-through;
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
}

.sat-sol.yb.sales-template .purchase-options .purch .divider {
  display: none;
}

.sat-sol.yb.sales-template .purchase-options .purch .acc {
  margin-top: 30px;
}

.sat-sol.yb.sales-template .purchase-options .purch .acc h2 {
  text-align: center;
}

.sat-sol.yb.sales-template .purchase-options .purch .acc .accessory-loop .accessory {
  margin-bottom: 30px;
}

.sat-sol.yb.sales-template .purchase-options .purch .acc .accessory-loop .accessory .price {
  font-size: 18px;
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
}

.sat-sol.yb.sales-template .purchase-options .purch .acc .accessory-loop .accessory img {
  max-width: 150px;
  margin-bottom: 14px;
}

.sat-sol.yb.sales-template .pricing {
  background: #2996fc;
  color: #ffffff;
}

.sat-sol.yb.sales-template .pricing h2 {
  color: #ffffff;
  font-weight: 500;
}

.sat-sol.yb.sales-template .pricing .prices .line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sat-sol.yb.sales-template .pricing .prices .line .lab,
.sat-sol.yb.sales-template .pricing .prices .line .val {
  color: #ffffff;
  font-size: 16px;
  background-color: transparent;
}

.sat-sol.yb.sales-template .pricing .prices .line .val {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 2px 10px 3px;
  border-radius: 6px;
  font-weight: 600;
  margin-left: 8px;
}

.sat-sol.yb.sales-template .pricing .sub {
  text-align: center;
  opacity: 0.5;
  max-width: 260px;
  margin: 0 auto;
}

.sat-sol.yb.sales-template .why-buy-pw p {
  color: #000000;
}

.sat-sol.yb.sales-template .why-buy-pw p.sub {
  font-size: 14px;
  color: #9e9e9e;
  text-align: center;
  margin-bottom: 60px;
}

.sat-sol.yb.sales-template .why-buy-pw .border .heading {
  margin-left: 20px;
  margin-right: 20px;
}

.sat-sol.yb.sales-template .sat-features {
  padding-top: 0;
}

.sat-sol.yb.sales-template .sat-features h3 {
  margin-bottom: 30px;
}

.sat-sol.yb.sales-template .sat-features .columns {
  float: left;
}

.sat-sol.yb.sales-template .sat-features .single-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.sat-sol.yb.sales-template .sat-features .single-feature img {
  max-width: 23px;
  max-height: 23px;
  margin-right: 22px;
}

.sat-sol.yb.sales-template .sat-features .single-feature p {
  margin-bottom: 0;
}

.sat-sol.yb.sales-template .sat-technical {
  background-color: #F5F5F5;
}

.sat-sol.yb.sales-template .sat-technical h3 {
  margin-bottom: 30px;
}

.sat-sol.yb.sales-template .download .download-section {
  margin-top: 0;
}

.sat-sol.yb.sales-template .download .download-section h3 {
  max-width: 270px;
  margin: 0 auto 20px;
}

.sat-sol.yb.sales-template .download .download-section p.purchase-options-byline {
  font-size: 14px;
  color: #9e9e9e;
  text-align: center;
}

.hero-wrapper.yb.single-template {
  padding: 80px 20px 20px;
}

.content.single-page.yb {
  padding: 20px 22px 90px;
}

.content.single-page.yb h1 {
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.65;
  color: #333333;
  margin-top: 60px;
}

.content.single-page.yb h2 {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.32px;
  color: #333333;
  margin: 50px 0 20px;
}

.content.single-page.yb p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #333333;
}

.pricing .hero-wrapper {
  color: #fff;
  overflow: hidden;
}

.pricing .hero-wrapper h2 {
  margin-bottom: 18px;
}

.pricing .hero-wrapper .account-details {
  margin-left: -40px;
  margin-right: -40px;
  position: relative;
  margin-top: 20px;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  text-align: left;
  margin-bottom: -30px;
  -webkit-box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.2);
}

.pricing .hero-wrapper .account-details img {
  position: absolute;
  left: 20px;
  top: -15px;
}

.pricing .hero-wrapper .account-details .text-wrap {
  padding: 20px 30px;
  overflow: auto;
  background: #fff;
  border-radius: 5px 5px 0 0;
}

.pricing .hero-wrapper .account-details .left-text {
  color: #bbb;
  text-align: left;
  width: 90px;
  float: left;
  clear: both;
}

.pricing .hero-wrapper .account-details .right-text {
  color: #333;
  text-align: left;
  float: left;
  clear: both;
  margin-bottom: 10px;
}

.pricing .hero-wrapper .account-details .right-text:last-child {
  margin-bottom: 0;
}

.pricing .hero-wrapper .account-details .promo-code-wrap {
  background: #eeeeee;
  padding: 14px 20px;
  border-radius: 0 0 5px 5px;
}

.pricing .hero-wrapper .account-details .promo-code-wrap p.open-promo-code {
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin: 0;
  padding-bottom: 3px;
}

.pricing .hero-wrapper .account-details .promo-code-wrap .promo-code {
  display: none;
  overflow: auto;
}

.pricing .hero-wrapper .account-details .promo-code-wrap.open p {
  display: none;
}

.pricing .hero-wrapper .account-details .promo-code-wrap.open .promo-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pricing .hero-wrapper .account-details .promo-code-wrap.open .promo-code input[type="text"] {
  border-radius: 4px 0 0 4px;
  border-right-width: 0;
  float: left;
  padding: 7px 14px 8px;
  margin: 0;
}

.pricing .hero-wrapper .account-details .promo-code-wrap.open .promo-code button {
  background: #333333;
  font-size: 14px;
  text-align: center;
  width: 93px;
  float: left;
  border-radius: 0 4px 4px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-bottom: 2px;
}

.pricing-table-wrapper {
  margin-top: -100px;
  z-index: 100;
  position: relative;
}

.pricing-table-wrapper.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 102;
  margin-top: 0;
  padding: 0 22px;
  -webkit-transform: translate3d(0, -150%, 0);
  transform: translate3d(0, -150%, 0);
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: none;
}

.pricing-table-wrapper.fixed-header.scrolled {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pricing-table-wrapper.fixed-header .row {
  max-width: 1200px;
  margin: -1px auto 0;
}

.pricing-table-wrapper.fixed-header .row .pricing-column.features .top-wrapper .top {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-table-wrapper.fixed-header .row .pricing-column.standard .top-wrapper.special {
  margin-bottom: 0;
  border-left: 1px solid #ddd;
}

.pricing-table-wrapper.fixed-header .row .pricing-column.standard .top-wrapper.special .top {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  height: 100%;
  border-radius: 0;
  padding-top: 10px;
}

.pricing-table-wrapper.fixed-header .row .pricing-column.standard .top-wrapper.special .top .popular-tag {
  display: none;
}

.pricing-table-wrapper.fixed-header .row .pricing-column .top-wrapper {
  height: 170px;
}

.pricing-table-wrapper.fixed-header .row .pricing-column .top-wrapper .top .name {
  font-size: 22px;
  padding: 5px 0;
}

.pricing-table-wrapper.fixed-header .row .pricing-column .top-wrapper .top .price {
  color: #777;
  font-size: 14px;
  margin-bottom: 11px;
}

.pricing-table-wrapper.fixed-header .row .pricing-column .top-wrapper .top .button.green {
  font-size: 15px;
  padding: 9px 23px 10px;
  line-height: normal;
}

.pricing-table-wrapper .pricing-column {
  text-align: center;
}

.pricing-table-wrapper .pricing-column.features {
  text-align: left;
}

.pricing-table-wrapper .pricing-column .top-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.pricing-table-wrapper .pricing-column .top-wrapper.bottom {
  display: none;
}

.pricing-table-wrapper .pricing-column .feature {
  display: none;
}

.pricing-table-wrapper .top {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.067);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.067);
  padding-top: 10px;
}

.pricing-table-wrapper .top .popular-tag {
  position: absolute;
  width: 140px;
  right: 50%;
  top: -12px;
  margin-right: -70px;
  background: #84CC2C;
  color: #fff;
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 2px 10px;
}

.pricing-table-wrapper .top img {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 17px;
}

.pricing-table-wrapper .top .name {
  font-size: 27px;
  font-weight: 300;
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
  padding: 15px 0;
  margin: 0;
}

.pricing-table-wrapper .top .price {
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
  color: #999;
  font-size: 16px;
  margin-bottom: 16px;
}

.pricing-table-wrapper .top .button {
  line-height: 45px;
  margin-bottom: -22px;
}

.pricing-table-wrapper .top .mobile-features {
  padding-top: 30px;
  padding-bottom: 12px;
  background: #f5f5f5;
}

.pricing-table-wrapper .top .mobile-features .feature {
  display: block;
}

.pricing-table-wrapper .features .top {
  background: #f5f5f5;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.pricing-table-wrapper .downgrade .top .button {
  background: #fff;
  color: #333333;
  border: 1px solid #333;
  font-size: 14px;
  line-height: 33px;
  padding: 0 16px 1px;
}

.pricing-table-wrapper .current-plan .top .plan-indicator {
  color: #82ce11;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  width: auto;
  display: inline-block;
  padding: 0 15px;
  line-height: 25px;
  margin-bottom: 5px;
}

.pricing-table-wrapper .current-plan .top .change-plan-link {
  font-size: 13px;
  margin-top: 0;
  clear: both;
  display: block;
  position: relative;
  margin-bottom: 12px;
}

.pricing-table-wrapper .current-plan .top .mobile-features {
  padding-top: 10px;
}

.pricing-table-wrapper .table-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.pricing-table-wrapper .table-footer .left {
  opacity: 0.5;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.28px;
  text-align: center;
}

.pricing-table-wrapper .table-footer .right {
  background-color: #2996fc;
  border-radius: 7px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 14px;
}

.pricing-table-wrapper .table-footer .right p {
  margin: 0;
  color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  line-height: 15px;
}

.pricing-table-wrapper .table-footer .right a {
  color: #ffffff;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  text-align: center;
}

.faq-wrap .question-item {
  margin-bottom: 30px;
}

.faq-wrap .question-item .question {
  font-size: 18px;
  margin: 5px 0 12px;
}

.pricing-star {
  color: #999;
  margin-top: 30px;
}

.discount-alert {
  display: none;
}

.discount-alert .row {
  background: #e0a914;
  padding: 20px 20px 70px;
  margin: 20px -5% -120px;
  bottom: 0;
  width: 110%;
  position: relative;
  z-index: 1;
}

.discount-alert p.large {
  font-size: 18px;
  margin-bottom: 5px;
}

.discount .discount-alert {
  display: block;
}

.discount .price span.discount-price {
  display: inline-block;
}

.discount .price span.price {
  text-decoration: line-through;
}

.price span.discount-price {
  display: none;
  color: #e0a914;
  font-weight: bold;
}

.downgrade-survey-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  overflow: scroll;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.downgrade-survey-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.downgrade-survey-modal .modal {
  background: #ffffff;
  width: 100%;
  border-radius: 0;
  position: relative;
  max-width: 735px;
  -webkit-box-shadow: 0 13px 44px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 13px 44px 0 rgba(0, 0, 0, 0.2);
}

.downgrade-survey-modal .modal .close {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.downgrade-survey-modal .modal .close:before,
.downgrade-survey-modal .modal .close:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 15px;
  width: 2px;
  height: 20px;
  background: #ffffff;
}

.downgrade-survey-modal .modal .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.downgrade-survey-modal .modal .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.downgrade-survey-modal .modal .top {
  background: #2996fc;
  padding: 15px 23px 10px;
}

.downgrade-survey-modal .modal .top h1 {
  color: #ffffff;
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
  font-size: 25px;
}

.downgrade-survey-modal .modal .top h2 {
  color: #ffffff;
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
}

.downgrade-survey-modal .modal .survey {
  padding-top: 34px;
}

.downgrade-survey-modal .modal .survey button:disabled {
  opacity: 0.5;
}

.downgrade-survey-modal .modal .survey input[type="text"] {
  padding: 9px 18px 12px;
  background: #fafafafa;
}

.downgrade-survey-modal .modal .survey label {
  margin-bottom: 15px;
  padding: 0 23px;
}

.downgrade-survey-modal .modal .survey label input[type="checkbox"] {
  margin: 0 10px 2px 0;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 2px solid #2996fc;
  background: #fafafa;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: relative;
}

.downgrade-survey-modal .modal .survey label input[type="checkbox"]:focus {
  outline: none;
}

.downgrade-survey-modal .modal .survey label input[type="checkbox"]:checked:before,
.downgrade-survey-modal .modal .survey label input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 2px;
  background: #2996fc;
}

.downgrade-survey-modal .modal .survey label input[type="checkbox"]:checked:before {
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  top: 2px;
  left: 8px;
  height: 12px;
}

.downgrade-survey-modal .modal .survey label input[type="checkbox"]:checked:after {
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  top: 7px;
  left: 3px;
  height: 6px;
}

.downgrade-survey-modal .modal .survey form .text {
  display: block;
  width: 80%;
  margin-left: 22px;
}

.downgrade-survey-modal .modal .survey .downgrade-warning {
  background-color: #F24932;
  margin-top: 30px;
  margin-top: 30px;
  padding: 17px 23px 30px;
}

.downgrade-survey-modal .modal .survey .downgrade-warning h2 {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.downgrade-survey-modal .modal .survey .downgrade-warning p {
  color: #ffffff;
}

.downgrade-survey-modal .modal .survey .downgrade-warning button {
  background: transparent;
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  padding: 12px 20px 14px;
  margin-top: 20px;
}

.tour-hero-image {
  text-align: center;
  margin-bottom: -155px;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.tour-hero-image img {
  max-height: 280px;
}

.tour .tour-intro p {
  margin-bottom: 30px;
}

.tour .models {
  background: #f5f5f5;
  text-align: center;
  margin-top: -90px;
}

.tour .models .model-icon {
  display: inline-block;
  border-radius: 100px;
  background: red;
  width: 100px;
  padding: 5px;
  margin: 0 8px 10px;
  font-weight: bold;
  background-color: transparent;
  border: 1px solid;
}

.tour .models .model-icon.pwg {
  color: #fff;
  background-color: #2996fc;
  border: 0;
}

.tour .models .model-icon.pwe {
  color: #fff;
  background-color: #d62c2c;
  border: 0;
}

.tour .models .model-icon.ecmwf {
  color: #e9ba00;
  border-color: #e9ba00;
}

.tour .models .model-icon.nam {
  color: #187f1c;
  border-color: #187f1c;
}

.tour .models .model-icon.gfs {
  color: #187f1c;
  border-color: #187f1c;
}

.tour .models span.plus {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
}

.tour .features.tools {
  background: #f5f5f5;
}

.tour .features .title {
  margin-top: 0px;
  margin-bottom: 30px;
}

.tour .features img {
  margin-bottom: 15px;
  max-width: 324px;
}

.tour .features h3 {
  margin-bottom: 15px;
  margin-top: 20px;
}

.tour .features p {
  margin-bottom: 40px;
}

.offshore-feature {
  padding: 0;
}

.offshore-feature .offshore-app {
  color: #fff;
  padding: 50px 22px;
  background-size: cover;
  overflow: hidden;
  background-color: #555;
}

.offshore-feature .offshore-app h3 {
  color: #fff;
  margin-bottom: 0;
}

.offshore-feature .offshore-app h5 {
  color: #cdcdcd;
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 14px;
}

.offshore-feature .offshore-app .offshore-app-image {
  margin-bottom: -100px;
  margin-top: 20px;
}

.apps {
  text-align: center;
  margin-bottom: 100px;
}

.apps.blue h2 {
  color: #fff;
}

.apps a {
  color: #fff;
  display: block;
}

.apps p {
  margin-bottom: 10px;
}

.apps .app-store-links {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  height: 40px;
}

.apps .app-store-links img {
  height: 40px !important;
}

.apps .app-store-links .app-store-link {
  display: inline-block;
  margin: 0 0.5%;
}

.apps .devices-spread {
  margin-bottom: -120px;
}

.iridium-feature {
  background: #f5f5f5;
  margin-top: 80px;
}

.iridium-feature .image {
  margin-bottom: 30px;
  margin-top: -100px;
}

.yb-feature .image {
  text-align: center;
}

.sst-image {
  width: 100%;
  text-align: center;
}

.sales-template .hero-image {
  margin-bottom: -170px;
  margin-top: 20px;
}

.sales-template .intro {
  margin-top: 40px;
}

.sales-template .key-points {
  margin-top: 30px;
}

.sales-template .key-points .image-wrap {
  margin: 15px 0 10px;
  height: 40px;
}

.sales-template .key-points h3 {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
}

.sales-template .video-wrapper {
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 40px;
}

.download-section {
  margin-top: 30px;
}

.download-section .button {
  width: 100%;
}

.download-section .button img {
  margin-right: 10px;
}

.download-section .grey {
  color: #9e9e9e;
}

.quote-block {
  background-size: cover;
  background-position: center;
  background-color: #555;
}

.quote-block.grib {
  background-image: url(assets/images/grib-bg.jpg);
}

.quote-block h2 {
  color: #fff;
  text-align: center;
  margin: 0;
}

.grib.how-it-works {
  margin-top: 30px;
}

.grib.how-it-works .image {
  margin-bottom: 30px;
}

.grib.how-it-works .text {
  margin-bottom: 40px;
}

.learn-more {
  background: #f5f5f5;
  text-align: center;
  padding-bottom: 80px;
}

.learn-more img {
  margin-bottom: 20px;
}

.offshore-iridium .image {
  margin-top: -80px;
  margin-bottom: 20px;
}

.offshore-yb {
  background-color: #F5F5F5;
  background-size: cover;
  background-position: center;
}

.offshore-yb .image {
  margin-top: -60px;
  text-align: center;
}

.offshore-yb .text h3 {
  color: #ffffff;
}

.offshore-yb .text p {
  color: #ffffff;
}

.offshore-yb .text p a {
  color: #ffffff;
}

.optimizer {
  background-image: url(assets/images/redport-optimizer-bg.jpg);
  background-color: #465B7A;
  color: #fff;
  background-position: left center;
  background-size: cover;
}

.optimizer h3,
.optimizer a {
  color: #fff;
}

.optimizer .image {
  margin-bottom: 20px;
  margin-top: -85px;
}

.updated {
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  color: #333333;
  opacity: 0.3;
  margin-bottom: 60px;
}

.statuses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 620px;
  margin: 0 auto;
}

.statuses .lab {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #333333;
}

.statuses .status {
  font-size: 17px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.statuses .status:before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  height: 14px;
  border-radius: 50%;
  background: #303030;
  display: inline-block;
  margin-right: 10px;
}

.statuses .status.active {
  color: #82ce11;
}

.statuses .status.active:before {
  background: #82ce11;
}

.statuses .divider {
  grid-column: span 2;
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  margin: 40px 0;
}

.affiliate .small_title {
  text-align: left;
  color: #2996fc;
  font-size: 16px;
}

.affiliate .row {
  max-width: 50rem;
}

.affiliate .row h4 {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.affiliate .hero-wrapper {
  padding-top: 9rem;
  padding-bottom: 8rem;
  text-align: center;
}

.affiliate .hero-wrapper p {
  padding-top: 1rem;
  max-width: 500px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
}

.affiliate .hero-wrapper .flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.affiliate .hero-wrapper .flex-content img {
  max-width: 145px;
}

.affiliate .hero-wrapper .flex-content .text {
  max-width: 418px;
}

.affiliate .how {
  background: white;
  text-align: center;
  padding-bottom: 4rem;
}

.affiliate .how .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.affiliate .how .content .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  margin-right: 5rem;
}

.affiliate .how .content ul {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
}

.affiliate .how .content ul li {
  text-align: left;
  margin-bottom: 2rem;
}

.affiliate .how .content ul li:last-of-type {
  margin-bottom: 0;
}

.affiliate .info {
  background: #f5f5f5;
  text-align: center;
  padding-bottom: 4rem;
}

.affiliate .info h4 {
  max-width: 500px;
  margin: 1rem auto 2rem auto;
}

.affiliate .info .process_list {
  text-align: left;
  margin-bottom: 2rem;
}

.affiliate .info .process_list .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.affiliate .info .process_list .step .step_number {
  margin-top: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  text-transform: uppercase;
  font-size: 12px;
  -ms-flex-item-align: start;
  align-self: start;
}

.affiliate .info .process_list .step .step_number span {
  background: #2996fc;
  color: white;
  padding: 2px 1rem 4px;
  border-radius: 20px;
}

.affiliate .info .process_list .step .step_content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.affiliate .info .monitoring_description {
  text-align: left;
  margin-bottom: 3rem;
}

.affiliate .cta-btn {
  padding: 12px 16px;
  background: #2996fc;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 240px;
}

.raymarine a {
  text-decoration: none;
  color: inherit;
}

.raymarine img {
  max-height: 100%;
}

.raymarine section {
  padding: 5rem 0;
}

.raymarine section.grey {
  background: #f5f5f5;
}

.raymarine .button.green {
  background: #82CE11;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

.raymarine .row.short {
  max-width: 50rem;
}

.raymarine .hero-wrapper {
  height: 375px;
  padding-top: 125px;
}

.raymarine .hero-wrapper .hero-content {
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.raymarine .hero-wrapper .hero-content .title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 2rem 3rem 0 0;
  text-align: left;
}

.raymarine .hero-wrapper .hero-content .title h2 {
  text-align: inherit;
}

.raymarine .hero-wrapper .hero-content .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 475px;
  flex: 0 0 475px;
}

.raymarine .summary {
  text-align: center;
}

.raymarine .summary .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}

.raymarine .summary .points .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  margin: 0 1.6rem;
}

.raymarine .summary .points .block .image {
  height: 30px;
  margin-bottom: 1rem;
}

.raymarine .summary .points .block .title {
  font-size: 20px;
  margin-bottom: 1rem;
}

.raymarine .app {
  text-align: left;
}

.raymarine .app .grid {
  display: grid;
  grid-template-columns: 1fr 500px;
  grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content max-content;
  row-gap: 2rem;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

.raymarine .app .grid .image {
  grid-row: 1 / -1;
  grid-column: 2;
}

.raymarine .offshore {
  text-align: left;
}

.raymarine .offshore .grid {
  display: grid;
  grid-template-columns: 1fr 500px;
  grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content max-content;
  row-gap: 2rem;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

.raymarine .offshore .grid .image {
  grid-row: 1 / -1;
  grid-column: 2;
}

.raymarine .grib {
  padding: 2rem 0;
}

.raymarine .grib h4 {
  text-align: center;
  margin-bottom: 2rem;
}

.raymarine .grib ul li {
  margin: 1rem 0;
}

.raymarine .how {
  padding: 2rem 0;
}

.raymarine .how h4 {
  text-align: center;
  margin-bottom: 2rem;
}

.raymarine .how .steps .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.raymarine .how .steps .block .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  margin-right: 3rem;
}

.raymarine .how .steps .block .details {
  -ms-flex-item-align: center;
  align-self: center;
}

.raymarine .how .steps .block .details p {
  margin: 0;
}

.raymarine .tutorial a {
  text-decoration: underline;
  color: #2996FC;
}

.raymarine .tutorial .tut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.raymarine .tutorial .tut .image {
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.raymarine .tutorial .tut p {
  font-size: 14px;
  margin: 0;
}

.raymarine .iridium a {
  text-decoration: underline;
  color: #2996FC;
}

.raymarine .iridium .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}

.raymarine .iridium .flex .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  padding-right: 80px;
}

.raymarine .redport {
  color: white;
  background-size: cover;
}

.raymarine .redport a {
  text-decoration: underline;
}

.raymarine .redport .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}

.raymarine .redport .flex .content h4 {
  color: white;
}

.raymarine .redport .flex .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  padding-left: 80px;
}

.raymarine .tracking {
  color: white;
  background-size: cover;
  background-position: bottom right;
}

.raymarine .tracking a {
  text-decoration: underline;
}

.raymarine .tracking .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}

.raymarine .tracking .flex .content h4 {
  color: white;
}

.raymarine .tracking .flex .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  padding-right: 80px;
}

.weather-routing-algorithm-page .hero-wrapper {
  padding-top: 150px;
  padding-bottom: 270px;
}

.weather-routing-algorithm-page .hero-wrapper p {
  font-size: 15px;
}

.weather-routing-algorithm-page .hero-wrapper h2 {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-size: 40px;
}

.weather-routing-algorithm-page .content {
  position: relative;
  top: -250px;
  margin-bottom: -9rem;
}

.weather-routing-algorithm-page .content .video {
  margin: auto;
  height: 480px;
  width: clamp(280px, 96%, 820px);
  background: #303030;
}

.weather-routing-algorithm-page .content .getStarted {
  margin: 4rem auto 0rem auto;
  text-align: center;
}

.weather-routing-algorithm-page .content .getStarted p {
  font-size: 20px;
}

.weather-routing-algorithm-page .content .getStarted .button {
  text-transform: uppercase;
  margin: 2rem auto 4rem;
}

.occ-atl .row {
  max-width: 60rem;
}

.occ-atl .hero-wrapper {
  padding-top: 12rem;
  padding-bottom: 6rem;
  text-align: center;
}

.occ-atl .hero-wrapper p {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  padding-top: 1rem;
  max-width: 45rem;
  margin: auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.3px;
}

.occ-atl .hero-wrapper h2 {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
}

.occ-atl .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.occ-atl .article .content {
  max-width: 50rem;
  text-align: left;
}

.occ-atl .article .content .content-item {
  margin: 40px 0 60px 0;
}

.occ-atl .article .content .content-item p {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin: 24px 0;
  color: black;
}

.occ-atl .article .content .content-item .quote {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.3px;
  color: #8A8A8A;
  margin: 50px 0;
}

.occ-atl .article .content .content-item img {
  margin: 15px 0;
}

.occ-atl .article .content .content-item .img-description {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  text-align: center;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #8A8A8A;
  margin: 0;
}

.occ-atl .article .content .content-item.last {
  margin-bottom: 500px;
}

.weather-routing-landing-page .hero-wrapper {
  padding-top: 200px;
  padding-bottom: 170px;
}

.weather-routing-landing-page .hero-wrapper p {
  font-size: 15px;
}

.weather-routing-landing-page .hero-wrapper h2 {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-size: 40px;
  margin-bottom: 0;
}

.weather-routing-landing-page .hero-wrapper a {
  margin-top: 0;
  margin-bottom: 40px;
}

.weather-routing-landing-page .content {
  position: relative;
  top: -130px;
  margin-bottom: -4rem;
}

.weather-routing-landing-page .content .hero-image-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
}

.weather-routing-landing-page .content .hero-image-section .hero-image {
  max-width: 541px;
}

.weather-routing-landing-page .content .intro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 20px 40px 40px;
}

.weather-routing-landing-page .content .intro-text p {
  max-width: 800px;
  text-align: center;
}

.weather-routing-landing-page .content .info-section {
  min-height: 354px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
}

.weather-routing-landing-page .content .info-section.grey {
  background-color: #F5F5F5;
}

.weather-routing-landing-page .content .info-section .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.weather-routing-landing-page .content .info-section .info-wrap .img-wrap {
  width: 205px;
  min-width: 205px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.weather-routing-landing-page .content .info-section .info-wrap .info {
  max-width: 550px;
  text-align: center;
}

.weather-routing-landing-page .content .info-section .info-wrap .info a {
  text-decoration: none;
}

.weather-routing-landing-page .content .info-section .info-wrap .info p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.274798px;
  margin: 0;
}

.weather-routing-landing-page .content .info-section .info-wrap .info .bold {
  font-weight: bold;
}

.weather-routing-landing-page .content .info-section .info-wrap .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.weather-routing-landing-page .content .info-section .info-wrap .cta p {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 30px;
}

.blue-white-bg-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(#EDF6FF), color-stop(59.19%, rgba(41, 144, 252, 0.86)), color-stop(103.96%, #0F79DD));
  background: linear-gradient(0deg, #EDF6FF 0%, rgba(41, 144, 252, 0.86) 59.19%, #0F79DD 103.96%);
}

.card-shadow {
  -webkit-box-shadow: 4px 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 8px 20px rgba(0, 0, 0, 0.1);
}

.removeScrollbar::-webkit-scrollbar {
  display: none;
}

.removeScrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.play-video-wrapper {
  margin: 20px !important;
}

.activate-sim-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 201;
}

.activate-sim-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.activate-sim-modal .background {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.activate-sim-modal .inner {
  z-index: 2;
  border-radius: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 42px 64px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 42px 64px 0 rgba(0, 0, 0, 0.18);
  width: 90%;
  padding: 0;
  max-width: 862px;
  overflow: hidden;
}

.activate-sim-modal .inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 30px 0;
}

.activate-sim-modal .inner .text h1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-weight: 900;
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  margin-bottom: 20px;
}

.activate-sim-modal .inner .text .button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.activate-sim-modal .inner .text p.cancel {
  text-decoration: underline;
  margin-bottom: 0;
  cursor: pointer;
}

.activate-sim-modal .inner img {
  float: right;
  margin: -10px -6px -30px 0;
  width: 220px;
  /* IE 9 */
  -webkit-transform: rotate(3deg);
  /* Chrome, Safari, Opera */
  transform: rotate(3deg);
}

.plan-details-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 201;
}

.plan-details-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plan-details-modal .background {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.plan-details-modal .inner {
  z-index: 2;
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 42px 64px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 42px 64px 0 rgba(0, 0, 0, 0.18);
  width: 90%;
  max-width: 500px;
  padding: 24px 20px 32px;
  overflow: hidden;
}

.plan-details-modal .inner .title {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px;
}

.plan-details-modal .inner .line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan-details-modal .inner .line p {
  font-size: 14px;
}

.plan-details-modal .inner .line p.val {
  font-weight: 600;
}

.plan-details-modal .inner .note {
  font-size: 14px;
  margin: 32px 0 0 0;
}

.grecaptcha-badge {
  display: none !important;
}

/*
--------------------------------------------------
Wordpress Styles
--------------------------------------------------
*/

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
}

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

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

/*
--------------------------------------------------
Foundation additions CSS
--------------------------------------------------
*/

.row.expand {
  width: 100%;
  max-width: 100%;
}

.row.skinny {
  max-width: 960px;
}

.row.wide {
  max-width: 1200px;
}

.clear-both,
.cb {
  clear: both;
}

/*
--------------------------------------------------
Normal CSS
--------------------------------------------------
*/

body {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
  color: #333;
}

a {
  color: #2996fc;
  text-decoration: underline;
}

.button {
  line-height: 58px;
  padding: 0 30px;
  font-size: 17px;
  border-radius: 0;
}

.button.green,
.submit.green {
  background: #82ce11;
}

.button.signup {
  text-transform: uppercase;
}

.tick {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background: #82ce11;
  overflow: hidden;
  position: relative;
}

.tick:after {
  width: 8px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  margin-left: -9px;
  margin-top: 2px;
}

.tick:before {
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  margin-left: -5px;
  margin-top: -1px;
}

.cross {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background: #d4d4d4;
  overflow: hidden;
  position: relative;
}

.cross:after {
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  margin-left: -8px;
  margin-top: -1px;
}

.cross:before {
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  margin-left: -8px;
  margin-top: -1px;
}

a.button {
  text-decoration: none;
}

ul.menu {
  list-style: none;
  margin: 0;
}

header {
  position: absolute;
  width: 100%;
  padding: 10px;
  z-index: 200;
}

header .header-wrapper.row {
  max-width: 1300px;
}

header.show-menu {
  background: #2996fc;
}

header.show-menu .menu-icon:after {
  opacity: 0;
}

header.show-menu .menu-icon .line {
  opacity: 0;
  margin-left: 5px;
}

header.show-menu .menu-icon .line:first-child,
header.show-menu .menu-icon .line:last-child {
  opacity: 1;
  margin-left: 0;
}

header.show-menu .menu-icon .line:first-child {
  transform: rotate(-45deg) translate(-5px, 5px);
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  -moz-transform: rotate(-45deg) translate(-5px, 5px);
  -o-transform: rotate(-45deg) translate(-5px, 5px);
  -ms-transform: rotate(-45deg) translate(-5px, 5px);
}

header.show-menu .menu-icon .line:last-child {
  transform: rotate(45deg) translate(-5px, -5px);
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  -moz-transform: rotate(45deg) translate(-5px, -5px);
  -o-transform: rotate(45deg) translate(-5px, -5px);
  -ms-transform: rotate(45deg) translate(-5px, -5px);
}

header.show-menu .menu-wrapper {
  display: block;
  padding-bottom: 45px;
}

header .logo {
  float: left;
}

header .menu-icon {
  float: right;
  position: relative;
  width: 20px;
  margin: 15px 10px;
  cursor: pointer;
}

header .menu-icon .line {
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

header .menu-wrapper {
  clear: both;
  display: none;
  position: relative;
}

header .menu-wrapper a.login {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid  #fff;
  width: 160px;
  text-align: center;
  margin: 10px auto 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -80px;
}

header .menu-wrapper a.satellite-login {
  display: none;
  position: absolute;
  right: 0;
  top: 44px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 13px;
  border: 1px solid #fff;
  margin-top: 12px;
  border-radius: 4px;
}

header .menu-wrapper .login-wrap:hover a.satellite-login {
  display: block;
}

header .menu-main-container,
header .menu-main-mobile-container {
  overflow: auto;
}

header .menu-main-container ul li,
header .menu-main-mobile-container ul li {
  width: 100%;
  display: block;
}

header .menu-main-container ul li a,
header .menu-main-mobile-container ul li a {
  color: #fff;
  line-height: 40px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

header .menu-main-container ul li a:hover,
header .menu-main-mobile-container ul li a:hover {
  text-decoration: underline;
}

header .menu-main-container ul li.current-menu-item a,
header .menu-main-mobile-container ul li.current-menu-item a {
  font-weight: 700;
}

.mobile-menu {
  margin-top: 60px;
}

.hero-wrapper {
  background: #0af;
  width: 100%;
  background: #1e72ef;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #1e72ef), color-stop(100%, #249dd6));
  background: linear-gradient(45deg, #1e72ef 0%, #249dd6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e72ef', endColorstr='#249dd6', GradientType=1 );
  text-align: center;
  padding: 120px 20px;
  position: relative;
}

.hero-wrapper.short {
  padding: 34px 20px;
}

.hero-wrapper.streamlines {
  padding: 100px 20px 50px;
}

.hero-wrapper .hero-content {
  position: relative;
  z-index: 99;
}

.hero-wrapper .hero-content.testimonial-single {
  margin-top: 50px;
  margin-bottom: 20px;
}

.hero-wrapper .hero-content.testimonial-single img {
  border-radius: 1000px;
  display: inline-block;
  max-width: 80px;
  margin-right: 20px;
  margin-top: -10px;
}

.hero-wrapper .hero-content.testimonial-single h2 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
}

.hero-wrapper .hero-content p.hero-disclaimer {
  font-size: 13px;
  line-height: 17px;
  opacity: 0.7;
  max-width: 350px;
  margin-bottom: 0;
  margin-top: 10px;
}

.hero-wrapper .cta_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-wrapper .cta_container .satellite-cta {
  position: relative;
  display: block;
  margin: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 5px 30px 7px;
  width: 210px;
  bottom: 0;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.hero-wrapper .cta_container .satellite-cta p {
  line-height: 16px;
  margin: 0;
  font-size: 14px;
}

.hero-iframe-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hero-iframe-wrapper .scroll-fix {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-wrapper.full-screen {
  height: 100%;
  display: table;
}

.hero-wrapper.full-screen .inner {
  display: table-cell;
  vertical-align: middle;
}

.hero-wrapper ul {
  display: inline-block;
  margin: 0;
  text-align: left;
}

.hero-wrapper ul li {
  color: #fff;
}

.hero-wrapper h1 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 25px;
  font-size: 30px;
}

.hero-wrapper h2 {
  color: #fff;
  text-align: center;
}

.hero-wrapper p {
  color: #fff;
  font-size: 15px;
}

.hero-wrapper .button {
  text-transform: uppercase;
  margin-top: 30px;
}

section {
  padding: 40px 22px;
}

section.expand {
  padding: 0;
}

section.blue {
  background: #2996fc;
  color: #fff;
}

section.grey {
  background: #f5f5f5;
}

section.grey.thin {
  padding: 10px;
}

section.grey.thin .row.models {
  margin: 0 auto;
}

section.grey.thin .models .models-wrap {
  margin: 13px 0 0;
}

.grey.thin .models .models-wrap .model {
  margin-bottom: 10px;
}

section.blue h3 {
  color: #fff;
}

section h2 {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}

section.sub-hero {
  padding: 40px 0;
}

.modelBckColor {
  color: white;
}

.modelBckColor.ECMWF {
  background: #333333;
}

.modelBckColor.SPIRE {
  background: #EF930A;
}

.modelBckColor.UKMO {
  background: #E8C71A;
}

.modelBckColor.GFS {
  background: #0E8011;
}

.modelBckColor.PWG {
  background: #001AF5;
}

.modelBckColor.PWE {
  background: #EC3323;
}

.modelBckColor.NAM {
  background: #8A4DC8;
}

.modelBckColor.HRRR {
  background: #5B0F76;
}

.modelBckColor.AROME {
  background: #8A4DC8;
}

.exec-launch-banner {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background-color: #070707;
}

.exec-launch-banner .mobile {
  max-width: 375px;
}

.exec-launch-banner .desktop {
  display: none;
}

.christmas-sale-banner {
  width: 100%;
  height: 150px;
  padding: 20px;
  background-color: #070707;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.christmas-sale-banner .inner {
  width: 100%;
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.christmas-sale-banner .inner .left .main {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin: 0;
}

.christmas-sale-banner .inner .left .sub {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  margin: 0;
  margin-top: 8px;
}

.christmas-sale-banner .inner .right {
  max-width: 268px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.christmas-sale-banner .inner .right .sub {
  display: none;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
}

.christmas-sale-banner .inner .right .shop-btn {
  width: 108px;
  height: 50px;
  background-color: transparent;
  border: 1px solid white;
  display: grid;
  place-content: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 2px;
  color: white;
  text-decoration: none;
  margin-left: 20px;
}

.models-offering-section {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}

.models-offering-section .text-wrap {
  margin: 30px;
  text-align: center;
  max-width: 750px;
}

.models-offering-section .text-wrap h2 {
  text-align: center;
  margin: 1rem 0 1rem;
}

.models-offering-section .models-wrap {
  text-align: center;
  margin: 15px 0;
}

.models-offering-section .models-wrap h2 {
  text-align: center;
  margin: 10px;
}

.models-offering-section .models-wrap .model-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.models-offering-section .models-wrap .model-list .model {
  font-weight: bold;
  color: white;
  width: 80px;
  height: 40px;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin: .5rem .5rem;
}

.models-offering-section .models-wrap .model-list .model.ECMWF {
  background: #333333;
}

.models-offering-section .models-wrap .model-list .model.SPIRE {
  background: #EF930A;
}

.models-offering-section .models-wrap .model-list .model.UKMO {
  background: #E8C71A;
}

.models-offering-section .models-wrap .model-list .model.GFS {
  background: #0E8011;
}

.models-offering-section .models-wrap .model-list .model.PWG {
  background: #001AF5;
}

.models-offering-section .models-wrap .model-list .model.PWE {
  background: #EC3323;
}

.models-offering-section .models-wrap .model-list .model.NAM {
  background: #8A4DC8;
}

.models-offering-section .models-wrap .model-list .model.HRRR {
  background: #5B0F76;
}

.models-offering-section .models-wrap .model-list .model.AROME {
  background: #8A4DC8;
}

.models-offering-section .learn_more {
  padding-top: 0rem;
}

.forecast-accuracy-section {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  margin-bottom: -180px;
}

.forecast-accuracy-section .section_translate {
  -webkit-transform: translateY(-220px);
  transform: translateY(-220px);
  width: 100%;
}

.forecast-accuracy-section .section_translate .video-container {
  max-width: 820px;
  width: 100%;
  margin: auto;
}

.forecast-accuracy-section .section_translate .text-wrap {
  text-align: center;
  max-width: 750px;
  margin: 60px 0;
}

.forecast-accuracy-section .section_translate .text-wrap h2 {
  text-align: center;
}

.featured-customers-section {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-customers-section .section-header {
  margin-top: 40px;
}

.featured-customers-section .logo-list-wrap {
  margin: 20px 0 50px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.featured-customers-section .logo-list-wrap .logo-list {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}

.featured-customers-section .logo-list-wrap .logo-list .logo {
  display: inline-block;
  width: 180px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px;
}

.trust-features-section {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trust-features-section h2 {
  text-align: center;
}

.accuracy-icons-wrapper {
  text-align: center;
  font-size: 13px;
  margin: 40px 0 10px;
}

.accuracy-icons-wrapper .part {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}

.accuracy-icons-wrapper .part.model {
  width: 70px;
}

.accuracy-icons-wrapper .part.between {
  width: 10px;
  padding-top: 18px;
}

.accuracy-icons-wrapper .part.model .icon {
  display: inline-block;
  padding-bottom: 10px;
}

.accuracy-icons-wrapper .part.model .icon img {
  height: 50px;
  padding-top: 5px;
}

.accuracy-icons-wrapper .part.model:last-child .icon img {
  padding-top: 0;
}

.play-video-wrapper {
  text-align: center;
  font-size: 0;
  vertical-align: top;
  margin: 60px 20px 20px;
}

.play-video-wrapper .overview-video-box {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  position: relative;
  background-color: #cdcdcd;
  border-radius: 20px;
}

.play-video-wrapper .overview-video-box .play-video-button {
  width: 20%;
  left: 40%;
  position: absolute;
  top: 36%;
}

.play-video-wrapper a,
.play-video-wrapper a:hover {
  text-decoration: none;
}

.play-video-wrapper .overview-video-box .text {
  color: #fff;
  font-size: 21px;
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
  font-weight: 300;
  text-decoration: none;
  padding-top: 6%;
}

.play-video-wrapper .overview-video-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #000;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.play-video-wrapper:hover .overview-video-box .overlay {
  opacity: .1;
}

.app-preview-wrapper {
  overflow-x: hidden;
  margin: 0 -0.625rem -100px;
}

.app-preview {
  background-image: url("assets/images/hero-pw-app-preview.png");
  width: 120%;
  height: 0;
  padding-bottom: 75%;
  margin: 0 -50px 0;
  position: relative;
  background-size: cover;
}

.row.models {
  text-align: center;
  margin: 30px auto;
}

.row.models p {
  max-width: 530px;
  margin: 0 auto;
}

.row.models .wider {
  max-width: 670px;
  margin: 0 auto;
}

.models-wrap {
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
}

.models-wrap .model {
  display: inline-block;
  border-radius: 100px;
  border: 1px solid;
  padding-bottom: 2px;
  margin: 0 3px;
  line-height: 22px;
  width: 80px;
  font-size: 14px;
}

.model.pwg {
  border-color: #1234F6;
  background: #1234F6;
  color: #fff;
}

.model.pwe {
  border-color: #F91528;
  background: #F91528;
  color: #fff;
}

.model.ecmwf {
  background: #E3CA2C;
  border-color: #E3CA2C;
  color: #fff;
}

.model.gfs {
  background: #187F1C;
  border-color: #187F1C;
  color: #fff;
}

.models-wrap .plus {
  display: inline-block;
  font-size: 1.4em;
  margin: 10px 7px 15px;
  line-height: 10px;
}

.hero-content .grey {
  background: #f5f5f5;
}

.testimonials-wrap {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 20px;
}

.testimonials-wrap .testimonial-item {
  margin-bottom: 30px;
  text-align: left;
}

.testimonials-wrap .testimonial-item .profile {
  background-color: rgba(255, 255, 255, 0.1);
  height: 53px;
  width: 53px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  margin-top: 5px;
}

.testimonials-wrap .testimonial-item .text {
  margin-left: 70px;
}

.testimonials-wrap .testimonial-item .text .name,
.testimonials-wrap .testimonial-item .text .position {
  font-style: italic;
  font-size: 13px;
}

.testimonials-wrap a {
  text-decoration: underline;
  display: inline-block;
  color: #fff;
}

.testimonial a {
  color: #2996fc;
}

.testimonials .back-to-top {
  margin-bottom: 40px;
}

.testimonials-wrap ul {
  margin-left: 0;
}

.testimonials-wrap ul h5 {
  font-size: 16px;
  margin-top: 30px;
}

.testimonials-wrap ul.positions p {
  font-size: 16px;
}

.testimonials-wrap .profile img {
  width: 100%;
}

.testimonials-wrap ul.positions ul {
  margin-left: 20px;
}

.social-callout {
  background: #fff;
  color: #3e58a9;
  margin: 0 -22px;
  padding: 22px;
  font-size: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.social-callout .title {
  margin-bottom: 16px;
}

.social-callout .fb-embed {
  margin-top: 22px;
  height: 69px;
}

.signup-section {
  text-align: center;
  padding: 20px 0;
  z-index: 99;
  position: relative;
}

.signup-section h3 {
  width: 220px;
  margin: 0 auto 30px;
  font-size: 20px;
  font-weight: 300;
}

.trusted-section {
  background-image: url("assets/images/telefonica-trust-background.png");
  background-color: #0b194f;
  text-align: center;
  padding: 40px 0;
  background-size: cover;
  background-position: center;
}

.trusted-section h3 {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 20px;
}

.trusted-section .logos-wrap {
  text-align: center;
  font-size: 0;
}

.trusted-section .logos-wrap .logo {
  display: inline-block;
  width: 120px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  margin: 10px 6px;
}

section.apps-section {
  padding: 0 10px 3em;
}

.apps-section .visual {
  margin-top: -10px;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}

.features-section-wrap {
  background: #f5f5f5;
  padding: 60px 0;
}

.features-section {
  text-align: center;
  background: #f5f5f5;
  max-width: 700px;
  margin: 0 auto;
}

.features-section a {
  clear: both;
  display: block;
}

.features-section h3 {
  font-size: 21px;
  margin-bottom: 42px;
}

.features-section .feature-item {
  margin-bottom: 25px;
  padding: 0 20px;
}

.features-wrap a {
  padding-top: 3rem;
}

.features-section .feature-item .icon {
  width: 36px;
  margin: 0 auto 15px;
}

.features-section .feature-item .icon img {
  max-height: 36px;
}

.features-section .feature-item .title {
  font-size: 21px;
  margin-bottom: 8px;
}

.features-section .feature-item .description {
  font-size: 14px;
}

.tools-section {
  background-image: url("assets/images/storm-sailing-background.jpg");
  background-color: #666;
  background-size: cover;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-position: center;
}

.tools-section .section-top {
  text-align: center;
  padding: 70px 0;
}

.tools-section h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
}

.tools-section .section-top h3,
.tools-section .section-top p {
  max-width: 520px;
  margin: 0 auto;
}

.tools-section h4 {
  color: #fff;
  margin-bottom: 7px;
}

.tools-section a {
  color: #fff;
}

.tools-section .offshore-app h4 {
  margin-bottom: 0;
}

.tools-section .offshore-app .byline {
  font-size: 16px;
  margin-bottom: 7px;
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
}

.tools-section .offshore-app .offshore-app-image {
  max-width: 550px;
}

.tools-section .offshore-app a {
  padding-top: 1rem;
}

.tools-section .offshore-app .available {
  padding: 1rem 0 0;
}

.tools-section .offshore-app .available .text {
  font-weight: bold;
  font-size: 14px;
  margin-top: 8px;
}

.tools-section .offshore-app .available .logos {
  overflow: auto;
}

.tools-section .offshore-app .available .logos .logo {
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  margin-right: 19px;
  margin-top: 6px;
}

.tools-section .offshore-app .available .logos .logo .logo.apple {
  background-image: url("assets/images/apple-logo-blue.png");
}

.tools-section .offshore-app .available .logos .logo .logo.windows {
  background-image: url("assets/images/windows-logo-blue.png");
}

.tools-section .offshore-app .available .logos .logo .logo.android {
  background-image: url("assets/images/android-logo-blue.png");
}

.tools-section .offshore-app .details {
  margin-bottom: 30px;
}

.tools-section .offshore-app .button {
  margin-bottom: 22px;
}

.tools-section .weather-routing,
.tools-section .departure-planning {
  margin-top: 40px;
}

.tools-section .weather-routing .weather-routing-image,
.tools-section .weather-routing .departure-planning-image,
.tools-section .departure-planning .weather-routing-image,
.tools-section .departure-planning .departure-planning-image {
  position: relative;
}

.tools-section .weather-routing .weather-routing-image img,
.tools-section .weather-routing .departure-planning-image img,
.tools-section .departure-planning .weather-routing-image img,
.tools-section .departure-planning .departure-planning-image img {
  position: absolute;
  width: 500%;
  max-width: none;
  top: -18px;
}

.tools-section .weather-routing .weather-routing-image {
  text-align: center;
}

.tools-section .weather-routing .weather-routing-image img {
  right: -5px;
}

.tools-section .departure-planning {
  margin-left: 3rem;
}

.tools-section .departure-planning .departure-planning-image img {
  left: -5px;
}

.satcom {
  background-image: url("assets/images/satcom-section-bg.jpg");
  background-size: cover;
  background-position: center;
}

.satcom .section-top {
  max-width: 720px;
}

.satcom .feature {
  max-width: 820px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.satcom .feature .image img {
  max-width: 150px;
  margin-bottom: 10px;
}

.satcom .feature .image .data-bubble {
  background: #2996fc;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 6px;
  margin-bottom: -16px;
  font-weight: 700;
}

section.bottom-cta {
  position: relative;
}

section.sports h3 {
  margin-bottom: 80px;
}

section.sports .sport-link {
  display: table;
  text-align: center;
  height: 250px;
  background-size: cover;
  position: relative;
  margin-bottom: 1.875rem;
  width: 100%;
}

section.sports .sport-link .valign {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  position: relative;
  z-index: 2;
}

section.sports .sport-link .valign p {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

section.sports .sport-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

section.sports .sport-link:hover:before {
  background: rgba(0, 0, 0, 0.6);
}

section.sports .sport-link:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

footer {
  background: #222;
  color: #fff;
  overflow: auto;
  padding: 17px 10px 0;
  z-index: 2;
  position: relative;
}

footer a {
  color: #fff;
}

footer a.mobile-login {
  float: right;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  padding: 0px 7px 2px;
  border: 1px solid  #fff;
  text-transform: uppercase;
  text-decoration: none;
  opacity: .8;
}

footer a.logo {
  float: left;
  width: 120px;
  opacity: .8;
  padding: 0 5px;
}

footer .social-links {
  float: left;
  margin-left: 15px;
}

footer .social-links a {
  padding: 0 5px;
}

footer .social-links a img {
  display: inline-block;
}

footer .social-links .insta_icon {
  height: 24px;
}

footer .menu-wrapper {
  clear: both;
  overflow: auto;
  margin: 45px -10px 0;
}

footer .menu-wrapper ul li {
  display: block;
  text-align: center;
  border-top: 1px solid #3a3a3a;
}

footer .menu-wrapper ul li a {
  padding: 20px 10px;
  text-decoration: none;
  color: #aaa;
}

.cookie-compliance-banner {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #2996fc;
  padding: 10px 10px 20px;
  z-index: 999;
}

.cookie-compliance-banner.hide {
  display: none;
}

.cookie-compliance-banner p,
.cookie-compliance-banner a {
  color: #ffffff;
}

.cookie-compliance-banner .content {
  text-align: center;
}

.cookie-compliance-banner .content p {
  font-size: 14px;
}

.cookie-compliance-banner .content .button {
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  padding: 11px 35px;
  margin: 0;
}

.cookie-compliance-banner .expanded-content {
  display: none;
  padding: 10px 10px 0;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.cookie-compliance-banner .expanded-content p {
  font-size: 13px;
}

/*
--------------------------------------------------
Why PredictWind Page
--------------------------------------------------
*/

.why-pw .hero-wrapper h2 {
  margin-bottom: 10px;
}

.why-pw .row.models p {
  max-width: none;
}

.why-pw .video-wrapper {
  background-image: url(assets/images/hires-video-thumbnail.png);
  background-color: #DDD;
  height: 0;
  padding-bottom: 60%;
  margin-top: 30px;
  background-size: cover;
  background-position: center;
}

.why-pw .video-wrapper img {
  margin-top: -44px;
  padding-top: 27%;
}

.why-pw .video-wrapper a {
  display: block;
  width: 100%;
  margin-top: 15px;
}

.why-pw .video a.fancybox {
  width: 100%;
  height: 100%;
  display: block;
  float: none;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 10;
}

.why-pw .tools-banner .icons {
  margin-top: 30px;
}

.why-pw .models h2 {
  padding: 1rem 0 1rem 0;
}

.why-pw .models .model-wrap {
  margin-bottom: 20px;
}

.why-pw .models .model-wrap .model {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  line-height: 28px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.why-pw .wave-models {
  background: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 70px;
}

.why-pw .wave-models .model-wrap {
  max-width: 600px;
}

.why-pw .wave-models .model-wrap:nth-child(2) {
  margin-bottom: 40px;
}

.why-pw .wave-models .model-wrap .model {
  font-weight: 600;
  font-size: 22px;
  color: #2996fc;
  margin-bottom: 20px;
}

.why-pw .wave-models .model-wrap .model img {
  margin-right: 20px;
  vertical-align: middle;
  margin-top: -4px;
  font-size: 10px;
  color: #555;
  font-weight: 300;
  line-height: normal;
}

.why-pw .offshore-models {
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.why-pw section.other-models {
  background-size: cover;
  background-position: center;
  color: #fff;
  background-color: #555;
}

.why-pw .other-models h3 {
  color: #fff;
}

.why-pw .benefits {
  background: #f5f5f5;
  overflow: auto;
  padding-top: 0;
}

.why-pw .benefits .row {
  padding-top: 50px;
}

.why-pw .benefits .icon {
  margin-bottom: 20px;
  text-align: center;
}

.why-pw .process {
  overflow: auto;
}

.why-pw .process .process-point {
  padding-top: 25px;
}

.why-pw .process .process-point img {
  margin: 20px 0 30px;
}

.why-pw .process .process-point:after {
  content: '';
  background-image: url(assets/images/process-arrow.png);
  width: 100%;
  height: 14px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
}

.why-pw .process .process-point:last-child:after {
  display: none;
}

.why-pw .physics {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.why-pw .physics .text-wrap {
  position: relative;
  z-index: 2;
}

.why-pw .physics h2 {
  text-align: left;
  color: #fff;
}

.why-pw .physics p {
  color: #fff;
}

.why-pw .physics .text-background {
  background: #333;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*
--------------------------------------------------
Who Uses PredictWind Page
--------------------------------------------------
*/

.testimonials .hero-wrapper {
  padding: 100px 0px 0;
}

.testimonial-slides-wrapper {
  width: 100%;
  overflow: hidden;
}

.testimonial-slides {
  overflow: auto;
}

.testimonial-slide {
  text-align: center;
  color: #fff;
  padding: 0 10px;
  float: left;
}

.testimonial-slide .testimonial {
  font-size: 28px;
  font-family: "museo-sans-rounded", "Arial", "Helvetica", sans-serif;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 44px;
}

.testimonial-slide .profile {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
}

.testimonial-slide .name {
  font-weight: bold;
  margin-bottom: 5px;
}

.slide-nav {
  margin-top: 20px;
  margin-bottom: 20px;
}

.slide-nav .slide-circle {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 6px;
  display: inline-block;
  opacity: .5;
}

.slide-nav .slide-circle.active {
  opacity: 0.8;
}

section.testimonials-intro {
  padding: 40px 0;
}

section.testimonials-intro a {
  padding: 0 5px;
  line-height: 30px;
  white-space: nowrap;
}

.testimonials-nav {
  background: #fff;
  line-height: 60px;
}

.testimonials-nav a {
  display: block;
  width: 100%;
  clear: both;
  padding: 0;
  line-height: 10px;
}

.testimonials-nav.cloned {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  left: 0 !important;
  width: 100% !important;
}

section.testimonial-section {
  background: #f5f5f5;
}

.testimonial-section .testimonials-wrap {
  padding-top: 0px;
}

.testimonial-section .testimonial-item {
  margin-bottom: 50px;
  text-align: center;
}

.testimonial-section .testimonial-item .profile {
  position: relative;
  width: 85px;
  height: 85px;
  margin: 0 auto 20px;
}

.testimonial-section .testimonial-item .text {
  margin: 0;
}

.testimonial-section .testimonial-item .text .name {
  font-size: 22px;
  font-style: normal;
  margin-bottom: 10px;
}

.testimonial-section .testimonial-item .text .testimonial {
  margin-bottom: 20px;
}

.testimonial-section .testimonial-item .text .position {
  text-align: left;
}

/*
--------------------------------------------------
Apps Page
--------------------------------------------------
*/

.apps-page .apps-hero {
  margin-bottom: -180px;
  margin-top: 40px;
  max-width: 300px;
  width: 100%;
}

.apps-page .apps-devices {
  text-align: center;
  margin-top: -60px;
  margin-bottom: 0;
  overflow: auto;
  z-index: 2;
  position: relative;
}

.apps-page .apps-devices img {
  margin: 0;
  max-width: 400px;
  width: 100%;
}

.app-intro .medium-grey-text {
  color: #bbb;
  font-size: 15px;
}

.app-intro .icon {
  display: block;
  margin: 10px auto 15px;
}

.app-intro h2 {
  display: inline-block;
}

.app-intro .app-benefits img {
  margin-top: 25px;
  margin-bottom: 20px;
}

.app-intro .app-benefits h4 {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
}

.quick-guide {
  background: #f5f5f5;
}

.quick-guide div:nth-child(2) {
  margin-bottom: 20px;
}

.quick-guide .single .text {
  background: #fff;
  padding: 85px 30px 20px;
  margin-top: -80px;
}

.quick-guide .single .text h4 {
  color: #2996fc;
  font-size: 16px;
}

.app-details.pw-app {
  background-color: #112a51;
  background-image: url(assets/images/pw-app-background.jpg);
  background-size: cover;
  background-position: right;
  color: #fff;
}

.app-details .app-points {
  margin: 40px 0;
}

.app-details .app-points ul li {
  clear: both;
  margin-bottom: 20px;
}

.app-details .app-points .point img {
  margin-right: 20px;
  float: left;
}

.app-details .button {
  width: 100%;
  text-transform: uppercase;
}

.app-details .button img {
  float: left;
  margin-top: 23px;
}

.app-details.offshore-app {
  background: #f5f5f5;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.app-details.offshore-app .offshore-preview {
  margin-top: -100px;
}

.app-details.offshore-app .offshore-preview img {
  max-height: 490px;
}

.app-details.offshore-app .offshore-background {
  position: absolute;
  background: #777;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-image: url(assets/images/offshore-feature.jpg);
  background-position: right;
  display: none;
  background-size: cover;
}

.about .about-intro {
  background-image: url(assets/images/americas-cup-bg.jpg);
  background-size: cover;
  position: relative;
}

.about .about-intro .foreground {
  z-index: 2;
  position: relative;
  padding: 20px 0;
}

.about .about-intro h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.about .about-intro .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.about .background {
  background-color: #f5f5f5;
}

.about .director h2 {
  text-align: left;
}

.about .director .info {
  margin-top: 40px;
}

.about .director ul li {
  margin-bottom: 8px;
}

.about .terms {
  background: #f5f5f5;
  text-align: center;
}

.about .terms a {
  font-size: 16px;
  line-height: 35px;
}

/*
--------------------------------------------------
404 Page
--------------------------------------------------
*/

.error-page img {
  margin-bottom: 40px;
  max-width: 80%;
}

.error-page p {
  line-height: 20px;
  margin-bottom: 10px;
}

/*
--------------------------------------------------
Register Page
--------------------------------------------------
*/

.register-form {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.15);
  padding: 20px;
  overflow: auto;
}

.register-form form {
  margin-bottom: 20px;
}

form select {
  background-position: center right;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 14px;
  height: auto;
  padding: 15px 18px;
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
}

form input[type="submit"] {
  background: #82ce11;
  border: none;
  padding: 8px 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
}

form input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 1px solid #d1d1d1;
  margin: 0 6px -7px 0;
}

form input[type="radio"]:checked {
  background: none;
  border-color: #2996fc;
  position: relative;
}

form input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  background: #2996fc;
  position: absolute;
  top: 4px;
  left: 4px;
  content: '';
  border-radius: 50%;
}

.radio-input {
  display: inline-block;
  margin: 0 5px;
}

.register-form .required {
  color: #bbb;
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0;
}

.register-footer p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.register-footer p,
.register-footer a {
  font-size: 13px !important;
  color: #333;
}

.register-footer p.white,
.register-footer .white a {
  color: #fff;
  margin-top: 20px;
  font-size: 14px !important;
}

::-webkit-input-placeholder {
  color: #999999 !important;
}

::-moz-placeholder {
  color: #999999 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #999999 !important;
}

:-moz-placeholder {
  color: #999999 !important;
  opacity: 1 !important;
}

a.white-link {
  color: #fff;
}

.large-paragraph {
  font-size: 17px;
}

.table {
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
  margin-bottom: 50px;
}

.table.features {
  margin-bottom: 20px;
  line-height: 32px;
  margin-top: 20px;
}

.table.airtime {
  margin-bottom: 0;
}

table {
  margin-bottom: 0;
  min-width: 900px;
  width: 100%;
}

table th {
  color: #fff;
}

table th span.small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 10px;
}

table td span.small {
  display: block;
  font-size: 12px;
  line-height: 10px;
}

table .odd th {
  background: #444;
  text-align: left;
}

table .even th {
  background: #333;
  text-align: left;
}

table thead,
table tbody,
table tfoot {
  border: none;
}

table thead th {
  background: #2996fc;
}

.table.costs {
  margin-bottom: 0;
}

.table.costs th {
  text-align: left;
}

.hero-wrapper.single-template a {
  margin: 0 10px 10px;
  width: 100%;
  display: block;
}

.single-template h1 {
  margin-bottom: 0;
}

.single-template p {
  margin-top: 20px;
}

.pc-offshore-download {
  padding: 5em 22px;
}

.pc-offshore-download .button {
  padding: 0px 30px;
  margin: 20px 0 30px;
  font-size: 20px;
}

.pc-offshore-download .button img {
  margin-top: -3px;
  margin-left: 10px;
  display: none;
}

.pc-offshore-download .grey-text {
  color: #aaa;
  margin-top: 20px;
}

#windows-offshore-download-modal .inner {
  padding: 60px;
  text-align: center;
}

#windows-offshore-download-modal .inner h2 {
  color: #2996fc;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

#windows-offshore-download-modal .inner p {
  max-width: 500px;
  margin: 0 auto 20px;
  font-size: 16px;
}

#windows-offshore-download-modal .inner .button {
  padding: 0px 20px;
  margin: 20px 0;
}

#windows-offshore-download-modal .inner .button img {
  margin-top: -3px;
  margin-left: 10px;
}

.map-embed #map,
.map-embed #map2 {
  height: 0;
  padding-bottom: 60%;
  margin-top: 40px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iridium-go .order-form {
  padding: 100px 0px;
}

.iridium-go .order-form h2 {
  margin-bottom: 0;
}

/*
--------------------------------------------------
News
--------------------------------------------------
*/

.news-wrapper {
  background: #f5f5f5;
  padding: 30px 0;
}

.news-wrapper .single-post-archive {
  background: #fff;
  margin-bottom: 20px;
  padding: 30px 18px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
}

.news-wrapper a.news-back {
  margin-bottom: 20px;
  display: block;
}

.news-wrapper a.news-back img {
  margin-right: 8px;
  margin-top: -2px;
}

.news-wrapper a.no-style {
  text-decoration: none;
}

.news-wrapper .single-post-archive {
  overflow: auto;
}

.news-wrapper .single-post-archive .image img {
  width: 100%;
}

.news-wrapper .sidebar {
  background: #fff;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.04);
}

.news-wrapper .sidebar .title {
  font-size: 14px;
  margin: 10px 0;
}

.hero-wrapper.sitemap {
  padding: 6.5em 0 3em;
}

.single-page.sitemap {
  color: #333 !important;
}

.single-page.sitemap a {
  clear: both;
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 20px;
}

.single-page.sitemap a.child {
  margin-left: 20px;
}

.single-page .tidal-currents h3 {
  margin-top: 40px;
}

.single-page .iframe p {
  width: 100%;
  height: 0;
  padding-bottom: 56.5%;
  position: relative;
}

.single-page .iframe p iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-page .iframe a {
  display: block;
  margin: 100px auto 0;
  max-width: 300px;
}

.single-post-wrap {
  background: #fff;
}

.single-post-wrap .post-content {
  padding: 40px 25px;
}

.single-post-wrap .post-content h2 {
  margin-bottom: 10px;
}

.single-post-wrap .post-content .meta {
  margin-bottom: 20px;
}

.single-post-wrap .post-content .meta img {
  margin: 0 5px 0 10px;
}

.single-post-wrap .comments-wrap {
  clear: both;
  background: #e7e7e7;
  margin: 20px 0 0;
  padding: 40px;
}

.single-post-wrap .post-content h5 {
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.post-featured-image img {
  width: 100%;
}

.post-content .content iframe {
  max-width: 100%;
}

.single-post-archive .meta {
  color: #999;
  margin-bottom: 10px;
}

.single-post-archive .meta img {
  margin-left: 5px;
  margin-top: -2px;
}

.single-post-archive .meta a.comment-count {
  padding-left: 5px;
  color: #999;
}

.sidebar .fb-like-wrap {
  margin-top: 20px;
}

.fb-embed iframe {
  max-width: 100%;
  height: 100px;
}

.sidebar.single {
  margin-top: 20px;
}

/*
--------------------------------------------------
Sitemap
--------------------------------------------------
*/

.sitemap.single-page {
  color: #fff;
}

.sitemap ul li {
  color: #333;
}

/*
--------------------------------------------------
Fix for Fancybox jumping to the top of page
--------------------------------------------------
*/

html.fancybox-lock {
  overflow: visible !important;
}

.fancybox-type-inline {
  width: 90% !important;
  max-width: 800px;
}

.fancybox-type-inline .fancybox-skin {
  padding: 0 !important;
  border-radius: 10px;
}

.fancybox-type-inline .fancybox-inner {
  width: 100% !important;
  border-radius: 5px;
}

.fancybox-type-inline .fancybox-inner .flex-video {
  margin-bottom: 0;
  padding-bottom: 56.25%;
}

.fancybox-type-inline .fancybox-inner .modal-header {
  padding: 15px 20px;
  background: #2996fc;
  color: #fff;
}

.fancybox-type-inline .fancybox-inner .modal-header h3 {
  color: #fff;
  margin-bottom: 5px;
}

.fancybox-type-inline .fancybox-inner .modal-header p {
  margin: 0;
}

/*
--------------------------------------------------
Sports Page
--------------------------------------------------
*/

.image-divider {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin: 0 0 30px;
  background-color: #2996fc;
}

section.sport-content {
  padding-top: 20px;
  padding-bottom: 40px;
}

section.sport-content.intro {
  padding-top: 40px;
}

.sport-content h3 {
  margin-bottom: 30px;
}

.sport.testimonial-section h3 {
  margin-bottom: 40px;
}

.sports-page-promo .apps .devices-spread {
  margin-top: -100px;
  margin-bottom: 20px;
}

.sports-page-promo .apps {
  text-align: center;
  padding-bottom: 100px;
  margin-bottom: -80px;
  margin-top: 60px;
}

/*
--------------------------------------------------
Form
--------------------------------------------------
*/

form.post-password-form {
  width: 100%;
  padding: 20px;
  color: #fff;
  background: #2996fc;
  border-radius: 10px;
  margin: 100px 0;
}

form.post-password-form label {
  color: #fff;
}

/*
--------------------------------------------------
Tracking Page
--------------------------------------------------
*/

.tracker-app {
  overflow: hidden;
}

.tracker-app .hero-image {
  position: relative;
  height: 300px;
}

.tracker-app .hero-image img {
  width: 240%;
  height: auto;
  position: absolute;
  left: 0;
  max-width: 880px;
}

.tracker-app .download-section .button {
  font-size: 16px;
}

.setup-steps {
  margin-top: 40px;
  display: none;
}

.setup-steps.active {
  display: block;
}

.tracking-setup {
  background: #f5f5f5;
}

.tracking-setup h3 {
  margin-bottom: 20px;
}

.tracking-setup .toggle {
  color: #2996fc;
  text-transform: uppercase;
  font-size: 17px;
  display: inline-block;
  border: 1px solid #2996fc;
  padding: 10px 15px;
  margin-left: -5px;
  cursor: pointer;
}

.tracking-setup .toggle.active {
  background: #2996fc;
  color: #fff;
}

.tracking-setup .step {
  position: relative;
  margin-top: 20px;
}

.tracking-setup .step .step-number {
  background: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 22px;
  font-weight: 100;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  left: -10px;
  top: -15px;
}

.tracking-setup .text {
  margin-top: 20px;
}

.tracking-setup .tips {
  border: 1px solid #9fb6bf;
  margin-top: 50px;
  padding: 40px;
  max-width: 820px;
}

.tracking-setup .tips h4 {
  margin-bottom: 30px;
}

.tracking-setup .tips img {
  float: left;
  max-width: 30%;
  max-height: 50px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.tracking-setup .tips p {
  float: right;
  width: 70%;
}

/*
--------------------------------------------------
Callout Banner
--------------------------------------------------
*/

.callout-banner {
  text-align: center;
  background: #E3CA2C;
  padding: 7px 20px;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.callout-banner p {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
  line-height: normal;
  padding-top: 5px;
  color: #fff;
}

.callout-banner .button {
  display: inline-block;
  padding: 5px 20px;
  line-height: normal;
  margin-top: -2px;
  margin-bottom: 0;
  margin-left: 20px;
  cursor: pointer;
}

.callout-banner .button:hover {
  background: #fff;
  color: #E3CA2C;
}

.button.outline {
  font-size: 16px;
  color: #fff;
  background: none;
  border: 1px solid #fff;
}

.callout-banner .close {
  float: right;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 30px;
  line-height: 20px;
  padding: 20px;
  margin-top: -14px;
  margin-right: -10px;
  cursor: pointer;
}

.callout-banner.hide {
  overflow: hidden;
  height: 0;
  padding: 0;
}

/*
--------------------------------------------------
Translation and language overrides
--------------------------------------------------
*/

.french header .menu-wrapper a.login,
.spanish header .menu-wrapper a.login {
  position: relative;
  margin: 0 auto;
  left: 0;
  font-size: 14px;
}

.french #menu-main-french.menu,
.french #menu-main-spanish.menu,
.spanish #menu-main-french.menu,
.spanish #menu-main-spanish.menu {
  float: none;
  width: 100%;
}

.french #menu-main-french.menu li,
.french #menu-main-spanish.menu li,
.spanish #menu-main-french.menu li,
.spanish #menu-main-spanish.menu li {
  display: block;
}

.french #menu-main-french.menu li a,
.french #menu-main-spanish.menu li a,
.spanish #menu-main-french.menu li a,
.spanish #menu-main-spanish.menu li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  padding: 12px 5px;
  text-align: center;
}

.french .quick-guide .single h3,
.spanish .quick-guide .single h3 {
  font-size: 22px;
}

.french .sales-template .intro h3,
.french .sales-template .intro p,
.spanish .sales-template .intro h3,
.spanish .sales-template .intro p {
  margin: 20px auto;
  max-width: 800px;
}

.french .button.green.signup,
.spanish .button.green.signup {
  line-height: normal;
  padding-top: 15px;
  padding-bottom: 15px;
}

.french .features-section,
.spanish .features-section {
  padding: 40px 10px;
}

.spanish .apps .devices-spread {
  margin-top: 20px;
}

.spanish .signup-section h3 {
  max-width: 650px;
  padding-left: 30px;
  padding-right: 30px;
}

.header-right {
  display: none;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 999;
  color: white;
  text-align: right;
  width: 150px;
  margin-top: -10px;
  right: 10px;
}

.header-right.show-menu {
  display: block;
  top: 30px;
  right: 51px;
  width: 95%;
}

.header-right a {
  color: #333;
  text-decoration: none;
}

.header-right a span.selected-lang-label {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.header-right .header-right-wrap {
  position: relative;
  background: white;
  margin-top: 15px;
  padding: 0;
  border-radius: 5px;
  text-align: left;
}

.header-right .header-right-wrap:before {
  bottom: 100%;
  right: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
}

.header-right .header-right-wrap ul {
  margin-left: 0;
  list-style: none;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding: 5px 0;
}

.header-right.show-menu .header-right-wrap {
  right: -43px;
  top: 5px;
}

.header-right.show-menu .header-right-wrap:before {
  right: 50px;
}

.header-right.show-menu .header-right-wrap ul {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-right.show-menu .header-right-wrap ul li a {
  padding-top: 18px;
  padding-bottom: 18px;
}

.header-right.show-menu .header-right-wrap ul li a .wpml-ls-native {
  font-size: 14px;
}

.wpml-ls-legacy-list-vertical {
  display: block;
  width: 100%;
}

.wpml-ls-legacy-list-vertical .wpml-ls-item {
  width: 100%;
  padding: 0;
  height: auto;
  line-height: 0;
}

.wpml-ls-legacy-list-vertical .wpml-ls-item a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 15px;
  width: 100%;
}

.wpml-ls-legacy-list-vertical .wpml-ls-item a:hover {
  position: relative;
  background: #2792fc;
  color: white;
  width: 100%;
}

.wpml-ls-flag {
  margin-right: 5px;
}

.wpml-ls-native {
  margin-left: 5px;
  font-size: 12px;
}

/*
--------------------------------------------------
Update CC Landing Page
--------------------------------------------------
*/

.billing-options.upgrade-card {
  margin-bottom: -70px;
  padding-left: 0;
  padding-right: 0;
}

.billing-options.upgrade-card .billing-select {
  z-index: 2;
  position: relative;
}

.update-landing-content {
  text-align: left;
  padding: 10px 0;
}

section.hero-wrapper.full-screen.checkout.billing-options.upgrade-card.thank-you {
  margin-bottom: 0;
}

.thank-you .update-landing-content.thank-you {
  height: 60vh;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 80px;
}

.thank-you .update-landing-content.thank-you h1,
.thank-you .update-landing-content.thank-you p {
  text-align: center;
  max-width: none;
}

.update-landing-content .text-wrap {
  padding: 0 20px 20px;
}

.update-landing-content h1 {
  font-size: 30px;
  line-height: 35px;
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 7px;
}

.update-landing-content h2 {
  font-size: 16px;
  line-height: 27px;
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  margin-top: 10px;
}

.update-landing-content h2 span.original {
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
}

.update-landing-content h2 span.discount {
  background: #dfa82d;
  padding: 2px 8px 4px;
  margin-left: 5px;
}

.update-landing-content .gst-wrap {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  margin-top: -20px;
  position: relative;
}

.update-landing-content .gst-wrap .tool-tip {
  color: #2996fc;
  background: rgba(255, 255, 255, 0.6);
}

.update-landing-content p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 25px;
}

.billing-options .update-landing-content .profile-wrap {
  width: 100%;
  max-width: none;
  padding-bottom: 70px;
  margin-bottom: -77px;
}

.billing-options .update-landing-content .profile-wrap a {
  bottom: auto;
  top: 66px;
}

.checkout.upgrade-card .checkout-form .cc-form .button {
  float: none;
}

section.upgrade-banner {
  position: relative;
  padding-top: 70px;
  background-size: cover;
  background-position: left;
  background-color: #171E24;
}

.upgrade-banner h2 {
  font-size: 22px;
  color: #fff;
  font-family: "acumin-pro", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 7px;
}

.upgrade-banner p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}

.upgrade-banner .button {
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  padding: 14px 10px;
  line-height: normal;
  max-width: 260px;
  margin-right: 10px;
}

.iridium-iframe {
  width: 100%;
  position: relative;
  height: 790px;
}

.iridium-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sat-sol.yb.sales-template .hero-wrapper .hero-content .hero-image {
  margin-bottom: -40px;
}

@media (min-width: 345px) {
  .tracker-app .intro {
    margin-top: 100px;
  }
}

@media (min-width: 480px) {
  .checkout .checkout-form {
    overflow: auto;
  }

  .checkout .checkout-form.paypal h4 {
    line-height: 22px;
  }

  .checkout .checkout-form h4 {
    text-align: left;
    float: left;
  }

  .checkout .checkout-form img.cc-options {
    float: right;
  }

  .checkout .checkout-form .cc-form {
    clear: both;
  }

  .checkout .cc-form p {
    margin-bottom: 30px;
  }

  .checkout .cc-form p.light {
    text-align: left;
    margin-top: -40px;
  }

  .checkout .cc-form select {
    width: 22%;
  }

  .checkout .cc-form .button {
    clear: both;
    display: block;
    margin: 20px auto;
  }

  .expiry-select-wrap {
    overflow: auto;
  }

  .pricing .hero-wrapper .account-details .right-text {
    clear: none;
    margin-bottom: 5px;
    padding-left: 10px;
  }
}

@media (min-width: 641px) {
  .sat-sol .new-supplier-banner {
    padding: 28px 88px;
    text-align: center;
  }

  .sat-sol .key-points {
    margin-bottom: 0;
  }

  .sat-sol .purchase-options .heading h3 {
    margin-bottom: 0;
    font-family: "museo-sans-rounded",sans-serif;
    font-size: 1.9375rem;
  }

  .sat-sol .purchase-options .iridium-unit {
    margin-top: 0;
  }

  .sat-sol .purchase-options .options h2 {
    font-size: 24px;
  }

  .sat-sol .purchase-options .options .text-wrap {
    max-width: 330px;
    margin: 0 auto;
    height: 350px;
    position: relative;
  }

  .sat-sol .purchase-options .options .text-wrap .button {
    position: absolute;
    bottom: 0;
    width: 74%;
    left: 13%;
  }

  .sat-sol .purchase-options p {
    font-size: 14px;
  }

  .sat-sol .included {
    overflow: visible;
  }

  .sat-sol .included .iridium-fixed-kit img {
    margin-top: -65px;
  }

  .sat-sol .included .in-box {
    padding-top: 23px;
    margin-bottom: -30px;
  }

  .sat-sol .included .in-box img {
    margin-top: -25px;
  }

  .sat-sol .included.single {
    padding-bottom: 40px;
  }

  .sat-sol .included.single .in-box {
    margin-bottom: 0;
  }

  .sat-sol .included.single .in-box img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sat-sol .free-sim {
    padding: 39px 22px 25px;
  }

  .sat-sol .free-sim img {
    margin-top: 0;
  }

  .sat-sol .free-sim .tip .card {
    margin-top: -70px;
    max-width: 320px;
  }

  .sat-sol .iridium-sims {
    padding-top: 60px;
  }

  .sat-sol .iridium-sims img {
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }

  .sat-sol .iridium-sims .text {
    display: inline-block;
    max-width: 710px;
    padding-left: 60px;
  }

  .sat-sol .iridium-sims .text h2 {
    margin-bottom: 30px;
  }

  .sat-sol .iridium-sims .button {
    margin: 20px auto;
    max-width: 204px;
    padding: 0;
    line-height: 50px;
  }

  .sat-sol .airtime-plans h2 {
    text-align: center;
  }

  .sat-sol .airtime-plans .row {
    max-width: 870px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sat-sol .airtime-plans .medium-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sat-sol .airtime-plans .medium-4:nth-child(2) .plan-card .details .hover {
    margin-left: -150px;
  }

  .sat-sol .airtime-plans .medium-4:last-child .plan-card .details .hover {
    margin-left: -280px;
  }

  .sat-sol .airtime-plans .plan-card {
    width: 100%;
    height: 100%;
    padding-bottom: 18px;
  }

  .sat-sol .airtime-plans .plan-card p {
    margin-bottom: 0;
  }

  .sat-sol .airtime-plans .plan-card .divider {
    margin: 32px 0 22px;
  }

  .sat-sol .airtime-plans .plan-card .details .hover {
    position: absolute;
    width: 430px;
    background: #fff;
    top: 93%;
    left: 0;
    border: 1px solid #ddd;
    border-radius: 7px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 15px 20px 10px;
    left: 50%;
    margin: 0 0 0 -215px;
    z-index: 99;
  }

  .sat-sol .accessories {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sat-sol .accessories p {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
  }

  .sat-sol .accessories .accessory img {
    margin-bottom: 20px;
  }

  .sat-sol .accessories .accessory h4 {
    margin-bottom: 14px;
  }

  .sat-sol .accessories .row.accessory-loop {
    max-width: 700px;
    margin: 60px auto 0;
  }

  .sat-sol .why-buy-pw {
    padding: 90px 30px 60px;
  }

  .sat-sol .why-buy-pw .border {
    padding: 24px 40px 35px;
    border-radius: 5px;
  }

  .sat-sol .why-buy-pw .border .heading {
    margin: -42px auto 27px;
    max-width: 470px;
  }

  .sat-sol .why-buy-pw .border .heading h3 {
    font-size: 28px;
  }

  .sat-sol .why-buy-pw .border .heading img {
    width: 200px;
    margin-left: 7px;
  }

  .sat-sol .exec-launch-banner .info-tag .wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .sat-sol .exec-data-section {
    background-image: url("assets/images/iridium-go/data-section-bg-lg.jpg");
  }

  .sat-sol .exec-data-section .info-tag .wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .sat-sol .exec-data-section .content .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 745px;
    width: 100%;
  }

  .sat-sol .exec-data-section .content .top .desktop-img {
    display: block;
  }

  .sat-sol .exec-data-section .content .mobile-img {
    display: none;
  }

  .sat-sol .exec-data-section .content .button.desktop-btn {
    display: block;
  }

  .sat-sol .exec-data-section .content .button.mobile-btn {
    display: none;
  }

  .sat-sol .unlimited-data.fleet-one {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sat-sol .unlimited-data.fleet-one h3 {
    padding-top: 19px;
  }

  .sat-sol .unlimited-data .data-bubble {
    margin: -50px auto 0px;
  }

  .sat-sol .optimizer img {
    margin: 0;
  }

  .sat-sol .cobham img {
    margin: 0;
  }

  .sat-sol .cobham .row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sat-sol .offshore-feature .offshore-desktop-app-image img {
    margin: 0 auto -60px;
  }

  .sat-sol .offshore-feature .offshore-desktop-app-image {
    margin: 0;
  }

  .sat-sol .gps-track {
    overflow: hidden;
    padding-bottom: 50px;
  }

  .sat-sol .gps-track img {
    position: absolute;
    top: 30%;
    margin-left: 30%;
    left: -1175px;
  }

  .sat-sol .solutions-banner .satcom-solutions {
    background-size: cover;
  }

  .sat-sol .solutions-banner .satcom-solutions .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sat-sol .sat-setup .more-heading {
    font-weight: bold;
  }

  .sat-sol .tech-spec-link img {
    margin-bottom: 0;
  }

  .sat-sol .tech-spec-link p {
    width: auto;
    display: inline-block;
    margin-left: 20px;
  }

  .sat-sol .download .button {
    max-width: 200px;
  }

  .pricing .hero-wrapper .account-details {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing .hero-wrapper .account-details img {
    top: 10px;
    left: -15px;
  }

  .button.green,
  .submit.green {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }

  .button.green:hover,
  .submit.green:hover {
    background: #7cc70a;
  }

  .button.green:focus,
  .submit.green:focus {
    outline: none;
  }

  .exec-launch-banner .mobile {
    display: none;
  }

  .exec-launch-banner .desktop {
    display: block;
  }

  .christmas-sale-banner {
    padding: 30px;
  }

  .christmas-sale-banner .inner .left .main {
    font-size: 30px;
    line-height: 36px;
  }

  .christmas-sale-banner .inner .left .sub {
    display: none;
  }

  .christmas-sale-banner .inner .right .sub {
    display: block;
  }

  .tools-section {
    background-size: cover;
    overflow: visible;
  }

  .tools-section .departure-planning {
    margin-left: auto;
  }

  .tools-section .iridium-go .iridium-go-image {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: -20px;
    bottom: 20px;
    max-width: 320px;
  }

  .tools-section .iridium-go .iridium-go-details {
    margin-top: 140px;
    width: 260px;
  }

  section.satcom {
    padding-top: 100px;
    padding-bottom: 50px;
    background-position: right center;
  }

  .satcom .feature {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .compare-template .hero-wrapper {
    padding: 180px 20px 110px;
  }

  .compare-template .hero-wrapper .hero-content .text h1 {
    font-size: 50px;
  }

  .compare-template .tools-list {
    margin-bottom: 80px;
  }

  .compare-template .tools-list .content-wrap {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1288px;
  }

  .compare-template .tools-list .content-wrap .left-content {
    display: grid;
    place-content: center;
  }

  .compare-template .tools-list .content-wrap .left-content h2 {
    font-size: 35px;
    max-width: 750px;
    margin-left: 22px;
  }

  .compare-template .tools-list .content-wrap .right-content {
    margin-left: auto;
    margin-right: auto;
  }

  .compare-template .tools-list .content-wrap .right-content .link {
    display: block;
  }

  .compare-template .data {
    padding: 90px;
    text-align: center;
  }

  .compare-template .data .row h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .compare-template .data .row p {
    margin-bottom: 60px;
  }

  .compare-template .data .row .intro-image {
    margin-bottom: 95px;
  }

  .compare-template .data .row .model {
    margin-bottom: 60px;
  }

  .compare-template .data .row .model .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
  }

  .compare-template .data .row .model p {
    font-size: 15px;
    margin-bottom: 0;
  }

  .compare-template .points .row {
    padding: 40px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 120px;
    max-width: 1288px;
  }

  .compare-template .points .row:nth-child(2n - 1) img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .compare-template .points .row:nth-child(2n - 1) .text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 120px;
    padding-left: 0;
  }

  .compare-template .points .row img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 518px;
    flex: 0 0 518px;
  }

  .compare-template .points .row .text {
    display: block;
    padding-left: 120px;
  }

  .compare-template .points .row .text h2 {
    font-size: 35px;
  }

  .compare-template .points .row .desktop-image {
    display: block;
  }

  .compare-template .points .row .mobile {
    display: none;
  }

  .compare-template .tools {
    display: block;
    padding: 110px 20px;
    text-align: center;
    margin-bottom: 100px;
  }

  .compare-template .tools h2 {
    text-align: center;
  }

  .compare-template .tools p {
    max-width: 630px;
    margin: 0 auto;
  }

  .compare-template .tools .row.images {
    margin: 40px auto 100px;
  }

  .compare-template .tools .row.points {
    text-align: left;
  }

  .compare-template .tools .row.main {
    margin-top: 30px;
  }

  .compare-template .tools .row.main p {
    max-width: 960px;
    margin-top: 30px;
  }

  .compare-template .tools .row.main p.links {
    max-width: 1200px;
    margin-top: 60px;
  }

  .compare-template .tools .row.main p.links a {
    display: inline-block;
    margin: 0 30px;
    width: auto;
  }

  .compare-template .tools-mobile {
    display: none;
  }

  .compare-template .signup-cta {
    padding: 90px 20px;
  }

  .compare-template .signup-cta p {
    max-width: 774px;
    margin: 0 auto 25px;
  }

  .contact-form p {
    margin-top: 30px;
  }

  .contact-form .select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-form .select a {
    padding: 30px 40px;
    margin: 0 15px;
    font-size: 23px;
  }

  .contact-form .select a img {
    width: 66px;
    margin-right: 34px;
  }

  .contact-form form input[type="submit"] {
    max-width: 300px;
    display: block;
    margin: 60px auto 0;
  }

  .contact-info {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .contact-info h1 {
    font-size: 24px;
  }

  .contact-info .phone {
    margin: 0;
  }

  .contact-info .phone .left {
    margin-bottom: 11px;
  }

  .contact-info .address {
    padding-left: 100px;
  }

  .contact-info .divider {
    border-bottom: none;
    border-right: 1px solid #ccc;
    height: 195px;
    float: left;
    width: 0;
    margin: 0 0 0 -1px;
    clear: none;
  }

  .contact-form-modal {
    padding: 50px 0;
  }

  .contact-form-modal .inner {
    padding: 42px;
  }

  .contact-form-modal .inner .close {
    top: 20px;
    right: 20px;
  }

  .sat-sol .starlink-comp-section .foot-notes {
    padding: 0 22px 40px;
  }

  .sat-sol.yb.sales-template .hero-wrapper {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .sat-sol.yb.sales-template .hero-wrapper .hero-content .hero-image {
    overflow: visible;
    margin-top: 0;
  }

  .sat-sol.yb.sales-template .hero-wrapper .hero-content .hero-image img {
    margin-right: 0;
    max-width: 100%;
  }

  .sat-sol.yb.sales-template .intro p {
    max-width: 760px;
    margin: 0 auto;
  }

  .sat-sol.yb.sales-template .intro .key-points {
    margin-top: 60px;
  }

  .sat-sol.yb.sales-template .intro .key-points p {
    max-width: 320px;
  }

  .sat-sol.yb.sales-template .gps-track {
    padding: 100px 20px;
  }

  .sat-sol.yb.sales-template .gps-solutions {
    background-position: right -70px top;
    padding: 60px 22px;
  }

  .sat-sol.yb.sales-template .purchase-options p.sub {
    max-width: 790px;
    margin: 30px auto;
  }

  .sat-sol.yb.sales-template .purchase-options p.sub.ship {
    margin-top: 70px;
    max-width: 540px;
    margin-bottom: 0;
  }

  .sat-sol.yb.sales-template .purchase-options .purch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sat-sol.yb.sales-template .purchase-options .purch .unit h2 {
    margin-bottom: 20px;
  }

  .sat-sol.yb.sales-template .purchase-options .purch .unit .price {
    font-size: 28px;
    font-weight: 700;
  }

  .sat-sol.yb.sales-template .purchase-options .purch .divider {
    width: 1px;
    background: #dfdfdf;
    display: block;
  }

  .sat-sol.yb.sales-template .purchase-options .purch .acc h2 {
    margin-bottom: 20px;
  }

  .sat-sol.yb.sales-template .purchase-options .purch .acc .accessory-loop {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sat-sol.yb.sales-template .purchase-options .purch .acc .accessory-loop .accessory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sat-sol.yb.sales-template .purchase-options .purch .acc .accessory-loop .accessory img {
    margin-bottom: 40px;
  }

  .sat-sol.yb.sales-template .pricing h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .sat-sol.yb.sales-template .pricing .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sat-sol.yb.sales-template .pricing .prices .line {
    width: auto;
    margin: 0 20px;
  }

  .sat-sol.yb.sales-template .pricing .prices .line .lab,
  .sat-sol.yb.sales-template .pricing .prices .line .val {
    font-size: 20px;
  }

  .sat-sol.yb.sales-template .pricing .sub {
    margin-top: 28px;
    max-width: 100%;
  }

  .sat-sol.yb.sales-template .why-buy-pw {
    padding: 80px 30px 140px;
  }

  .sat-sol.yb.sales-template .why-buy-pw p.sub {
    max-width: 800px;
    margin: 0 auto 90px;
  }

  .sat-sol.yb.sales-template .why-buy-pw .border {
    max-width: 720px;
  }

  .sat-sol.yb.sales-template .why-buy-pw .border .heading {
    margin-left: auto;
    margin-right: auto;
  }

  .sat-sol.yb.sales-template .download {
    padding: 70px 20px 20px;
  }

  .sat-sol.yb.sales-template .download .download-section h3 {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .sat-sol.yb.sales-template .download .download-section p.purchase-options-byline {
    max-width: 540px;
    margin: 20px auto 0;
  }

  .hero-wrapper.yb.single-template {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .tour h2 {
    text-align: center;
  }

  .tour h3 {
    font-size: 25px;
  }

  .tour .features .row {
    margin-bottom: 30px;
  }

  .tour .features.tools {
    padding: 6em 22px;
  }

  .tour .features h2 {
    margin-bottom: 0;
  }

  .sales-template .hero-wrapper {
    padding-top: 145px;
    padding-bottom: 96px;
  }

  .sales-template .hero-wrapper .text {
    text-align: left;
    padding-left: 7%;
  }

  .sales-template .hero-wrapper .button {
    margin-top: 20px;
  }

  .sales-template .hero-wrapper h2 {
    margin-bottom: 10px;
    text-align: left;
  }

  .sales-template .key-points {
    margin-bottom: 50px;
  }

  .sales-template .key-points h3 {
    font-size: 20px;
  }

  .sales-template .video-wrapper {
    margin-top: 70px;
  }

  .sales-template .grib-about {
    padding-top: 0;
  }

  .download-section {
    max-width: 910px;
    text-align: center;
    margin: 40px auto;
  }

  .download-section h3 {
    margin-bottom: 30px;
  }

  .download-section .grey {
    font-size: 14px;
    clear: both;
    padding-top: 20px;
    max-width: 700px;
    margin: 0 auto;
  }

  .quote-block {
    padding: 100px 0;
  }

  .grib.how-it-works {
    margin-top: 70px;
    max-width: 960px;
  }

  .grib.how-it-works .text {
    padding-top: 20px;
  }

  .learn-more {
    padding: 4em 22px;
    text-align: left;
  }

  .learn-more img {
    margin-top: 12px;
  }

  .offshore-iridium {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .offshore-iridium .image {
    margin: 0;
  }

  .offshore-yb {
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .offshore-yb .image {
    margin: 0;
    margin-bottom: 20px;
  }

  .optimizer .image {
    margin: 0;
  }

  .optimizer .text {
    padding-top: 3em;
  }

  .affiliate .hero-wrapper p.alt {
    text-align: left;
  }

  .affiliate .hero-wrapper .flex-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .affiliate .hero-wrapper .flex-content img {
    margin-right: 40px;
  }

  .weather-routing-landing-page .content .info-section .info-wrap .img-wrap {
    margin: 0 50px 0 0;
  }

  .weather-routing-landing-page .content .info-section .info-wrap .info {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .sat-sol .testimonials {
    padding: 30px 30px 80px;
  }

  .sat-sol .testimonials .testimonials-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sat-sol .testimonials .testimonials-wrap .testimonial {
    height: 126px;
    margin: 0 15px;
  }

  .sat-sol .testimonials .testimonials-wrap .testimonial .content {
    margin-left: 20px;
    margin-right: 35px;
  }

  .sat-sol .starlink-comp-section {
    padding: 0 22px 40px;
  }

  .sat-sol .starlink-comp-section .content .desktop {
    display: block;
  }

  .sat-sol .starlink-comp-section .content .mobile-wrap {
    display: none;
  }

  .sat-sol .starlink-comp-section .content .mobile-fade {
    display: none;
  }

  .sat-sol .starlink-comp-summary .content .head {
    margin-bottom: 64px;
  }

  .sat-sol .starlink-comp-summary .content .point {
    margin-bottom: 64px;
  }

  .sat-sol .airtime-comp-section {
    padding: 0 22px 90px;
  }

  .sat-sol .airtime-comp-section .content {
    margin: 0 auto;
  }

  .sat-sol .airtime-comp-section .content .desktop {
    display: block;
  }

  .sat-sol .airtime-comp-section .content .mobile-wrap {
    display: none;
  }

  .sat-sol .airtime-comp-section .content .mobile-fade {
    display: none;
  }
}

@media (min-width: 1025px) {
  .sat-sol .hero-wrapper {
    padding-bottom: 30px;
  }

  .sat-sol .hero-wrapper .hero-image.fleet-one img {
    max-width: 540px;
  }

  .sat-sol .new-supplier-banner .row {
    position: relative;
  }

  .sat-sol .new-supplier-banner .row .small-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .sat-sol .new-supplier-banner img {
    display: block;
  }

  .sat-sol .new-supplier-banner .button {
    display: block;
    position: absolute;
    bottom: -42px;
    -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.09);
    right: 50px;
    left: auto;
    -webkit-transition: box-shadow 0.1s ease-out;
    -webkit-transition: -webkit-box-shadow 0.1s ease-out;
    transition: -webkit-box-shadow 0.1s ease-out;
    transition: box-shadow 0.1s ease-out;
    transition: box-shadow 0.1s ease-out, -webkit-box-shadow 0.1s ease-out;
  }

  .sat-sol .new-supplier-banner .button:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  .sat-sol .intro {
    margin-top: 60px !important;
  }

  .sat-sol .key-points h3 {
    font-weight: 600;
  }

  .sat-sol .purchase-options .glow .text-wrap {
    height: auto;
  }

  .sat-sol .purchase-options .glow .text-wrap h2,
  .sat-sol .purchase-options .glow .text-wrap .button {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }

  .sat-sol .purchase-options .glow .text-wrap h2 {
    margin-bottom: 20px;
  }

  .sat-sol .purchase-options .options .text-wrap .button {
    position: absolute;
    bottom: 0;
    width: 74%;
    left: 13%;
  }

  .sat-sol .included .large-paragraph {
    font-size: 19px;
    font-weight: 600;
  }

  .sat-sol .included .iridium-fixed-kit .text {
    padding-top: 20px;
  }

  .sat-sol .included .iridium-fixed-kit,
  .sat-sol .included .in-box {
    max-width: 880px;
  }

  .sat-sol .why-buy-pw {
    padding-bottom: 100px;
  }

  .sat-sol .why-buy-pw .border {
    max-width: 914px;
    margin: 0 auto;
  }

  .sat-sol .why-buy-pw .point {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .sat-sol .add-iridium h3 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .sat-sol .add-iridium .includes,
  .sat-sol .add-iridium img.fixed-install {
    margin-left: 55px;
  }

  .sat-sol .solutions-banner .satcom-solutions {
    background-position: left center;
  }

  .sat-sol .solutions-banner .satcom-solutions .row {
    display: block;
    max-width: 960px;
  }

  .sat-sol .sat-comp h3,
  .sat-sol .sat-comp h4 {
    margin: 20px 0 40px;
  }

  .sat-sol .sat-apps .app img {
    margin-bottom: 25px;
  }

  .sat-sol .sat-apps .app h6 {
    font-size: 14px;
  }

  .sat-sol .sat-features {
    padding: 100px;
  }

  .sat-sol .sat-features h3 {
    margin-bottom: 40px;
  }

  .sat-sol .tech-spec-link {
    padding: 46px 22px 70px;
  }

  .sat-sol .sat-technical .row {
    max-width: 670px;
  }

  .sat-sol .sat-technical h3 {
    margin-bottom: 40px;
  }

  .pricing .hero-wrapper {
    padding: 173px 20px 175px;
  }

  .pricing .hero-wrapper .account-details {
    margin-bottom: -50px;
    margin-top: 40px;
    font-size: 14px;
  }

  .pricing.discount .hero-wrapper {
    padding-top: 110px;
  }

  .pricing.discount .hero-wrapper .hero-content {
    padding-bottom: 56px;
  }

  .pricing-table-wrapper .pricing-column {
    float: left;
    width: 19%;
    position: relative;
    border-bottom: 1px solid  #ddd;
  }

  .pricing-table-wrapper .pricing-column.features {
    border-bottom: 1px solid  #ddd;
    width: 24%;
  }

  .pricing-table-wrapper .pricing-column.features .top-wrapper .top {
    height: auto;
  }

  .pricing-table-wrapper .pricing-column.features .top .name {
    font-size: 22px;
    font-weight: 500;
  }

  .pricing-table-wrapper .pricing-column.features .feature-wrapper {
    display: table;
    width: 100%;
    height: 70px;
  }

  .pricing-table-wrapper .pricing-column.features .feature {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    font-weight: bold;
  }

  .pricing-table-wrapper .pricing-column.features .child {
    margin-top: -10px;
  }

  .pricing-table-wrapper .pricing-column.features .child .feature {
    font-weight: normal;
    padding: 0 20px 0 40px;
    border-top: 0;
  }

  .pricing-table-wrapper .pricing-column .top-wrapper {
    height: 210px;
    margin-bottom: 0;
  }

  .pricing-table-wrapper .pricing-column .top-wrapper .top {
    height: 100%;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-left: 1px solid  #ddd;
    border-top: 1px solid  #ddd;
  }

  .pricing-table-wrapper .pricing-column .top-wrapper.bottom {
    display: block;
    border-bottom: 1px solid  #ddd;
  }

  .pricing-table-wrapper .pricing-column .top-wrapper.special {
    margin-bottom: 5px;
  }

  .pricing-table-wrapper .pricing-column.standard .top-wrapper.special .top {
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
    border: 0;
    margin: -5px -5px 0;
    height: 220px;
    border-radius: 5px;
    padding-top: 6px;
  }

  .pricing-table-wrapper .pricing-column.professional {
    border-right: 1px solid  #ddd;
  }

  .pricing-table-wrapper .pricing-column:last-child .top-wrapper.bottom {
    border-bottom: 1px solid right;
  }

  .pricing-table-wrapper .pricing-column .feature {
    border-left: 1px solid  #ddd;
    border-top: 1px solid  #ddd;
    height: 70px;
    padding: 20px;
    background: #f5f5f5;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pricing-table-wrapper .pricing-column .feature.child {
    border-top: 0;
    margin-top: -10px;
  }

  .pricing-table-wrapper .pricing-column .feature .tick,
  .pricing-table-wrapper .pricing-column .feature .cross {
    margin: 0 5px;
  }

  .pricing-table-wrapper .top .popular-tag {
    font-size: 14px;
  }

  .pricing-table-wrapper .top .button {
    margin-bottom: 20px;
  }

  .pricing-table-wrapper .current-plan .top .plan-indicator {
    font-size: 14px;
  }

  .faq-wrap .question-item .question {
    font-size: 22px;
  }

  .discount-alert .row {
    background: #e0a914;
    padding: 30px 20px 180px;
    margin: 75px auto -330px;
    bottom: 0;
    max-width: 850px;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .discount-alert p.large {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .downgrade-survey-modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .downgrade-survey-modal .modal {
    width: 95%;
    border-radius: 10px;
  }

  .downgrade-survey-modal .modal .close {
    width: 50px;
    height: 50px;
    top: 12px;
  }

  .downgrade-survey-modal .modal .top {
    padding: 45px 60px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .downgrade-survey-modal .modal .top h1 {
    font-size: 30px;
  }

  .downgrade-survey-modal .modal .survey {
    padding-top: 40px;
  }

  .downgrade-survey-modal .modal .survey label {
    padding: 0 60px;
  }

  .downgrade-survey-modal .modal .survey form .text {
    margin-left: 58px;
  }

  .downgrade-survey-modal .modal .survey .downgrade-warning {
    border-radius: 0 0 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 36px;
    margin-top: 45px;
  }

  .downgrade-survey-modal .modal .survey .downgrade-warning p {
    font-size: 14px;
    line-height: 20px;
  }

  .downgrade-survey-modal .modal .survey .downgrade-warning button {
    margin: 0;
  }

  .downgrade-survey-modal .modal .survey .downgrade-warning .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
  }
}

@media (min-width: 1200px) {
  .hero-wrapper .payment-complete-wrap p {
    margin: 20px 0 10px;
  }

  .contact-form .select a:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  }

  .contact-info .divider {
    margin: 0 0 0 -30px;
  }

  .sat-sol .hero-wrapper .hero-image {
    margin-bottom: -75px;
  }

  .sat-sol .hero-wrapper .cta_container .satellite-cta {
    border-radius: 10px 0 0 10px;
    top: auto;
    bottom: 40px;
    z-index: 99;
  }

  .sat-sol .exec-launch-banner .info-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .activate-sim-modal .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .activate-sim-modal .inner .text {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 70px;
  }

  .activate-sim-modal .inner .text h1 {
    font-size: 32px;
    letter-spacing: -0.06px;
    line-height: 41px;
    margin-bottom: 47px;
  }

  .activate-sim-modal .inner .text .button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }

  .activate-sim-modal .inner .text p.cancel {
    margin-top: 20px;
  }

  .activate-sim-modal .inner img {
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    float: none;
    margin: 0;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 294px;
    flex: 0 0 294px;
  }

  .pricing-table-wrapper.fixed-header {
    display: block;
  }

  .pricing-table-wrapper .table-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pricing-table-wrapper .table-footer .left {
    padding: 12px 0 0;
  }

  .pricing-table-wrapper .table-footer .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 38%;
    border-radius: 0 0 7px 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px;
  }

  .pricing-table-wrapper .table-footer .right p {
    padding-left: 15px;
  }

  .pricing-table-wrapper .table-footer .right a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    line-height: 15px;
  }

  .yb-feature {
    padding: 70px 22px;
  }

  .activate-sim-modal .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .activate-sim-modal .inner .text {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 70px;
  }

  .activate-sim-modal .inner .text h1 {
    font-size: 32px;
    letter-spacing: -0.06px;
    line-height: 41px;
    margin-bottom: 47px;
  }

  .activate-sim-modal .inner .text .button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }

  .activate-sim-modal .inner .text p.cancel {
    margin-top: 20px;
  }

  .activate-sim-modal .inner img {
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    float: none;
    margin: 0;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 294px;
    flex: 0 0 294px;
  }

  .hero-wrapper .cta_container {
    position: absolute;
    display: block;
    right: 0;
    top: 140px;
    z-index: 120;
  }

  .hero-wrapper .cta_container .satellite-cta {
    margin: 1rem 0;
    -webkit-transform: none;
    transform: none;
    border-radius: 100px 0 0 100px;
    width: 176px;
    padding: 6px 0 9px 10px;
  }

  .hero-wrapper .cta_container .satellite-cta:hover {
    background-color: rgba(255, 255, 255, 0.3);
    padding-right: 4px;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .hero-wrapper .cta_container .satellite-cta p {
    line-height: 17px;
  }

  .cookie-compliance-banner {
    padding: 12px;
  }

  .cookie-compliance-banner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cookie-compliance-banner .content p {
    font-size: 16px;
    margin-right: 32px;
    margin: 0 32px 0 0;
    line-height: normal;
  }
}

@media (min-width: 1280px) {
  .exec-launch-banner .desktop {
    max-width: 1440px;
  }
}

@media (min-width: 1300px) {
  header {
    padding-top: 25px;
  }

  header.show-menu .menu-wrapper {
    display: block;
    clear: none;
  }

  header .menu-icon {
    display: none;
  }

  header .menu-wrapper {
    display: block;
    clear: none;
  }

  header .menu-wrapper a.login {
    float: right;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 22px;
    border: 1px solid  #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 5px 0 0 25px;
    width: auto;
    position: relative;
    left: auto;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
  }

  header .menu-wrapper a.login:hover {
    background: #ffffff;
    color: #2996fc;
  }

  header .menu-wrapper a.satellite-login {
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
  }

  header .menu-wrapper a.satellite-login:hover {
    background: #ffffff;
    color: #2996fc;
  }

  header .menu-wrapper .login-wrap {
    overflow: auto;
    float: right;
  }

  header .menu-main-container {
    float: right;
    padding-right: 10px;
  }

  header .menu-main-container ul.menu {
    padding-right: 10px;
  }

  header .menu-main-container ul li {
    float: left;
    padding: 0;
    clear: none;
    width: auto;
  }

  header .menu-main-container ul li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    border-top: 0;
  }

  footer {
    padding-right: 145px;
  }

  footer a.logo {
    width: 140px;
    padding-top: 4px;
  }

  footer .social-links {
    padding-top: 3px;
    margin-left: 35px;
  }

  footer .social-links a {
    padding: 0 10px;
  }

  footer .menu-wrapper {
    float: right;
    clear: none;
    margin: 0 0 15px;
  }

  footer .menu-wrapper ul li {
    border: none;
  }

  footer .menu-wrapper a.login {
    float: right;
    font-size: 14px;
    line-height: 37px;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 0 20px;
    margin-left: 10px;
    text-transform: uppercase;
  }

  footer .menu-wrapper a:hover {
    text-decoration: underline;
    color: #fff;
  }

  footer .menu-footer-container {
    float: right;
  }

  footer .menu-footer-container ul li {
    float: left;
    padding: 0;
  }

  footer .menu-footer-container ul li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 6px;
  }

  ul#menu-footer.menu {
    margin-right: 5px;
  }

  .french header.show-menu .menu-wrapper,
  .spanish header.show-menu .menu-wrapper {
    padding-bottom: 10px;
  }

  .french #menu-main-french.menu,
  .french #menu-main-spanish.menu,
  .spanish #menu-main-french.menu,
  .spanish #menu-main-spanish.menu {
    width: auto;
    float: right;
    padding-right: 10px;
  }

  .french #menu-main-french.menu li,
  .french #menu-main-spanish.menu li,
  .spanish #menu-main-french.menu li,
  .spanish #menu-main-spanish.menu li {
    display: inline-block;
  }

  .spanish #menu-main-spanish.menu li a {
    font-size: 13px;
  }

  .header-right {
    display: block;
  }
}

@media (min-width: 2000px) {
  .sat-sol.yb.sales-template .gps-solutions {
    background-position: right top;
  }
}

@media (max-width: 768px) {
  .affiliate .how .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  .affiliate .how .content ul {
    margin: auto 2rem 2rem;
  }

  .affiliate .how .content .img {
    margin: 0;
    max-width: 280px;
  }

  .affiliate .info .step {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .affiliate .info .step .step_number {
    margin-bottom: 1rem;
  }
}