@charset "UTF-8";
/* Southern Linc CriticalLinc Landing Page */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

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

main {
  display: block; }

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

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

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

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

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

[hidden],
template {
  display: none; }

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.wrap {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  width: 92%; }
  .wrap--narrow {
    max-width: 768px; }
  .wrap--wide {
    max-width: 1200px; }

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

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

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

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

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

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

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

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

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

/* Slider */
/* Slider */
/*
.slick-list {
  .slick-loading & {
    background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
  }
} */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: false;
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    background: #959595;
    margin: 0 5px;
    padding: 0;
    border-radius: 100%;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 16px;
      width: 16px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      padding: 0;
      opacity: 0; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: false;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #959595;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active {
      background-color: #003a5d;
      opacity: 0.75; }

@media (max-width: 768px) {
  .slick-slide {
    width: 75vw; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

.btn {
  display: inline-block;
  color: #fff;
  background-color: #00bcf1;
  border: 2px solid #00bcf1;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding: 0.7rem 1.4rem 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease-out; }
  .btn:hover {
    background-color: #00a8d8;
    border-color: #00a8d8;
    color: #fff; }
  .btn.btn--outline {
    background-color: transparent;
    color: #00bcf1; }
    .btn.btn--outline:hover {
      background-color: #00a8d8;
      border-color: #00a8d8;
      color: #fff; }

.columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 2rem 0 0; }
  @media (min-width: 768px) {
    .columns {
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-direction: row;
          flex-direction: row; }
      .columns.col-2 .column {
        width: 45%; }
      .columns.col-3 .column {
        width: 30%; } }
  .columns.flex--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.hero {
  background: radial-gradient(circle at 68% 85%, #9b9d9d 0%, #313131 50%);
  color: #fff;
  padding: 10rem 0 10rem;
  /* transform: skew(0deg, -2deg); */
  /* margin: -6rem 0 8rem; */ }
  .hero .inner-wrap {
    /* transform: skew(0deg, 2deg);  */
  }
  .hero .columns {
    -ms-flex-align: center;
        align-items: center; }
  .hero h1 {
    font-size: 55px; }
    #showcase1{
      margin: 0 0 -7rem;
      /* background: url("../img/icons/360.png") 90% 60% no-repeat;  */
    }
      #showcase2{
        margin: 0 0 -7rem;
        /* background: url("../img/icons/360.png") 90% 60% no-repeat;  */
      }  

    .hero #showcase canvas {
      top: -30px; }

  .hero #showcase {
    width: 600px;
    height: 600px;
    margin: 0 0 -7rem;
    background: url("../img/icons/360.png") 90% 60% no-repeat; }
    .hero #showcase canvas {
      top: -30px; }
  @media (max-width: 768px) {
    .hero h1 {
      font-size: 30px; }
      .hero h1 br {
        display: none; }
    .hero #showcase {
      max-width: 100vw;
      height: 100vw; } }
  @media (max-width: 1200px) {
    .hero {
      background: radial-gradient(circle at 80% 85%, #575757 0%, #252525 50%); }
      .hero #showcase {
        width: 40vw;
        height: 40vw; } }
  @media (max-width: 1024px) {
    .hero {
      background: radial-gradient(circle at 68% 85%, #575757 0%, #252525 50%); } }
  @media (max-width: 800px) {
    .hero .columns .column {
      width: 100%; }
    .hero #showcase {
      width: 90vw;
      height: 90vw; } }

.intro {
  padding: 0 0 8rem; }
  .intro .columns {
    -ms-flex-align: center;
        align-items: center; }
    .intro .columns img {
      margin: 0 auto; }
  .intro h2 {
    font-size: 50px; }
  @media (max-width: 768px) {
    .intro {
      padding: 0; }
      .intro .columns {
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse; }
      .intro .column {
        width: 75vw; }
      .intro .slick-dotted.slick-slider {
        margin-bottom: 80px; } }

.specs {
  background: #b9b9b9;
  padding: 8rem 0;
  transform: skew(0deg, 0deg); }
  .specs .inner-wrap {
    transform: skew(0deg, 0deg); }
  .specs .spec-list {
    margin-top: 3rem; }
  .specs h2 {
    font-size: 36px;
    color: #003a5d; }
  .specs dt {
    color: #003a5d;
    font-size: 15px;
    font-weight: 800;
    width: 27%;
    display: inline-block;
    margin-bottom: 1rem; }
  .specs dd {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1rem; }
  @media (max-width: 600px) {
    .specs dt,
    .specs dd {
      width: 100%; }
    .specs dd {
      margin: 0 0 1rem; } }

.features {
  background: #fff;
  padding: 8rem 0;
0 }
  .features .inner-wrap {
    transform: skew(0deg, 2deg); }
  .features .columns {
    padding-top: 4rem; }
  .features .column {
    margin-bottom: 3rem;
    padding: 0 1rem; }
  .features .icon {
    height: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .features img {
    margin-bottom: 1rem; }
  .features h2 {
    font-size: 36px;
    color: #003a5d; }
  .features h3 {
    font-family: "jaf-bernina-sans-condensed", sans-serif;
    color: #003a5d;
    font-weight: 600; }

.legal small {
  color: #959595;
  font-size: 11px;
  line-height: 18px;
  display: block;
  margin: 0 0 0.75rem; }

@media (max-width: 768px) {
  .columns {
    -ms-flex-direction: row;
        flex-direction: row; }
    .columns .column {
      width: 50%; } }

@media (max-width: 768px) {
  .columns {
    -ms-flex-direction: column;
        flex-direction: column; }
    .columns .column {
      width: 80%;
      margin: 0 auto 2rem; } }

.buy-cta {
  padding: 8rem 0 12rem;
  background: #194764 url("../img/samsung-buy-cta.jpg") 50% 0 no-repeat;
  background-size: cover;
  transform: skew(0deg, -2deg); }
  .buy-cta .inner-wrap {
    transform: skew(0deg, 2deg); }
  .buy-cta h2 {
    color: #fff;
    font-size: 36px; }
  .buy-cta .btn {
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    padding: 0.5rem 2rem;
    margin-top: 1rem; }

.form-section {
  background: #00bcf1;
  margin: -4rem 0 0;
  padding: 8rem 0;
  position: relative; }
  .form-section:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -100%, 0);
    content: " ";
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #00bcf1; }
  .form-section h2 {
    font-size: 30px;
    color: #003a5d; }
  .form-section p {
    color: #003a5d; }
  .form-section .columns .column {
    width: 48%; }
  .form-section .column {
    width: 48%; }
    .form-section .column input {
      width: 100%;
      padding: 0.75rem 1rem;
      border: none;
      margin-bottom: 1rem;
      font-weight: 500; }
  .form-section .captcha {
    margin: 1rem 0 2rem; }
    .form-section .captcha .g-recaptcha {
      margin: 0 auto;
      width: 304px; }
  .form-section .btn {
    display: block;
    margin: 2rem auto 0;
    color: #003a5d;
    border-color: #003a5d;
    font-size: 14px;
    padding: 0.5rem 2rem;
    margin-top: 1rem; }
  @media (max-width: 768px) {
    .form-section {
      padding: 3rem 0; }
      .form-section .columns .column {
        width: 100%;
        margin: 0 auto; } }

#ctl00_ctl00_HtmlBodyTag .site-header {
  background-color: #fff; }

#ctl00_ctl00_HtmlBodyTag .grid {
  margin: 0 auto !important; }

#ctl00_ctl00_HtmlBodyTag .m--col-8-12,
#ctl00_ctl00_HtmlBodyTag .l--col-9-12 {
  width: 100% !important;
  padding: 0 !important; }

#ctl00_ctl00_HtmlBodyTag .wrapper {
  max-width: 100% !important;
  padding: 0 !important; }

#ctl00_ctl00_HtmlBodyTag .section.section--main-content {
  padding: 0 !important; }
