@charset "UTF-8";
/*-------------------------------------------*\
      #ANCLA-BRIEFS
\*-------------------------------------------*/
/**
 * This file try to follow the CSS GUIDELINES http://cssguidelin.es/
 * For more information about this file structure, refere to https://github.com/inuitcss/getting-started
 *
 * This is a way to document all the content that the SCSS will empower your site
 * It is divided by 7 sections.
 *
 * SETTINGS: Global variables, site-wide settings, config switches, etc.
 * TOOLS: Site-wide mixins and functions
 * GENERIC: Low-specificity, far-reaching rulesets (e.g. rulesets)
 * BASE: Unclassed HTML elements (e.g a{}, blockquote {}, address {})
 * OBJECTS: Objects, abstractions and design patterns (e.g .media {})
 * COMPONENTS: Discrete, complete chunks of UI (e.g. .carousel {}). This is the one
 * layer that inuitcss doesn't get involved with.
 * TRUMPS: High-specificity, very explicit selectors. Overrides and helper classes (e.g. .hidden {})
 */
/**
 * CONTENTS
 *
 * SETTINGS
 * Default..................inuitcss' default settings
 * Responsive...............inuitcss' default  responsive settings
 *
 * TOOLS
 *
 * GENERIC
 *
 * BASE
 *
 * OBJECTS
 *
 *
 * COMPONENTS
 *
 *
 * TRUMPS
 *
 */
/*
 * SETTINGS
 */
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/*
 * TOOLS
 */
/*
 * GENERIC
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/**
 * Prevent `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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/*
 * BASE
 */
/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  background-color: #fff;
  color: #333;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */ }

/*
 * OBJECTS
 */
/*
 * COMPONENTS
 */
/*
 * TRUMPS
 */
/*------------------------------------*\
    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.u-2/3`) or a spoken-
 * word format (e.g. `.u-2-of-3`). Use these in your markup:
 *
 * <div class="u-7/12">
 */
.u-1-of-1 {
  width: 100% !important; }

.u-1-of-2 {
  width: 50% !important; }

.u-1-of-3 {
  width: 33.33333% !important; }

.u-2-of-3 {
  width: 66.66667% !important; }

.u-1-of-4 {
  width: 25% !important; }

.u-2-of-4 {
  width: 50% !important; }

.u-3-of-4 {
  width: 75% !important; }

.u-1-of-5 {
  width: 20% !important; }

.u-2-of-5 {
  width: 40% !important; }

.u-3-of-5 {
  width: 60% !important; }

.u-4-of-5 {
  width: 80% !important; }

/*------------------------------------*\
    #WIDTHS-RESPONSIVE
\*------------------------------------*/
/**
 * Responsive width classes based on your responsive settings.
 */
@media screen and (max-width: 44.9375em) {
  .u-1-of-1-palm {
    width: 100% !important; }

  .u-1-of-2-palm {
    width: 50% !important; }

  .u-1-of-3-palm {
    width: 33.33333% !important; }

  .u-2-of-3-palm {
    width: 66.66667% !important; }

  .u-1-of-4-palm {
    width: 25% !important; }

  .u-2-of-4-palm {
    width: 50% !important; }

  .u-3-of-4-palm {
    width: 75% !important; }

  .u-1-of-5-palm {
    width: 20% !important; }

  .u-2-of-5-palm {
    width: 40% !important; }

  .u-3-of-5-palm {
    width: 60% !important; }

  .u-4-of-5-palm {
    width: 80% !important; } }
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .u-1-of-1-lap {
    width: 100% !important; }

  .u-1-of-2-lap {
    width: 50% !important; }

  .u-1-of-3-lap {
    width: 33.33333% !important; }

  .u-2-of-3-lap {
    width: 66.66667% !important; }

  .u-1-of-4-lap {
    width: 25% !important; }

  .u-2-of-4-lap {
    width: 50% !important; }

  .u-3-of-4-lap {
    width: 75% !important; }

  .u-1-of-5-lap {
    width: 20% !important; }

  .u-2-of-5-lap {
    width: 40% !important; }

  .u-3-of-5-lap {
    width: 60% !important; }

  .u-4-of-5-lap {
    width: 80% !important; } }
@media screen and (min-width: 45em) {
  .u-1-of-1-lap-and-up {
    width: 100% !important; }

  .u-1-of-2-lap-and-up {
    width: 50% !important; }

  .u-1-of-3-lap-and-up {
    width: 33.33333% !important; }

  .u-2-of-3-lap-and-up {
    width: 66.66667% !important; }

  .u-1-of-4-lap-and-up {
    width: 25% !important; }

  .u-2-of-4-lap-and-up {
    width: 50% !important; }

  .u-3-of-4-lap-and-up {
    width: 75% !important; }

  .u-1-of-5-lap-and-up {
    width: 20% !important; }

  .u-2-of-5-lap-and-up {
    width: 40% !important; }

  .u-3-of-5-lap-and-up {
    width: 60% !important; }

  .u-4-of-5-lap-and-up {
    width: 80% !important; } }
@media screen and (max-width: 63.9375em) {
  .u-1-of-1-portable {
    width: 100% !important; }

  .u-1-of-2-portable {
    width: 50% !important; }

  .u-1-of-3-portable {
    width: 33.33333% !important; }

  .u-2-of-3-portable {
    width: 66.66667% !important; }

  .u-1-of-4-portable {
    width: 25% !important; }

  .u-2-of-4-portable {
    width: 50% !important; }

  .u-3-of-4-portable {
    width: 75% !important; }

  .u-1-of-5-portable {
    width: 20% !important; }

  .u-2-of-5-portable {
    width: 40% !important; }

  .u-3-of-5-portable {
    width: 60% !important; }

  .u-4-of-5-portable {
    width: 80% !important; } }
@media screen and (min-width: 64em) {
  .u-1-of-1-desk {
    width: 100% !important; }

  .u-1-of-2-desk {
    width: 50% !important; }

  .u-1-of-3-desk {
    width: 33.33333% !important; }

  .u-2-of-3-desk {
    width: 66.66667% !important; }

  .u-1-of-4-desk {
    width: 25% !important; }

  .u-2-of-4-desk {
    width: 50% !important; }

  .u-3-of-4-desk {
    width: 75% !important; }

  .u-1-of-5-desk {
    width: 20% !important; }

  .u-2-of-5-desk {
    width: 40% !important; }

  .u-3-of-5-desk {
    width: 60% !important; }

  .u-4-of-5-desk {
    width: 80% !important; } }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .u-1-of-1-retina {
    width: 100% !important; }

  .u-1-of-2-retina {
    width: 50% !important; }

  .u-1-of-3-retina {
    width: 33.33333% !important; }

  .u-2-of-3-retina {
    width: 66.66667% !important; }

  .u-1-of-4-retina {
    width: 25% !important; }

  .u-2-of-4-retina {
    width: 50% !important; }

  .u-3-of-4-retina {
    width: 75% !important; }

  .u-1-of-5-retina {
    width: 20% !important; }

  .u-2-of-5-retina {
    width: 40% !important; }

  .u-3-of-5-retina {
    width: 60% !important; }

  .u-4-of-5-retina {
    width: 80% !important; } }
h1, h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #222222; }

* {
  box-sizing: border-box; }

a, a:visited, a:active {
  color: inherit; }

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 19px;
  background-color: #fff;
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 44.9375em) {
    body {
      line-height: 1.8; } }

.container {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px; }
  @media screen and (max-width: 44.9375em) {
    .container {
      width: 100%; } }

header {
  margin-bottom: 60px;
  border-bottom: 3px solid #222222; }
  @media screen and (max-width: 44.9375em) {
    header {
      margin-bottom: 0;
      border-bottom: 3px solid transparent; } }
  header a {
    display: block;
    text-align: center; }
  header > h1 {
    padding: 20px 0; }

label {
  display: inline-block;
  cursor: pointer;
  position: relative; }

fieldset {
  display: block;
  border: none;
  margin: 0;
  padding: 10px 0; }

input[type=radio],
input[type=checkbox] {
  display: none; }

input[type=radio] + label,
input[type=checkbox] + label {
  padding-left: 26px; }
  @media screen and (max-width: 44.9375em) {
    input[type=radio] + label,
    input[type=checkbox] + label {
      display: block;
      float: left;
      margin-bottom: 10px; } }
  input[type=radio] + label:before,
  input[type=checkbox] + label:before {
    content: "\00d7";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 2px solid #000;
    color: transparent;
    font-size: 1.5em;
    text-align: center;
    line-height: 0.5em;
    transition: color 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
    @media screen and (max-width: 44.9375em) {
      input[type=radio] + label:before,
      input[type=checkbox] + label:before {
        display: block;
        float: left; } }

input[type=radio] + label:before {
  content: "•";
  border-radius: 50%;
  font-size: 2.15em;
  line-height: 0.343; }

input[type=radio] + label {
  margin-right: 20px; }

input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
  color: #000; }

.stacked-input {
  margin-bottom: 20px; }
  @media screen and (max-width: 44.9375em) {
    .stacked-input {
      width: 100%; } }

/*
 * Text Styling
 */
p {
  margin: 0;
  margin-bottom: 20px; }

.semibold {
  font-weight: 600; }

.sidenote {
  font-style: italic;
  font-size: 13px; }

.main-head__logo {
  float: left;
  padding: 70px 0 42px; }
  @media screen and (max-width: 44.9375em) {
    .main-head__logo {
      padding: 20px 0 0; } }

.main-head__title {
  margin: 0;
  padding-top: 104px;
  float: right;
  font-size: 18px;
  text-transform: uppercase; }
  @media screen and (max-width: 44.9375em) {
    .main-head__title {
      float: left;
      clear: left;
      padding-top: 0; } }

.main-title {
  display: inline-block;
  margin-left: -28px;
  margin-bottom: 35px;
  padding: 5px 24px;
  border-left: 3px solid #000;
  font-size: 18px;
  font-weight: 800; }
  @media screen and (max-width: 44.9375em) {
    .main-title {
      padding: 5px 0 5px 12px;
      margin-left: 0; } }

.main-subtitle {
  width: 100%;
  display: inline-block;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 600; }

.main {
  padding-left: 180px; }
  @media screen and (max-width: 44.9375em) {
    .main {
      padding-left: 0; } }

.highlight-box {
  margin-left: -29px;
  margin-bottom: 40px;
  padding: 29px;
  background-color: #f6f6f6; }
  @media screen and (max-width: 44.9375em) {
    .highlight-box {
      margin-left: 0;
      padding: 1em; } }

.text-group {
  float: left; }
  .text-group:not(:first-of-type) {
    padding-left: 5px; }
    @media screen and (max-width: 44.9375em) {
      .text-group:not(:first-of-type) {
        padding-left: 0; } }

.field {
  margin-bottom: 20px; }
  .field textarea {
    resize: none; }
  .field input[type="text"],
  .field input[type="email"],
  .field textarea {
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background-color: #fff;
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .field input[type="text"]:focus,
    .field input[type="email"]:focus,
    .field textarea:focus {
      /* Firefox 18- */
      /* Firefox 19+ */ }
      .field input[type="text"]:focus::-webkit-input-placeholder,
      .field input[type="email"]:focus::-webkit-input-placeholder,
      .field textarea:focus::-webkit-input-placeholder {
        color: transparent; }
      .field input[type="text"]:focus:-moz-placeholder,
      .field input[type="email"]:focus:-moz-placeholder,
      .field textarea:focus:-moz-placeholder {
        color: transparent; }
      .field input[type="text"]:focus::-moz-placeholder,
      .field input[type="email"]:focus::-moz-placeholder,
      .field textarea:focus::-moz-placeholder {
        color: transparent; }
      .field input[type="text"]:focus:-ms-input-placeholder,
      .field input[type="email"]:focus:-ms-input-placeholder,
      .field textarea:focus:-ms-input-placeholder {
        color: transparent; }
    @media screen and (max-width: 44.9375em) {
      .field input[type="text"],
      .field input[type="email"],
      .field textarea {
        line-height: 2em; } }
  .field input[type="submit"] {
    font-size: 18px;
    cursor: pointer;
    padding: 20px 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
    @media screen and (min-width: 45em) {
      .field input[type="submit"]:hover {
        background-color: #000;
        color: #fff;
        border-color: #fff; } }
    @media screen and (max-width: 44.9375em) {
      .field input[type="submit"] {
        width: 100%;
        padding: 20px; } }
    .field input[type="submit"][disabled] {
      opacity: 0.5;
      cursor: not-allowed; }
      @media screen and (min-width: 45em) {
        .field input[type="submit"][disabled]:hover {
          background-color: initial;
          color: initial;
          border-color: initial; } }
  .field > label {
    display: block;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px; }

.field--inline {
  display: inline-block; }
  .field--inline > label {
    display: inline-block;
    margin-bottom: 0; }

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.main-footer {
  padding: 30px 0;
  border-top: 3px solid #222222; }
  @media screen and (max-width: 44.9375em) {
    .main-footer {
      text-align: center; } }

.main-footer__links {
  float: right; }
  @media screen and (max-width: 44.9375em) {
    .main-footer__links {
      display: inline-block;
      width: 100%;
      float: none;
      margin-bottom: 20px; } }
  .main-footer__links > a {
    font-size: 15px;
    line-height: 27px;
    font-weight: 600;
    color: #222222;
    text-decoration: none; }
    @media screen and (max-width: 44.9375em) {
      .main-footer__links > a {
        display: block;
        width: 100%;
        text-align: center; } }
  .main-footer__links a + a {
    margin-left: 20px; }
    @media screen and (max-width: 44.9375em) {
      .main-footer__links a + a {
        margin-left: 0; } }

.main-footer__social {
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none; }
  @media screen and (max-width: 44.9375em) {
    .main-footer__social {
      display: inline-block;
      float: none; } }
  .main-footer__social li {
    display: inline-block;
    vertical-align: middle; }
  .main-footer__social a {
    display: inline-block; }
  .main-footer__social img {
    vertical-align: middle; }

/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.cf:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*\
    #SPACING
\*------------------------------------*/
.ml {
  margin-left: 1em; }

.pl {
  padding-left: 1em; }
  @media screen and (max-width: 44.9375em) {
    .pl {
      padding-left: 0; } }

/*------------------------------------*\
    $SPLIT
\*------------------------------------*/
.split {
  display: flex;
  float: left; }

.split__title {
  padding-right: 5px; }

.split__field {
  flex: 1; }

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