/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
#content-main {
  font-size: 100%;
  line-height: 1.75em;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
#content-main {
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Add the correct display in IE <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
  /**
 * Add the correct display in IE <10.
 */
  /**
 * Add the correct display and remove excess height in iOS 4-7.
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Add the correct display in IE <11, Safari <8, and Firefox <22.
 * 1. Add the correct display in IE.
 */
  /* Links
   ========================================================================== */
  /**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
  /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * 1. Remove the bottom border in Firefox <40.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font style in Android <4.4.
 */
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /**
 * Add the correct background and color in IE <10.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE <11.
 */
  /**
 * Hide the overflow in IE.
 */
  /* Grouping content
   ========================================================================== */
  /**
   * Set 1 unit of vertical rhythm on the top and bottom margin.
   */
  /**
   * Address margins set differently in IE 6/7.
   */
  /**
     * Turn off margins on nested lists.
     */
  /**
   * Address paddings set differently in IE 6/7.
   */
  /**
   * Correct list images handled incorrectly in IE 7.
   */
  /**
 * Add the correct margin in IE 8.
 */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
   * Set 1 unit of vertical rhythm on the top and bottom margin.
   */
  /* Forms
   ========================================================================== */
  /**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
  /**
   * Correct margin displayed oddly in IE 6/7.
   */
  /**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
  /**
 * Show the overflow in IE.
 */
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
  /**
 * Show the overflow in Edge.
 */
  /**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  /**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
  /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
  /**
 * Restore the font weight unset by a previous rule.
 */
  /**
 * Remove the default vertical scrollbar in IE.
 */
}

#content-main article,
#content-main aside,
#content-main details,
#content-main figcaption,
#content-main figure,
#content-main footer,
#content-main header,
#content-main main,
#content-main menu,
#content-main nav,
#content-main section,
#content-main summary {
  display: block;
}

#content-main audio,
#content-main canvas,
#content-main progress,
#content-main video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#content-main audio:not([controls]) {
  display: none;
  height: 0;
}

#content-main progress {
  vertical-align: baseline;
}

#content-main template,
#content-main [hidden] {
  display: none;
}

#content-main a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

#content-main a:active,
#content-main a:hover {
  outline-width: 0;
}

#content-main abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#content-main b,
#content-main strong {
  font-weight: inherit;
}

#content-main b,
#content-main strong {
  font-weight: bolder;
}

#content-main pre,
#content-main code,
#content-main kbd,
#content-main samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  font-size: 1em;
  /* 2 */
}

#content-main dfn {
  font-style: italic;
}

#content-main h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 56px;
  line-height: 3.5rem;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main h3 {
  font-size: 18.72px;
  font-size: 1.17rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main h5 {
  font-size: 13.28px;
  font-size: 0.83rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main h6 {
  font-size: 10.72px;
  font-size: 0.67rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main mark {
  background-color: #ff0;
  color: #000;
}

#content-main small {
  font-size: 80%;
}

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

#content-main sub {
  bottom: -0.25em;
}

#content-main sup {
  top: -0.5em;
}

#content-main img {
  border-style: none;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

#content-main svg:not(:root) {
  overflow: hidden;
}

#content-main blockquote {
  margin: 28px 40px;
  margin: 1.75rem 40px;
}

#content-main dl,
#content-main menu,
#content-main ol,
#content-main ul {
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main ol ol,
#content-main ol ul,
#content-main ul ol,
#content-main ul ul {
  margin: 0;
}

#content-main dd {
  margin: 0 0 0 40px;
}

#content-main menu,
#content-main ol,
#content-main ul {
  padding: 0 0 0 40px;
}

#content-main nav ul,
#content-main nav ol {
  list-style: none;
  list-style-image: none;
}

#content-main figure {
  margin: 28px 40px;
  margin: 1.75rem 40px;
}

#content-main hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

#content-main p,
#content-main pre {
  margin: 28px 0;
  margin: 1.75rem 0;
}

#content-main p:first-child,
#content-main pre:first-child {
  margin-top: 0;
}

#content-main p:last-child,
#content-main pre:last-child {
  margin-bottom: 0;
}

#content-main form {
  margin: 0;
}

#content-main button,
#content-main input,
#content-main optgroup,
#content-main select,
#content-main textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  *font-family: sans-serif;
  /* 3 */
  *vertical-align: middle;
  /* 4 */
}

#content-main button {
  overflow: visible;
}

#content-main button,
#content-main select {
  /* 1 */
  text-transform: none;
}

#content-main button,
#content-main html [type="button"],
#content-main [type="reset"],
#content-main [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

#content-main button,
#content-main [type="button"],
#content-main [type="reset"],
#content-main [type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}

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

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

#content-main input {
  overflow: visible;
  line-height: normal;
}

#content-main [type="checkbox"],
#content-main [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

#content-main [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
   */
}

#content-main [type="search"]::-webkit-search-cancel-button, #content-main [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#content-main ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

#content-main ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

#content-main fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

#content-main legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */
  *margin-left: -7px;
  /* 4 */
}

#content-main optgroup {
  font-weight: bold;
}

#content-main textarea {
  overflow: auto;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "" !important;
}

/*  Remove List Styles
*
*   No Params
*
*   Example Usage:
*
*     ul {
*       @include no-bullet;
*     }
*
*/
/*  Media Query Mixin
*
*   @param {Media Query} $mq - Media query in single quotes: eg. 'screen and (min-width: 480px)'
*
*   Example Usage:
*
*     .selector {
*       property: value;
*
*       @include mq($bp768) {
*         property: value;
*       }
*     }
*
*/
/*  Placeholder Mixin
*
*   No Params
*
*   Example Usage:
*
*     input[placeholder] {
*       @include placeholder {
*         color: red;
*       }
*     }
*
*/
/*  PX to REM Conversion
*
*   @param {Pixel} $px - Unitless pixel value to be converted into rems.
*
*   Example Usage:
*
*     margin-bottom: rem(20);
*
*/
/**
 * Hide an element, whilst making its content available to screen readers
 * and meeting WCAG AA guidelines
 */
.visually-hidden,
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

a {
  color: #4575B0;
}

@media screen and (min-width: 640px) {
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
  }
}

.container header {
  padding: 25px;
}

@media screen and (min-width: 640px) {
  .container header {
    padding: 0;
    width: 48%;
  }
}

@media screen and (max-width: 639px) {
  .container header .intro {
    text-align: center;
  }
}

@media screen and (min-width: 640px) {
  .container header .intro {
    padding: 0 16.5% 0 20%;
  }
}

.container header .intro h1,
.container header .intro p {
  display: inline;
  font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
  color: #46353E;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
  font-style: italic;
}

@media screen and (max-width: 639px) {
  .container header .links {
    text-align: center;
  }
}

@media screen and (min-width: 640px) {
  .container header .links {
    padding: 0 16.5% 0 20%;
  }
}

.container header .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container header .links ul > li {
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.container header .links ul li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
}

@media screen and (min-width: 640px) {
  .container header .links ul li {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.container header .links h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #46353E;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin: 1.25rem 0 0 0;
}

@media screen and (min-width: 640px) {
  .container header .links h2 {
    margin-top: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.container img {
  display: block;
  width: 100%;
}

.container footer {
  padding-top: 1.25rem;
}

@media screen and (min-width: 640px) {
  .container footer {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 0;
    width: 52%;
  }
}

@media screen and (min-width: 640px) {
  .container footer .photos {
    padding: 7% 28% 0 0;
  }
}
/*# sourceMappingURL=styles.css.map */