@charset "UTF-8";
/* ========================================== */
/* Master Subscription CSS - Updates: Jun 2017
/* ========================================== */
.subscription__header { background-color: #22262D; color: #FFF; padding: 0.5em 1em; }
.subscription__header--topline { max-width: 1200px; margin: 0 auto; }
@media only screen and (min-width: 768px) { .subscription__header--topline { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }
@media only screen and (max-width: 767px) { .subscription__header--logo { display: inline-block; } }
.subscription__header--logo a { display: block; background: url("/assets/images/logo/masthead-small-white.svg"); width: 306px; height: 27px; background-repeat: no-repeat; background-size: contain; }
@media all and (max-width: 374px) { .subscription__header--logo a { width: 250px; margin-top: 2px; } }
.subscription__header--menu li { display: inline-block; margin: 0 0.5em; font-size: 0.9em; font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; position: relative; }
@media only screen and (max-width: 767px) { .subscription__header--menu li { display: block; font-size: 1em; margin: 0.5em; text-align: center; } }
.subscription__header--promo { margin: 2em auto 0; max-width: 1200px; }
@media only screen and (max-width: 767px) { .subscription__header--promo { margin: 1em auto 0; } }
@media all and (max-width: 374px) { .subscription__header--promo { height: 100vh; } }
@media only screen and (max-width: 767px) and (orientation: landscape) { .subscription__header--promo { display: none; } }
.subscription__header--promo .ghost-btn { border: 1px solid #FFFFFF; color: #FFFFFF; margin: 0 auto 1em; display: block; }
@media only screen and (min-width: 768px) { .subscription__header--promo .ghost-btn { display: none; } }
.subscription__header--slidewrapper { padding-bottom: 2.5em; }
@media only screen and (min-width: 768px) { .subscription__header--slidewrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }
.subscription__header--headings { display: block; flex-basis: 50%; }
@media only screen and (min-width: 768px) and (max-width: 979px) { .subscription__header--headings { flex-basis: 75%; } }
@media only screen and (min-width: 1200px) { .subscription__header--headings { flex-basis: 45%; } }
.subscription__header--headings h1, .subscription__header--headings h2 { color: #FFF; font-family: "Merriweather", Georgia, Times, serif; }
.subscription__header--headings h1 { line-height: 1.2em; color: #0CC; font-size: 240%; }
.subscription__header--headings h1 span { display: block; }
@media only screen and (max-width: 767px) { .subscription__header--headings h1 { font-size: 180%; } }
@media only screen and (max-width: 374px) { .subscription__header--headings h1 { font-size: 150%; } }
@media only screen and (min-width: 768px) and (max-width: 979px) { .subscription__header--headings h1 { font-size: 190%; } }
.subscription__header--headings h2 { line-height: 1.5em; padding: 10px 0; }
@media only screen and (max-width: 980px) { .subscription__header--headings h2 { font-size: 100%; } }
.subscription__header--headings .it-btn { margin-top: 1em; }
@media only screen and (max-width: 767px) { .subscription__header--imagery { margin: 10px 0 0 -10px; } }

.subscription__header--digonly .subscription__header--promo { max-width: 1024px; }
@media only screen and (max-width: 767px) { .subscription__header--digonly .subscription__header--promo { height: auto; }
  .subscription__header--digonly .subscription__header--promo .constrained { text-align: center; }
  .subscription__header--digonly .subscription__header--promo .constrained img { max-height: 180px; } }
@media only screen and (min-width: 1025px) { .subscription__header--digonly .subscription__header--headings { flex-basis: 75%; } }
@media only screen and (min-width: 768px) and (max-width: 979px) { .subscription__header--digonly .subscription__header--headings { flex-basis: 70%; } }

.menu-check { width: 45px !important; height: 40px; position: absolute; top: 0; right: 0; opacity: 0; }

@media only screen and (max-width: 767px) { .menu, .menu:after, .menu:before { background: #fff; width: 5px; height: 5px; transition: transform 0.5s ease-in-out; -webkit-transition: -webkit-transform 0.5s ease-in-out; border-radius: 50%; display: block; }
  .menu { cursor: pointer; float: right; margin: 0.7em 0 0; }
  .menu:before { content: ""; position: relative; top: -9px; transition: transform 0.5s ease-in-out; -webkit-transition: -webkit-transform 0.5s ease-in-out; }
  .menu:after { content: ""; position: relative; bottom: -4px; transition: transform 0.5s ease-in-out; -webkit-transition: -webkit-transform 0.5s ease-in-out; }
  .menu-check:checked ~ .menu:before { transform: rotate(-405deg) translateY(8px) translateX(-17px); -webkit-transform: rotate(-405deg) translateY(8px) translateX(-17px); transform-origin: 10% 80%; width: 28px; height: 4px; border-radius: 20% / 4px; }
  .menu-check:checked ~ .menu:after { transform: rotate(405deg) translateY(-10px) translateX(-14px); -webkit-transform: rotate(405deg) translateY(-10px) translateX(-14px); transform-origin: -10% -80%; width: 28px; height: 4px; border-radius: 20% / 4px; }
  .subscription__header--menu { overflow: hidden; max-height: 0; transition: max-height 0.5s ease-in-out; }
  .menu-check:checked ~ .subscription__header--menu { max-height: 500px; transition: max-height 0.5s ease-in-out; } }
.subscription__footer { font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; background-color: #4A4D53; border-top: 1px solid #363940; color: #fff; clear: both; }
.subscription__footer--navigation { max-width: 1200px; margin: auto; padding: 0 1em; }
@media only screen and (min-width: 768px) { .subscription__footer--navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }
.subscription__footer nav li { display: inline-block; line-height: 1em; }
.subscription__footer nav a { color: inherit; }
.subscription__footer--terms li:not(:last-child) { margin-right: 5px; padding-right: 5px; border-right: 1px solid #FFF; }
.subscription__footer--terms a:hover:after { width: 100% !important; }
.subscription__footer--help li:first-child { margin-right: 10px; }
.subscription__footer .copyright { text-align: right; font-family: "Times New Roman",Times,serif; font-weight: bold; font-size: 11px; }

nav.navigation a, nav.navigation span { color: inherit; position: relative; }
nav.navigation a:before, nav.navigation span:before { font-family: "FontAwesome"; margin-right: 0.5em; width: 15px; display: inline-block; }
nav.navigation a:hover:after { content: ""; position: absolute; width: calc(100% - 23px); height: 1px; background-color: #FFF; right: 0; bottom: -3px; }
nav.navigation .why a:before { font-family: "it-icons"; content: ""; }
nav.navigation .live .available:before { content: ""; }
nav.navigation .live .unavailable:before { content: ""; }
nav.navigation .live div { display: inline-block; }
nav.navigation .faqs a:before { content: ""; }
nav.navigation .signin a:before { font-family: "it-icons"; content: ""; }

/* SUBSCRIPTION PACKAGES CSS */
.subs-wrapper { -webkit-box-shadow: 0 0 30px rgba(34, 44, 55, 0.15); -moz-box-shadow: 0 0 30px rgba(34, 44, 55, 0.15); box-shadow: 0 0 30px rgba(34, 44, 55, 0.15); }
@media only screen and (min-width: 768px) { .subs-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; } }
@media only screen and (max-width: 767px) { .subs-wrapper { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } }
.subs-wrapper .subs-preamble { flex-basis: 28%; padding: 2em 1em 1em; }
@media only screen and (max-width: 767px) { .subs-wrapper .subs-preamble { padding: 0 1em 1em; } }
.subs-wrapper .subs-preamble .logo { background: url("/assets/images/logo/masthead-large.svg") 0 0 no-repeat; background-size: contain; height: 20px; margin-bottom: 2em; }
@media only screen and (min-width: 768px) and (max-width: 1219px) { .subs-wrapper .subs-preamble .logo { background-size: 94%; } }
.subs-wrapper .subs-preamble p { font-size: 1.1em; }
@media only screen and (max-width: 767px) { .subs-wrapper .subs-preamble p { padding: 0; font-weight: 600; text-align: center; } }
@media only screen and (min-width: 768px) and (max-width: 979px) { .subs-wrapper .subs-preamble p { font-size: 0.9em; } }

.subs-wrapper--digonly { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
@media only screen and (min-width: 768px) and (max-width: 979px) { .subs-wrapper--digonly { -ms-flex-pack: distribute; justify-content: space-around; } }
.subs-wrapper--digonly .sub-box { flex-basis: 46%; background-color: #363940 !important; }
@media only screen and (max-width: 767px) { .subs-wrapper--digonly .sub-box:nth-child(2) { background: -webkit-linear-gradient(top, #099ea0, #22262D); /* Chrome 10+, Saf5.1+, iOS 5+ */ background: -moz-linear-gradient(top, #099ea0, #22262D); /* FF3.6 */ background: linear-gradient(to bottom, #099ea0, #22262D); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='$fromColor', EndColorStr='$toColor'); } }
@media only screen and (min-width: 768px) and (max-width: 979px) { .subs-wrapper--digonly .sub-box .package-top-info .btn-subscribe { top: -1em; } }
@media only screen and (max-width: 767px) { .subs-wrapper--digonly .sub-box .package-top-info .btn-subscribe { margin-bottom: 1.4em; } }
.subs-wrapper--digonly .sub-box:not(.hover):hover + .sub-box:before { background: none; }
.subs-wrapper--digonly .sub-box .devices { margin-bottom: 20px; }
.subs-wrapper--digonly .sub-box .devices i { font-size: 3.5em; }
@media only screen and (max-width: 767px) { .subs-wrapper--digonly .sub-box .devices i { color: #ffffff; } }
.subs-wrapper--digonly .sub-box .intro { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; }
.subs-wrapper--digonly .sub-box .price { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.subs-wrapper--digonly .sub-box:after { content: ""; position: absolute; bottom: 0; left: 0; top: 40%; right: 0; background-color: #fff; z-index: 2; border: 1px solid #d1d1d1; }
@media only screen and (max-width: 767px) { .subs-wrapper--digonly .sub-box:after { top: 90%; } }
@media only screen and (min-width: 768px) and (max-width: 979px) { .subs-wrapper--digonly .sub-box:after { top: 35%; } }
.subs-wrapper--digonly .sub-box:hover:before, .subs-wrapper--digonly .sub-box.hover:before { right: 0; left: 0; }
.subs-wrapper--digonly .features { margin: 1.5em; list-style: none; text-align: left; color: #333; }
@media only screen and (max-width: 767px) { .subs-wrapper--digonly .features { margin: 0; padding: 1.5em 1.5em 1.5em 40px; background: #ffffff; border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; } }
.subs-wrapper--digonly .features li { text-indent: -0.8em; padding: 0.5em 0; border-bottom: 1px solid #d1d1d1; }
.subs-wrapper--digonly .features li i { margin-right: 0.5em; }
.subs-wrapper--digonly .features li:after { content: ""; height: 1px; width: 100%; background-color: #d1d1d1; position: absolute; left: -1.8em; bottom: -1px; }
.subs-wrapper--digonly .features li.key span { font-weight: 900; }
.subs-wrapper--digonly .features li.key i, .subs-wrapper--digonly .features li.key span { color: #099ea0; }

.subs-wrapper--single { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.subs-wrapper--single .sub-box { -ms-flex-preferred-size: 80%; flex-basis: 80%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; background-color: #fff !important; }
.subs-wrapper--single .sub-box:before, .subs-wrapper--single .sub-box:hover, .subs-wrapper--single .sub-box .hover { right: 50% !important; left: 0; }
.subs-wrapper--single .sub-box:after { content: none; }
.subs-wrapper--single .sub-box .package-top-info, .subs-wrapper--single .sub-box .sub-features { -ms-flex-preferred-size: 50%; flex-basis: 50%; }
.subs-wrapper--single .sub-box .devices .offer { width: 95px; height: 95px; 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; }
.subs-wrapper--single .sub-box .devices .offer .amount { font-size: 30px; margin-top: 12px; margin-bottom: 10px; }
.subs-wrapper--single .sub-box .devices .offer .smalltext { line-height: 0.9em; font-size: 16px; }

.sub-box { flex-basis: 18%; 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: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 2em 0 1em; color: #fff; position: relative; text-align: center; background-color: #363940; }
.sub-box * { position: relative; z-index: 5; }
.sub-box:nth-child(odd) { background-color: #4A4D53; }
@media only screen and (max-width: 767px) { .sub-box:nth-child(odd) { background-color: #363940; } }
@media only screen and (max-width: 767px) { .sub-box.hover { background: -webkit-linear-gradient(top, #099ea0, #22262D); /* Chrome 10+, Saf5.1+, iOS 5+ */ background: -moz-linear-gradient(top, #099ea0, #22262D); /* FF3.6 */ background: linear-gradient(to bottom, #099ea0, #22262D); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='$fromColor', EndColorStr='$toColor'); }
  .sub-box.hover .devices i { color: #fff; } }
.sub-box:before { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; padding: 0; opacity: 0; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; background: -webkit-linear-gradient(top, #099ea0, #22262D); /* Chrome 10+, Saf5.1+, iOS 5+ */ background: -moz-linear-gradient(top, #099ea0, #22262D); /* FF3.6 */ background: linear-gradient(to bottom, #099ea0, #22262D); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='$fromColor', EndColorStr='$toColor'); }
@media only screen and (min-width: 768px) { .sub-box.hover .devices i, .sub-box:hover .devices i { color: #fff; }
  .sub-box.hover:before, .sub-box:hover:before { top: -12px; right: -4px; left: -4px; opacity: 1; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; background: -webkit-linear-gradient(top, #099ea0, #22262D); /* Chrome 10+, Saf5.1+, iOS 5+ */ background: -moz-linear-gradient(top, #099ea0, #22262D); /* FF3.6 */ background: linear-gradient(to bottom, #099ea0, #22262D); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='$fromColor', EndColorStr='$toColor'); } }
.sub-box.hover.default:before { opacity: 0 !important; }
@media only screen and (max-width: 767px) { .sub-box { border-bottom: 1px solid #ddd; margin-bottom: 10px; } }
.sub-box .heading { padding: 15px 0; }
.sub-box .heading h1 { color: #fff; padding: 0; }
@media only screen and (min-width: 768px) and (max-width: 979px) { .sub-box .heading h1 { font-size: 150%; } }
.sub-box .intro { margin-bottom: 10px; padding: 0 15px; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
@media only screen and (min-width: 768px) and (max-width: 979px) { .sub-box .intro { padding: 0 10px; font-size: 14px; } }
@media only screen and (min-width: 320px) and (max-width: 1024px) { .sub-box .intro span { display: block; } }
.sub-box .price { margin: 2em 0; }
@media only screen and (max-width: 767px) { .sub-box .price { margin: 1em 0; } }
.sub-box .price .cost { display: block; font-size: 180%; font-weight: 900; }
@media only screen and (max-width: 767px) { .sub-box .price .cost { font-size: 250%; } }
@media only screen and (max-width: 767px) { .sub-box .price .frequency { padding-top: 3px; } }
.sub-box .devices { width: 100%; margin-bottom: 10px; position: relative; display: inline-block; }
.sub-box .devices i { font-size: 2.5em; position: relative; color: #0CC; text-shadow: 0 1px 2px rgba(34, 38, 45, 0.5); background: none; width: auto; }
.sub-box .devices .offer { width: 70px; height: 70px; position: absolute; bottom: 0; text-align: center; color: #22262D; font-weight: 900; background-color: #fff; box-shadow: 0 0 10px 0 rgba(34, 44, 55, 0.85); border-radius: 50%; z-index: 1; left: -20px; top: -15px; padding-top: 8px; line-height: 0.4; -webkit-transform: rotate(-10deg); transform: rotate(-10deg); }
@media only screen and (min-width: 768px) and (max-width: 979px) { .sub-box .devices .offer { width: 60px; height: 60px; top: -48px; } }
@media only screen and (max-width: 767px) { .sub-box .devices .offer { left: 15px; top: -15px; box-shadow: 0 0 2px 6px rgba(0, 0, 0, 0.09); } }
.sub-box .devices .offer .smalltext { font-size: 12px; display: block; }
@media only screen and (min-width: 768px) and (max-width: 979px) { .sub-box .devices .offer .smalltext { font-size: 10px; } }
.sub-box .devices .offer .amount { display: block; letter-spacing: -0.04em; font-size: 19px; line-height: 16px; margin-top: 9px; margin-bottom: 5px; }
@media only screen and (max-width: 767px) { .sub-box .devices .offer .amount { text-shadow: none; } }
@media only screen and (max-width: 480px) { .sub-box .devices .offer .amount { font-size: 14px; } }
@media only screen and (min-width: 768px) and (max-width: 979px) { .sub-box { margin: 0; }
  .sub-box button { padding: 5px 2px; width: 120px; font-size: 14px; }
  .sub-box button .sub-line { font-size: 11px; } }

@media only screen and (max-width: 767px) and (orientation: landscape) { .subs-wrapper:not(.subs-wrapper--digonly) .sub-box { display: none; }
  .subs-wrapper--digonly .sub-box:after { top: 46%; } }
/* Flip phone banner message */
.flip-phone { background-color: #4A4D53; display: none; height: 50px; color: #fff; }
@media only screen and (max-width: 767px) { .flip-phone { display: block; } }

.flip-phone__image { -webkit-mask-image: url("/assets/images/subscriptions/flip-mobile.svg"); mask: url("/assets/images/subscriptions/flip-mobile.svg"); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; background: #FFFFFF; display: inline-block; float: left; height: 30px; width: 30%; margin: 10px 0 5px 10px; }
@media only screen and (max-width: 767px) and (orientation: landscape) { .flip-phone__image { -webkit-mask-image: url("/assets/images/subscriptions/flip-mobile-landscape.svg"); mask: url("/assets/images/subscriptions/flip-mobile-landscape.svg"); } }

.flip-phone__instruction { width: 100%; margin-top: 0; padding: 0; }
.flip-phone__instruction:before { content: "Flip your phone to compare packages"; font-size: 13px; }
@media only screen and (max-width: 374px) { .flip-phone__instruction:before { display: block; line-height: 18px; padding-top: 8px; } }
@media only screen and (max-width: 767px) and (orientation: landscape) { .flip-phone__instruction:before { content: "Flip your phone to choose your package"; line-height: 50px !important; } }

body { font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #4d4d4d; }
body * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased; }

#torso > .container, #torso .bt-container { width: 100% !important; }

#torso .bt-container { max-width: 1200px; }

/* subscription comparison table */
@media only screen and (max-width: 767px) { #comparison-table { display: none; } }
@media only screen and (max-width: 767px) and (orientation: landscape) { #comparison-table { display: block !important; } }
@media only screen and (min-width: 768px) { #comparison-table { padding-top: 2em; } }
#comparison-table tbody tr:nth-child(even) { background-color: #EAEBEB; }
#comparison-table tr th { font-size: 120%; padding: 5px; vertical-align: middle; }
#comparison-table tr th.benefit-col { text-align: left; }
@media only screen and (max-width: 767px) and (orientation: landscape) { #comparison-table tr th { font-size: 100%; } }
#comparison-table tr td { color: #666; text-align: center; padding: 5px; vertical-align: middle; }
@media only screen and (max-width: 767px) and (orientation: landscape) { #comparison-table tr td { font-size: 13px; } }
#comparison-table tr td:first-child { text-align: left; width: 28%; }
@media only screen and (max-width: 767px) and (orientation: landscape) { #comparison-table tr td:first-child { width: 45%; } }
@media only screen and (max-width: 767px) and (orientation: landscape) { #comparison-table .buy-buttons { display: none; } }
@media only screen and (min-width: 768px) and (max-width: 979px) { #comparison-table .buy-buttons button { font-size: 14px; width: auto; margin-top: 5px; width: 120px; padding: 5px 2px; } }

#comparison-table table i.fa-times { color: #B82325; }
#comparison-table table i.fa-check { color: #0B9C6B; }

th.sub-col { font-size: 12px; }

/* OTHER SUBS */
.intercept-modal *, .sub-box *, .extra-box * { -webkit-font-smoothing: antialiased; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Lightboxes */
.white-popup { position: relative; background: #FFF; padding: 20px; width: auto; max-width: 700px; margin: 20px auto; -webkit-border-radius: 7px; border-radius: 7px; }

.intercept-modal.white-popup { max-width: 700px; }

.intercept-modal .modal-wrap { padding: 20px; }

.corporate-box.white-popup { max-width: 620px; }

.notlisted.white-popup { max-width: 420px; }

.thank-you.white-popup { max-width: 420px; }

.address-box.white-popup { max-width: 320px; }

/* Corporate */
.corporate-box .it-logo { display: block; text-align: center; margin-bottom: 20px; }

.corporate-box .it-logo img { max-width: 340px; }

.corporate-box h2 { font-family: "DINWeb-Bold", Arial, Helvetica, sans-serif; padding: 0; margin-bottom: 6px; font-size: 24px; text-align: center; }

.corporate-box p { font-size: 14px; line-height: 1.5em; font-family: Helvetica, Arial, sans-serif; }

.corporate-box form fieldset { margin-bottom: 20px; }

.corporate-box form div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.corporate-box form div.group { margin-bottom: 10px; }

.corporate-box form div.half { display: inline-block; vertical-align: top; width: 50%; margin-right: -4px; }

.corporate-box form div.half.right { float: none; padding-left: 10px; }

.corporate-box form div label { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #333; }

.corporate-box form div label.error { -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 280px; padding: 4px 6px; color: #b94a48; background-color: #f2dede; border: 1px solid #eed3d7; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: bold; line-height: 20px; }

.corporate-box form div input:not([type="checkbox"]) { -webkit-border-radius: 5px; border-radius: 5px; height: auto; padding: 8px; font-size: 16px; background-color: #F7F7F7; border: 1px solid #CCC; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; width: 278px; }

.corporate-box form div input:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

.corporate-box form div textarea { -webkit-border-radius: 5px; border-radius: 5px; padding: 8px; font-size: 14px; background-color: #F7F7F7; border: 1px solid #CCC; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; width: 280px; height: 80px; margin-bottom: 10px; }

.corporate-box form div textarea:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

.corporate-box form div select { height: 36px; width: 278px; }

.corporate-box .it-btn { margin: 0 10px 10px 0; padding: 9px 16px 5px 16px; display: inline-block; font-weight: 800; font-family: "DINWeb-Bold", Arial, sans-serif; font-size: 16px; line-height: 20px; -webkit-border-radius: 5px; border-radius: 5px; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; text-transform: uppercase; text-align: center; }

.corporate-box .btn-signin { background: #3989CF; border: 1px solid #2E6FA9; color: #FFF; }

.corporate-box .btn-signin:hover { background: #3071A9; border-color: #285E8E; }

.corporate-box .btn-close { background: #EEE; color: #555; border: 1px solid #AAA; }

.corporate-box .btn-close:hover { background: #DDD; border-color: #888; }

/* Media Queries */
@media only screen and (max-width: 979px) { .corporate-box .it-logo img { max-width: 260px; }
  .corporate-box h2 { font-size: 20px; }
  .corporate-box form div.half { display: block; width: 100%; }
  .corporate-box form div.half.right { padding-left: 0; } }
/* ========================================== */
/* Delivery Address / Not Listed
/* ========================================== */
.address-box { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #333; }

.address-box h3 { font-family: "DINWeb-Bold", Arial, Helvetica, sans-serif; text-align: center; padding-top: 0; font-size: 22px; }

.address-box p { text-align: center; }

.address-box .center { text-align: center; }

.address-box label { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #333; }

.address-box form select { width: 100%; }

.address-box form .control-group { margin-bottom: 15px; }

.address-box form input { webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; -webkit-border-radius: 3px; border-radius: 3px; height: 32px; font-size: 16px; box-shadow: none; border: 1px solid #AAA; padding: 2px 8px; }

.address-box form input:focus { outline: none; border-color: #666; }

.address-box form button { margin: 15px 0 0 0; background: #337ab7; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #2e6da4; text-shadow: none; -webkit-box-shadow: none; box-shadow: none; color: #FFF; font-weight: 800; }

.address-box form button:hover { background: #286090; border-color: #204d74; color: #FFF; }

/* Not Listed */
.notlisted h3 { font-family: "DINWeb-Bold", Arial, Helvetica, sans-serif; text-align: center; padding-top: 0; font-size: 22px; margin-bottom: 5px; }

.notlisted p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #333; }

.notlisted p.last { padding-bottom: 0; }

/* Thank You */
.thank-you h3 { font-family: "DINWeb-Bold", Arial, Helvetica, sans-serif; text-align: center; padding-top: 0; font-size: 22px; margin-bottom: 5px; }

.thank-you p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #333; }

/* More Subscriptions */
@font-face { font-family: 'sub-icon-font'; font-weight: normal; font-style: normal; src: url("/assets/images/subscriptions/sub-icon-font/sub-icon-font.eot"); src: url("/assets/images/subscriptions/sub-icon-font/sub-icon-font.eot?#iefix") format("embedded-opentype"), url("/assets/images/subscriptions/sub-icon-font/sub-icon-font.woff") format("woff"), url("/assets/images/subscriptions/sub-icon-font/sub-icon-font.ttf") format("truetype"), url("/assets/images/subscriptions/sub-icon-font/sub-icon-font.svg#ecoicon") format("svg"); }
@media only screen and (min-width: 768px) { .more-subs { display: -webkit-box; display: -ms-flexbox; display: flex; webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }
@media only screen and (min-width: 768px) and (min-width: 980px) and (max-width: 1219px) { .more-subs { padding: 0 10px; } }
@media only screen and (min-width: 768px) { .more-subs--3 .sub-link { flex-basis: 30%; }
  .more-subs--4 .sub-link { flex-basis: 24%; }
  .more-subs--5 .sub-link { flex-basis: 19%; } }
.more-subs a { display: block; color: inherit; }
.more-subs .sub-link { text-align: center; padding: 1em; border: 1px solid #D1D1D1; margin-bottom: 1em; }
.more-subs .sub-link p { padding: 0; }
.more-subs .sub-icon-effect { box-sizing: border-box; text-align: center; height: 100px; }
.more-subs .sub-icon-effect i { display: inline-block; width: 90px; }
.more-subs .sub-icon-effect i:before { color: #333; font-size: 40px; line-height: 90px; display: block; -webkit-font-smoothing: antialiased; }
.more-subs .sub-icon-effect i:hover:before { color: #009999; transition: all .3s ease; }
.more-subs .sub-icon-effect i-gift:before { content: "\e604"; }
.more-subs .sub-icon-effect i-print-dig:before { content: "\e603"; font-size: 75px !important; top: 6px; }
.more-subs .sub-icon-effect i-dig:before { content: "\e605"; top: 4px; }
.more-subs .sub-icon-effect i-print:before { content: "\e606"; top: 6px; }
.more-subs .sub-icon-effect i-corporate:before { content: "\e600"; }
.more-subs .sub-icon-effect i:after { content: ""; box-sizing: content-box; height: 4px; width: 75%; background-color: #FAD165; position: relative; display: block; left: 12.5%; transition: all .3s ease; }
.more-subs .sub-icon-effect i:hover:after { width: 100%; left: 0px; }

/* Still Undecided  */
.subscription-link-wrapper { background: url("/static/subscription-tour/images/Hero-bg.jpg") center 35%; margin: 2em -500%; padding: 1em 500%; color: #FFF; text-align: center; }
.subscription-link-wrapper .subscription-link-header { font-family: "Merriweather", Georgia, Times, serif; font-size: 2em; margin: 0.5em 0; }
.subscription-link-wrapper .subscription-link-body { margin-bottom: 0.5em; }
.subscription-link-wrapper .subscription-link-text { font-size: 1.2em; line-height: 1.2em; padding: 0 2em 1.5em; }
@media only screen and (max-width: 767px) { .subscription-link-wrapper .subscription-link-text { padding: 0 0 1.5em; } }

/*# sourceMappingURL=subpackages.css.map */
