/* body, text */
body,
p {
  font-size: 16px;
  font-family: "Avenir", Helvetica, Verdana, sans-serif;
  color: #545861;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -ms-filter: "progid:DXImageTransform.Microsoft.font-smoothing(antialiased)";
  line-height: 1.5em;
  -ms-filter: "progid:DXImageTransform.Microsoft.text-rendering(optimizeLegibility)";
}

p.has-normal-font-size,
p.has-regular-font-size {
  font-size: 1em;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.has-huge-font-size,
.has-larger-font-size,
.has-large-font-size,
.has-medium-font-size {
  font-family: "MuseoSlab", Helvetica, Verdana, sans-serif;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0pt;
  margin-bottom: 1rem;
}

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

h1,
h2 {
  letter-spacing: 0px;
}

h1,
p.has-huge-font-size,
p.has-larger-font-size {
  font-size: 32px;
  margin-bottom: 15px;
}

h2,
p.has-large-font-size {
  font-size: 26px;
}

h3,
p.has-medium-font-size {
  font-size: 21px;
  line-height: 1.15;
}

h6 {
  font-size: 16px;
  margin-bottom: 5px;
}

p,
li {
  letter-spacing: 0.25pt;
}

p {
  line-height: 1.5;
}

p:last-child {
  /* margin-bottom: 0; */
}

li {
  font-size: 14px;
  line-height: 1.3;
}

.right {
  float: right;
}

.left {
  float: left;
}

.align-center,
.aligncenter {
  text-align: center;
}

.align-left,
.alignleft {
  text-align: left;
}

.align-right,
.alrignright {
  text-align: right;
}

.line-height-130 {
  line-height: 1.3;
}

.caption-font-size {
  font-size: 14px;
}

.overflow-hidden {
  overflow: hidden;
}

/* gutenberg color palette */
.has-blue-color {
  color: #35c0e2;
}

.has-blue-background-color {
  background-color: #35c0e2;
}

.has-red-color {
  color: #d52b1e;
}

/* legacy pages use these */
.red,
span.red {
  color: #d42b1e;
}

.has-red-background-color {
  background-color: #d52b1e;
}

.has-grey-color {
  color: #545861;
}

.has-grey-background-color {
  background-color: #545861;
}

.has-light-grey-background-color {
  background-color: #eee;
}

.has-white-color {
  color: white;
}

.has-white-background-color {
  background-color: white;
}

.wp-block-cover,
.wp-block-cover-image {
  min-height: 680px;
}

.wp-block-cover .wp-block-cover__inner-container {
  width: 970px;
}

.wp-block-cover p.has-large-font-size,
.wp-block-cover p.has-larger-font-size,
.wp-block-cover p.has-huge-font-size {
  font-family: MuseoSlab;
  font-weight: 900;
}

.wp-block-separator {
  color: #d8d8d8;
}

.button.red {
  height: 40px;
  color: #fff !important;
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #e13827;
  background: linear-gradient(to bottom, #e13827 0%, #c61d15 100%);
  display: block;
  cursor: pointer;
  padding: 0.4em 1.75em;
  margin: 1em 0;
  text-align: center;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  width: 360px;
}

.wpcf7 input[type="submit"] {
  min-width: 280px;
  padding: 12px 25px;
  transition: all 0.3s ease-out;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #b4261e;
}

.load-all {
  display: block;
  color: #777;
  margin: 12px 0;
}

.hide {
  display: none;
}

.wp-block-button > a.has-white-background-color:hover {
  color: #b4261e;
}

.wp-block-button > a.has-white-background-color:active {
  color: #b4261e;
}

.wp-block-button > a.has-white-background-color:visited {
  color: #b4261e;
}

/* header */
header {
  width: 100%;
  background: #3d434a;
  margin-bottom: 1em;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

nav ul li a {
  padding: 0.25em 0.5em;
  font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* -webkit-transition: color .25s ease-in;
	-moz-transition: color .25s ease-in;
	transition: color .25s ease-in; */
}

#site-title {
  margin: 0;
}

#site-title a {
  float: left;
  background: url(/static/image/responsive/sales_sprite@1x.png) no-repeat 0 3px;
  width: 77px;
  height: 42px;
  margin: 0.25em 0;
  /* Image Replacement */
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

#site-title a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/* nav(s) */
.top-menu {
  float: right;
  margin: 10px 0;
  padding: 0;
}

.top-menu li {
  display: inline;
  list-style-type: none;
}

.top-menu li a {
  border-left: 1px solid #cccccc;
  color: #333333;
  font-size: 11px;
  padding: 0 4px 0 8px;
}

.top-menu>li:first-child>a {
  border-left: none;
}

.top-menu li a:hover {
  color: #333333;
}

#header #logo {
  padding-top: 8px;
  float: left;
}

header#header .nav-top-container .selfcare-link-header {
  position: absolute;
  float: right;
  right: 0px;
  top: 0;
}

header#header .nav-top-container .selfcare-link-header a {
  color: white;
  background: #d42b1e;
  display: block;
  height: 100%;
  padding: 17px 2.5em;
  font-size: 15px;
  font-weight: 600;
}

header#header .nav-top-container .selfcare-link-header a:hover,
header#header .nav-top-container .selfcare-link-header a:active {
  background: #b4261e;
}

/* Custom Luxbar Styling*/
.luxbar-hamburger {
  z-index: 100;
}

.luxbar-default {
  box-shadow: none;
}

.luxbar-menu ul li a,
.luxbar-menu ul li a:visited {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.luxbar-menu ul li a:hover {
  color: #35c0e2;
}

.luxbar-menu ul .sub-menu {
  overflow: hidden;
}

.luxbar-menu ul .sub-menu li a {
  font-size: 15px;
  font-weight: 500;
}

#menu-lux>li.luxbar-header:after {
  background: none;
}

#menu-lux>li {
  padding-right: 19px;
  padding-top: 18px;
  margin-right: 30px;
  position: relative;
}

#menu-lux li .icon-down-arrow,
#menu-lux li .icon-up-arrow {
  font-size: 8px;
}

.dropdown>ul {
  display: initial;
}

.js .nav-sub-container {
  height: 0px;
  overflow: hidden;
}

/* transitions for sticky nav, nav toggle and sub-nav */
#header,
#header .container,
#nav-toggle,
.top-menu,
.selfcare-link-header,
.selfcare-link-header a,
.js .nav-sub-container,
.nav-third-container,
.subnav,
.sub-header-menu li,
.sub-header-menu li a,
.sub-header-menu li a strong,
.sub-header-menu li a span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* sub-nav */
#wpadminbar {
  position: fixed;
}

.js .nav-sub-container {
  top: 0;
  position: fixed;
}

.js .admin-bar .nav-sub-container {
  top: 45px;
}

header#header {
  position: fixed;
  top: 0;
  z-index: 100;
  height: 61px;
}

.admin-bar #header {
  top: 45px;
}

#header.shownHeader {
  top: 214px;
}

.admin-bar #header.shownHeader {
  top: 252px;
}

.js .nav-sub-container.shown {
  height: 72px;
}

.nav-sub-container {
  background: white;
  background: rgba(255, 255, 255, 0.89);
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.25),
    0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.25),
    0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.admin-bar .nav-sub-container {
  top: 114px;
}

.nav-sub-container.shrink {
  /* margin-top: -22px; */
}

.underline {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

ul.sub-header-menu {
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
}

.sub-header-menu li {
  display: inline-block;
  max-width: 100%;
  flex-basis: 100%;
}

.sub-header-menu li>a {
  display: block;
  padding: 0;
  border: 0;
  line-height: 1em;
  height: auto;
  min-height: 50px;
  background: transparent;
  color: #b2b4ba;
}

.sub-header-menu a>strong {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.sub-header-menu a>span {
  font-size: 12px;
  line-height: 1.2;
}

.sub-header-menu li>a:hover {
  text-decoration: none;
  background: transparent;
}

.sub-header-menu .current_page_item a>strong,
.sub-header-menu .current-menu-item a>strong,
.sub-header-menu a:hover>strong {
  color: #35c0e2;
}

.sub-header-menu .current_page_item a>span,
.sub-header-menu .current-menu-item a>span,
.sub-header-menu a:hover>span {
  color: #545861;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
  background: transparent;
}

.subnav .subnavCont {
  position: fixed;
  z-index: 90;
}

.subnav .subnavCont.shrink {
  top: 60px;
}

/* top menu links */
header .menu a,
header .menu a:visited,
header .top-menu a,
header .top-menu a:hover,
header .top-menu a:visited {
  color: #fff;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: 0;
}

.top-menu li:hover {
  color: #35c0e2;
}

.top-menu li a.active-state {
  color: #35c0e2;
}

/* tertiary nav menu */
.nav-third-container {
  display: none;
}

.nav-third-container.lower {
  top: 155px;
}

.nav-third-container.shrink.lower {
  top: 133px;
}

::-moz-selection {
  background: #d42b1e;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #d42b1e;
  color: #fff;
  text-shadow: none;
}

/* links */
a {
  color: #d42b1e;
  text-decoration: none;
}

a:visited {
  color: #d42b1e;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #35c0e2;
  cursor: pointer;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active,
a:focus {
  outline: 0;
}

#wrapper {
  background-color: white;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}

#wrapper section:first-child {
  margin-top: 45px;
}

#content-full,
#content {
  margin-top: 0;
  margin-bottom: 0;
}

/* footer */
footer {
  width: 100%;
  clear: both;
  height: auto;
}

.footer-menu>.luxbar-header {
  display: none;
}

.footer-menu .menu-item-has-children:last-child {
  margin-right: 0;
}

.footer-menu li#menu-item-154>a {
  letter-spacing: -0.2px;
}

.footer-menu li a {
  border: 0;
  padding: 0;
}

.footer-menu>li>a {
  font-weight: bold;
}

.footer-menu .sub-menu li {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 0;
  max-width: none;
  margin: 10px 0;
}

#footer-wrapper {
  border-top: 1px solid #767981;
  background: #3d434a;
  padding-bottom: 15px;
}

#footer-wrapper li>.sub-menu {
  margin-bottom: 10px;
}

#footer-wrapper li>.sub-menu li a {
  color: #fff;
}

/*disable header link of menu*/
.footer-menu>li.menu-item>a {
  pointer-events: none;
  cursor: default;
  color: #b2b2b2;
}

#footer-wrapper li>.sub-menu li a:hover {
  color: #35c0e2;
}

footer li a,
footer li a:visited {
  color: #767981;
}

footer .sub-menu a,
footer .sub-menu a:visited {
  color: #989ba0;
}

footer a:after {
  content: "";
}

.icons {
  background: url("//corpsitev2-golden-prod.s3.amazonaws.com/images/icons.png") no-repeat;
}

footer .disclaimer {
  float: left;
  width: 100%;
  border-top: solid 1px #666;
  min-height: 80px;
  padding-top: 20px;
}

footer .disclaimer .logo {
  height: 45px;
  width: 85px;
  float: left;
  background: url("../img/boingo_logo.svg") no-repeat;
  margin-right: 30px;
}

footer .disclaimer p {
  color: #b2b2b2;
  font-size: 12px;
  vertical-align: middle;
  min-height: 36px;
  display: inline-block;
  margin-right: 25px;
  line-height: 4.9em;
}

footer .disclaimer p>span {
  margin-left: 5px;
}

footer .disclaimer p a {
  color: #fff;
}

footer .disclaimer p a:hover {
  color: #35c0e2;
}

footer .disclaimer p span {
  margin-left: 25px;
}

footer .social-icon {
  display: inline-block;
  margin: 0;
  padding-left: 0;
  margin-top: 15px;
  float: right;
}

footer .social-icon li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}

footer .social-icon li:last-of-type {
  margin-right: 0;
}

#cookie-banner {
  background: rgba(34, 34, 34, 0.9);
  position: fixed;
  padding: 15px 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

#cookie-banner p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto;
}

#cookie-banner p a {
  color: #35c0e2;
}

#cookie-banner .close-cookie {
  display: block;
  margin: 15px 0;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 20px;
}

/* Custom HTML */
.contact-form-popup {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-column {
  width: 400px;
  margin: auto 140px auto 0;
  padding: 50px 0;
  float: right;
}

.contact-column.second-type {
  float: left;
  margin-left: 50px;
}

.contact-column .wp-block-button__link.has-red-color.has-white-background-color {
  background: #fff;
  color: #d42b1e;
  border: 1px solid #fff;
}

/*
.contact-column .wp-block-button__link.has-red-color.has-white-background-color:hover,
.contact-column .wp-block-button__link.has-red-color.has-white-background-color:active {
  color: #fff;
  border: 1px solid #fff;
}
*/

/* Bootstrap Modal */
.modal-dialog-centered {
  min-height: calc(100% - -6.5rem);
}

.fade:not(.show) {
  opacity: 1;
}

.modal-backdrop.fade {
  opacity: 0.5 !important;
}

.modal-body {
  padding: 1rem 5rem;
}

.modal-dialog {
  max-width: 800px;
}

.modal-header {
  border: 0;
  padding-top: 30px;
}

.modal-title {
  margin: auto;
}

a[data-dismiss="modal"] {
  position: absolute;
  right: 10px;
  top: 10px;
}

a[data-dismiss="modal"] span {
  font-size: 40px;
}

/* forms */
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="password"] {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  color: #4f4f4f;
  font-size: 1em;
  font-weight: normal;
  padding: 0.25em;
  position: relative;
  width: 100%;
  height: 2em;
  background: #fff !important;
  font-family: Helvetica, Verdana, sans-serif;
}

textarea {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  color: #4f4f4f;
  font-size: 1em;
  font-weight: normal;
  padding: 0.9em 13px 0.25em;
  position: relative;
  width: 100%;
  font-family: Helvetica, Verdana, sans-serif;
}

textarea::placeholder {
  color: #999;
}

input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #35c0e2;
}

/* Hero Section */
section.hero {
  background: transparent;
  background-size: cover;
  box-shadow: inset 0 -5px 5px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -5px 5px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -5px 5px -3px rgba(0, 0, 0, 0.2);
  position: relative;
}

.hero .white-bar {
  border-left: solid 5px #b4261e;
  width: 100%;
  padding: 56px 0 60px;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
}

.hero .left,
.hero .right {
  margin: 0;
}

.hero .right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.hero .right img {
  max-width: fit-content;
}

/* Sections */
section {
  padding: 40px 0;
}

section.inset {
  background-color: #f2f2f3;
  background: url("//corpsitev2-golden-prod.s3.amazonaws.com/wp-content/uploads/2016/06/module_BG.jpg");
  background-size: cover;
  -webkit-box-shadow: inset 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    inset 0 -5px 5px -3px rgba(0, 0, 0, 0.2) !important;
  box-shadow: inset 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    inset 0 -5px 5px -3px rgba(0, 0, 0, 0.2) !important;
}

.wp-block-cover,
.wp-block-cover-image {
  padding-top: 45px;
}

/* .entry-content > div:first-child {
	margin-top: 45px;
} */

/* Lists */
.wp-block-uagb-icon-list {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}

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

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.width-90 {
  width: 90%;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-left-right-25 {
  padding-left: 25px;
  padding-right: 25px;
}

#wrapper .main-content-checkmark-list .uagb-icon-list__wrap .uagb-icon-list__label-wrap .uagb-icon-list__label {
  font-size: 16px;
}

.bw-list-blue-headline strong {
  color: #35c0e2;
}

.bw-list-headline-text .uagb-icon-list__label strong {
  font-size: 16px;
}

.bw-list-icon-margin-top .uagb-icon-list__content-wrap .uagb-icon-list__source-wrap {
  margin-top: 2px;
}

.bw-numbered-circle-icon-list .uagb-icon-list__source-wrap,
.bw-image-icon-list .uagb-icon-list__source-wrap {
  flex: none;
}

p.bw-desktop-list-body-text {
  font-size: 16px;
}

/* Hide reCAPTCHA badge */
.grecaptcha-badge {
  visibility: collapse !important;
}

/* Contact Forms */
.contact-us-header {
  margin-bottom: 25px;
}

/* Image tweaks */
.wp-block-image:after {
  display: block;
  content: "";
  clear: both;
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
  margin-bottom: 0;
}

/* Utils */
.zero-left-10-right-padding {
  padding-left: 0;
  padding-right: 10px;
}

.align-items-center .row {
  align-items: center;
}

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

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

.list-style-margin-bottom {
  margin-bottom: 0.25rem;
}

.broadband-column-plans {
  border: 1px solid #ccc;
  border-radius: 7px;
  padding-top: 15px;
  position: relative;
  display: inline-block;
  background: white;
  margin-right: 15px;
  white-space: initial;
}

.base-error,
.no-location-error {
  font-size: 14px;
  padding-top: 7px;
  color: #d42b1e;
  text-align: left;
}

.search-bases.red-outline {
  border: 1px solid #d42b1e;
}

/* autocomplete*/
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #35c0e2;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #f0f0f0;
  cursor: pointer;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.avenir,
.avenir .uagb-ifb-title {
  font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.museo,
.museo .uagb-ifb-title {
  font-family: "MuseoSlab", Helvetica, Verdana, sans-serif;
}

.museo-100 {
  font-family: "MuseoSlab", Helvetica, Verdana, sans-serif;
  font-weight: 100;
}

.museo-700 {
  font-family: "MuseoSlab700", Helvetica, Verdana, sans-serif;
}

.red-accent-letter::first-letter {
  color: #d52b1e;
  font-weight: 900;
}

.border-between-items .row>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.border-between-items figure {
  margin-bottom: 0;
}

.border-between-items .wp-block-image {
  margin-top: 1em;
}

/* Legacy T2 pages */
.page-template-t2-page-full-width .right {
  float: right;
}

.page-template-t2-page-full-width .left {
  float: left;
}

.page-template-t2-page-full-width video {
  width: 100%;
  max-width: 100%;
}

.subhead {
  font-family: "MuseoSlab";
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}

/* T3 */
.t3-circular-images .image-red-text {
  font-family: "MuseoSlab", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.wp-block-button {
  margin-bottom: 40px;
  margin-top: 30px;
}

.quote strong {
  font-size: 18px;
}

.space-between-items [class^="col-"] {
  margin: 1em 0;
}

/* Close button for popups*/
.close {
  background: url(../img/close_button.png) no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}

/* Gated Content Success Message */
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: red;
  border: none;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em 0em;
  padding: 0.2em 0em;
}

div.wpcf7-mail-sent-ok {
  border: none;
  color: #398f14;
}

div.gated-content-form form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  margin-left: 0;
  border: none;
  padding: 0;
  margin-top: 15px;
  font-size: 16px;
  color: #398f14;
}

div.gated-content-form form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  margin-left: 0;
  border: none;
  padding: 0;
  color: red;
  margin-top: 15px;
}

/** Custom Greenhouse **/
#grnhse_app p {
  margin-bottom: 0;
}

#grnhse_app .job-section {
  border: 1px solid #dedede;
  margin-bottom: 20px;
}

#grnhse_app .job-section h3 {
  margin-bottom: 0;
}

.jobs-api h3 {
  margin-top: 60px;
  margin-bottom: -10px;
}

.jobs-api p {
  font-weight: bold;
}

.jobs-api .jobs-section {
  padding-left: 20px;
  margin-top: 25px;
}

.jobs-api .jobs-link {
  margin-left: 20px;
  display: inline-block;
  font-size: 15px;
}

/*********************** OVERLAY interstial popup *****************************/

.greyOut,
.interstitialCont {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.greyOut {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.interstitialCont .module {
  margin: 12% auto 0;
  width: 70%;
  float: none;
  display: block;
  position: relative;
  max-width: 624px;
  min-width: 300px;
  background: #fff;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25);
  padding: 18px;
}

.interstitialCont .module .inside-popup {
  height: 400px;
  overflow-y: auto;
}

.interstitialCont .module .inside-popup .popup-col {
  float: left;
  width: 50%;
  margin-bottom: 0;
}

/** Press Releases **/
body.single-press-release #content {
  margin: 150px auto;
}

.press-release.type-press-release .subtitle,
.single-case-study .subtitle {
  color: #35c0e2;
  font-size: 26px;
  margin-bottom: 40px;
  padding-bottom: 0;
  line-height: 130%;
}

@media screen and (max-width: 1200px) {
  .wpcf7-spinner {
    left: 23%;
  }
  div#wpcf7-f32697-p32692-o1>form>p>.wpcf7-spinner {
    left: 30%;
  }
}

@media screen and (max-width: 1000px) {
  .wpcf7-spinner {
    left: 31%;
  }

  div#wpcf7-f32697-p32692-o1>form>p>.wpcf7-spinner {
    left: 40%;
  }
}

@media screen and (max-width: 576px) {
  .container {
    width: 320px;
  }
}

/* responsive: mobile-only */
@media screen and (max-width: 767px) {

  .wpcf7-spinner {
    left: 50%;
  }


  .show-on-mobile {
    display: block;
  }

  .show-on-desktop {
    display: none;
  }

  .show-on-desktop-flex {
    display: none;
  }

  body.single-press-release #content {
    margin-top: 100px;
    padding: 0;
  }

  .press-release.type-press-release .subtitle,
  .single-case-study .subtitle {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 115%;
  }

  .button.red {
    width: 100%;
  }

  header .nav-top-container {
    height: 45px;
    width: 100%;
  }

  .container {
    max-width: inherit;
  }

  /*for-military*/
  .container-plan-wrap {
    overflow-x: scroll;
  }

  .broadband-module-container {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 270%;
  }

  .broadband-module-container::-webkit-scrollbar {
    display: none;
  }

  .broadband-column-plans {
    max-width: 250px;
    height: 380px;
  }

  /*Luxbar customization*/
  .container.nav-top-container {
    margin: 0;
    padding: 0;
  }

  #header .luxbar #logo {
    padding-top: 11px;
    position: relative;
    text-align: center;
    margin-bottom: -50px;
    float: none;
    z-index: 99;
  }

  .luxbar-header {
    height: 61px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .dropdown>a::after {
    display: none;
  }

  #menu-lux>li {
    margin-right: 0;
  }

  #menu-lux li .icon-down-arrow,
  #menu-lux li .icon-up-arrow {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    padding: 10px;
    width: 100%;
    text-align: right;
  }

  .luxbar-menu ul li a {
    width: 100%;
    display: inline-block;
  }

  .luxbar-menu .mobile_account_icon {
    display: block;
    background: url(../img/my_account_icon.svg) no-repeat;
    height: 27px;
    width: 27px;
    position: absolute;
    top: 16px;
    right: 12px;
    z-index: 100;
  }

  #menu-lux>li:not(:first-child) {
    margin-left: 20px;
    padding: 20px 50px 20px 0;
  }

  #menu-lux>li:not(:first-child) .sub-menu {
    margin-left: 20px;
    display: none;
  }

  #menu-lux>li .sub-menu li {
    margin: 18px 0;
    display: block;
  }

  header#header .nav-top-container .selfcare-link-header a {
    display: none;
  }

  #logo img {
    width: 64px;
  }

  .mobile-margin-bottom-0 {
    margin-bottom: 0px;
  }

  section.hero,
  .page-template-t3-page-2019 .page-template-t3-page-2019-php section.hero,
  .page-template-t3-page-2019-php section.hero {
    min-height: 430px;
    padding: 40px 0;
  }

  .hero .white-bar {
    position: relative;
    z-index: 1;
    padding: 32px 0 28px;
  }

  h1.hero-title {
    font-size: 28px;
    line-height: 1.2;
    padding-bottom: 20px;
  }

  #section-nav-toggle {
    float: right;
    color: white;
    cursor: pointer;
    height: 30px;
    width: 30px;
    padding: 0;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    margin-top: 6px;
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.75),
      0px 0px 3px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.75),
      0px 0px 3px 0px rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  #section-nav-toggle.active {
    color: #35c0e2;
  }

  #nav-toggle {
    padding: 6px 18px;
    padding-right: 24px;
    margin-top: 4px;
  }

  nav.top-menu {
    background: #3d434a;
    margin-top: 0;
    top: 0;
  }

  nav.top-menu.container {
    padding: 0;
  }

  nav.top-menu>ul {
    clear: both;
    float: none;
  }

  .top-menu>ul>li {
    text-align: left;
    display: block;
    padding: 4px 0 0;
    -webkit-box-shadow: inset 0px 4px 5px -3px rgba(255, 255, 255, 0.2),
      inset 0px -4px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 4px 5px -3px rgba(255, 255, 255, 0.2),
      inset 0px -4px 5px -3px rgba(0, 0, 0, 0.2);
  }

  nav.top-menu ul li a {
    padding: 10px 20px;
    display: block;
  }

  .js nav.top-menu {
    max-height: 0;
    overflow: hidden;
    display: block;
    width: 100%;
  }

  .js nav.top-menu.shown {
    max-height: 300px;
  }

  #header.shownHeader {
    top: 214px;
  }

  .border-bottom-mobile {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
  }

  .admin-bar #header.shownHeader {
    top: 252px;
  }

  .js .nav-sub-container.shown {
    height: 214px;
  }

  .sub-header-menu li {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
  }

  .sub-header-menu li:first-child {
    padding-left: 20px;
  }

  .sub-header-menu li:last-child {
    border-bottom: 0;
  }

  .sub-header-menu li>a {
    min-height: 12px;
    color: #545861;
  }

  .sub-header-menu a>span {
    display: none;
  }

  nav #menu-t2-pages.container {
    padding: 0;
    background: white;
  }

  .block-button-no-margin-mobile {
    margin-bottom: 0;
    margin-top: 0;
  }

  .wp-block-button__link {
    font-size: 16px;
  }

  .wp-block-cover,
  .wp-block-cover-image {
    min-height: 530px;
  }

  #content {
    overflow-wrap: break-word;
  }

  #footer-disclaimer.container {
    width: 100%;
  }

  footer .container nav {
    padding: 0;
  }

  footer .menu-t2-pages-container {
    padding-top: 0;
  }

  footer ul.footer-menu {
    margin-left: 15px;
    margin-right: 15px;
  }

  #footer-nav-container {
    padding: 20px 0 25px 0;
    margin-left: 30px;
  }

  .footer-menu>.luxbar-header {
    display: none;
  }

  .footer-menu>li {
    padding-left: 0;
  }

  .footer-menu>li>a,
  .footer-menu>li:first-child>a {
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 14px 0;
  }

  .footer-menu>li.menu-item>a {
    padding-bottom: 0;
  }

  .footer-menu>li>a>span {
    float: right;
  }

  .footer-menu .ui-accordion-header-active span.scaleDown:before {
    content: "";
  }

  .footer-menu .sub-menu li:last-child {
    margin-bottom: 14px;
  }

  .footer-menu .sub-menu li>a {
    width: 100%;
    display: block;
  }

  .footer-menu .sub-menu li {
    text-align: left;
    margin: 10px 0;
  }

  footer .disclaimer .logo {
    margin-right: 15px;
  }

  footer .disclaimer {
    margin-left: 15px;
    width: 95%;
    margin-bottom: 20px;
  }

  footer .disclaimer p {
    font-size: 10px;
    line-height: 1.3;
    padding-top: 15px;
    text-align: left;
  }

  footer .disclaimer p:first-of-type {
    line-height: 3em;
  }

  footer .disclaimer p>span {
    display: block;
    margin-top: 4px;
    margin-left: 0px;
  }

  footer .social-icon {
    margin-left: 0;
    padding: 0;
    float: left;
  }

  footer .social-icon li:first-of-type {
    margin-left: 0;
  }

  #cookie-banner p {
    font-size: 12px;
  }

  #cookie-banner .close-cookie {
    top: 5px;
    right: 20px;
  }

  /* new block styles */
  .wp-block-cover .wp-block-cover__inner-container {
    width: 290px;
  }

  .wp-block-cover p.has-text-align-center {
    text-align: left;
  }

  .wp-block-cover p.has-large-font-size {
    font-size: 32px;
    line-height: 1.2;
  }

  input[type="tel"] {
    max-width: 100%;
  }

  /* inset styles for mobile */
  .page-template-t2-page-2019 section.inset {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  section:last-of-type {
    border-bottom: 0;
  }

  /* Utils */
  .text-align-left-mobile,
  #wrapper .text-align-left-mobile .uagb-heading-text,
  #wrapper .text-align-left-mobile .uagb-desc-text {
    text-align: left;
  }

  .wp-block-image.align-left-mobile figure {
    margin-left: 0;
    float: none;
  }

  .align-center-mobile {}

  .text-align-center-mobile {
    text-align: center;
  }

  .flex-row-on-mobile {
    margin-top: 1em;
  }

  .flex-row-on-mobile>div {
    display: flex;
  }

  .flex-row-on-mobile.align-items-center>div {
    align-items: center;
  }

  .flex-row-on-mobile .wp-block-image {
    margin-right: 1em;
    margin-bottom: 0;
    width: 77px;
    flex: none;
  }

  .flex-row-on-mobile .wp-block-group__inner-container {
    flex-direction: column;
    display: flex;
  }

  .font-size-30-mobile {
    font-size: 30px !important;
    line-height: 1;
  }

  .mobile-text-align-center {
    text-align: center;
  }

  .mobile-text-align-left {
    text-align: left;
  }

  .mobile-text-align-right {
    text-align: right;
  }

  .border-between-items .row {
    align-items: stretch !important;
  }

  .border-between-items .col-6 {
    border: 1px solid #d8d8d8;
  }

  .border-between-items .col-6:nth-of-type(1) {
    border-width: 0 1px 1px 0;
  }

  .border-between-items .col-6:nth-of-type(2) {
    border-width: 0 0 1px 0;
  }

  .border-between-items .col-6:nth-of-type(3) {
    border-width: 0 1px 0 0;
  }

  .border-between-items .col-6:nth-of-type(4) {
    border-width: 0;
  }

  .contact-column {
    max-width: 320px;
    margin: auto;
    float: initial;
    padding: 30px 15px 40px;
  }

  .contact-column.second-type {
    margin-left: auto;
    float: initial;
  }

  /*Bootstrap modal*/
  .modal-body {
    padding: 0 20px;
  }

  #pdf_download li {
    padding: 10px 15px;
    height: 115px;
  }

  #pdf_download input[type="checkbox"] {
    margin-right: 12px;
    height: 17px;
    width: 67px;
  }

  #pdf_download input[type="checkbox"]:checked+label::before {
    height: 11px;
    width: 11px;
    left: 18px;
    top: 51px;
  }

  #pdf_download li img {
    width: 90%;
  }

  #pdf_download li div {
    width: 244%;
  }

  #pdf_download li div p:first-child {
    font-size: 10px;
  }

  #pdf_download li div p+p {
    font-size: 9px;
  }

  .interstitialCont .module .inside-popup .popup-col {
    width: 100%;
  }
}

/* responsive: desktop-only */
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }

  h1,
  h2,
  h3 {
    letter-spacing: 0;
  }

  h1,
  p.has-huge-font-size,
  p.has-larger-font-size {
    font-size: 47px;
    margin-bottom: 17px;
  }

  h2,
  p.has-large-font-size {
    font-size: 41px;
    margin-bottom: 21px;
  }

  h3,
  .has-medium-font-size {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 18px;
  }

  h6 {
    font-size: 18px;
  }

  p,
  li {
    letter-spacing: 0.25pt;
  }

  p,
  p.has-normal-font-size,
  p.has-regular-font-size {
    font-size: 18px;
    line-height: 1.5;
  }

  li {
    font-size: 16px;
    line-height: 1.3;
  }

  .kicker {
    font-size: 18px;
  }

  .show-on-mobile {
    display: none;
  }

  .show-on-desktop {
    display: block;
  }

  .show-on-desktop-flex {
    display: flex;
  }

  #logo img {
    width: 72px;
    padding-top: 3px;
  }

  .admin-bar #header,
  .admin-bar #header.shownHeader {
    top: 32px;
  }

  header {
    background: rgba(0, 0, 0, 0.75);
  }

  header .top-menu {
    float: none;
    position: relative;
    top: -52px;
    margin: 0 auto;
  }

  header .nav-top-container {
    height: 100%;
  }

  header .top-menu>ul {
    float: right;
  }

  /*Luxbar customization*/
  .luxbar-menu-dark,
  .luxbar-menu-dark .dropdown ul {
    background: transparent;
  }

  .luxbar-menu ul .sub-menu {
    width: 225px;
    margin-left: -10px;
    transition: ease-out all 0.2s;
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    top: 61px;
    left: 0;
  }

  .luxbar-menu .sub-menu>li {
    padding: 10px 0px 20px 0px;
    margin-left: 10px;
  }

  #menu-lux>li {
    padding-bottom: 45px;
  }

  #menu-lux .dropdown .icon-up-arrow,
  #menu-lux .dropdown .icon-down-arrow {
    position: absolute;
    top: 25px;
    right: 0px;
  }

  .icon-down-arrow {
    transition: transform 0.15s ease-out;
    transform-origin: 50% 40%;
  }

  #menu-lux .dropdown:hover>.icon-down-arrow {
    transition: transform 0.15s ease-out;
    transform: rotate(-180deg);
  }

  #menu-lux .dropdown:hover>.sub-menu {
    transition: opacity 0.3s ease-in;
    opacity: 1;
    visibility: visible;
  }

  .dropdown>ul {
    transition: opacity 0.3 ease-out;
    opacity: 0;
    visibility: hidden;
  }

  /* Hide Contact Us on desktop*/
  #menu-lux>li:last-of-type {
    display: none;
  }

  .js .nav-sub-container.shown {
    height: 72px;
  }

  .js .admin-bar .nav-sub-container {
    top: 114px;
  }

  .js .admin-bar .nav-sub-container.shown {
    top: 114px;
  }

  .nav-sub-container {
    position: fixed;
    top: 82px;
    width: 100%;
  }

  .nav-sub-container.shrink {
    margin-top: -22px;
  }

  ul.sub-header-menu {
    border: 0;
    background: transparent;
    flex-direction: row;
  }

  .sub-header-menu li {
    max-width: 20%;
    flex-basis: 20%;
    padding: 0 19px;
    margin: 10px 0;
    border-right: 2px solid #d9d9d9;
  }

  .sub-header-menu li:first-child {
    padding-left: 0;
  }

  .sub-header-menu li:last-child {
    padding-right: 0;
    border: 0;
  }

  .sub-header-menu li>a {
    display: block;
    padding: 0;
    border: 0;
    line-height: 1em;
    height: auto;
    min-height: 50px;
    background: transparent;
    color: #b2b4ba;
  }

  .sub-header-menu a>strong {
    display: block;
    font-size: 14px;
    line-height: 22px;
  }

  .sub-header-menu a>span {
    font-size: 12px;
    line-height: 14px;
  }

  .sub-header-menu li>a:hover {
    text-decoration: none;
    background: transparent;
  }

  .sub-header-menu .current_page_item a>strong,
  .sub-header-menu .current-menu-item a>strong,
  .sub-header-menu a:hover>strong {
    color: #35c0e2;
  }

  .sub-header-menu .current_page_item a>span,
  .sub-header-menu .current-menu-item a>span,
  .sub-header-menu a:hover>span {
    color: #545861;
  }

  .sub-header-menu .current_page_item a,
  .sub-header-menu .current-menu-item a {
    background: transparent;
  }

  .nav-third-container {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 82px;
    background: rgba(255, 255, 255, 0.85);
    padding: 5px 0;
    z-index: 5;
  }

  .nav-third-container.shrink {
    top: 60px;
  }

  .admin-bar .nav-third-container {
    top: 114px;
  }

  .admin-bar .nav-third-container.shrink {
    top: 91px;
  }

  .third-menu {
    list-style-type: none;
    text-align: right;
    max-width: 905px;
  }

  .third-menu li {
    display: inline-block;
    border-right: 1px solid #cfcfcf;
  }

  .third-menu li:last-child {
    border: 0;
    margin-right: -20px;
  }

  .third-menu li a {
    color: #545861;
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 20px;
  }

  .third-menu li.current_page_item a {
    color: #35c0e2;
  }

  footer .footer-logo {
    width: 87px;
    height: 40px;
    background-size: 320px;
    background-position: 5px -2px;
  }

  footer nav,
  footer .footer-logo {
    margin-top: 34px;
  }

  /* Loyalty List */
  .loyalty-list .uagb-icon-list__label {
    font-size: 16px;
  }

  #wrapper .loyalty-list span.uagb-icon-list__source-wrap:not(.uagb-icon-list__label) {
    margin-left: 0;
    margin-right: 0;
  }

  #footer-nav-container {
    margin-bottom: 20px;
  }

  footer .footer-menu li a {
    color: #989ba0;
  }

  .footer-menu li a:hover {
    color: #222222;
  }

  .single #wrapper section:first-child,
  .page #wrapper section:first-child {
    margin-top: 82px;
  }

  /* Hero Section for T3 Pages*/
  .page #wrapper section.hero {
    margin-top: 0;
  }

  section.hero,
  .page-template-t3-page-2019 .page-template-t3-page-2019-php section.hero,
  .page-template-t3-page-full-width-php section.hero {
    padding: 170px 0 90px;
    margin-top: -82px;
    position: relative;
  }

  section {
    padding: 70px 0;
  }

  /* .entry-content > div:first-child {
		margin-top: 100px;
	} */

  .wp-block-cover,
  .wp-block-cover-image {
    padding-top: 82px;
  }

  .post-entry {
    padding-bottom: 0px;
  }

  .wpcf7-custom-submit .wpcf7-form-control.wpcf7-submit {
    width: 33.33%;
  }

  /* T3 */
  .bw-col-10 {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }

  .wp-block-button {
    margin-bottom: 40px;
    margin-top: 30px;
  }

  .contact-us-header {
    margin-bottom: 25px;
  }

  /* utils */
  .fixed-height-image-block .wp-block-image {
    height: 59px;
    display: flex;
    align-items: center;
  }

  .fixed-height-image-block figure {
    margin: 0;
  }

  .border-right-1px-desktop {
    border-right: 1px solid #ccc;
    margin-right: 15px;
    padding-right: 30px;
  }

  .border-right-1px-desktop-no-margin {
    border-right: 1px solid #ccc;
    margin-right: 0px;
    padding-right: 30px;
  }

  .border-right-1px-desktop-no-padding {
    border-right: 1px solid #ccc;
    margin-right: 0px;
  }

  .border-left-1px-desktop {
    border-left: 1px solid #ccc;
    margin-left: 15px;
    padding-left: 30px;
  }

  .border-between-items .row>div {
    border-right: 1px solid #d8d8d8;
    flex-direction: column;
    margin-top: 15px;
  }

  .border-between-items .row>div:last-child {
    border-right: 0;
  }

  /* Lists */
  .wp-block-uagb-icon-list {
    font-size: 16px;
    line-height: 1.5;
  }

  #wrapper .main-content-checkmark-list .uagb-icon-list__wrap .uagb-icon-list__label-wrap .uagb-icon-list__label {
    font-size: 18px;
  }

  .bw-desktop-image-list-body-text-margin-bottom p {
    margin-bottom: 4px;
  }

  .bw-list-headline-text .uagb-icon-list__label strong {
    font-size: 18px;
  }

  .quote strong {
    font-size: 22px;
    line-height: 1.5;
  }

  div.gated-content-form form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    font-size: 18px;
  }

  /* 404 error */

  .error404 #content-full h2 {
    font-size: 150%;
    padding-bottom: 15px;
  }

  .error404 #content-full h1 {
    font-size: 2.2em;
  }

  .error404 #content-full .subtext {
    font-size: 1.3em;
    padding-left: 10px;
  }
}


/* Ipad Portrait Mode*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header .nav-top-container {
    padding-left: 0;
  }

  header#header .nav-top-container .selfcare-link-header {
    right: 37px;
  }

  #menu-lux .dropdown .icon-down-arrow {
    position: absolute;
    top: 21px;
    right: -18px;
    padding: 5px;
  }

  header#header .nav-top-container .selfcare-link-header a {
    display: block;
    background: transparent url(../img/my_account_icon.svg) no-repeat;
    height: 27px;
    width: 27px;
    position: absolute;
    top: 16px;
    margin-left: 20px;
    z-index: 100;
    text-indent: -9999px;
  }

  #menu-lux>li {
    padding-right: 0;
  }

  footer .disclaimer .col-md-9 {
    padding-right: 0;
  }

  footer .disclaimer p {
    text-align: right;
    margin: 0 20px 16px 10px;
    line-height: 35px;
  }

  footer .disclaimer p>span {
    display: block;
    line-height: 0;
  }

  footer .social-icon {
    padding: 0;
    margin-left: 0;
    margin-top: 5px;
  }

  .support-red-container {
    flex-wrap: nowrap;
  }

  .contact-column {
    width: 275px;
    margin-right: 55px;
  }

  .contact-column.second-type {
    margin-left: 30px;
    width: 275px;
  }

  .contact-column h3 {
    height: 100px;
  }

  .modal-dialog {
    max-width: 600px;
  }
}

/* Ipad landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-column {
    margin-right: 50px;
  }

  .luxbar-menu ul li a,
  .luxbar-menu ul li a:visited {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {

  .luxbar-menu ul li a,
  .luxbar-menu ul li a:visited {
    font-size: 12px;
  }
}