/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
  padding: 0 0 1em; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
button,
body,
input,
select,
textarea {
  color: #666;
  font: 100%/1.5 tasman, sans-serif;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum"; }

main {
  display: block; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle;
  max-width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical;
  height: 10em;
  width: 100%; }

input,
textarea {
  font-size: 16px;
  font-size: 1rem;
  font-family: tasman, sans-serif;
  color: #666; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: 1px solid #cdd6d5;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 0.375em;
  background-color: white;
  font-size: 16px;
  font-size: 1rem;
  font-family: tasman, sans-serif;
  padding: 0.2em 0.625em;
  min-height: 2.4em;
  width: 100%;
  -webkit-appearance: none; }

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #327392;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  outline: none; }

input[type="tel"] {
  max-width: 8.5em; }

textarea {
  max-width: 40em;
  width: 100%;
  -webkit-appearance: none; }

.custom-select {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.375em;
  background-color: white;
  font-size: 14px;
  font-size: 0.875rem; }

select {
  /* Make sure the select is wider than the container so we can clip the arrow */
  width: 110%;
  max-width: 110%;
  min-width: 110%;
  /* Remove select styling */
  appearance: none;
  -webkit-appearance: none;
  /* Ugly Firefox way of doing it */
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: "";
  /* Magic font size number to prevent iOS text zoom */
  font-size: 16px;
  font-size: 1rem;
  background: none;
  border: none;
  color: #444;
  outline: none;
  /* Padding works surpringly well */
  padding: 5px 19% 6px 0.625em;
  font-family: tasman, sans-serif;
  line-height: 1.2;
  margin: 0.2em; }

@-moz-document url-prefix() {
  select {
    padding: 0.35em 19% 0.1em 0.625em;
    width: -moz-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    min-width: -moz-calc(100% + 40px); } }

@media all and (-ms-high-contrast: none) {
  select {
    padding: 0.35em 19% 0 0.625em; } }

/* This hides native custom-select button arrow in IE */
select::-ms-expand {
  display: none; }

/* Custom arrow - could be an image, SVG, icon font, etc. */
.custom-select:after {
  background: none;
  color: #bbb;
  content: "";
  background-image: url(/learprotect/graphics/sprites.png);
  -webkit-background-size: 350px 180px;
  background-size: 350px 180px;
  background-position: -35px -94px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  font-family: sans-serif;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 1;
  /* This hack makes the select behind the arrow clickable in some browsers */
  pointer-events: none; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .custom-select:after {
      background-image: url(/learprotect/graphics/sprites@2x.png); } }
/* Hover style - tricky because we're clipping the overflow */
.custom-select:hover {
  border: 1px solid #327392; }

/* Focus style */
select:focus {
  text-decoration: underline;
  outline: none; }

/* This hides focus around selected option in FF */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

a {
  color: #327392;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    text-decoration: none;
    color: #25556c; }

.button,
input[type="submit"],
button {
  border: none;
  border-radius: 0.375em;
  background-color: #327392;
  border: 2px solid transparent;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-family: tasman, sans-serif;
  padding: 0.45em 1em 0.35em;
  box-shadow: 0 3px 0 #1e4659, 0 4px 5px rgba(0, 0, 0, 0.33);
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .button:hover,
  input[type="submit"]:hover,
  button:hover {
    background-color: #1e4659;
    color: white; }
  .button:focus,
  input[type="submit"]:focus,
  button:focus {
    outline: 1px dotted #327392; }

.button--line {
  background-color: white;
  border: 2px solid #327392;
  box-shadow: none;
  background-image: none;
  color: #327392; }
  .button--line:hover {
    background-color: rgba(50, 115, 146, 0.2);
    color: #327392; }

.button--directions {
  padding-left: 2.5em; }
  .is-detail .button--directions {
    display: inline-block; }
  .button--directions::before {
    content: "";
    display: block;
    background-image: url(/learprotect/graphics/sprites.png);
    -webkit-background-size: 350px 180px;
    background-size: 350px 180px;
    background-position: -31px -52px;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 9px;
    top: 50%;
    margin-top: -11px; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .button--directions::before {
        background-image: url(/learprotect/graphics/sprites@2x.png); } }
.button__wrapper {
  text-align: center; }

.button__wrapper--push {
  padding-bottom: 3em; }

.n-symbol {
  display: inline-block;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: -6px;
  margin-bottom: -4px; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
    visibility: hidden; } }

@keyframes fadeOutDown {
  from {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
    visibility: hidden; } }

.site-main {
  padding: 3.75rem 2.5rem;
  max-width: 72.5rem;
  margin: 0 auto; }
  @media screen and (min-width: 48em) {
    .site-main {
      padding-top: 6.25rem; } }
  .site-main h2 {
    color: #a53c36;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    margin: 0 -2.5rem 3.75rem; }
    @media (min-width: 32em) {
      .site-main h2 {
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 72em) {
      .site-main h2 {
        margin-bottom: 2.5rem; } }
    .site-main h2::before, .site-main h2::after {
      content: "";
      display: block;
      background-color: rgba(165, 60, 54, 0.4);
      height: 1px;
      flex: 1; }
    .site-main h2::before {
      margin-right: 1.25rem; }
    .site-main h2::after {
      margin-left: 1.25rem; }

.main-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.2), 0 1px 6px rgba(255, 255, 255, 0.3), 0 2px 8px rgba(255, 255, 255, 0.4), 0 2px 14px rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 0.625rem 0 3.125rem;
  font-weight: 900;
  color: #327392; }
  @media (min-width: 23.25em) {
    .main-title {
      font-size: 36px;
      font-size: 2.25rem; } }
  @media (min-width: 25.875em) {
    .main-title {
      font-size: 44px;
      font-size: 2.75rem; } }
  @media (min-width: 48em) {
    .main-title {
      font-size: 54px;
      font-size: 3.375rem;
      max-width: 40rem;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 72em) {
    .main-title {
      max-width: none; } }
.header-video {
  margin: 0 auto 5rem;
  max-width: 50rem; }
  .header-video iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }

.video-wrap {
  position: relative;
  padding-top: 56.25%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 4px 10px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.1), 0 16px 40px rgba(0, 0, 0, 0.05); }

.intro {
  max-width: 50rem;
  margin: 0 auto 6.25rem;
  font-size: 21px;
  font-size: 1.3125rem; }

.brochures {
  list-style: none;
  margin: 0 auto 5rem;
  padding: 0;
  max-width: 47.5rem; }
  @media (min-width: 32em) {
    .brochures {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 2.5rem; } }
  @media (min-width: 48em) {
    .brochures {
      grid-gap: 5rem; } }
  @media (min-width: 66em) {
    .brochures {
      max-width: none;
      margin-bottom: 7.5rem; } }
.brochure-link {
  display: block;
  background-color: #327392;
  border-radius: 0.375rem;
  padding: 1.875rem;
  display: flex;
  max-width: 20rem;
  margin: 0 auto 3.125rem;
  flex-direction: column;
  justify-content: center;
  min-height: 11.25rem;
  position: relative; }
  @media (min-width: 66em) {
    .brochure-link {
      margin-bottom: 0;
      max-width: none;
      padding: 1.875rem 2.5rem 1.875rem 13.75rem; } }
  .brochure-link:hover {
    background-color: #25556c; }
    .brochure-link:hover .brochure-link__img {
      transform: rotateZ(-3deg) scale(1.05); }
      @media (min-width: 66em) {
        .brochure-link:hover .brochure-link__img {
          transform: translateY(-50%) scale(1.07); } }
    .brochure-link:hover .brochure-link__title {
      color: #fbdd44; }

.brochure-link__img {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  margin: -3.125rem auto 1.5rem;
  max-width: 10rem;
  transform: rotateZ(-3deg);
  transition: all ease 0.15s; }
  @media (min-width: 66em) {
    .brochure-link__img {
      margin: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotateZ(-3deg);
      width: 10.625rem;
      left: 1.25rem; } }
.brochure-link__title {
  color: white;
  font-weight: 900;
  font-size: 21px;
  font-size: 1.3125rem;
  transition: all ease 0.15s;
  line-height: 1.2;
  margin-bottom: 0.625rem; }

.brochure-link__read {
  color: #fbdd44;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

html {
  background-color: white; }

html,
body {
  position: relative; }

.site-wrapper-inner {
  overflow-x: hidden;
  background: url(/learprotect/graphics/header_bg.jpg) center top no-repeat; }

.site-header__wrapper {
  background-color: #182e39; }

.site-header {
  text-align: center;
  padding: 1em; }
  @media screen and (min-width: 24em) {
    .site-header {
      padding-left: 4em;
      padding-right: 4em; } }
  @media screen and (min-width: 32em) {
    .site-header {
      padding: 1em 1em 0.875em;
      display: flex;
      justify-content: center; } }
.logo-main {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding-bottom: 0.625em; }
  @media screen and (min-width: 32em) {
    .logo-main {
      padding-right: 1.25em;
      padding-top: 0.3em;
      padding-bottom: 0; } }
.logo-main__logo {
  background-image: url(/learprotect/graphics/sprites.png);
  -webkit-background-size: 350px 180px;
  background-size: 350px 180px;
  display: block;
  width: 12.5rem;
  background-position: 6px 6px;
  height: 2.75rem;
  text-indent: -9999px; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .logo-main__logo {
      background-image: url(/learprotect/graphics/sprites@2x.png); } }
.site-header__call {
  color: white;
  line-height: 1;
  padding-left: 3em;
  padding-top: 0.25em;
  position: relative;
  text-align: left;
  display: none; }
  @media screen and (min-width: 32em) {
    .site-header__call {
      padding-left: 4em;
      padding: 0.625em 0 0.625em 4em;
      border-left: 1px solid rgba(255, 255, 255, 0.1); } }
  .js .site-header__call {
    display: inline-block; }
    @media screen and (min-width: 32em) {
      .js .site-header__call {
        display: block; } }
  .site-header__call::before {
    content: "";
    display: block;
    background-image: url(/learprotect/graphics/sprites.png);
    -webkit-background-size: 350px 180px;
    background-size: 350px 180px;
    background-position: -234px 0;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .site-header__call::before {
        background-image: url(/learprotect/graphics/sprites@2x.png); } }
    @media screen and (min-width: 32em) {
      .site-header__call::before {
        top: 0.375em;
        left: 1em; } }
  .site-header__call span {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0.125em; }
  .site-header__call strong {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold; }
    .site-header__call strong a {
      color: white; }

.site-footer {
  text-align: center;
  padding: 2.5rem;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  max-width: 72rem;
  margin: 0 auto;
  letter-spacing: 0.15em;
  opacity: 0.6;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .site-footer a {
    color: white; }
