@charset "UTF-8";
/**
 * Namespaces Used in this Framework
 *
 * The following namespaces are in use throughout this framework to make it
 * quick and easy to identify the purpose and location of any CSS classes
 * being used in your design.
 *
 * lay- | Layout, things like containers, columns and grids
 *
 * utl- | Utilities, single-use classes that add things like padding, font-areas
 *		| and more; used primarily in the creation of organisms
 *
 * atm- | Atoms, the basic building blocks of a molecule or above
 *
 * mol- | Molecules, stand-alone compenents that can combine to form organisms
 *
 * org- | Organisms, a combination of utilities, atoms and molecules that form
 *		| specific functions, like headers, articles or footers
 *
 * cms- | Content Management System, classes specific to CMS's like WordPress
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * X.X.X - Atoms - Normalize (Custom Defaults)
 *
 * Extends normalize.css with additional resets and defaults.
 *
 * normalize.css is located in atoms/_atoms__normalize.scss
 * https://necolas.github.io/normalize.css/
 */
html {
  background: #edeeef;
}

/**
 * Box Sizing
 *
 * Sets elements to border-box, which makes the width property include
 * padding/borders.
 *
 * Read more: http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 *
 * Note that normalize.css resets some elements to content-box.
 * Any resets on _atoms__normalize.scss have been overwritten below.
 */
html {
  box-sizing: border-box;
}

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

/* normalize.css box-sizing overwrites */
input[type="search"],
hr {
  box-sizing: border-box;
}

/**
 * Clearfix
 *
 * Forces elements to self-clear floated children.
 * https://css-tricks.com/snippets/css/clear-fix/
 *
 * Add the .clearfix class to elements generically, or add specific classes
 * here to reduce the number of classes on your parent element.
 */
.clearfix:after,
.menu--horz:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Screen Reader Text
 *
 * Positions text 1km to the left of the screen. Use this for text that needs
 * to remain accessible by screen-readers but hidden from sighted users.
 */
.screen-reader-text {
  position: absolute;
  left: -10000cm;
}

/**
 * Remove iOS Rounding/Form Effects
 */
textarea,
input[type="search"],
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

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

td,
th {
  padding: 0;
}

/**
 * X.X.X - Atoms - Typography
 */
body {
  color: #262626;
  font-family: "museo-sans", "Helvetica Neue", Arial, sans-serif;
}

/**
 * X.X.X - Atoms - Headings
 */
h1 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1rem;
}

h2 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

h3 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

h4 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

h5 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

h6 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
}

/**
 * X.X.X - Atoms - Paragraphs
 *
 * Paragraph font sizes aren't set by default and instead rely on the browser
 * defaults. Note that a single paragraph will have no bottom margin, so
 * it's containing parent may need a bottom padding or margin. Evaluate
 * on a case-by-case basis.
 */
p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

blockquote {
  font-family: "museo-sans", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  padding: 40px 0;
  text-align: center;
}

blockquote p {
  font-size: 1em;
}

blockquote cite {
  font-weight: 300;
}

@media screen and (min-width: 40em) {
  /** 
   * Set Font Sizes on Large Viewport
   *
   * Font-sizes are set to a larger size for better
   * legibility on wider viewports.
   */
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.375em;
  }

  h4 {
    font-size: 1.25em;
  }

  h5 {
    font-size: 1.125em;
  }

  h6 {
    font-size: 1.125em;
  }

  label,
  p {
    font-size: 1em;
    padding: 0;
  }

  blockquote {
    font-size: 1em;
  }
}
/**
 * X.X.X - Atoms - Icons
 *
 * Add the .icon class to SVG icons to create a consistent size and
 * control their color using CSS.
 */
.icon {
  display: block;
  height: 24px;
  fill: currentColor;
  width: 24px;
}

/**
 * X.X.X - Atoms - Icons - Dropdown
 *
 * Used by dropdown toggle button. See _molecules/_molecules__dropdown.scss for
 * complete styles.
 */
.icon-circle-down {
  margin-left: .5em;
}

/* Point arrow upwards when menu is toggled on. */
.toggle-on .icon-circle-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/**
 * SVG Javascript Click Capture Bug Fix
 *
 * Clicking an SVG file, such as an icon, can block a click event from being
 * detected by the menu script. There are a couple techniques out there worth
 * exploring, but below is the simplist for the needs of this design.
 * Basically, we're creating a layer above the dropdown icon that gets clicked
 * instead of the SVG.
 *
 * NOTE 1: The click event in menu.js fires when .dropdown-toggle is clicked,
 * not .click. The .click class is only there to prevent the SVG from being clicked.
 * The .dropdown-toggle class is in molecules/_molecules__dropdown.scss
 *
 * NOTE 2: As of this writing (March 11, 2016), the above issue was only affecting
 * Microsoft Edge in Windows 10.
 */
.svg-click-wrap,
.click {
  height: 24px;
  position: relative;
}

.click {
  margin-left: .5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  z-index: 99;
}

/**
 * X.X.X - Atoms - Icons - Genericons
 * http://genericons.com/
 *
 * Genericons are only used in this theme for social media menues since they're
 * dynamic and can change based on user needs; it saves users from having
 * to manually insert a social media svg icon into each link.
 *
 * The entire font family IS included, however, should you decide to use more.
 * Refer to the Genericons documentation for instructions.
 */
@font-face {
  font-family: 'Genericons';
  src: url("../_fonts/genericons/Genericons.eot");
}
@font-face {
  font-family: 'Genericons';
  src: url("../_fonts/genericons/Genericons.ttf") format("truetype"), url("../_fonts/genericons/Genericons.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Genericons";
    src: url("../_fonts/genericons/Genericons.svg#Genericons") format("svg");
  }
}
.menu--social a:before {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

.menu--social a:before {
  font-size: 32px;
  margin-right: .25em;
}

.menu--social a[href*="codepen.io"]:before {
  content: "\f216";
}

.menu--social a[href*="digg.com"]:before {
  content: "\f221";
}

.menu--social a[href*="dribbble.com"]:before {
  content: "\f201";
}

.menu--social a[href*="dropbox.com"]:before {
  content: "\f225";
}

.menu--social a[href*="facebook.com"]:before {
  content: "\f203";
}

.menu--social a[href*="flickr.com"]:before {
  content: "\f211";
}

.menu--social a[href*="foursquare.com"]:before {
  content: "\f226";
}

.menu--social a[href*="plus.google.com"]:before {
  content: "\f206";
}

.menu--social a[href*="github.com"]:before {
  content: "\f200";
}

.menu--social a[href*="instagram.com"]:before {
  content: "\f215";
}

.menu--social a[href*="linkedin.com"]:before {
  content: "\f208";
}

.menu--social a[href*="pinterest.com"]:before {
  content: "\f210";
}

.menu--social a[href*="getpocket.com"]:before {
  content: "\f224";
}

.menu--social a[href*="polldaddy.com"]:before {
  content: "\f217";
}

.menu--social a[href*="reddit.com"]:before {
  content: "\f222";
}

.menu--social a[href*="stumbleupon.com"]:before {
  content: "\f223";
}

.menu--social a[href*="tumblr.com"]:before {
  content: "\f214";
}

.menu--social a[href*="twitter.com"]:before {
  content: "\f202";
}

.menu--social a[href*="vimeo.com"]:before {
  content: "\f212";
}

.menu--social a[href*="wordpress.com"]:before,
.menu--social a[href*="wordpress.org"]:before {
  content: "\f205";
}

.menu--social a[href*="youtube.com"]:before {
  content: "\f213";
}

.menu--social a[href*="mailto:"]:before {
  content: "\f410";
}

.menu--social a[href*="spotify.com"]:before {
  content: "\f515";
}

.menu--social a[href*="twitch.tv"]:before {
  content: "\f516";
}

.menu--social a[href$="/feed/"]:before {
  content: "\f413";
}

.menu--social a[href*="path.com"]:before {
  content: "\f219";
}

.menu--social a[href*="skype.com"]:before {
  content: "\f220";
}

/**
 * X.X.X - Atoms - Lists
 */
dl,
ol,
ul {
  margin: 25px 0;
}

dl:first-child,
ol:first-child,
ul:first-child {
  margin-top: 0;
}

dl:last-child,
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 0;
}

li ol,
li ul {
  padding-left: 2em;
}

li {
  line-height: 1.5;
  margin-bottom: 15px;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 25px;
  margin-left: 0;
}

dd:last-of-type {
  margin-bottom: 0;
}

/**
 * X.X.X - Atoms - Elements
 */
abbr[title] {
  border: none;
  text-decoration: none;
}

hr {
  border-style: none;
  border-bottom: 2px solid #262626;
  margin-bottom: 50px;
  outline: none;
}

iframe {
  margin: 0 auto;
}

pre {
  max-width: 100%;
}

/**
 * Code styles are overwritten by the Prism.js plugin.
 * http://prismjs.com/
 *
 * Prism files are located in the following locations:
 *	dev/scripts/prism.js
 *	_plugins/_plugins__prism.scss
 *
 * Prism.js relies on language classes to work, ex: <code class="language-css">
 * Without language classes the default code element styles below are used.
 * See http://prismjs.com/ for complete documentation.
 */
code {
  border-radius: 4px;
  background: #262626;
  color: lime;
  display: inline-block;
  /* To apply padding to inline code samples. */
  padding: 0 12.5px;
}

/**
 * X.X.X - Atoms - Links
 */
a,
a:link,
a:visited {
  color: #006fba;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #005187;
}

a:active {
  color: #00416e;
}

/**
 * X.X.X - Atoms - Links on Dark
 *
 * This link variation is meant for placement above dark backgrounds.
 */
.link--on-contrast,
.link--on-contrast:link,
.link--on-contrast:visited {
  color: #ffffff;
}

.link--on-contrast:hover {
  color: #e6e6e6;
}

.link--on-contrast:active {
  color: #cccccc;
}

/**
 * X.X.X - Atoms - Stealth Links
 *
 * This resembles the surrounding copy unless hovered and can be used over
 * light backgrounds when you want your links to go stealth.
 *
 * Use .stealth-link--on-contrast when your background is dark (see below).
 */
.link--stealth,
.link--stealth:link,
.link--stealth:visited {
  color: #262626;
}

.link--stealth:hover {
  color: #006fba;
}

.link--stealth:active {
  color: #00416e;
}

/**
 * X.X.X - Atoms - Stealth Links on Contrast
 *
 * This resembles the surrounding copy unless hovered and can be used over
 * dark backgrounds when you want your links to go stealth.
 *
 * Use .link--stealth when your background is light (see above).
 */
.stealth-link--on-contrast,
.stealth-link--on-contrast:link,
.stealth-link--on-contrast:visited {
  color: #ffffff;
}

.stealth-link--on-contrast:hover {
  color: #ffffff;
}

.stealth-link--on-contrast:active {
  color: #cccccc;
}

/**
 * X.X.X - Atoms - Text-Decoration Alternative
 *
 * This replaces the text-decoration property by adding a border to the bottom
 * of paragraph link elements. It looks neater than text-decoration, which
 * can sometimes intersect font descenders.
 */
/* Hide borders on the following paragraphs. */
/**
 * X.X.X - Atoms - Forms
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0 0 50px;
}

legend {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  display: block;
  font-weight: 700;
  width: 100%;
}

label {
  font-weight: 700;
  line-height: 2;
  margin-bottom: 1.5rem;
  vertical-align: middle;
}

label + p,
legend + p {
  margin-top: 0 !important;
  /* I hate this... */
}

/**
 * X.X.X - Atoms - Forms - Inputs
 */
input,
select,
textarea {
  background: #fafafa;
  border: 2px solid #e8edef;
  border-radius: 4px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding: 10px;
  width: 100%;
}

select {
  padding: 7px 8px;
}

option {
  line-height: 1;
}

input:focus,
textarea:focus {
  border: 2px solid #006fba;
  outline: none;
}

input[type="checkbox"],
input[type="radio"],
select {
  line-height: 1.5rem;
  margin-bottom: 0;
  vertical-align: middle;
  width: auto;
}

input[type="submit"] {
  margin-bottom: auto;
  width: auto;
}

input[type="file"] {
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  width: auto;
}

/**
 * X.X.X - Atoms - Buttoms
 *
 * Standard button styles. The .btn class is meant for anchor elements that
 * are intended to look like button elements; it's not necessary to include
 * it on button or input elements.
 */
button,
input[type="submit"],
a.btn:link,
a.btn:visited,
.btn {
  background: #00b156;
  border: 2px solid #00b156;
  border-radius: 4px;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 10px 0;
  padding: 15px;
  text-transform: uppercase;
  vertical-align: center;
}

button:focus,
input[type="submit"]:focus,
a.btn:focus,
.btn:focus {
  background: #006531;
  outline: none;
}

button:hover,
input[type="submit"]:hover,
a.btn:hover,
.btn:hover {
  background: #007e3d;
  border-color: 2px solid #007e3d;
  color: #ffffff;
}

button:active,
input[type="submit"]:active,
a.btn:active,
.btn:active {
  background: #006531;
  border-color: 2px solid #006531;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

/**
 * X.X.X - Atoms - Button: Blended
 *
 * This resembles a link and can be used over light backgrounds when you
 * need a button element but you don't want it to look like one.
 *
 * Use .btn--blended-on-contrast when your background is dark (see below).
 */
input[type="submit"].btn--blended,
.btn--blended,
.btn--blended:link,
.btn--blended:visited {
  background: transparent;
  border-color: transparent;
  color: #006fba;
}

input[type="submit"].btn--blended:hover,
.btn--blended:hover,
.btn--blended:active {
  background: transparent;
  border-color: transparent;
  color: #005187;
}

input[type="submit"].btn--blended:active,
.btn--blended:active {
  color: #00416e;
}

/**
 * X.X.X - Atoms - Button: Blended on Dark
 *
 * This resembles a contrast link and can be used over dark backgrounds when you
 * need a button element but you don't want it to look like one.
 *
 * Use .btn--blended when your background is light (see above).
 */
input[type="submit"].btn--blended-on-contrast,
.btn--blended-on-contrast,
.btn--blended-on-contrast:link,
.btn--blended-on-contrast:visited {
  background: transparent;
  border-color: transparent;
  color: #ffffff;
}

input[type="submit"].btn--blended-on-contrast:hover,
.btn--blended-on-contrast:hover,
.btn--blended-on-contrast:active {
  background: transparent;
  border-color: transparent;
  color: #ffffff;
}

input[type="submit"].btn--blended-on-contrast:active,
.btn--blended-on-contrast:active {
  color: #cccccc;
}

/**
 * X.X.X - Atoms - Large Button
 *
 * Turns any button larger than the default.
 */
input[type="submit"].btn--large,
a.btn--large:link,
a.btn--large:visited,
.btn--large {
  font-size: 1.5em;
  margin-bottom: 2rem !important;
  padding: 25px;
}

/**
 * X.X.X - Atoms - Small Button
 *
 * Turns any button smaller than the default.
 */
input[type="submit"].btn--small,
.btn--small,
a.btn--small:link,
a.btn--small:visited {
  font-size: .875em;
  padding: 10px 15px;
}

/**
 * X.X.X - Atoms - Images
 */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

figure {
  display: inline-block;
  margin: 0 0 25px;
}

figcaption {
  border-bottom: 2px solid #e8edef;
  font-family: "museo-sans", "Helvetica Neue", Arial, sans-serif;
  padding: 15px 0;
}

/**
 * X.X.X - Molecules - Titles
 */
/* Consistent appearance for titles, regardless of heading level. */
.title {
  display: block;
  font-family: "museo-slab", Georgia, Times, serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  word-wrap: break-word;
}

.title--small, .title--menu {
  font-size: 1.5rem;
}

/* Centers Title. */
.title--centered {
  text-align: center;
}

/* Adds article specific font-family. */
.title--article {
  font-family: "museo-slab", Georgia, Times, serif;
}

/* Billboard Titles */
.title--billboard {
  background: #000000;
  color: #ffffff;
  padding: 25px;
  position: absolute;
  left: 50%;
  /* horizontal alignment */
  top: 50%;
  /* vertical alignment */
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
      -ms-transform: translate(-50%, -50%) rotate(-3deg);
          transform: translate(-50%, -50%) rotate(-3deg);
}

/* Menu title appears above menus (categories, table of contents, etc.) */
.title--menu {
  margin-top: 0;
  margin-bottom: 10px;
}

.title--menu + .menu {
  margin-top: 0;
}

/* Special rules for site title. */
.title--logo {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

@media screen and (min-width: 40em) {
  .title {
    font-size: 2.5rem;
  }

  .title--medium {
    font-size: 2rem;
  }

  .title--small, .title--menu {
    font-size: 1.5rem;
  }

  .title--logo {
    font-size: 2rem;
  }
}
/**
 * X.X.X - Molecules - Lists - Tabular
 */
/**
 * X.X.X - Molecules - Infoline
 *
 * Infolines serve primarily as bylines in articles, but also as a type of
 * informative subtitle containing metadata or other information. Because
 * of their multiple roles, the term infoline was chosen over byline.
 */
.infoline {
  font-weight: normal;
  font-size: 1em;
  font-style: italic;
  margin: 0;
  padding: 5px 0;
}

.infoline--border {
  border-bottom: 2px solid #e8edef;
  margin-bottom: 1em;
  padding-top: .5rem;
  padding-bottom: 25px;
}

.infoline--border-alt {
  border-bottom: 1px solid #000000;
  margin-bottom: 1em;
  padding-top: .5rem;
  padding-bottom: 5px;
}

@media screen and (min-width: 40em) {
  .infoline {
    font-size: 1em;
  }
}
/**
 * X.X.X - Molecules - Align
 */
.font-align-left {
  text-align: left;
}

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

/**
 * X.X.X - Molecules - Font Zones - Size Small
 */
.font-zone--size-small {
  font-size: 0.75rem;
}

@media screen and (min-width: 40em) {
  .font-zone--size-small {
    font-size: 0.875rem;
  }
}
/**
 * X.X.X - Molecules - Font Zones - Size Medium
 */
.font-zone--size-medium {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  .font-zone--size-medium {
    font-size: 1rem;
  }
}
/**
 * X.X.X - Molecules - Font Zones - Size Large
 */
.font-zone--size-large {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  .font-zone--size-large {
    font-size: 1.25rem;
  }
}
/**
 * X.X.X - Molecules - Font Zones - Size Largest
 */
.font-zone--size-largest {
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) {
  .font-zone--size-largest {
    font-size: 2rem;
  }
}
/**
 * X.X.X - Molecules - Font Zones - Callout
 */
.font-zone--callout {
  font-family: "museo-slab", Georgia, Times, serif;
  font-size: 1.5em;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .font-zone--callout {
    font-size: 2em;
  }
}
/**
 * X.X.X - Molecules - Font Zones - Alignment
 */
.font-zone--centered {
  text-align: center;
}

/**
 * X.X.X - Molecules - Font Zones - Article
 */
.font-zone--article {
  font-family: "museo-slab", Georgia, Times, serif;
}

/**
 * X.X.X - Molecules - Images - Logo
 */
.logo {
  height: auto;
  min-width: 100%;
}

/**
 * SVG Animation
 */
.monster-svg--small {
  height: auto;
  max-width: 300px;
}

.pr-logos {
  height: auto;
  max-width: 260px;
}

/**
 * X.X.X - Molecules - Media - Embedded Videos
 *
 * Provides a responsive wrapper for embedded videos from YouTube, Vimeo, etc.
 * Create a div or other container with the .video-wrapper class and place the
 * video code inside. You can adjust the aspect ratio by changing the bottom
 * padding percentage for the .video-wrapper class.
 */
.video-wrapper {
  clear: both;
  float: none;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 HD aspect ratio */
  padding-top: 25px;
  position: relative;
  width: 100%;
}

.video-wrapper iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

/**
 * X.X.X - Molecules - Media - Monster SVG
 */
.monster-svg {
  width: auto;
  max-height: 400px;
}

.monster-svg--blue-guy {
  max-height: 280px;
}

@media screen and (min-width: 50em) {
  .monster-svg--blue-guy {
    max-height: 400px;
  }
}
/**
 * X.X.X - Molecules - Nav Menus
 */
.menu {
  list-style: none;
  padding: 0;
}

.menu li ul {
  padding-left: 0;
}

.menu__item {
  border-top: 2px solid #e8edef;
  margin: 0;
}

.menu__item .menu {
  border-top: 2px solid #e8edef;
  margin: 0;
}

.menu__item:first-child {
  border-top: none;
}

.menu__link {
  display: block;
  font-weight: 700;
  padding: 15px 0;
}

@media screen and (min-width: 50em) {
  .menu__link {
    padding: 5px 0;
  }
}
/**
 * X.X.X - Molecules - Nav Menus - Social Navigation
 */
.menu__link--social {
  line-height: 2rem;
  padding: 10px 0;
}

@media screen and (min-width: 50em) {
  .menu__link--social {
    line-height: 2rem;
    padding: 5px 0;
  }
}
/**
 * X.X.X - Molecules - Nav Menus - Horizontal Menu
 */
.menu__item--horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.no-js .menu__item--horizontal {
  display: block;
}

.menu__item--horizontal .menu__link {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 50em) {
  .menu--horizontal,
  .menu__item--has-children {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
  }

  .no-js .menu--horizontal {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
  }

  .menu__item--horizontal {
    border: none;
    margin-right: 1.5rem;
  }

  .menu__item--horizontal > .menu__link {
    padding: 25px 0;
  }

  /* Keeps icon flush right on sub-menu items with children. */
  .menu--nested .menu__item--has-children {
    margin-right: 0;
  }
}
/**
 * X.X.X - Molecules - Nav Menus - Horizontal Centered Menu
 *
 * Centers the horizontal menu at certain screen sizes. Remove the max-width
 * if you want to have it centered regardless of size.
 */
/* Center navigation on medium screens. */
@media screen and (min-width: 50em) {
  .menu--horizontal-centered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .menu__item--horizontal-centered {
    margin-right: 15px;
    margin-left: 15px;
  }
}
/**
 * X.X.X - Molecules - Nav Menus - Sub-Menus
 *
 * Styles sub-menus, including nested sub-menus.
 *
 * Sub-menu script is in scripts/main.js (production)
 * or scripts/menu.js (dev).
 */
/* Sub Menu */
.menu--nested {
  border-top: 2px solid #e8edef;
  display: none;
  margin: 0;
  width: 100%;
}

.no-js .menu--nested,
.menu--nested.toggled-on {
  display: block;
}

.menu__link--nested {
  font-weight: 300;
  text-transform: none;
}

.menu__item--has-children,
.menu__item--has-sub-children {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__link--first-sibling {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 50em) {
  .global-nav {
    padding-top: 0;
  }

  .menu--horizontal .menu--nested {
    width: 220px;
  }

  .menu__link--first-sibling-toggled-on {
    background: #ffffff;
  }

  .menu--horizontal .menu--nested {
    background: #ffffff;
    border: 2px solid #e8edef;
    border-radius: 4px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
    clear: left;
    padding: 0 15px;
    position: absolute;
    left: 0;
    top: 110%;
    z-index: 100;
  }

  /* Remove shadow on nested sub-menus. */
  .menu--horizontal .menu--nested .menu--nested {
    box-shadow: none;
  }

  .no-js .menu--horizontal .menu--nested {
    border: none;
    box-shadow: none;
    padding: 0;
    position: static;
  }

  /* Keep nested sub-menues from popping out. */
  .menu--nested .menu--nested {
    border: none;
    border-radius: 0;
    border-top: 2px solid #e8edef;
    padding: 0 0 0 15px;
    position: static;
  }

  .masthead .menu--horizontal .menu--nested {
    left: auto;
    right: 0;
  }
}
/**
 * X.X.X - Molecules - Dropdown Button
 *
 * Styles the dropdown buttons used by sub-menues and their children.
 *
 * Notes: Dropdown buttons are generated in scripts/menu.js
 *        Icons are .svg files. See atoms/_atoms__icons.scss
 *        Button text uses .screen-reader-text. See atoms/_atoms__normalize--custom.scss
 */
.dropdown-toggle,
.dropdown-toggle--sub {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #006fba;
  /* Color of .svg icon */
  cursor: pointer;
  font-size: 1rem;
  margin: 0;
  padding: .75rem 0 .75rem 2rem;
  /* Adds larger touch area on mobile. */
  text-align: center;
}

.dropdown-toggle:hover,
.dropdown-toggle--sub:hover {
  background: transparent;
  border: none;
  color: #005187;
}

.dropdown-toggle:focus,
.dropdown-toggle--sub:focus {
  background: none;
}

.dropdown-toggle:active,
.dropdown-toggle--sub:active {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #00416e;
}

@media screen and (min-width: 40em) {
  .dropdown-toggle,
  .dropdown-toggle--sub {
    padding: 0;
    position: static;
  }
}
.menu__item--has-children {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

/**
 * X.X.X - Molecules - Menu Button for Small Screens
 *
 * Styles the menu button that toggles the global navigation on or off
 * on small screens. The script can be found in scripts/main.js (production)
 * or scripts/menu.js (dev).
 */
.nav-toggle--off {
  position: absolute;
  left: -10000cm;
}

.no-js .nav-toggle {
  position: static;
}

@media screen and (min-width: 50em) {
  .nav-toggle--off {
    position: static;
  }

  .btn--nav-toggle {
    display: none;
  }
}
/**
* X.X.X - Organisms - Content Bullet
*
* Content bullets consist of two vertically centered columns, typically an
* image on the left, and text on the right. They resemble bullet points.
*
* Content bullets are used for displaying blog posts, comments, asides with
* images and the site masthead. Using content bullets on the masthead keeps
* the navigation vertically centered relative to the logo/textmark.
*/
.content-bullet {
  padding: 40px 0;
}

.content-bullet__thumbnail {
  border-radius: 50%;
  height: auto;
  margin: 0 auto 25px;
  max-width: 100%;
}

@media screen and (min-width: 50em) {
  .content-bullet {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 0;
    width: 100%;
  }

  .content-bullet__thumbnail {
    margin-bottom: 0;
    max-width: 100%;
  }

  .content-bullet__visual {
    padding-right: 25px;
    width: 25%;
  }

  .content-bullet__content {
    padding-left: 25px;
    width: 75%;
  }
}
/**
 * Content Bullet Contained
 *
 * Content Bullet Contained behaves like the container class with side padding.
 */
.content-bullet--contained {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 960px;
}

@media screen and (min-width: 40em) {
  .content-bullet--contained {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/**
 * X.X.X - Organisms - Content Bullet - Article
 *
 * This is used on the homepage article listing only.
 */
.content-bullet--article {
  border-bottom: 2px solid #e8edef;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-bullet--article:last-child {
  border-bottom: none;
}

@media screen and (min-width: 50em) {
  .content-bullet--article {
    text-align: left;
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
  }

  .content-bullet--article:nth-of-type(even) {
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
/**
 * X.X.X - Organisms - Content Bullet - Masthead
 *
 * Keeps the navigation vertically centered relative to the logo/textmark.
 */
.content-bullet--masthead {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

.content-bullet--masthead .content-bullet__visual {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-bullet__content--masthead {
  width: auto;
}

/* Stack the logo above the global nav within this size range. */
@media screen and (min-width: 50em) and (max-width: 75em) {
  .content-bullet--masthead {
    display: block;
    padding: 0;
    width: 100%;
  }

  .content-bullet--masthead .content-bullet__visual {
    display: block;
    padding: 25px 0 0;
    text-align: center;
    width: 100%;
  }

  .content-bullet--masthead .content-bullet__visual img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 40em) {
  .content-bullet--masthead {
    padding: 0 25px;
  }
}
/**
 * X.X.X - Organisms - Masthead
 */
.masthead {
  background: #ffffff;
  border-bottom: none;
  color: #000000;
  position: fixed;
  width: 100%;
}

.masthead .dropdown-toggle,
.masthead .dropdown-toggle--sub,
.masthead a:link,
.masthead a:visited {
  color: #006fba;
}

.masthead .dropdown-toggle:hover,
.masthead .dropdown-toggle:focus,
.masthead a:hover {
  color: #005187;
}

.masthead .dropdown-toggle:active,
.masthead a:active {
  color: #00416e;
}

/**
 * X.X.X - Organisms - Dropdown Menu Button
 */
@media screen and (min-width: 75em) {
  .masthead .menu__item--horz {
    margin-left: 1.5rem;
    margin-right: 0;
  }
}
/**
 * X.X.X - Organisms - Nav Menus - Masthead
 */
.menu--masthead {
  border-top: 2px solid #e8edef;
  margin-top: 0;
}

@media screen and (min-width: 50em) {
  .menu--masthead {
    border: none;
    padding: 0;
  }
}
/**
 * X.X.X - Organisms - Nav Menus - Scrollspy
 */
body.home a[href="#home"] {
  text-decoration: underline;
}

body.testimonials a[href="#testimonials"] {
  text-decoration: underline;
}

body.services a[href="#services"] {
  text-decoration: underline;
}

body.clients a[href="#clients"] {
  text-decoration: underline;
}

body.press a[href="#press"] {
  text-decoration: underline;
}

body.collaborators a[href="#collaborators"] {
  text-decoration: underline;
}

body.contact a[href="#contact"] {
  text-decoration: underline;
}

body.services .masthead a:link,
body.services .masthead a:visited,
body.collaborators .masthead a:link,
body.collaborators .masthead a:visited {
  color: #ee2f80;
}

body.services .masthead a:hover,
body.collaborators .masthead a:hover {
  color: #d81266;
}

body.services .masthead a:focus,
body.collaborators .masthead a:focus {
  color: #d81266;
}

body.services .masthead a:active,
body.collaborators .masthead a:active {
  color: #c1105b;
}

body.clients .masthead a:link,
body.clients .masthead a:visited,
body.contact .masthead a:link,
body.contact .masthead a:visited {
  color: #00b156;
}

body.clients .masthead a:hover,
body.contact .masthead a:hover {
  color: #007e3d;
}

body.clients .masthead a:focus,
body.contact .masthead a:focus {
  color: #007e3d;
}

body.clients .masthead a:active,
body.contact .masthead a:active {
  color: #006531;
}

/**
 * X.X.X - Organisms - Home Zones - Brand Green
 */
.color-zone__brand-green .title,
.color-zone__brand-green a:link,
.color-zone__brand-blue a:visited {
  color: #00b156;
}

.color-zone__brand-green a:hover {
  color: #007e3d;
}

.color-zone__brand-green a:focus {
  color: #007e3d;
}

.color-zone__brand-green a:active {
  color: #006531;
}

/**
 * X.X.X - Organisms - Home Zones - Brand Blue
 */
.color-zone__brand-blue .title,
.color-zone__brand-blue a:link,
.color-zone__brand-blue a:visited {
  color: #006fba;
}

.color-zone__brand-blue a:hover {
  color: #005187;
}

.color-zone__brand-blue a:focus {
  color: #005187;
}

.color-zone__brand-blue a:active {
  color: #00416e;
}

/**
 * X.X.X - Organisms - Home Zones - Brand Purple
 */
.color-zone__brand-purple .title,
.color-zone__brand-purple a:link,
.color-zone__brand-purple a:visited {
  color: #ee2f80;
}

.color-zone__brand-purple a:hover {
  color: #d81266;
}

.color-zone__brand-purple a:focus {
  color: #d81266;
}

.color-zone__brand-purple a:active {
  color: #c1105b;
}

/**
 * X.X.X - Layouts - Containers
 */
/**
 * Container
 *
 * Default container for centering child elements and controling their widths.
 * Side padding isn't set by default to make nesting easier and to prevent
 * overwriting any adjacent classes.
 *
 * Use a utility padding class to set padding.
 */
.container {
  margin: 0 auto;
  max-width: 960px;
}

.container-medium {
  margin: 0 auto;
  max-width: 675px;
}

@media screen and (min-width: 40em) {
  .container--small {
    margin: 0 auto;
    max-width: 600px;
  }
}
/**
 * Container Flex
 *
 * Use .container--flex when you need child elements to extent the full width
 * of their parent. This is mostly used in the right-sidebar pages, where we
 * want the sidebar background/border to fill the entire height of the page.
 */
@media screen and (min-width: 40em) {
  .container--flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
/**
 * X.X.X - Layouts - Grid
 *
 * Originally created by Philip Walton
 * http://philipwalton.com/
 *
 * License: https://github.com/philipwalton/solved-by-flexbox/blob/master/LICENSE
 * Source:	https://github.com/philipwalton/solved-by-flexbox
 * Aquired:	June 29, 2016
 *
 * Some revisions by Pete Medina to better fit the Rancho Framework
 * http://ranchothemes.com
 *
 * Interpolation uses for SCSS variables to allow for negative numbers
 * http://sass-lang.com/documentation/file.SASS_REFERENCE.html#interpolation_
 *
 * Revised:	June 29, 2016
 */
/* Apply to a container to create a grid, ex. the .container class. */
.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Apply to components within the grid to divide content into columns. */
.grid-cell {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Make grid cells all equal height. */
.grid--flexCells > .grid-cell {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* Align grid cells to top of rows. */
.grid--top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
}

/* Align grid cells to bottom of rows. */
.grid--bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
}

/* Align grid cells to center of rows. */
.grid--center {
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}

/* Vertically center the content of rows. */
.grid--justify-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
 * X.X.X - Layouts - Grids - Grid Cells
 *
 * These classes are applied to individual grid cells to determine their
 * alignment within their respective rows.
 * ------------------
 *	     [][]
 *     []          []
 * [][]      [][][]
 * ------------------
 */
.grid-cell--top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.grid-cell--bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.grid-cell--center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.grid-cell--autoSize {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

/**
 * X.X.X - Layouts - Grids - Grid
 */
.grid--fit > .grid-cell {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.grid--full > .grid-cell {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.grid--1of2 > .grid-cell {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.grid--1of3 > .grid-cell {
  -webkit-flex: 0 0 33.3333%;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}

.grid--1of4 > .grid-cell {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

/**
 * X.X.X - Layouts - Grids - Small Grid
 */
@media screen and (min-width: 30em) {
  .small-grid--fit > .grid-cell {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .small-grid--full > .grid-cell {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .small-grid--1of2 > .grid-cell {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .small-grid--1of3 > .grid-cell {
    -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }

  .small-grid--1of4 > .grid-cell {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
/**
 * X.X.X - Layouts - Grids - Medium Grid
 */
@media screen and (min-width: 40em) {
  .med-grid--fit > .grid-cell {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .med-grid--full > .grid-cell {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .med-grid--1of2 > .grid-cell {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .med-grid--1of3 > .grid-cell {
    -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }

  .med-grid--1of4 > .grid-cell {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
/**
 * X.X.X - Layouts - Grids - Large Grid
 */
@media screen and (min-width: 50em) {
  .large-grid--fit > .grid-cell {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .large-grid--full > .grid-cell {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .large-grid--1of2 > .grid-cell {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .large-grid--1of3 > .grid-cell {
    -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }

  .large-grid--1of4 > .grid-cell {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
/**
 * X.X.X - Layouts - Grids - Grid Gutters
 *
 * These grid cells are always divided, regardless of screen width.
 */
.grid--gutters {
  margin: -25px 0 0 -25px;
}

.grid--gutters > .grid-cell {
  padding: 25px 0 0 25px;
}

.grid--gutters-medium {
  margin: -40px 0 0 -40px;
}

.grid--gutters-medium > .grid-cell {
  padding: 40px 0 0 40px;
}

.grid--gutters-large {
  margin: -50px 0 0 -50px;
}

.grid--gutters-large > .grid-cell {
  padding: 50px 0 0 50px;
}

/**
 * X.X.X. - Layouts - Grids - Grid Gutters (Small)
 *
 * This triggers a grid only at a width of 30em and above; below 30em each
 * grid cell spans an entire column.
 */
@media screen and (min-width: 30em) {
  .small-grid--gutters {
    margin: -25px 0 0 -25px;
  }

  .small-grid--gutters > .grid-cell {
    padding: 25px 0 0 25px;
  }

  .small-grid--gutters-medium {
    margin: -40px 0 0 -40px;
  }

  .small-grid--gutters-medium > .grid-cell {
    padding: 40px 0 0 40px;
  }

  .small-grid--gutters-large {
    margin: -50px 0 0 -50px;
  }

  .small-grid--gutters-large > .grid-cell {
    padding: 50px 0 0 50px;
  }
}
/**
 * X.X.X. - Layouts - Grids - Grid Gutters (Medium)
 *
 * This triggers a grid only at a width of 40em and above; below 40em each
 * grid cell spans an entire column.
 */
@media screen and (min-width: 40em) {
  .med-grid--gutters {
    margin: -25px 0 0 -25px;
  }

  .med-grid--gutters > .grid-cell {
    padding: 25px 0 0 25px;
  }

  .med-grid--gutters-medium {
    margin: -40px 0 0 -40px;
  }

  .med-grid--gutters-medium > .grid-cell {
    padding: 40px 0 0 40px;
  }

  .med-grid--gutters-large {
    margin: -50px 0 0 -50px;
  }

  .med-grid--gutters-large > .grid-cell {
    padding: 50px 0 0 50px;
  }

  .grid-cell--last-med {
    -webkit-order: 99;
        -ms-flex-order: 99;
            order: 99;
  }
}
/**
 * X.X.X. - Layouts - Grids - Grid Gutters (Large)
 *
 * This triggers a grid only at a width of 50em and above; below 50em each
 * grid cell spans an entire column.
 */
@media screen and (min-width: 50em) {
  .large-grid--gutters {
    margin: -25px 0 0 -25px;
  }

  .large-grid--gutters > .grid-cell {
    padding: 25px 0 0 25px;
  }

  .large-grid--gutters-medium {
    margin: -40px 0 0 -40px;
  }

  .large-grid--gutters-medium > .grid-cell {
    padding: 40px 0 0 40px;
  }

  .large-grid--gutters-large {
    margin: -50px 0 0 -50px;
  }

  .large-grid--gutters-large > .grid-cell {
    padding: 50px 0 0 50px;
  }

  .grid-cell--last-large {
    -webkit-order: 99;
        -ms-flex-order: 99;
            order: 99;
  }
}
/**
 * X.X.X - Particals - Padding - Base
 *
 * This is the base padding configuration used throughout the design. The side
 * padding is smaller on mobile/smaller screens to give your content some
 * extra width; vertical padding is left alone.
 */
.padded-all {
  padding: 25px 15px;
}

.padded-vrt {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padded-hrz {
  padding-right: 15px;
  padding-left: 15px;
}

.padded-top {
  padding-top: 25px;
}

.padded-btm {
  padding-bottom: 25px;
}

/**
 * X.X.X - Particals - Padding - Increase Level A
 */
.padded-all-increase-a {
  padding: 40px 40px;
}

.padded-vrt-increase-a {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padded-hrz-increase-a {
  padding-right: 40px;
  padding-left: 40px;
}

.padded-top-increase-a {
  padding-top: 40px;
}

.padded-btm-increase-a {
  padding-bottom: 40px;
}

/**
 * X.X.X - Particals - Padding - Increase Level B
 */
.padded-all-increase-b {
  padding: 50px;
}

.padded-vrt-increase-b {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padded-hrz-increase-b {
  padding-right: 50px;
  padding-left: 50px;
}

.padded-top-increase-b {
  padding-top: 50px;
}

.padded-btm-increase-b {
  padding-bottom: 50px;
}

/**
 * X.X.X - Particals - Padding - Increase Level C
 */
.padded-all-increase-c {
  padding: 5rem;
}

.padded-vrt-increase-c {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padded-hrz-increase-c {
  padding-right: 5rem;
  padding-left: 5rem;
}

.padded-top-increase-c {
  padding-top: 5rem;
}

.padded-btm-increase-c {
  padding-bottom: 5rem;
}

/**
 * X.X.X - Particals - Padding - Special Sets
 */
/* Adds padding to the bottom and sides. */
.padded-cup {
  padding: 0 15px 25px;
}

/* Adds padding to the top and sides. */
.padded-dome {
  padding: 25px 15px 0;
}

/* Adds padding to main content area with extra space at the bottom. */
.padded-page {
  padding: 25px 15px 50px;
}

/**
 * X.X.X - Particals - Padding - Desktop/Wide Screens
 */
@media screen and (min-width: 40em) {
  .padded-all,
  .padded-hrz,
  .padded-cup,
  .padded-dome,
  .padded-page {
    padding-right: 25px;
    padding-left: 25px;
  }

  .padded-page {
    padding-top: 50px;
    padding-bottom: 5rem;
  }
}
/**
 * X.X.X - Particals - Padding - Desktop/Wide Screens ONLY
 *
 * Padding classes here are only in effect on larger screens. Use them to
 * allow full width containers on mobile/small screens (ex. images) while
 * keeping things aligned on larger viewports.
 */
@media screen and (min-width: 60em) {
  .padded-hrz-desktop {
    padding-right: 25px;
    padding-left: 25px;
  }
}
/**
 * X.X.X - Templates - Spanners
 */
.u-spanner {
  background: #ffffff;
  border-top: 2px solid #e8edef;
  border-bottom: 2px solid #e8edef;
}

.u-spanner--padded {
  padding-top: 25px;
  padding-bottom: 50px;
}

@media screen and (min-width: 50em) {
  .u-spanner--padded {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/**
 * X.X.X - Templates - Spanner Brand
 */
.u-spanner-brand {
  background: #006fba;
  padding: 5rem 25px;
}

/**
 * X.X.X - Templates - Spanner Green
 */
.u-spanner-green {
  background: #00b156;
  padding: 5rem 25px;
}

/**
 * X.X.X - Templates - Spanner Gradient
 *
 * Adds a subtle gradient — lighter top, transitions to darker bottom.
 */
.u-spanner--gradient {
  background: #edeeef;
  background: linear-gradient(to bottom, #edeeef 0%, #d8d8d8 100%);
}

/**
 * X.X.X - Templates - Spanner Contrast Base
 *
 * This is the default contrast u-spanner. Alternate contrast u-spanners may have
 * different background or border colors, but base sets most of the defaults.
 *
 * You shouldn't have to define new font/link colors for other contrast versions
 * as long as it looks right and you have sufficient color contrast.
 */
.spanner-contrast {
  background: #000000;
  color: #ffffff;
}

.spanner-contrast--brand {
  background: #006fba;
}

.spanner-contrast--brand-alt {
  background: #005187;
}

.spanner-contrast--green {
  background: #00b156;
}

.spanner-contrast--red {
  background: #ee2f80;
}

/* We darken menu borders to reduce contrast. */
.spanner-contrast .menu__item,
.spanner-contrast .menu--nested {
  border-color: #262626;
}

.spanner-contrast .menu--nested,
.spanner-contrast .menu--sub-nested {
  background: transparent;
}

.spanner-contrast a:link,
.spanner-contrast a:visited,
.spanner-contrast .dropdown-toggle,
.spanner-contrast .dropdown-toggle--sub {
  color: #ffffff;
}

.spanner-contrast a:hover,
.spanner-contrast .dropdown-toggle:hover,
.spanner-contrast .dropdown-toggle--sub:hover {
  color: #e6e6e6;
}

.spanner-contrast a:active,
.spanner-contrast .dropdown-toggle:active,
.spanner-contrast .dropdown-toggle--sub:active {
  color: #cccccc;
}

/* Keep form text dark and readable. */
.spanner-contrast input,
.spanner-contrast textarea {
  color: #262626;
}

/**
 * X.X.X - Templates - Spanner Vertical
 */
.spanner-vrt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.spanner-vrt--top {
  -webkit-justify-content: center;
    -ms-flex-pack: center;
  justify-content: flex-start;
  padding-top: 6rem;
}

@media screen and (min-height: 900px) {
  .spanner-vrt {
    min-height: 70vh;
  }
}
/**
 * X.X.X - Templates - Anchors - Anchors Bottom
 */
.anchor-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media screen and (min-width: 30em) {
  .anchor-bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: auto;
  }
}
.social-media-box {
  background: #00b156;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  text-align: center;
  padding: 1em;
}

.social-media-box {
  display: inline;
}

.menu-inline {
  list-style: none;
}

.menu-inline li {
  display: inline;
}

.menu-inline li a {
  display: inline-block;
  padding: .25em;
}

/**
 * X.X.X - Particals - Border Base
 */
/* Border Top */
.u-bt {
  border-top: 2px solid #e8edef;
}

/* Border Bottom */
.u-bb {
  border-bottom: 2px solid #e8edef;
}

/* Border Top & Bottom */
.u-btb {
  border-top: 2px solid #e8edef;
  border-bottom: 2px solid #e8edef;
}

/* Border All */
.u-ba {
  border: 2px solid #e8edef;
}
