/*
 * Theme Name: GlobalNOC
 * Description: Custom WordPress theme for GlobalNOC.
 * Author: Levi McGranahan
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

/*-------------------------------------------------------------------------
    Base
    _base.scss

    Styles for default HTML elements
-------------------------------------------------------------------------*/
html * {
  box-sizing: border-box;
}

body {
  color: #222222;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  font-size: 100%;
  line-height: 1.5;
}

@media screen and (min-width: 701px) {
  body {
    font-size: 115%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 400;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

a {
  color: #222222;
}

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

figure {
  margin: 0;
}

abbr,
abbr[title] {
  border: none;
  text-decoration: none;
}

ul, ol {
  padding-left: 1.375em;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*-------------------------------------------------------------------------
    Utilities
    _utilities.scss

    This file is for reusable utility classes. Using "!important" here
    on purpose. These should be considered immutable. Eveytime we
    use one of these utilities we should get the same results without
    having to worry about specificity.
-------------------------------------------------------------------------*/
/**
 * Utility class for adding a bit of top margin
 */
.m-no-top {
  margin-top: 0 !important;
}

.m-no-btm {
  margin-bottom: 0 !important;
}

/**
 * Utility class for adding a bit of bottom margin
 */
.m-btm {
  margin-bottom: 1.5em !important;
}

.m-top {
  margin-top: 1.5em !important;
}

.m-top-lg {
  margin-top: 4em;
}

/**
 * Float utilities
 */
.u-right {
  float: right !important;
}

.u-left {
  float: left !important;
}

/**
 * Font size utilities
 */
.font-small {
  font-size: .8125em !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-uppercase {
  text-transform: uppercase;
}

.font-subhead {
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 300;
  margin-top: 0;
}

.text-center {
  text-align: center;
}

/**
 * Tarack headlines losely. Use this for all uppercase headlines
 * as needed.
 */
.track-loose {
  text-transform: uppercase;
  letter-spacing: .035em;
}

.u-text-column {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

/**
 * Color utilities
 */
.color-black-70 {
  color: #646464 !important;
}

.color-black-50 {
  color: #919191 !important;
}

.color-black-10 {
  color: #e9e9e9 !important;
}

/**
 * Add a consistent drop shaddown to anything.
 */
.drop-shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11) !important;
}

.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Hide only visually, but have it available for
 * screenreaders: h5bp.com/v
 */
.visuallyhidden,
.v-hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the
 * keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus,
.v-hide.focusable:active,
.v-hide.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/**
 * Only show stuff on medium screens and up.
 */
.medium-and-up {
  display: none;
}

@media screen and (min-width: 701px) {
  .medium-and-up {
    display: block;
  }
}

.g {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}

.g::after {
  clear: both;
  content: "";
  display: block;
}

.g:after, .g:before {
  content: " ";
  clear: both;
  display: block;
}

.g--collapse {
  padding: 0;
}

@media screen and (min-width: 1201px) {
  .g--collapse {
    padding: 0 2em;
  }
}

@media screen and (min-width: 701px) {
  .g {
    padding: 0 2em;
  }
  .g .g-right {
    float: right;
  }
  .g .g-center--lrg {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 82.87564%;
    margin: 0 auto !important;
    float: none;
  }
  .g .g-center--lrg:last-child {
    margin-right: 0;
  }
  .g .g-center {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 61.4702%;
    margin: 0 auto !important;
    float: none;
  }
  .g .g-center:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 701px) {
  /**
     * This is a Neat mixing that let's you remove margin on a given incrment
     * (every second grid item in this case.).
     * https://github.com/thoughtbot/neat/blob/v1.8.0/app/assets/stylesheets/grid/_omega.scss
     */
  .g-two-up:nth-child(2n) {
    margin-right: 0;
  }
  .g-two-up:nth-child(2n+1) {
    clear: left;
  }
}

.g-list-thirds-md,
.g-list-fourths-md {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 701px) {
  .g-list-thirds-md li {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 31.50258%;
  }
  .g-list-thirds-md li:last-child {
    margin-right: 0;
  }
  .g-list-thirds-md li:nth-child(3n) {
    margin-right: 0;
  }
  .g-list-thirds-md li:nth-child(3n+1) {
    clear: left;
  }
  .g-list-fourths-md li {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 22.9404%;
  }
  .g-list-fourths-md li:last-child {
    margin-right: 0;
  }
  .g-list-fourths-md li:nth-child(4n) {
    margin-right: 0;
  }
  .g-list-fourths-md li:nth-child(4n+1) {
    clear: left;
  }
}

/**
 * Mobile first grid columns
 */
.g-one {
  float: left;
  display: block;
  margin-right: 2.74614%;
  width: 5.81604%;
}

.g-one:last-child {
  margin-right: 0;
}

.g-two {
  float: left;
  display: block;
  margin-right: 2.74614%;
  width: 14.37822%;
}

.g-two:last-child {
  margin-right: 0;
}

.g-three {
  float: left;
  display: block;
  margin-right: 2.74614%;
  width: 22.9404%;
}

.g-three:last-child {
  margin-right: 0;
}

.g-four {
  float: left;
  display: block;
  margin-right: 2.74614%;
  width: 31.50258%;
}

.g-four:last-child {
  margin-right: 0;
}

.g-five {
  float: left;
  display: block;
  margin-right: 2.74614%;
  width: 40.06475%;
}

.g-five:last-child {
  margin-right: 0;
}

.g-six {
  float: left;
  display: block;
  margin-right: 2.74614%;
  width: 48.62693%;
}

.g-six:last-child {
  margin-right: 0;
}

.g-seven {
  float: left;
  display: block;
  margin-right: 2.74614%;
  width: 57.18911%;
}

.g-seven:last-child {
  margin-right: 0;
}

.g-eight {
  float: left;
  display: block;
  margin-right: 2.74614%;
  width: 65.75129%;
}

.g-eight:last-child {
  margin-right: 0;
}

.g-nine {
  float: left;
  display: block;
  margin-right: 2.74614%;
  width: 74.31347%;
}

.g-nine:last-child {
  margin-right: 0;
}

.g-ten {
  float: left;
  display: block;
  margin-right: 2.74614%;
  width: 82.87564%;
}

.g-ten:last-child {
  margin-right: 0;
}

.g-eleven {
  float: left;
  display: block;
  margin-right: 2.74614%;
  width: 91.43782%;
}

.g-eleven:last-child {
  margin-right: 0;
}

.g-twelve {
  float: left;
  display: block;
  margin-right: 2.74614%;
  width: 100%;
}

.g-twelve:last-child {
  margin-right: 0;
}

/**
 * Small Screens and up
 */
@media screen and (min-width: 481px) {
  .g-one-sm {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 5.81604%;
  }
  .g-one-sm:last-child {
    margin-right: 0;
  }
  .g-two-sm {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 14.37822%;
  }
  .g-two-sm:last-child {
    margin-right: 0;
  }
  .g-three-sm {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 22.9404%;
  }
  .g-three-sm:last-child {
    margin-right: 0;
  }
  .g-four-sm {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 31.50258%;
  }
  .g-four-sm:last-child {
    margin-right: 0;
  }
  .g-five-sm {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 40.06475%;
  }
  .g-five-sm:last-child {
    margin-right: 0;
  }
  .g-six-sm {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 48.62693%;
  }
  .g-six-sm:last-child {
    margin-right: 0;
  }
  .g-seven-sm {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 57.18911%;
  }
  .g-seven-sm:last-child {
    margin-right: 0;
  }
  .g-eight-sm {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 65.75129%;
  }
  .g-eight-sm:last-child {
    margin-right: 0;
  }
  .g-nine-sm {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 74.31347%;
  }
  .g-nine-sm:last-child {
    margin-right: 0;
  }
  .g-ten-sm {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 82.87564%;
  }
  .g-ten-sm:last-child {
    margin-right: 0;
  }
  .g-eleven-sm {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 91.43782%;
  }
  .g-eleven-sm:last-child {
    margin-right: 0;
  }
  .g-twelve-sm {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 100%;
  }
  .g-twelve-sm:last-child {
    margin-right: 0;
  }
}

/**
 * Medium screens and up
 */
@media screen and (min-width: 701px) {
  .g-one-md {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 5.81604%;
  }
  .g-one-md:last-child {
    margin-right: 0;
  }
  .g-two-md {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 14.37822%;
  }
  .g-two-md:last-child {
    margin-right: 0;
  }
  .g-three-md {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 22.9404%;
  }
  .g-three-md:last-child {
    margin-right: 0;
  }
  .g-four-md {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 31.50258%;
  }
  .g-four-md:last-child {
    margin-right: 0;
  }
  .g-five-md {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 40.06475%;
  }
  .g-five-md:last-child {
    margin-right: 0;
  }
  .g-six-md {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 48.62693%;
  }
  .g-six-md:last-child {
    margin-right: 0;
  }
  .g-seven-md {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 57.18911%;
  }
  .g-seven-md:last-child {
    margin-right: 0;
  }
  .g-eight-md {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 65.75129%;
  }
  .g-eight-md:last-child {
    margin-right: 0;
  }
  .g-nine-md {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 74.31347%;
  }
  .g-nine-md:last-child {
    margin-right: 0;
  }
  .g-ten-md {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 82.87564%;
  }
  .g-ten-md:last-child {
    margin-right: 0;
  }
  .g-eleven-md {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 91.43782%;
  }
  .g-eleven-md:last-child {
    margin-right: 0;
  }
  .g-twelve-md {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 100%;
  }
  .g-twelve-md:last-child {
    margin-right: 0;
  }
}

/**
 * Large Screens and up
 */
@media screen and (min-width: 1201px) {
  .grid-one-lg {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 5.81604%;
  }
  .grid-one-lg:last-child {
    margin-right: 0;
  }
  .grid-two-lg {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 14.37822%;
  }
  .grid-two-lg:last-child {
    margin-right: 0;
  }
  .grid-three-lg {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 22.9404%;
  }
  .grid-three-lg:last-child {
    margin-right: 0;
  }
  .g-four-lg {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 31.50258%;
  }
  .g-four-lg:last-child {
    margin-right: 0;
  }
  .g-five-lg {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 40.06475%;
  }
  .g-five-lg:last-child {
    margin-right: 0;
  }
  .g-six-lg {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 48.62693%;
  }
  .g-six-lg:last-child {
    margin-right: 0;
  }
  .g-seven-lg {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 57.18911%;
  }
  .g-seven-lg:last-child {
    margin-right: 0;
  }
  .g-eight-lg {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 65.75129%;
  }
  .g-eight-lg:last-child {
    margin-right: 0;
  }
  .g-nine-lg {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 74.31347%;
  }
  .g-nine-lg:last-child {
    margin-right: 0;
  }
  .g-ten-lg {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 82.87564%;
  }
  .g-ten-lg:last-child {
    margin-right: 0;
  }
  .g-eleven-lg {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 91.43782%;
  }
  .g-eleven-lg:last-child {
    margin-right: 0;
  }
  .g-twelve-lg {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 100%;
  }
  .g-twelve-lg:last-child {
    margin-right: 0;
  }
}

/**
 * Grid Shame!
 */
@media screen and (min-width: 701px) {
  /**
     * These two make up a custom sized grid special page layouts. This
     * one is used on the "Careers" page, for example.
     */
  .g-minor {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 31.50258%;
    margin-left: 4.28109%;
  }
  .g-minor:last-child {
    margin-right: 0;
  }
  .g-major {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 61.4702%;
  }
  .g-major:last-child {
    margin-right: 0;
  }
  /**
     * This reversed pushes and pulls the major and minor columns so that
     * the minor is first (top) in the source order, but floats out to
     * the right on larger screens.
     */
  .g-minor-push {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 31.50258%;
    margin-left: 68.49742%;
  }
  .g-minor-push:last-child {
    margin-right: 0;
  }
  .g-major-pull {
    float: left;
    display: block;
    margin-right: 2.74614%;
    width: 61.4702%;
    margin-left: -102.74614%;
  }
  .g-major-pull:last-child {
    margin-right: 0;
  }
}

/*-------------------------------------------------------------------------
    Site Header
    _header.scss

    This file is used for styling the global site header that appears on
    all pages.
-------------------------------------------------------------------------*/
.site-header {
  background-color: #222222;
  position: relative;
}

.site-header__inner {
  padding: 1.25em 1em;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.site-header__logo {
  display: block;
  width: 200px;
}

@media screen and (min-width: 701px) {
  .site-header__inner {
    padding-right: 2em;
    padding-left: 2em;
  }
  .site-header__logo {
    width: 200px;
  }
}

.main-nav {
  display: none;
}

.desktop-nav {
  display: none;
}

.secondary-controls {
  position: absolute;
  top: 1.5em;
  right: 1em;
}

@media screen and (min-width: 701px) {
  .secondary-controls {
    top: 2em;
    right: 2em;
  }
}

.main-nav-toggle,
.site-search-toggle {
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: .8em;
  width: 23px;
  height: 23px;
  margin-left: 1.5em;
  padding: 0;
}

.nav-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.nav-list__item a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: .35em 0;
}

.nav-list__item a:hover {
  color: #00A2C6;
}

.nav-list__item.current-menu-item a,
.nav-list__item.current-page-ancestor a {
  font-weight: 600;
  color: #00A2C6;
}

.input-group-button {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.site-search {
  background-color: rgba(34, 34, 34, 0.9);
  display: none;
  position: absolute;
  top: 4.6em;
  right: 0;
  max-width: 600px;
}

.site-search__form {
  display: table;
  border-collapse: separate;
  padding: 1em;
}

.site-search__form input[type="text"] {
  display: table-cell;
  width: 100%;
  float: left;
}

.site-search__form--stand-alone {
  padding: 0;
}

.site-search__button-wrapper {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}

@media screen and (min-width: 1023px) {
  .site-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .desktop-nav {
    display: block;
    margin-left: 2em;
  }
  /*.main-nav-toggle {
        display: none;
    }*/
  .desktop-nav .nav-list {
    margin-left: 1em;
  }
  .desktop-nav .nav-list__item {
    display: inline-block;
    margin-right: 1.25em;
  }
  .desktop-nav .nav-list__item a {
    font-size: .9em;
  }
  .nav-list--mobile-only {
    display: none;
  }
  .main-nav {
    padding: 1em;
    width: 300px;
    position: absolute;
    z-index: 999;
    top: 4.9em;
    right: 4.2em;
    background-color: rgba(34, 34, 34, 0.9);
  }
}

/**
 * State classes
 */
.is-visible {
  display: block;
}

/*-------------------------------------------------------------------------
    Site Footer
    _footer.scss

    This file is used for styling the global site footer that appears on
    all pages.
-------------------------------------------------------------------------*/
.pre-footer {
  padding-bottom: 2em;
}

.site-footer {
  background-color: #222222;
  color: #ffffff;
  padding-top: 2em;
}

.site-footer__heading {
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.site-footer__text {
  font-size: .9em;
  color: #c8c8c8;
}

@media screen and (min-width: 701px) {
  .pre-footer {
    padding-bottom: 4em;
  }
  .site-footer {
    padding-top: 4em;
  }
  .site-footer__text {
    margin-right: 6em;
  }
}

.site-footer__logo {
  max-width: 200px;
}

.copyright {
  background-color: #000;
  padding: 1.5em 0;
  position: relative;
  border-top: 1px solid #2d2d2d;
}

.copyright a {
  color: #ffffff;
  text-decoration: none;
}

.copyright__trident {
  display: inline-block;
  width: 1.5em;
  position: absolute;
  bottom: 1.25em;
}

.copyright__text {
  display: inline-block;
  margin: 0;
  padding-left: 3em;
  font-size: .8125em;
}

.copyright__text a:hover {
  color: #00A2C6;
  text-decoration: underline;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu:after, .footer-menu:before {
  content: " ";
  clear: both;
  display: block;
}

.footer-menu li:first-child {
  margin-left: 0;
}

.footer-menu li a {
  color: #c8c8c8;
  font-size: .9em;
  text-decoration: none;
}

.footer-menu li a:hover {
  color: #00A2C6;
  text-decoration: underline;
}

@media screen and (min-width: 701px) {
  .footer-menu li {
    width: 50%;
    float: left;
  }
}

/**
 * Primary Base Buttons
 */
.button, .wpcf7-submit,
.button--blue {
  display: inline-block;
  background-color: #00A2C6;
  color: white;
  text-decoration: none;
  text-align: center;
  border: none;
  vertical-align: middle;
  white-space: nowrap;
  background-image: none;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
  border: 2px solid transparent;
  padding: 0 1em;
  /**
     * These two nubmers set a consistent height for the button.
     */
  line-height: 2.4em;
  height: 2.45em;
}

.button:hover, .wpcf7-submit:hover,
.button:focus,
.wpcf7-submit:focus {
  background-color: #008aa8;
}

.button:active, .wpcf7-submit:active {
  background-color: #005163;
}

.button:disabled, .wpcf7-submit:disabled {
  background-color: lightgray;
  cursor: not-allowed;
  color: gray;
}

.button:disabled:hover, .wpcf7-submit:disabled:hover {
  background-color: lightgray;
}

/**
 * Large buttons
 */
.button--large {
  line-height: 2.75em;
  height: 2.8em;
}

/**
 * Secondary Buttons
 */
.button--secondary,
.button--lime {
  background-color: #A7BE32;
}

.button--secondary:hover, .button--secondary:focus,
.button--lime:hover,
.button--lime:focus {
  background-color: #8ea22b;
}

.button--secondary:active,
.button--lime:active {
  background-color: #545f19;
}

.button--teal {
  background-color: #00977F;
}

.button--teal:hover, .button--teal:focus {
  background-color: #00806c;
}

.button--teal:active {
  background-color: #004c40;
}

/**
 * Outline Buttons
 */
.button--outline {
  background-color: transparent;
  border-color: #00A2C6;
  color: #00A2C6;
}

.button--outline:hover, .button--outline:focus {
  border-color: #008aa8;
  color: white;
}

.button--outline-knockout {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.8);
  color: white;
}

.button--outline-knockout:hover, .button--outline-knockout:focus {
  border-color: #008aa8;
  color: white;
}

.button-icon-down {
  display: inline-block;
  width: 16px;
  margin-left: 1em;
}

.button-icon-forward {
  display: inline-block;
  width: 10px;
  margin-left: .75em;
  vertical-align: middle;
}

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 {
  display: block;
  width: 100%;
  height: 2.45em;
  border: 1px solid #c8c8c8;
  padding-left: .5em;
}

label {
  font-size: .9em;
  color: #646464;
}

textarea {
  min-height: 150px;
}

/*-------------------------------------------------------------------------
    Billboard
    _billboard.scss

    The billboard is a fullwidth component that inclusds a background
    image, title, teaser, and a call to action. They are used to promote
    important announcments and information.
-------------------------------------------------------------------------*/
.billboard {
  padding-top: 2em;
  padding-bottom: 2em;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #c8c8c8;
}

.billboard:after, .billboard:before {
  content: " ";
  clear: both;
  display: block;
}

@media screen and (min-width: 701px) {
  .billboard {
    padding-top: 4em;
    padding-bottom: 5em;
  }
}

.billboard__message {
  padding: 2em;
  background-color: rgba(34, 34, 34, 0.85);
  color: #ffffff;
}

@media screen and (min-width: 701px) {
  .billboard__message--one-third {
    width: 33.333%;
  }
  .billboard__message--half {
    width: 50%;
  }
  .billboard__message--two-thirds {
    width: 66.666%;
  }
  .billboard__message--three-fourths {
    width: 75%;
  }
}

.billboard__title {
  margin-top: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.25em;
}

.billboard__teaser {
  margin-top: 1em;
  margin-bottom: 2.5em;
}

/**
 * TODO: Figure out a better name for this thing. It's just a couple of big,
 * clickable links with text inside.
 */
.super {
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 701px) {
  .super {
    background-image: url("static/super-background.svg");
  }
}

.major {
  background-color: #A7BE32;
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 1em 2em;
}

.major:hover .major__title {
  text-decoration: underline;
}

.major:hover .major__arrow {
  visibility: visible;
  opacity: 1;
}

.major--right {
  background-color: #00A2C6;
}

@media screen and (min-width: 701px) {
  .major {
    padding-top: 2em;
    padding-right: 4em;
    padding-bottom: 2em;
  }
}

@media screen and (min-width: 1201px) {
  .major {
    padding-left: 0;
  }
  .major--right {
    padding-left: 2em;
  }
}

.major__title {
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.3;
  font-size: 1.25em;
  position: relative;
  display: inline-block;
}

.major__text {
  margin: 0;
  font-size: .8125em;
  line-height: 1.3;
}

.major__arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 999px;
  text-align: center;
  position: absolute;
  top: 40%;
  right: 1em;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
}

/*-------------------------------------------------------------------------
    Banner
    _banner.scss

    A banner is a full-width section that devides up the page vertically.
    It has and image that is 50% wide and a content section (also 50%)
    that contains a heading, text, and a CTA.
-------------------------------------------------------------------------*/
.banner--reverse {
  background-color: #222222;
  color: #ffffff;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.banner__image {
  background-color: #c8c8c8;
}

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

.banner__content {
  padding: 4em 2em;
}

.banner__content h2 {
  margin-top: 0;
}

@media screen and (min-width: 701px) {
  .banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto;
    max-width: 1366px;
  }
  .banner__content,
  .banner__image {
    width: 50%;
  }
  .banner__content {
    padding-right: 6em;
    padding-left: 6em;
  }
  .banner__content p {
    margin-bottom: 3em;
  }
}

.block {
  background-color: #fff;
  padding: 3em 0;
}

@media screen and (min-width: 701px) {
  .block {
    padding: 5em 0;
  }
}

.block--accent {
  background-color: #fafafa;
}

.block--blue {
  background-color: #00A2C6;
  color: #ffffff;
}

.block--lime {
  background-color: #A7BE32;
  color: #ffffff;
}

.block--teal {
  background-color: #00977F;
  color: #ffffff;
}

.block--charcoal {
  background-color: #414042;
  color: #ffffff;
}

.block--mega {
  padding: 7em 0;
}

.block--short {
  padding: 3.5em 0;
}

.block--dark {
  background-color: #2d2d2d;
  color: #ffffff;
}

.block-header {
  margin-bottom: 2em;
}

@media screen and (min-width: 701px) {
  .block-header {
    margin-bottom: 4em;
  }
}

.block-header--secondary {
  margin-bottom: 2em;
}

.block-header--center {
  text-align: center;
}

.block-header__title {
  font-weight: 300;
  font-size: 2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5em;
}

.block__cta {
  text-align: center;
}

.block-header__text {
  margin-bottom: 0;
}

/*-------------------------------------------------------------------------
    Blurbs
    _blurb.scss

    Blurbs have an image a title and some supporting texts. They don't
    have explicit widths so they can be used inside different size grids.
-------------------------------------------------------------------------*/
.blurb__image {
  margin-top: 1em;
}

@media screen and (min-width: 701px) {
  .blurb__image {
    margin-top: 0;
  }
}

.blurb__heading {
  font-size: 1.5em;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.blurb__text {
  margin-bottom: 2rem;
}

@media screen and (min-width: 701px) {
  .blurb__text {
    margin-bottom: 0;
  }
}

/*-------------------------------------------------------------------------
    Break
    _break.scss

    Breaks consiste of a catchy sentence with a CTA button. They help
    break up a page and can help drive the use to different pages on
    the site.
-------------------------------------------------------------------------*/
.break {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #222222;
  color: #ffffff;
  padding: 2em;
  -ms-flex-pack: center;
      justify-content: center;
}

.break p {
  margin-top: 0;
  margin-right: 2em;
  margin-bottom: 0;
}

.break--subtle {
  padding: 1em;
  background-color: #fafafa;
  border: 1px solid #eee;
  color: #222222;
  margin-top: 4em;
}

/*-------------------------------------------------------------------------
    Card
    _cards.scss

    Cards consist of wrapper element with a slight drop shadow  containing
    an image or logo and a title.
-------------------------------------------------------------------------*/
.clients {
  background-color: #00A2C6;
  padding: 4em 0 4em 0;
}

.clients .card {
  margin-bottom: 0;
  padding: 0 1em;
  background-color: #00A2C6;
  box-shadow: none;
}

.clients .news-list {
  border-bottom: none;
}

.card {
  background-color: #fafafa;
  box-shadow: 0 3px 3px rgba(34, 34, 34, 0.1);
  margin-bottom: 3em;
}

.card a {
  text-decoration: none;
}

.card a:hover img {
  opacity: .5;
}

.card a:hover .card__title {
  background-color: #f7f7f7;
}

.card__image.card__image--icon {
  width: 100%;
  text-align: center;
  min-height: 235px;
  background: #e8e8e8;
  line-height: 235px;
  font-size: 6.5em;
}

.card__title {
  margin: 0;
  text-align: center;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .03em;
  color: #414042;
  padding: 2em 1em;
}

.card.card--w-txt .card__title {
  letter-spacing: normal;
  padding-top: 1em;
  padding-bottom: 0;
  text-align: left;
  text-transform: none;
}

.card.card--w-txt .card__text {
  padding: 0 1.25em 1em;
}

.card.card--w-txt .card__text a {
  color: #126660;
  text-decoration: underline;
}

.card.card--w-txt .card__text a:focus, .card.card--w-txt .card__text a:hover {
  text-decoration: none;
}

.card.card--services {
  min-height: 500px;
}

.card.card--services .card__title {
  transition: all 0.3s ease;
}

.card.card--services .card__title a:focus,
.card.card--services .card__title a:hover {
  text-decoration: underline;
  color: #126660;
}

#members .g-three-md:nth-child(4n) {
  margin-right: 0;
}

#members .card__title {
  font-size: 0.875em;
  line-height: 100px;
  padding: 0 2em;
  width: 100%;
  min-height: 100px;
}

#members .card__title span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.recent-news {
  background-color: #222222;
  color: #ffffff;
  padding-top: 3em;
}

.recent-news.recent-news--white {
  background-color: #ffffff;
  color: #222222;
  padding-bottom: 3em;
}

.recent-news__heading {
  font-size: 1.5em;
  text-align: center;
}

.news-list {
  list-style: none;
  margin-top: 3em;
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #646464;
}

.news-list:after, .news-list:before {
  content: " ";
  clear: both;
  display: block;
}

.recent-news--white .news-list {
  border-bottom: none;
}

@media screen and (min-width: 701px) {
  .news-list {
    padding-bottom: 0;
  }
  .news-list li {
    width: 33.333%;
    float: left;
    padding: 1em 0 1em 2em;
  }
  li:first-child {
    padding-left: 0;
  }
  li:last-child {
    border-right: none;
  }
}

.news-teaser__img {
  overflow: hidden;
  margin-bottom: 1em;
  max-height: 190px;
}

.news-teaser__date {
  text-transform: uppercase;
  font-size: .8125em;
  letter-spacing: .04em;
  color: #c8c8c8;
}

.news-teaser__title {
  font-size: 1.15em;
  margin-top: .25em;
  line-height: 1.1;
}

.news-teaser__title a {
  color: #ffffff;
  text-decoration: none;
}

.news-teaser__title a:hover {
  color: #00A2C6;
  text-decoration: underline;
}

.recent-news--white .news-teaser__title a {
  color: #222222;
}

.page-header {
  margin-bottom: 2rem;
  padding-bottom: .5em;
  border-bottom: 1px solid #e9e9e9;
}

.page-header h1,
.page-header .page-header__title {
  font-weight: 300;
  margin-top: 0;
  line-height: 1;
}

.page-header p,
.page-header .page-header__teaser {
  font-size: 1.5em;
  margin-bottom: 2rem;
  color: #414042;
  line-height: 1.2;
}

.page-header--borderless {
  border-bottom: none;
}

.page-header__meta {
  color: #646464;
}

.explore-menu {
  margin-top: 0;
  margin-bottom: 2em;
}

.explore-menu__body {
  padding: 1.5rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.explore-menu__body p:first-child {
  margin-top: 0;
}

.explore-menu__body--no-border {
  border: none;
}

.explore-menu__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #fafafa;
  line-height: 1;
  padding: 1.5rem 1rem;
  letter-spacing: .04em;
  font-weight: 300;
}

/**
 * This modifier is for when you need to use and "Explore" menu on a
 * .block with the "--accent" modifier. It makes the header just a bit
 * Darker so that it stands out a bit.
 */
.explore-menu__title--accent {
  background-color: #f4f4f4;
}

.explore-menu__title--info-icon:before {
  display: inline-block;
  content: url("static/info-icon-blue.svg");
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-right: .5em;
  vertical-align: middle;
}

.explore-menu__title--question-icon:before {
  display: inline-block;
  content: url("static/question-icon-lime.svg");
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-right: .5em;
  vertical-align: middle;
}

.explore-menu__title--horn-icon:before {
  display: inline-block;
  content: url("static/horn-icon-lime.svg");
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  position: relative;
  margin-right: .5em;
  vertical-align: middle;
}

.explore-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.explore-menu__list-item {
  padding: .75em 0;
  border-bottom: 1px solid #ddd;
}

.explore-menu__list-item:first-child {
  padding-top: 0;
}

.explore-menu__list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.explore-menu__list-item a {
  text-decoration: none;
}

.explore-menu__list-item a:hover {
  color: #00A2C6;
}

.explore-menu__list-item--active a {
  color: #00A2C6;
}

.explore-menu__list-item--alt a:hover {
  color: #7FA035;
}

.mini-post__link-wrapper {
  text-decoration: none;
}

.mini-post__link-wrapper:hover {
  color: #7FA035;
}

.mini-post__link-wrapper:hover .mini-post__title {
  text-decoration: underline;
}

.mini-post__title {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.mini-post__location,
.mini-post__meta {
  font-size: .8125em;
  color: #646464;
}

.mini-post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mini-post-list__item {
  margin-bottom: 1em;
}

.profile {
  margin-bottom: 2em;
  margin-top: 2em;
}

.profile a {
  text-decoration: none;
}

@media screen and (min-width: 701px) {
  .profile {
    margin-bottom: 0;
  }
}

.profile__title {
  margin-top: .5em;
  margin-bottom: .25em;
  font-size: 1.25em;
  font-weight: 600;
}

.profile__meta {
  margin-top: 0;
  line-height: 1.2;
  color: #646464;
  font-size: .9em;
}

@media screen and (min-width: 701px) {
  .page-content__profile {
    max-width: 275px;
    float: left;
    margin: 0 1em 1em 0;
  }
}

.author-card {
  border-top: 1px solid #e9e9e9;
  margin: 3em 0 0;
  overflow: auto;
  padding: 1em 0 1em;
  width: 100%;
}

.author-card__img {
  float: left;
  width: 16%;
  border-radius: 50%;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.author-card__info {
  display: inline-block;
  padding: 0 0 0 1.5em;
  position: relative;
  float: left;
  width: 80%;
}

.author-card__info p {
  margin-top: 0.5em;
}

.jump-nav {
  background-color: #222222;
  display: none;
}

@media screen and (min-width: 701px) {
  .jump-nav {
    display: block;
  }
}

.jump-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jump-nav__list-item {
  display: inline-block;
  margin-right: 1em;
}

.jump-nav__list-item a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 1.5em 1em;
  font-size: .9em;
}

.jump-nav__list-item a:hover {
  color: #00A2C6;
}

.jump-nav__list-item:first-child a {
  padding-left: 0;
}

.process {
  list-style: none;
  padding-left: 3em;
  margin-top: 4em;
}

@media screen and (min-width: 701px) {
  .process {
    margin-top: 1em;
  }
}

.process__heading {
  margin-top: 0;
  margin-bottom: .5em;
}

.process__text {
  color: #646464;
}

.process__item {
  position: relative;
  margin-bottom: 2em;
}

.process__item:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -3em;
  width: 2em;
  height: 2em;
  background-color: #A7BE32;
  text-align: center;
  vertical-align: middle;
  line-height: 2em;
  border-radius: 50%;
  font-weight: 600;
  color: #ffffff;
}

.process__item--1:before {
  content: "1";
}

.process__item--2:before {
  content: "2";
}

.process__item--3:before {
  content: "3";
}

.process__item--4:before {
  content: "4";
}

.process__item--5:before {
  content: "5";
}

.process__item--6:before {
  content: "6";
}

.jump-nav.stuck {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}

.news-feed {
  list-style: none;
  margin-top: 0;
  margin-bottom: 2em;
  padding-left: 0;
}

.news-feed__item {
  border-bottom: 1px solid #e9e9e9;
  padding-top: 1.5em;
  padding-bottom: 1em;
}

.news-feed__item:first-child {
  /*border-top: 1px solid $color-black-10;*/
  padding-top: 0;
}

.news-feed__item:last-child {
  border-bottom: none;
}

.news-article:after {
  content: " ";
  clear: both;
  display: block;
}

.news-article__image {
  display: none;
}

@media screen and (min-width: 701px) {
  .news-article__image {
    display: block;
    float: left;
    width: 33.333%;
  }
  .news-article__body {
    padding-left: 2em;
    float: left;
    width: 66.666%;
  }
  .news-article__body--full-width {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.news-article__title {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: .25em;
  line-height: 1;
}

.news-article__title a {
  text-decoration: none;
}

.news-article__title a:hover {
  text-decoration: underline;
  color: #00977F;
}

.news-article__meta {
  color: #646464;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.news-article__meta--link {
  display: inline-block;
  color: #00977F;
  margin-bottom: .25em;
}

.news-article__cats {
  list-style: none;
  padding: 0;
}

.news-article__cats li {
  display: inline-block;
  font-size: 0.825em;
}

.news-article__cats li:after {
  content: ', ';
}

.news-article__cats li:last-child:after {
  content: none;
}

.news-article__cats li.news-article__cats-title {
  color: #222222;
  text-transform: uppercase;
}

.news-article__cats li.news-article__cats-title:first-child:after {
  content: none;
}

.news-article__cats li a {
  text-decoration: none;
  transition: all 0.3 ease;
}

.news-article__cats li a:focus, .news-article__cats li a:hover {
  color: #00A2C6;
  text-decoration: underline;
}

.pagination {
  text-align: center;
  color: #646464;
  padding: .5em;
  margin-top: 2.2em;
}

.pagination a {
  color: #00977F;
  text-decoration: none;
  display: inline-block;
  padding: .25em .75em;
  border: 2px solid #00977F;
}

.pagination a:hover {
  background-color: #00977F;
  color: #ffffff;
}

.pagination span {
  display: inline-block;
  padding: .25em .75em;
  border: 2px solid #c8c8c8;
}

.pagination__pages {
  list-style: none;
  padding: 0;
  display: inline-block;
}

.pagination__item {
  display: inline-block;
  padding: 0 .25em;
}

/*-------------------------------------------------------------------------
    Categories
    _categories.scss

    This file is used for styling the categories on the news page.
-------------------------------------------------------------------------*/
.categories {
  background: #fafafa;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 0 2em;
  padding: 0.75em 0 0.5em;
  position: relative;
  width: 100%;
}

.categories_list {
  list-style: none;
  padding: 0;
}

.categories_list li {
  display: inline-block;
}

.categories_list li.categories__title {
  letter-spacing: .04em;
  margin: 0 .5em 0 0;
  text-transform: uppercase;
}

.categories_list li a {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.875em;
  display: block;
  margin: 0 .5em .25em 0;
  padding: .5em .75em;
  text-decoration: none;
}

/**
 * The shameful stuff.
 */
/**
 * https://benmarshall.me/responsive-iframes/
 */
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
  z-index: 1;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-weight: 300;
}

.page-content > h1:first-child,
.page-content > h2:first-child {
  margin-top: 0;
}

.division-title {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
}

.division-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  color: #646464;
}

/**
 * Duplicate button styles for Contact Form 7 submit input
 */
/**
 * TODO: Starting the generic supported network page template here.
 */
.network-header {
  background-color: #222222;
  color: #ffffff;
  padding: 1em 2em;
}

.network-header__tagline a {
  font-weight: 600;
  color: #A7BE32;
  text-decoration: none;
}

/**
 * Clients
 */

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1000;
}

.slick-prev {
  left: -15px;
}

.slick-next {
  right: -15px;
}

@media screen and (max-width: 701px) {

  .slick-prev {
    left: -10px;
  }

  .slick-next {
    right: -10px;
  }

}

.slick-prev:before {
    content: '';
    display: block;
    background: url("/wp-content/themes/omnisoc/static/button-arrow-left.svg") no-repeat;
    width: 16px;
    height: 30px;
}

.slick-next:before {
    content: '';
    display: block;
    background: url("/wp-content/themes/omnisoc/static/button-arrow.svg") no-repeat;
    width: 16px;
    height: 30px;
}
