
/*
Theme Name: Some Like it Neat
Theme URI: https://github.com/digisavvy/some-like-it-neat
Author: Alex Vasquez
Author URI: http://alexhasnicehair.com
Description: A simple yet advanced Starter Theme built using _S, Bourbon and Neat (http://underscores.me, http://bourbon.io, http://neat.bourbon.io). Please refer to the README.md file for basic usage instructions and prerequisites. You can always grab the latest version over at http://github.com/digisavvy.some-like-it-neat
Version: 1.4.2
License: GNU General Public License
License URI: license.txt
Text Domain: some_like_it_neat
Domain Path: /library/languages/
Tags: white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready, accessibility-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Some Like it Neat is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Bourbon, Bitters, Neat
2.0 - Normalize
3.0 - Elements
4.0 - Forms
5.0 - Components/ Add-ons
6.0 - Layout and Structure
    6.1 - Header
    6.2 - Navigation
    6.3 - Content
    6.4 - Page Templates
    6.5 - Sidebar
    6.6 - Footer
    6.7 - Accessibility

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Bourbon, Bitters, Neat
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "roboto";
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "roboto";
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

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

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

html {
  box-sizing: border-box; }

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

/*--------------------------------------------------------------
2.0 Variables
--------------------------------------------------------------*/
/* =Variables
-------------------------------------------------------------- */
/* =Main Colors
-------------------------------------------------------------- */
/* Primary */
/* Secondary */
/*--------------------------------------------------------------
3.0 Normalize/Reset
--------------------------------------------------------------*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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; }

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

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

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0;
  height: auto;
  max-height: 100%;
  max-width: 100%; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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 */ }

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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; }

/*--------------------------------------------------------------
4.0 Typography
--------------------------------------------------------------*/
/* =Typographical Mixins/Functions
-------------------------------------------------------------- */
/**
 * PX to Rem Sizing
 *
 * How to use
 * font-size: rem(20);
 *
 * Ouputs —
 * font-size: 20px;
 */
/* =Genericons and Dashicons
-------------------------------------------------------------- */
/* =Breadcrumbs
----------------------------------------------- */
#breadcrumbs {
  font-size: 0.875rem;
  font-family: "roboto";
  padding: 20px 0 20px 50px; }

/* =Typography
-------------------------------------------------------------- */
html {
  font-size: 62.5%; }

body {
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  float: none;
  line-height: 1.25em;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
    clear: both;
    content: "";
    display: table; }

h1 {
  font-size: 4.6875rem;
  color: #002F6D;
  font-family: "roboto-condensed"; }

h2 {
  font-size: 20px;
  font-family: "roboto-condensed"; }

h3 {
  font-size: 1.25rem;
  font-family: "roboto-condensed"; }

h4 {
  font-size: 1.5rem;
  font-family: "roboto-condensed"; }

h5 {
  font-size: 1.25rem;
  font-family: "roboto-condensed"; }

h6 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-family: "roboto";
  font-weight: 300; }

blockquote {
  padding: 20px; }

cite {
  font-style: italic; }

strong, b {
  color: #002F6D;
  font-family: "roboto-condensed"; }

a, a:visited {
  transition: all 200ms ease-in-out;
  color: #002F6D;
  text-decoration: none; }
  a:hover, a:visited:hover {
    transition: all 200ms ease-in-out;
    color: #9f0d23; }

.entry-meta a, .entry-meta a:visited,
.entry-content a,
.entry-content a:visited,
#secondary a,
#secondary a:visited {
  transition: all 200ms ease-in-out;
  color: #CE112D;
  text-decoration: none; }
  .entry-meta a:hover, .entry-meta a:visited:hover,
  .entry-content a:hover,
  .entry-content a:visited:hover,
  #secondary a:hover,
  #secondary a:visited:hover {
    transition: all 200ms ease-in-out;
    color: #CE112D;
    text-decoration: underline; }

.entry-title {
  font-family: "roboto-condensed";
  text-align: center; }
  @media screen and (min-width: 0) {
    .entry-title {
      font-size: 2.5rem; } }
  @media screen and (min-width: 23.4375em) {
    .entry-title {
      font-size: 4.0625rem; } }
  @media screen and (min-width: 48em) {
    .entry-title {
      font-size: 6.25rem; } }

#primary,
#secondary {
  font-family: "roboto"; }

/*--------------------------------------------------------------
5.0 Components/Add-ons
--------------------------------------------------------------*/
#submit {
  background: #002F6D;
  border: solid 5px #555;
  border-radius: 0;
  box-shadow: none;
  clear: both;
  font-family: "roboto-condensed";
  margin: 10px 0;
  padding: 20px;
  transition: all 200ms ease-in-out; }
  #submit:focus {
    background: #002454;
    border: solid 5px #222222;
    border-radius: 0;
    box-shadow: none;
    font-family: "roboto-condensed";
    padding: 20px; }
  #submit:hover {
    background: #002454;
    border: solid 5px #222222;
    border-radius: 0;
    box-shadow: none;
    font-family: "roboto-condensed";
    padding: 20px; }
  #submit:hover {
    background-color: #555; }

.neat-button {
  background: #ffffff;
  border: solid 5px #ccc;
  border-radius: 0;
  box-shadow: none;
  clear: both;
  font-family: "roboto-condensed";
  margin: 10px 0;
  padding: 20px;
  transition: all 200ms ease-in-out; }
  .neat-button:focus {
    background: #f2f2f2;
    border: solid 5px #999999;
    border-radius: 0;
    box-shadow: none;
    font-family: "roboto-condensed";
    padding: 20px; }
  .neat-button:hover {
    background: #f2f2f2;
    border: solid 5px #999999;
    border-radius: 0;
    box-shadow: none;
    font-family: "roboto-condensed";
    padding: 20px; }

.neat-3d-button {
  background: #ffffff;
  border-top: solid 3px #ccc;
  border-right: solid 3px #ccc;
  border-left: solid 3px #ccc;
  border-bottom: solid 5px #999;
  border-radius: 0;
  clear: both;
  float: left ;
  font-family: oswald;
  margin: 15px 0;
  padding: 20px;
  transition: all 200ms ease-in-out; }
  .neat-3d-button:focus {
    background: #f2f2f2;
    border-top: solid 3px #999999;
    border-right: solid 3px #999999;
    border-left: solid 3px #999999;
    border-bottom: solid 3px #999999;
    border-radius: 0;
    box-shadow: none;
    font-family: "roboto-condensed";
    padding: 20px; }
  .neat-3d-button:hover {
    background: #f2f2f2;
    border-top: solid 3px #999999;
    border-right: solid 3px #999999;
    border-left: solid 3px #999999;
    border-bottom: solid 3px #999999;
    border-radius: 0;
    box-shadow: none;
    font-family: "roboto-condensed";
    padding: 20px; }

input[type="submit"] {
  background: #002F6D;
  border: solid 5px #555;
  border-radius: 0;
  box-shadow: none;
  clear: both;
  font-family: "roboto-condensed";
  margin: 10px 0;
  padding: 20px;
  transition: all 200ms ease-in-out;
  margin: 0;
  padding: 8px; }
  input[type="submit"]:focus {
    background: #002454;
    border: solid 5px #222222;
    border-radius: 0;
    box-shadow: none;
    font-family: "roboto-condensed";
    padding: 20px; }
  input[type="submit"]:hover {
    background: #002454;
    border: solid 5px #222222;
    border-radius: 0;
    box-shadow: none;
    font-family: "roboto-condensed";
    padding: 20px; }
  input[type="submit"]:hover {
    background-color: #999999;
    padding: 8px; }

input#s {
  float: left ;
  width: 70%; }

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #navigation,
.infinite-scroll.neverending #footer {
  display: none; }

/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
  display: block; }

/*--------------------------------------------------------------
6.0 Layout and Structure
--------------------------------------------------------------*/
/* =Structure/Scaffolding
-------------------------------------------------------------- */
body {
  opacity: 0;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 1s;
  animation-fill-mode: forwards; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

body {
  background-color: #fff;
  color: #002F6D;
  font-family: "roboto";
  line-height: 1.5em;
  word-break: break-word; }

.scotch-panel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

.scotch-panel-canvas {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0px, 0px) !important;
  transition: all 0 ease 0s !important; }
  @media screen and (min-width: 64em) {
    .scotch-panel-canvas {
      transform: translate3d(322px, 0px, 0px) !important;
      transition: all 0 ease 0s !important; } }
  .scotch-panel-canvas.opened {
    transform: translate3d(322px, 0px, 0px) !important;
    transition: all 300ms ease 0s !important; }
    .scotch-panel-canvas.opened.mobile {
      transform: translate3d(100%, 0px, 0px) !important; }
  .scotch-panel-canvas.closed {
    transform: translate3d(0, 0px, 0px) !important;
    transition: all 300ms ease 0s !important; }

#page {
  transition: 250ms ease;
  height: 100vh;
  max-width: calc(100%);
  margin-left: auto;
  margin-right: auto;
  width: calc(100%);
  position: relative;
  margin: 0 !important;
  transition: 250ms ease;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }
  #page::after {
    clear: both;
    content: "";
    display: table; }
  #page.scotch-opened {
    max-width: calc(100%);
    margin-left: auto;
    margin-right: auto;
    width: calc(100%);
    position: relative;
    margin: 0 !important;
    transition: 250ms ease;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
    #page.scotch-opened::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 64em) {
      #page.scotch-opened .secondary {
        right: 0;
        position: absolute;
        width: 270px; } }
    @media screen and (min-width: 48em) {
      #page.scotch-opened .color-palette .column {
        clear: none;
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 100%; }
        #page.scotch-opened .color-palette .column:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 80em) {
      #page.scotch-opened .color-palette .column {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 48.93617%; }
        #page.scotch-opened .color-palette .column:last-child {
          margin-right: 0; }
        #page.scotch-opened .color-palette .column:nth-child(2n) {
          margin-right: 0; }
        #page.scotch-opened .color-palette .column:nth-child(2n+1) {
          clear: left; } }
    #page.scotch-opened .back-to-top {
      right: 419px;
      position: fixed; }
    @media screen and (min-width: 48em) {
      #page.scotch-opened {
        max-width: calc(100% - 322px);
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 322px); }
        #page.scotch-opened::after {
          clear: both;
          content: "";
          display: table; } }
  #page.scotch-closed {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-left: 0px;
    transition: 250ms ease;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
    #page.scotch-closed::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 64em) {
      #page.scotch-closed .secondary {
        right: 0;
        width: 270px;
        position: absolute; } }
    #page.scotch-closed .color-palette .column {
      clear: both; }
      @media screen and (min-width: 48em) {
        #page.scotch-closed .color-palette .column {
          clear: none; } }
    #page.scotch-closed .color-palette .tints {
      margin-bottom: 40px; }
      @media screen and (min-width: 48em) {
        #page.scotch-closed .color-palette .tints {
          margin-bottom: 0; } }
    #page.scotch-closed .back-to-top {
      display: none; }

#main {
  padding: 0 0 80px;
  position: relative;
  z-index: 0; }

.row {
  position: relative; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.primary::after {
  clear: both;
  content: "";
  display: table; }

.primary #content {
  max-width: 800px; }

@media screen and (min-width: 64em) {
  .primary {
    float: left;
    width: calc(100% - 269px); } }

.secondary {
  padding: 0 30px;
  width: 100%; }
  @media screen and (min-width: 64em) {
    .secondary {
      padding: 30px; } }

.masthead .primary {
  min-height: 457px;
  background-size: cover;
  border-bottom: 24px solid #CE112D;
  background-image: url(../images/ABC_Header_Home.jpg);
  background-position: center center; }
  .masthead .primary.home {
    background-image: url(../images/ABC_Header_Home.jpg) !important; }
  .masthead .primary.who-we-are {
    background-image: url(../images/ABC_Header_WhoWeAre.jpg); }
  .masthead .primary.visual-identity {
    background-image: url(../images/ABC_Header_VisualIdentity.jpg) !important; }
  .masthead .primary.tools {
    background-image: url(../images/ABC_Header_CommunicationTools.jpg) !important; }
  .masthead .primary.content-area {
    width: 100%; }
    @media screen and (min-width: 64em) {
      .masthead .primary.content-area {
        float: left;
        width: calc(100% - 269px); } }

.masthead .hero {
  min-height: 457px;
  padding: 222px 40px 0 40px; }
  .masthead .hero h1 {
    margin-bottom: 0;
    font-family: "roboto";
    font-size: 60px;
    font-weight: 200;
    color: #fff; }
    @media screen and (min-width: 48em) {
      .masthead .hero h1 {
        font-size: 72px; } }
  .masthead .hero h2 {
    margin-top: 0;
    font-family: "roboto";
    font-size: 32px;
    font-weight: 200;
    color: #55C1E8; }
    @media screen and (min-width: 48em) {
      .masthead .hero h2 {
        font-size: 39px; } }
  .masthead .hero.landing {
    position: relative;
    min-height: 477px; }
    .masthead .hero.landing h1 {
      margin-top: 0;
      position: absolute;
      padding-bottom: 20px;
      bottom: 42px;
      font-size: 72px; }
  @media screen and (min-width: 64em) {
    .masthead .hero {
      padding: 222px 0 0 119px; } }

.masthead .secondary {
  display: none;
  padding: 0;
  background-color: #77CCEC;
  border-top: 24px solid #55C1E8;
  clear: none !important; }
  .masthead .secondary:after {
    background: linear-gradient(to right, #97999B 20%, #00A19C 20%, #00A19C 40%, #0083C1 40%, #0083C1 60%, #A97CC9 60%, #A97CC9 80%, #F98E2C 80%);
    position: absolute;
    content: '';
    height: 24px;
    right: 0;
    left: 0;
    bottom: 0; }
  @media screen and (min-width: 64em) {
    .masthead .secondary {
      display: block; } }

.masthead .chicago-star {
  min-height: 477px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  text-align: center; }
  .masthead .chicago-star img {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    line-height: 0; }

@-moz-document url-prefix() {
  .masthead .chicago-star {
    min-height: 457px; } }

.child-page h2, .child-page h3 {
  color: #55C1E8;
  font-weight: 600; }

.child-page h2 {
  font-size: 23px;
  margin-top: 60px; }

.child-page h3 {
  font-size: 22px; }

@media screen and (min-width: 0) {
  .child-page .secondary {
    clear: both !important; } }

.child-page .sidebar-download-link {
  display: inline-block;
  padding: 20px 30px;
  border: 4px solid #002F6D;
  border-radius: 51px;
  text-align: center;
  font-weight: 600;
  color: #002F6D;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: .1em; }
  .child-page .sidebar-download-link span {
    padding-right: 5px;
    color: #55C1E8; }
    @media screen and (min-width: 64em) {
      .child-page .sidebar-download-link span {
        display: block;
        padding: 0; } }
  .child-page .sidebar-download-link:hover {
    background-color: #002F6D;
    color: #fff; }
  .child-page .sidebar-download-link:active {
    border: 4px solid #97999B;
    background-color: #97999B;
    color: #fff; }
  @media screen and (min-width: 64em) {
    .child-page .sidebar-download-link {
      display: block;
      padding: 16px 10px; } }

.page-header-area .secondary {
  padding: 0; }

.page-header-area .page-title {
  color: #fff; }

.page-header-area h2 {
  margin-top: 15px;
  font-size: 29px;
  font-weight: 200; }

.page-header-area.home, .page-header-area.landing {
  padding: 66px 40px 36px 40px;
  background-color: #002F6D; }
  @media screen and (min-width: 64em) {
    .page-header-area.home, .page-header-area.landing {
      padding: 66px 0 36px 119px; } }

.page-header-area.child-page {
  padding: 10px 0 10px 0;
  background-color: #002F6D; }
  .page-header-area.child-page .primary {
    text-align: right;
    padding-right: 20px;
    width: 100%;
    text-align: right;
    padding-right: 40px; }
    @media screen and (min-width: 64em) {
      .page-header-area.child-page .primary {
        width: calc(100% - 269px);
        padding-right: 20px; } }
  .page-header-area.child-page .secondary {
    color: #fff; }
  .page-header-area.child-page .logo {
    width: 100%; }
  .page-header-area.child-page .site-title {
    color: #fff;
    font-size: 18px;
    text-align: right;
    padding-right: 40px; }
    .page-header-area.child-page .site-title h2 {
      margin-top: 9px;
      margin-bottom: 9px;
      font-size: 18px;
      font-weight: 200; }
    @media screen and (min-width: 64em) {
      .page-header-area.child-page .site-title {
        text-align: left;
        padding-right: 0; } }
  @media screen and (min-width: 64em) {
    .page-header-area.child-page {
      padding: 37px 0 27px 0; } }

.page-title-area {
  background-color: #71CAEB; }
  .page-title-area h1 {
    font-family: "roboto-condensed";
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase; }
  .page-title-area .primary {
    padding: 47px 40px 47px 40px;
    background-color: #55C1E8; }
    @media screen and (min-width: 64em) {
      .page-title-area .primary {
        padding: 47px 0 47px 119px; } }
  @media screen and (min-width: 0) {
    .page-title-area .secondary {
      clear: none !important; } }

.intro-area, .full-width-block, .two-column-block, .three-column-block, .four-column-block, .image-grid-block, .rule {
  padding: 82px 40px 0 40px; }
  .intro-area h2, .full-width-block h2, .two-column-block h2, .three-column-block h2, .four-column-block h2, .image-grid-block h2, .rule h2 {
    margin-top: 45px;
    font-size: 25px;
    color: #55C1E8; }
  .intro-area p, .full-width-block p, .two-column-block p, .three-column-block p, .four-column-block p, .image-grid-block p, .rule p {
    font-size: 18px;
    line-height: 28px;
    color: #002F6D; }
  .intro-area a, .full-width-block a, .two-column-block a, .three-column-block a, .four-column-block a, .image-grid-block a, .rule a {
    color: #CE112D;
    font-weight: 800; }
    .intro-area a.arrow-link, .full-width-block a.arrow-link, .two-column-block a.arrow-link, .three-column-block a.arrow-link, .four-column-block a.arrow-link, .image-grid-block a.arrow-link, .rule a.arrow-link {
      display: block;
      padding-top: 15px; }
  @media screen and (min-width: 64em) {
    .intro-area, .full-width-block, .two-column-block, .three-column-block, .four-column-block, .image-grid-block, .rule {
      padding: 82px 0 0 119px; } }

.full-width-block, .two-column-block, .three-column-block, .four-column-block, .image-grid-block, .rule {
  padding-top: 21px;
  padding-bottom: 0; }
  .full-width-block h3, .two-column-block h3, .three-column-block h3, .four-column-block h3, .image-grid-block h3, .rule h3 {
    margin-bottom: 0; }
  .full-width-block .column p, .two-column-block .column p, .three-column-block .column p, .four-column-block .column p, .image-grid-block .column p, .rule .column p {
    padding-right: 20px; }

@media screen and (min-width: 48em) {
  .two-column-block .column {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%; }
    .two-column-block .column:last-child {
      margin-right: 0; } }

@media screen and (min-width: 48em) {
  .three-column-block .column {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%; }
    .three-column-block .column:last-child {
      margin-right: 0; } }

@media screen and (min-width: 48em) {
  .four-column-block .column {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%; }
    .four-column-block .column:last-child {
      margin-right: 0; } }

.color-palette {
  font-size: 15px; }
  .color-palette h3 {
    padding-bottom: 15px; }
  .color-palette .column {
    min-height: 150px;
    margin-bottom: 40px; }
    .color-palette .column p {
      padding-right: 0; }
  .color-palette .main-color {
    float: left;
    width: 100%;
    padding: 24px 28px;
    color: #fff; }
    .color-palette .main-color strong {
      color: #fff;
      font-weight: 600; }
    @media screen and (min-width: 48em) {
      .color-palette .main-color {
        width: 90%; } }
  .color-palette .copy-button {
    display: none;
    visibility: hidden;
    width: 150px;
    text-align: center; }
    .color-palette .copy-button a {
      display: inline-block;
      padding: 15px 8px;
      border: 2px solid #fff;
      border-radius: 51px;
      text-align: center;
      font-weight: 600;
      color: #fff;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase; }
      .color-palette .copy-button a:hover {
        background-color: #fff;
        color: #002F6D; }
        .color-palette .copy-button a:hover span {
          color: #002F6D; }
      .color-palette .copy-button a:active {
        background-color: #eee;
        color: #002F6D; }
      .color-palette .copy-button a span {
        display: block;
        color: #fff; }
      .color-palette .copy-button a.copied {
        background-color: #fff;
        color: #002F6D; }
    .color-palette .copy-button .copied-msg {
      visibility: hidden;
      font-size: 10px;
      line-height: 14px !important;
      color: #fff; }
      .color-palette .copy-button .copied-msg.copied-msg-success {
        visibility: visible; }
    @media screen and (min-width: 48em) {
      .color-palette .copy-button {
        display: block; } }
  .color-palette .tints {
    width: 100%;
    float: left; }
    .color-palette .tints span {
      display: none;
      padding-top: 5px;
      font-size: 12px;
      text-align: center; }
    @media screen and (min-width: 48em) {
      .color-palette .tints {
        width: 10%;
        min-height: 300px;
        float: right;
        display: block; } }
  .color-palette div[class^="tint-"] {
    height: 75px;
    width: 25%;
    float: left; }
    @media screen and (min-width: 48em) {
      .color-palette div[class^="tint-"] {
        width: 100%;
        float: none; } }
  .color-palette.secondary-palette .column {
    min-height: 150px; }
    @media screen and (min-width: 48em) {
      .color-palette.secondary-palette .column {
        min-height: 275px;
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 48.93617%; }
        .color-palette.secondary-palette .column:last-child {
          margin-right: 0; }
        .color-palette.secondary-palette .column:nth-child(2n) {
          margin-right: 0; }
        .color-palette.secondary-palette .column:nth-child(2n+1) {
          clear: left; } }
  .color-palette.secondary-palette .main-color {
    padding: 15px 5px 15px 18px; }
  .color-palette .abc-blue {
    color: #fff;
    background-color: #002F6D; }
    .color-palette .abc-blue .tint-1 {
      background-color: #33598a;
      color: #ccd5e2; }
    .color-palette .abc-blue .tint-2 {
      background-color: #6682a7;
      color: #e6eaf0; }
    .color-palette .abc-blue .tint-3 {
      background-color: #99acc5;
      color: #e6eaf0; }
    .color-palette .abc-blue .tint-4 {
      background-color: #ccd5e2;
      color: #33598a; }
  .color-palette .abc-cyan {
    color: #fff;
    background-color: #55C1E8; }
    .color-palette .abc-cyan .tint-1 {
      background-color: #77cded;
      color: #ddf3fa; }
    .color-palette .abc-cyan .tint-2 {
      background-color: #99daf1;
      color: #eef9fd; }
    .color-palette .abc-cyan .tint-3 {
      background-color: #bbe6f6;
      color: #eef9fd; }
    .color-palette .abc-cyan .tint-4 {
      background-color: #ddf3fa;
      color: #77cded; }
  .color-palette .abc-red {
    color: #fff;
    background-color: #CE112D; }
    .color-palette .abc-red .tint-1 {
      background-color: #d84157;
      color: #f5cfd5; }
    .color-palette .abc-red .tint-2 {
      background-color: #e27081;
      color: #fae7ea; }
    .color-palette .abc-red .tint-3 {
      background-color: #eba0ab;
      color: #fae7ea; }
    .color-palette .abc-red .tint-4 {
      background-color: #f5cfd5;
      color: #d84157; }
  .color-palette .abc-gray {
    color: #fff;
    background-color: #97999B; }
    .color-palette .abc-gray .tint-1 {
      background-color: #acadaf;
      color: #eaebeb; }
    .color-palette .abc-gray .tint-2 {
      background-color: #c1c2c3;
      color: whitesmoke; }
    .color-palette .abc-gray .tint-3 {
      background-color: #d5d6d7;
      color: whitesmoke; }
    .color-palette .abc-gray .tint-4 {
      background-color: #eaebeb;
      color: #acadaf; }
  .color-palette .abc-green {
    color: #fff;
    background-color: #00A19C; }
    .color-palette .abc-green .tint-1 {
      background-color: #33b4b0;
      color: #cceceb; }
    .color-palette .abc-green .tint-2 {
      background-color: #66c7c4;
      color: #e6f6f5; }
    .color-palette .abc-green .tint-3 {
      background-color: #99d9d7;
      color: #e6f6f5; }
    .color-palette .abc-green .tint-4 {
      background-color: #cceceb;
      color: #33b4b0; }
  .color-palette .abc-lt-blue {
    color: #fff;
    background-color: #0083C1; }
    .color-palette .abc-lt-blue .tint-1 {
      background-color: #339ccd;
      color: #cce6f3; }
    .color-palette .abc-lt-blue .tint-2 {
      background-color: #66b5da;
      color: #e6f3f9; }
    .color-palette .abc-lt-blue .tint-3 {
      background-color: #99cde6;
      color: #e6f3f9; }
    .color-palette .abc-lt-blue .tint-4 {
      background-color: #cce6f3;
      color: #339ccd; }
  .color-palette .abc-purple {
    color: #fff;
    background-color: #A97CC9; }
    .color-palette .abc-purple .tint-1 {
      background-color: #ba96d4;
      color: #eee5f4; }
    .color-palette .abc-purple .tint-2 {
      background-color: #cbb0df;
      color: #f6f2fa; }
    .color-palette .abc-purple .tint-3 {
      background-color: #ddcbe9;
      color: #f6f2fa; }
    .color-palette .abc-purple .tint-4 {
      background-color: #eee5f4;
      color: #ba96d4; }
  .color-palette .abc-orange {
    color: #fff;
    background-color: #F98E2C; }
    .color-palette .abc-orange .tint-1 {
      background-color: #faa556;
      color: #fee8d5; }
    .color-palette .abc-orange .tint-2 {
      background-color: #fbbb80;
      color: #fef4ea; }
    .color-palette .abc-orange .tint-3 {
      background-color: #fdd2ab;
      color: #fef4ea; }
    .color-palette .abc-orange .tint-4 {
      background-color: #fee8d5;
      color: #faa556; }
  @media screen and (min-width: 48em) {
    .color-palette .readability-palette .column {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%; }
      .color-palette .readability-palette .column:last-child {
        margin-right: 0; }
      .color-palette .readability-palette .column:nth-child(4n) {
        margin-right: 0; }
      .color-palette .readability-palette .column:nth-child(4n+1) {
        clear: left; } }
  .color-palette .readability {
    text-align: center;
    padding: 60px 0; }
    .color-palette .readability p {
      margin: 0;
      padding: 0;
      color: #fff;
      font-size: 16px;
      font-weight: 600; }
    .color-palette .readability span {
      display: inline-block;
      padding: 0 7px; }
    .color-palette .readability .blue {
      color: #002F6D;
      background-color: none; }
      .color-palette .readability .blue .tint-1 {
        background-color: #33598a;
        color: #ccd5e2; }
      .color-palette .readability .blue .tint-2 {
        background-color: #6682a7;
        color: #e6eaf0; }
      .color-palette .readability .blue .tint-3 {
        background-color: #99acc5;
        color: #e6eaf0; }
      .color-palette .readability .blue .tint-4 {
        background-color: #ccd5e2;
        color: #33598a; }
    .color-palette .readability .cyan {
      color: #55C1E8;
      background-color: none; }
      .color-palette .readability .cyan .tint-1 {
        background-color: #77cded;
        color: #ddf3fa; }
      .color-palette .readability .cyan .tint-2 {
        background-color: #99daf1;
        color: #eef9fd; }
      .color-palette .readability .cyan .tint-3 {
        background-color: #bbe6f6;
        color: #eef9fd; }
      .color-palette .readability .cyan .tint-4 {
        background-color: #ddf3fa;
        color: #77cded; }
    .color-palette .readability .red {
      color: #CE112D;
      background-color: none; }
      .color-palette .readability .red .tint-1 {
        background-color: #d84157;
        color: #f5cfd5; }
      .color-palette .readability .red .tint-2 {
        background-color: #e27081;
        color: #fae7ea; }
      .color-palette .readability .red .tint-3 {
        background-color: #eba0ab;
        color: #fae7ea; }
      .color-palette .readability .red .tint-4 {
        background-color: #f5cfd5;
        color: #d84157; }
    .color-palette .readability .gray {
      color: #97999B;
      background-color: none; }
      .color-palette .readability .gray .tint-1 {
        background-color: #acadaf;
        color: #eaebeb; }
      .color-palette .readability .gray .tint-2 {
        background-color: #c1c2c3;
        color: whitesmoke; }
      .color-palette .readability .gray .tint-3 {
        background-color: #d5d6d7;
        color: whitesmoke; }
      .color-palette .readability .gray .tint-4 {
        background-color: #eaebeb;
        color: #acadaf; }
    .color-palette .readability .green {
      color: #00A19C;
      background-color: none; }
      .color-palette .readability .green .tint-1 {
        background-color: #33b4b0;
        color: #cceceb; }
      .color-palette .readability .green .tint-2 {
        background-color: #66c7c4;
        color: #e6f6f5; }
      .color-palette .readability .green .tint-3 {
        background-color: #99d9d7;
        color: #e6f6f5; }
      .color-palette .readability .green .tint-4 {
        background-color: #cceceb;
        color: #33b4b0; }
    .color-palette .readability .lt-blue {
      color: #0083C1;
      background-color: none; }
      .color-palette .readability .lt-blue .tint-1 {
        background-color: #339ccd;
        color: #cce6f3; }
      .color-palette .readability .lt-blue .tint-2 {
        background-color: #66b5da;
        color: #e6f3f9; }
      .color-palette .readability .lt-blue .tint-3 {
        background-color: #99cde6;
        color: #e6f3f9; }
      .color-palette .readability .lt-blue .tint-4 {
        background-color: #cce6f3;
        color: #339ccd; }
    .color-palette .readability .purple {
      color: #A97CC9;
      background-color: none; }
      .color-palette .readability .purple .tint-1 {
        background-color: #ba96d4;
        color: #eee5f4; }
      .color-palette .readability .purple .tint-2 {
        background-color: #cbb0df;
        color: #f6f2fa; }
      .color-palette .readability .purple .tint-3 {
        background-color: #ddcbe9;
        color: #f6f2fa; }
      .color-palette .readability .purple .tint-4 {
        background-color: #eee5f4;
        color: #ba96d4; }
    .color-palette .readability .orange {
      color: #F98E2C;
      background-color: none; }
      .color-palette .readability .orange .tint-1 {
        background-color: #faa556;
        color: #fee8d5; }
      .color-palette .readability .orange .tint-2 {
        background-color: #fbbb80;
        color: #fef4ea; }
      .color-palette .readability .orange .tint-3 {
        background-color: #fdd2ab;
        color: #fef4ea; }
      .color-palette .readability .orange .tint-4 {
        background-color: #fee8d5;
        color: #faa556; }

.image-grid-block .grid-container::after {
  clear: both;
  content: "";
  display: table; }

.image-grid-block .grid-item {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .image-grid-block .grid-item.per-row-1 {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      .image-grid-block .grid-item.per-row-1:last-child {
        margin-right: 0; }
      .image-grid-block .grid-item.per-row-1:nth-child(1) {
        margin-right: 0; } }
  .image-grid-block .grid-item.per-row-2 {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%; }
    .image-grid-block .grid-item.per-row-2:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em) {
      .image-grid-block .grid-item.per-row-2 {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 48.93617%; }
        .image-grid-block .grid-item.per-row-2:last-child {
          margin-right: 0; }
        .image-grid-block .grid-item.per-row-2:nth-child(2n) {
          margin-right: 0; }
        .image-grid-block .grid-item.per-row-2:nth-child(2n+1) {
          clear: left; } }
  .image-grid-block .grid-item.per-row-3 {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%; }
    .image-grid-block .grid-item.per-row-3:last-child {
      margin-right: 0; }
    .image-grid-block .grid-item.per-row-3:nth-child(2n) {
      margin-right: 0; }
    .image-grid-block .grid-item.per-row-3:nth-child(2n+1) {
      clear: left; }
    @media screen and (min-width: 48em) {
      .image-grid-block .grid-item.per-row-3 {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 31.91489%; }
        .image-grid-block .grid-item.per-row-3:nth-child(2n) {
          margin-right: 2.12766%; }
        .image-grid-block .grid-item.per-row-3:nth-child(2n+1) {
          clear: none; }
        .image-grid-block .grid-item.per-row-3:last-child {
          margin-right: 0; }
        .image-grid-block .grid-item.per-row-3:nth-child(3n) {
          margin-right: 0; }
        .image-grid-block .grid-item.per-row-3:nth-child(3n+1) {
          clear: left; } }
  .image-grid-block .grid-item.per-row-4 {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%; }
    .image-grid-block .grid-item.per-row-4:last-child {
      margin-right: 0; }
    .image-grid-block .grid-item.per-row-4:nth-child(2n) {
      margin-right: 0; }
    .image-grid-block .grid-item.per-row-4:nth-child(2n+1) {
      clear: left; }
    @media screen and (min-width: 48em) {
      .image-grid-block .grid-item.per-row-4 {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 23.40426%; }
        .image-grid-block .grid-item.per-row-4:nth-child(2n) {
          margin-right: 2.12766%; }
        .image-grid-block .grid-item.per-row-4:nth-child(2n+1) {
          clear: none; }
        .image-grid-block .grid-item.per-row-4:last-child {
          margin-right: 0; }
        .image-grid-block .grid-item.per-row-4:nth-child(4n) {
          margin-right: 0; }
        .image-grid-block .grid-item.per-row-4:nth-child(4n+1) {
          clear: left; } }
  .image-grid-block .grid-item .caption {
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 19px;
    text-align: center; }
  .image-grid-block .grid-item strong {
    display: block;
    font-size: 15px; }
  .image-grid-block .grid-item img[src$=".svg"] {
    width: 200px; }

.image-grid-block .primary a {
  padding-right: 5px;
  display: inline-block; }

.quick-download {
  margin: 60px 0;
  padding: 38px 46px;
  background-color: #F4F3F4;
  border-bottom: 24px solid #EEEDEE; }
  .quick-download .dl-content {
    text-align: center; }
    .quick-download .dl-content::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 80em) {
      .quick-download .dl-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .quick-download h3 {
    width: 100%;
    margin-top: 0;
    display: block;
    font-size: 25px;
    font-weight: 600;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .quick-download h3 {
        text-align: left; } }
  .quick-download .dl {
    text-align: center;
    float: none;
    margin: 20px auto; }
    @media screen and (min-width: 48em) {
      .quick-download .dl {
        margin: 20px;
        float: left;
        width: 122px; } }
    @media screen and (min-width: 80em) {
      .quick-download .dl {
        float: none;
        margin: 0 5px;
        padding: 0 5px; } }
    @media screen and (min-width: 99.25em) {
      .quick-download .dl {
        margin: 0 10px; } }
  .quick-download a {
    color: #002F6D;
    display: inline-block;
    width: 123px; }

.toc li {
  padding: 5px 0; }

.toc a {
  color: #002F6D;
  font-size: 15px;
  font-weight: 600; }
  .toc a em {
    font-weight: 400;
    font-style: italic; }

@media screen and (min-width: 48em) {
  .toc .column {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%; }
    .toc .column:last-child {
      margin-right: 0; } }

.toc .column:last-child li {
  padding-bottom: 0; }

.esg {
  margin: 40px 0 0;
  padding: 0 40px 0 40px; }
  @media screen and (min-width: 64em) {
    .esg {
      padding: 0 0 0 119px; } }

.esg-content {
  padding: 30px 0 0;
  border-top: 1px solid #95989A; }
  .esg-content p, .esg-content li {
    font-size: 15px;
    font-weight: 400; }
  .esg-content a {
    text-decoration: underline; }
  .esg-content strong {
    font-weight: 600; }
  .esg-content ul {
    margin: 5px 0 15px; }
  .esg-content ul ul {
    margin-left: 20px;
    list-style: disc; }
  .esg-content li {
    margin-left: 20px; }
  .esg-content li li {
    margin-left: 0; }
  .esg-content .row {
    margin-bottom: 40px; }
  .esg-content .check {
    margin-left: 0;
    list-style: none; }
  .esg-content.grammar-child h3 {
    font-size: 18px;
    color: #002F6D;
    font-weight: bold; }

#grammar-spelling-punctuation .esg-content .row {
  margin-bottom: 0; }

#ampersands .esg {
  margin: 0; }

#ampersands .esg-content {
  padding: 0;
  border: 0; }

.back-to-top {
  display: none;
  bottom: 45px;
  right: 419px;
  position: fixed;
  z-index: 99999; }
  @media screen and (min-width: 64em) {
    .back-to-top {
      display: block; } }

/*--------------------------------------------------------------
    6.1 Header
    --------------------------------------------------------------*/
header {
  position: relative;
  z-index: 1; }

.site-branding {
  text-align: center; }
  .site-branding .site-title {
    font-family: "roboto-condensed";
    padding: 40px; }
    @media screen and (min-width: 0) {
      .site-branding .site-title {
        font-size: 2.1875rem; } }
    @media screen and (min-width: 23.4375em) {
      .site-branding .site-title {
        font-size: 3.4375rem; } }
    @media screen and (min-width: 48em) {
      .site-branding .site-title {
        font-size: 4.6875rem; } }
    .site-branding .site-title a, .site-branding .site-title a:visited {
      line-height: 1; }
  .site-branding .site-description {
    padding: 25px 0;
    font-size: 1.25rem;
    font-family: "roboto";
    font-style: italic; }
    @media screen and (min-width: 0) {
      .site-branding .site-description {
        font-size: 0.9375rem; } }
    @media screen and (min-width: 23.4375em) {
      .site-branding .site-description {
        font-size: 1.125rem; } }
    @media screen and (min-width: 48em) {
      .site-branding .site-description {
        font-size: 1.5625rem; } }

/*--------------------------------------------------------------
    6.2 Navigation
    --------------------------------------------------------------*/
/* Flexnav Base Styles */
.flexnav {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
  -webkit-tranåsition: all .5s ease-in-out, width 0, height 0, top 0, left 0;
  transition: all .5s ease-in-out, width 0, height 0, top 0, left 0;
  -webkit-transform-style: preserve-3d; }
  .flexnav.opacity {
    padding-left: 0; }
  .flexnav ul {
    padding-left: 0; }
  .flexnav.flexnav-show {
    max-height: 2000px;
    transition: all .5s ease-in-out; }
  .flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }
  .flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden; }
  .flexnav li a {
    position: relative;
    display: block;
    padding: .80em;
    z-index: 2;
    overflow: hidden;
    color: #000;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    white-space: nowrap; }
    .flexnav li a:hover {
      background: #fff;
      color: #CE112D !important; }
    .flexnav li a:focus {
      background: #fff; }
  .flexnav li ul {
    display: none;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
    z-index: 5; }
    .flexnav li ul li {
      font-size: 100%;
      position: relative;
      overflow: hidden; }
      .flexnav li ul li:last-child {
        border-bottom: 1px solid #666; }
  .flexnav li ul.flexnav-show li {
    overflow: visible; }
  .flexnav li ul li a {
    display: block;
    background: #333; }
  .flexnav ul li ul li a {
    background: #666; }
  .flexnav ul li ul li ul li a {
    background: #999; }
  .flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: inline-block;
    background: #acaca1;
    background: rgba(0, 0, 0, 0.075);
    text-align: center; }
    .flexnav .touch-button:hover {
      cursor: pointer; }
    .flexnav .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #666; }

.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background: transparent;
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%; }
  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }
  .menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: none;
    text-align: center; }
    .menu-button .touch-button .navicon {
      font-size: 16px;
      position: relative;
      top: 1em;
      color: #666; }

.menu-button:hover {
  color: #fff; }
  .menu-button:hover i.navicon {
    color: #fff; }
    .menu-button:hover i.navicon:after {
      color: #fff;
      content: 'Menu'; }

.menu-button i.navicon {
  display: block !important;
  position: relative;
  right: 30px; }
  .menu-button i.navicon:after {
    color: #555;
    content: 'Menu'; }

@media all and (min-width: 800px) {
  body.one-page {
    padding-top: 70px; }
  .flexnav {
    overflow: visible; }
    .flexnav.opacity {
      opacity: 1; }
    .flexnav.one-page {
      top: 0;
      right: auto;
      max-width: 1080px; }
    .flexnav li {
      position: relative;
      list-style: none;
      float: left ;
      display: block;
      background-color: transparent;
      overflow: visible;
      width: 20%; }
    .flexnav li a {
      border-bottom: 1px solid #acaca1;
      border-left: 1px solid #acaca1;
      border-right: 1px solid #acaca1;
      border-top: 1px solid #acaca1; }
    .flexnav li > ul {
      position: absolute;
      top: auto;
      left: 0; }
      .flexnav li > ul li {
        width: 100%; }
    .flexnav li ul li > ul {
      margin-left: 100%;
      top: 0; }
    .flexnav li ul li a {
      border-bottom: none; }
    .flexnav li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 1; }
      .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px; }
      .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0; }
  .menu-button {
    display: none; } }

.oldie body.one-page {
  padding-top: 70px; }

.oldie .flexnav {
  overflow: visible; }
  .oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }
  .oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left ;
    display: block;
    background-color: transparent;
    width: 20%;
    min-height: 50px;
    overflow: visible; }
  .oldie .flexnav li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li:hover > ul li {
      width: 100%;
      float: none; }
  .oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible; }
  .oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible; }
  .oldie .flexnav li ul li ul {
    top: 0; }
  .oldie .flexnav li ul li a {
    border-bottom: none; }
  .oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li ul.open li {
      width: 100%; }
    .oldie .flexnav li ul.open ul.open {
      margin-left: 100%;
      top: 0;
      display: block;
      width: 100%;
      overflow: visible; }
  .oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0; }

.oldie .menu-button {
  display: none; }

.oldie.ie7 .flexnav li {
  width: 19.9%; }

/* =Menu
----------------------------------------------- */
.site-main [class*="navigation"] {
  width: 100%;
  float: left ;
  margin: 25px 0 1.5em;
  overflow: hidden; }

[class*="navigation"] .nav-previous {
  float: left ;
  margin-top: 25px;
  width: 50%; }

[class*="navigation"] .nav-next {
  float: right ;
  text-align: right;
  margin-top: 25px;
  width: 50%; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left ;
  left: 0;
  position: absolute;
  top: 1.5em;
  z-index: 99999;
  background: #fff;
  padding: 30px; }

#primary-nav {
  max-width: 100%;
  width: 100%; }

#panelslide {
  padding: 80px 30px 80px 0;
  width: 322px;
  position: absolute;
  height: 100%;
  top: 0;
  left: -322px;
  background-color: #E1F4FB;
  overflow-y: auto !important; }
  #panelslide a {
    color: #1B3668; }

.nav-toggle {
  position: absolute;
  left: 23px;
  top: 23px; }

.nav-toggle-body {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
  .nav-toggle-body a {
    padding: 23px 20px 18px;
    display: block;
    color: #95989A; }
    .nav-toggle-body a:hover {
      background-color: #E1F4FB; }
  .nav-toggle-body.hidden {
    opacity: 0;
    transition: opacity 200ms ease-in-out; }
  .nav-toggle-body.visible {
    opacity: 1;
    transition: opacity 200ms ease-in-out; }

#menu-main-navigation li {
  padding: 5px 0 5px 0; }
  #menu-main-navigation li a {
    font-weight: bold;
    padding-left: 30px; }
  #menu-main-navigation li.current-menu-item {
    background: url(../images/nav_active_block.png);
    background-repeat: no-repeat;
    background-position: left 12px; }
  #menu-main-navigation li.menu-item-home {
    padding-bottom: 30px; }

#menu-main-navigation .sub-menu {
  margin: 0;
  padding: 5px 0 5px 0px; }
  #menu-main-navigation .sub-menu li {
    padding: 5px 0; }
  #menu-main-navigation .sub-menu a {
    font-weight: normal;
    padding-left: 60px; }

.widget_search {
  margin: 0 30px 30px 30px; }

/*--------------------------------------------------------------
    6.3 Content
    --------------------------------------------------------------*/
.sticky {
  background: #ededed; }

.gallery-caption {
  list-style: none; }

.bypostauthor {
  list-style: none; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.aligncenter {
  float: none;
  margin-top: .5em;
  margin-right: auto !important;
  margin-bottom: .5em;
  margin-left: auto !important; }
  .aligncenter::after {
    clear: both;
    content: "";
    display: table; }

.alignleft {
  display: inline;
  float: left ;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right ;
  margin-left: 1.5em; }

.sticky {
  float: left ;
  padding: 20px; }

/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  clear: both;
  margin-bottom: 1.5em;
  max-width: 100% !important;
  padding: 0 10px; }

.wp-caption-text {
  text-align: center !important;
  font-size: 15px !important;
  line-height: 20px !important;
  color: #9A989A !important;
  font-weight: 300 !important;
  padding: 0 !important; }

.wp-caption .wp-caption-text {
  margin: .8075em 0; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.site-main .gallery a img {
  border: 0;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd {
  margin: 0; }

embed,
iframe,
object {
  max-width: 100%; }

/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

/* =Infinite Scroll
----------------------------------------------- */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

#content .entry-content a, #content .entry-content a:visited {
  text-decoration: underline; }
  #content .entry-content a:hover, #content .entry-content a:visited:hover {
    text-decoration: none; }

#content .entry-meta a, #content .entry-meta a:visited {
  text-decoration: underline; }
  #content .entry-meta a:hover, #content .entry-meta a:visited:hover {
    text-decoration: none; }

/* =Galleries
----------------------------------------------- */
.gallery {
  margin-bottom: 1.6em; }

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/*--------------------------------------------------------------
    6.4 Page Templates
    --------------------------------------------------------------*/
.page-template-page-templatestemplate-left-col-php h1.entry-title {
  margin: 0;
  text-align: left; }

@media screen and (min-width: 48em) {
  .page-template-page-templatestemplate-left-col-php #main {
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 0) {
  .page-template-page-templatestemplate-left-col-php #main #primary {
    float: left;
    display: block;
    margin-right: 14.28571%;
    width: 214.28571%; }
    .page-template-page-templatestemplate-left-col-php #main #primary:last-child {
      margin-right: 0; } }

@media screen and (min-width: 48em) {
  .page-template-page-templatestemplate-left-col-php #main #primary {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 65.21739%;
    -ms-flex-order: 2;
        order: 2; }
    .page-template-page-templatestemplate-left-col-php #main #primary:last-child {
      margin-right: 0; } }

.page-template-page-templatestemplate-left-col-php #main #secondary {
  margin-right: 1.5%; }
  @media screen and (min-width: 0) {
    .page-template-page-templatestemplate-left-col-php #main #secondary {
      float: left;
      display: block;
      margin-right: 14.28571%;
      width: 214.28571%; }
      .page-template-page-templatestemplate-left-col-php #main #secondary:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 48em) {
    .page-template-page-templatestemplate-left-col-php #main #secondary {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 30.43478%;
      -ms-flex-order: 1;
          order: 1; }
      .page-template-page-templatestemplate-left-col-php #main #secondary:last-child {
        margin-right: 0; } }

.page-template-page-templatestemplate-left-col-php footer {
  clear: both;
  display: table; }

.page-template-page-templatestemplate-right-col-php h1.entry-title {
  margin: 0;
  text-align: left; }

@media screen and (min-width: 0) {
  .page-template-page-templatestemplate-right-col-php #primary {
    float: left ; } }
  @media screen and (min-width: 0) and (min-width: 0) {
    .page-template-page-templatestemplate-right-col-php #primary {
      float: left;
      display: block;
      margin-right: 14.28571%;
      width: 214.28571%; }
      .page-template-page-templatestemplate-right-col-php #primary:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 0) and (min-width: 48em) {
    .page-template-page-templatestemplate-right-col-php #primary {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 65.21739%; }
      .page-template-page-templatestemplate-right-col-php #primary:last-child {
        margin-right: 0; } }

@media screen and (min-width: 48em) {
  .page-template-page-templatestemplate-right-col-php #secondary {
    float: right ;
    margin-right: 1.5%; } }
  @media screen and (min-width: 48em) and (min-width: 0) {
    .page-template-page-templatestemplate-right-col-php #secondary {
      float: left;
      display: block;
      margin-right: 14.28571%;
      width: 214.28571%; }
      .page-template-page-templatestemplate-right-col-php #secondary:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .page-template-page-templatestemplate-right-col-php #secondary {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 30.43478%; }
      .page-template-page-templatestemplate-right-col-php #secondary:last-child {
        margin-right: 0; } }

.page-template-page-templatestemplate-full-width-php #main,
.page-template-page-templatestemplate-full-width-php #primary,
.page-template-page-templatestemplate-full-width-php #secondary {
  width: 100%;
  margin: 0;
  padding: 0; }

.page-template-page-templatestemplate-full-width-php #page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page-template-page-templatestemplate-full-width-php #page::after {
    clear: both;
    content: "";
    display: table; }

.page-template-page-templatestemplate-full-width-php .site-main [class*="navigation"],
.page-template-page-templatestemplate-full-width-php #comments,
.page-template-page-templatestemplate-full-width-php footer,
.page-template-page-templatestemplate-full-width-php #primary-nav {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  float: none; }
  .page-template-page-templatestemplate-full-width-php .site-main [class*="navigation"]::after,
  .page-template-page-templatestemplate-full-width-php #comments::after,
  .page-template-page-templatestemplate-full-width-php footer::after,
  .page-template-page-templatestemplate-full-width-php #primary-nav::after {
    clear: both;
    content: "";
    display: table; }

/*--------------------------------------------------------------
    6.5 Sidebar
    --------------------------------------------------------------*/
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
    6.6 Footer
    --------------------------------------------------------------*/
footer {
  float: left ;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: #95989A; }
  footer .site-info {
    margin: auto;
    width: 100%; }
  footer .footer-left {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 10px;
    text-align: left; }
    footer .footer-left:last-child {
      margin-right: 0; }
  footer .footer-right {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 10px;
    text-align: right; }
    footer .footer-right:last-child {
      margin-right: 0; }
  @media screen and (min-width: 48em) {
    footer {
      padding: 0 40px 20px 119px;
      text-align: left; } }

/*--------------------------------------------------------------
    6.7 Accessibility
    --------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #cccccc;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #CE112D;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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