/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* 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 display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling 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 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 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;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

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

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * 1. Prevent the 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.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-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 for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .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 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
}
@-moz-keyframes bounceOutUp {
  20% {
    -moz-transform: translate3d(0, -5px, 0);
         transform: translate3d(0, -5px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -moz-transform: translate3d(0, 5px, 0);
         transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 0;
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0);
  }
}
@-o-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -5px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -5px, 0);
       -moz-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
       -moz-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
       -moz-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-moz-keyframes tada {
  from {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}

@-o-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
       -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
       -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
       -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 18px;
  line-height: 1.6666666;
  color: #403d39;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: raleway, sans-serif;
  line-height: 1.1;
  color: #2b2822;
}

a {
  color: #ff9a19;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  width: 100%;
  height: 2px;
  background: #e6e6e6;
  border: 0;
}

*:focus {
  outline: 2px solid white;
}

.page_center {
  max-width: 1300px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

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

.error {
  width: 100%;
  max-width: 1240px;
  padding: 30px;
  margin: 30px auto;
  color: white;
  background: tomato;
}

.error h1,
.error > h4 {
  color: #c71e00;
}

.error a {
  padding: 0 5px;
  font-weight: bold;
  color: #c71e00;
}

.error a:hover {
  text-decoration: none;
}

.error * + * {
  margin-top: 15px;
}

#topbar {
  position: fixed;
  top: 0;
  z-index: 1002;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: #3e3c3a;
}

#topbar .current_page_item {
  background: rgba(255, 255, 255, 0.05);
}

#topbar * {
  position: relative;
}

#topbar *:focus {
  outline: none;
}

#topbar *:focus::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.075);
}

#menu-topbar-left,
#menu-topbar-right {
  display: none;
}

@media (min-width: 680px) {
  #menu-topbar-left,
  #menu-topbar-right {
    display: block;
  }
}

#menu-topbar-left > li,
#menu-topbar-right > li {
  float: left;
  list-style: none;
}

#menu-topbar-left > li > a,
#menu-topbar-right > li > a {
  display: block;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  color: white;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

#menu-topbar-left > li > a:hover,
#menu-topbar-right > li > a:hover {
  color: #ff9a19;
}

#menu-topbar-left {
  position: relative;
  float: left;
}

#menu-topbar-left > li > a {
  padding: 0 10px;
}

#menu-topbar-right {
  float: right;
}

#menu-topbar-right > li > a {
  text-align: center;
}

#menu-topbar-right > li:first-of-type > a {
  width: 80px;
}

#menu-topbar-right > li:last-of-type > a {
  width: 110px;
  background: #ff9a19;
}

#menu-topbar-right > li:last-of-type > a:hover {
  color: #ff9a19;
  background: white;
}

#site_wrapper {
  padding-top: 50px;
}

#footer {
  position: relative;
  z-index: 999;
  padding: 45px 0;
  color: white;
  background: #3e3c3a;
}

#footer * {
  position: relative;
}

#footer *:focus {
  outline: none;
}

#footer *:focus::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.075);
}

#footer_columns {
  float: left;
  width: -webkit-calc(99.99% * 2/3 - (30px - 30px * 2/3));
  width: -moz-calc(99.99% * 2/3 - (30px - 30px * 2/3));
  width: calc(99.99% * 2/3 - (30px - 30px * 2/3));
}

#footer_columns::after {
  display: table;
  clear: both;
  content: "";
}

#footer_columns > nav {
  float: left;
  margin-right: 60px;
  clear: left;
}

@media (min-width: 680px) {
  #footer_columns > nav {
    clear: none;
  }
}

#footer_columns > nav a {
  position: relative;
  left: 0;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #8c8985;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

#footer_columns > nav a:hover {
  left: 2px;
  color: white;
}

#footer_logo {
  float: right;
  width: 82px;
}

#logo {
  float: left;
  margin-right: 15px;
  margin-left: -20px;
}

@media (min-width: 680px) {
  #logo {
    margin-left: 0;
  }
}

#logo > img {
  display: block;
  height: 50px;
  padding: 5px 0 10px;
}

#underlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, 0.75);
}

@media (min-width: 680px) {
  #underlay {
    display: none;
  }
}

#underlay.js_active {
  display: block;
}

@media (min-width: 680px) {
  #underlay.js_active {
    display: none !important;
  }
}

#off_canvas_menu {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 1001;
  overflow-y: auto;
  background: white;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (min-width: 680px) {
  #off_canvas_menu {
    display: none;
  }
}

#hamburger {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 999999;
  padding: 5px 15px;
  cursor: pointer;
  background: #312f2e;
  border: 1px solid rgba(255, 154, 25, 0.4);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

#hamburger:active {
  background: #161615;
}

#hamburger > span,
#hamburger > img {
  position: relative;
  top: -1px;
}

#hamburger > span {
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

#hamburger > img {
  height: 20px;
}

@media (min-width: 680px) {
  #hamburger {
    display: none;
  }
}

#menu-topbar-right-1,
#menu-topbar-left-1 {
  list-style: none;
}

#menu-topbar-right-1 > li > a,
#menu-topbar-left-1 > li > a {
  display: block;
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  color: white;
  text-decoration: none;
  background: #242321;
  border-bottom: 1px solid #312f2e;
}

#menu-topbar-right-1 > li > a:active,
#menu-topbar-left-1 > li > a:active {
  background: #1e1d1c;
}

#home_masthead {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}

@media (min-width: 1100px) {
  #home_masthead {
    padding: 60px 0;
  }
}

@media (min-width: 1100px) {
  #home_masthead {
    background-repeat: no-repeat;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    background-position: center;
  }
}

#home_masthead .page_center {
  position: relative;
  z-index: 1;
}

#home_masthead_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}

@media (min-width: 1100px) {
  #home_masthead_overlay {
    background: -webkit-gradient(linear, left top, right top, color-stop(33%, rgba(0, 0, 0, 0.333)), color-stop(50%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.333) 33%, transparent 50%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.333) 33%, transparent 50%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.333) 33%, transparent 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.333) 33%, transparent 50%);
  }
}

#home_masthead_mobile_image {
  max-width: 340px;
  margin: 30px auto auto;
  display: block;
}

@media (min-width: 680px) {
  #home_masthead_mobile_image {
    margin: 15px 0 0 -30px;
  }
}

@media (min-width: 1100px) {
  #home_masthead_mobile_image {
    display: none;
  }
}

#home_masthead_header {
  overflow: hidden;
}

@media (min-width: 1100px) {
  #home_masthead_header {
    width: -webkit-calc(99.99% * 1/2 - (30px - 30px * 1/2));
    width: -moz-calc(99.99% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
  }
}

#home_masthead_heading {
  font-size: 28px;
}

@media (min-width: 680px) {
  #home_masthead_heading {
    font-size: 34px;
    word-spacing: 5px;
  }
}

@media (min-width: 1100px) {
  #home_masthead_heading {
    color: white;
  }
}

#home_masthead_subheading {
  margin-top: 15px;
}

@media (min-width: 1100px) {
  #home_masthead_subheading {
    color: white;
  }
}

#home_masthead_nav > a {
  float: left;
  margin-top: 15px;
  clear: left;
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 1100px) {
  #home_masthead_nav > a {
    color: white;
  }
}

#home_masthead_nav > a:hover > span {
  margin-right: 8px;
}

#home_masthead_nav > a > span {
  margin-right: 5px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

#home_masthead_nav > a > img {
  height: 24px;
}

#home_bullet_points {
  padding: 30px 0;
  background: #fafafa;
}

@media (min-width: 680px) {
  #home_bullet_points {
    padding: 60px 0;
    overflow: hidden;
  }
}

#home_bullet_points_heading {
  font-size: 28px;
}

@media (min-width: 680px) {
  #home_bullet_points_heading {
    font-size: 34px;
    text-align: center;
  }
}

.home_bullet_points_grid {
  margin-top: 30px;
}

@media (min-width: 680px) {
  .home_bullet_points_grid > * {
    float: left;
  }
  .home_bullet_points_grid::after {
    content: '';
    display: table;
    clear: both;
  }
  .home_bullet_points_grid > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 60px;
  }
  .home_bullet_points_grid > *:nth-child(n + 3) {
    margin-top: 60px;
  }
  .home_bullet_points_grid > *:nth-child(2n + 1) {
    width: -webkit-calc(99.99% * 1/2.5 - (60px - 60px * 1/2.5));
    width: -moz-calc(99.99% * 1/2.5 - (60px - 60px * 1/2.5));
    width: calc(99.99% * 1/2.5 - (60px - 60px * 1/2.5));
  }
  .home_bullet_points_grid > *:nth-child(2n + 2) {
    width: -webkit-calc(99.99% * 1.5/2.5 - (60px - 60px * 1.5/2.5));
    width: -moz-calc(99.99% * 1.5/2.5 - (60px - 60px * 1.5/2.5));
    width: calc(99.99% * 1.5/2.5 - (60px - 60px * 1.5/2.5));
  }
  .home_bullet_points_grid > *:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
  .home_bullet_points_grid {
    margin-top: 60px;
  }
}

.home_bullet_points_feature {
  padding: 15px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-top-width: 0;
}

.home_bullet_points_feature:first-of-type {
  border-top-width: 1px;
}

.home_bullet_points_feature:hover {
  background: #f7f7f7;
}

.home_bullet_points_icon {
  float: left;
  width: 30px;
  margin-right: 15px;
}

.home_bullet_points_text {
  overflow: auto;
}

.home_bullet_points_feature_heading {
  font-size: 16px;
  line-height: 30px;
  color: #ff9a19;
}

@media (min-width: 680px) {
  .home_bullet_points_feature_heading {
    font-size: 24px;
  }
}

.home_bullet_points_description {
  display: none;
  margin-top: 5px;
  font-size: 15px;
}

.home_bullet_points_images {
  display: none;
}

@media (min-width: 680px) {
  .home_bullet_points_images {
    position: relative;
    display: block;
  }
}

.home_bullet_points_image {
  position: absolute;
  top: 50%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home_bullet_points_image > img {
  width: 100%;
}

.full_blog_wrapper {
  background: #ededed;
}

.full_blog_wrapper > .page_center {
  padding: 30px 0 0;
}

@media (min-width: 1100px) {
  .full_blog_wrapper > .page_center {
    padding: 60px 30px 0;
  }
}

.full_blog_heading {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: 45px;
  margin-left: 30px;
  font-size: 24px;
}

@media (min-width: 1100px) {
  .full_blog_heading {
    padding-bottom: 60px;
    margin-bottom: 60px;
    margin-left: 0;
  }
}

.full_blog_heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: -webkit-calc(99.99% * 1.618/4.235924000000001 - (30px - 30px * 1.618/4.235924000000001));
  width: -moz-calc(99.99% * 1.618/4.235924000000001 - (30px - 30px * 1.618/4.235924000000001));
  width: calc(99.99% * 1.618/4.235924000000001 - (30px - 30px * 1.618/4.235924000000001));
  height: 5px;
  content: "";
  background: rgba(0, 0, 0, 0.075);
}

@media (min-width: 1100px) {
  .full_blog_heading::after {
    width: -webkit-calc(99.99% * 2.6179240000000004/4.235924000000001 - (60px - 60px * 2.6179240000000004/4.235924000000001));
    width: -moz-calc(99.99% * 2.6179240000000004/4.235924000000001 - (60px - 60px * 2.6179240000000004/4.235924000000001));
    width: calc(99.99% * 2.6179240000000004/4.235924000000001 - (60px - 60px * 2.6179240000000004/4.235924000000001));
  }
}

@media (min-width: 1100px) {
  .full_blog_heading {
    font-size: 32px;
  }
}

@media (min-width: 680px) {
  .full_blog_grid > * {
    float: left;
  }
  .full_blog_grid::after {
    content: '';
    display: table;
    clear: both;
  }
  .full_blog_grid > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .full_blog_grid > *:nth-child(n + 3) {
    margin-top: 30px;
  }
  .full_blog_grid > *:nth-child(2n + 1),
  .full_blog_grid > *:nth-child(2n + 2) {
    width: -webkit-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: -moz-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: calc((99.99% - ((2 - 1) * 30px)) / 2);
  }
  .full_blog_grid > *:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
}

.isotope_filters {
  float: right;
  overflow: hidden;
}

.isotope_filters > a {
  float: left;
  padding: 5px 10px;
  font-family: helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  background: #ff9a19;
}

.isotope_filters > a:not(:first-child) {
  border-left: 1px solid #e58000;
}

#fastcase_in_the_news .isotope_filters > button:focus {
  background: #f48900;
  outline: none;
}

#fastcase_in_the_news [data-filter].js_active {
  background: #f48900;
}

.full_blog_grid_post {
  width: 100%;
  margin: 0 0 30px !important;
  background: white;
}

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

.full_blog_grid_post ul,
.full_blog_grid_post ol {
  margin-left: 1.2em;
}

.full_blog_grid_post li {
  margin-top: 0 !important;
}

.full_blog_grid_post_ribbon {
  position: relative;
  margin-top: -5px;
}

@media (min-width: 1300px) {
  .full_blog_grid_post_ribbon {
    left: -5px;
  }
  .full_blog_grid_post_ribbon::before {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #2774c4 transparent transparent;
    border-style: solid;
    border-width: 0 5px 5px 0;
  }
}

.full_blog_grid_post_ribbon_category {
  position: relative;
  z-index: 1;
  float: left;
  height: 25px;
  padding: 0 10px;
  margin-top: 0 !important;
  font-family: helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 25px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #99C1EB;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.full_blog_grid_post_ribbon_category:hover, .full_blog_grid_post_ribbon_category:active {
  background: #84b4e7;
}

.full_blog_grid_post_ribbon_category:not(:first-child)::before {
  position: absolute;
  left: 0;
  height: 100%;
  content: "";
  border-left: 1px solid #599ade;
}

.full_blog_grid_post_masthead_img > a {
  display: block;
}

@media (min-width: 680px) {
  .full_blog_grid_post_masthead_img > a {
    position: relative;
    top: 5px;
  }
}

.full_blog_grid_post_masthead_img > a > img {
  position: relative;
  top: -25px;
  display: block;
  width: 100%;
  margin-bottom: -25px;
}

.full_blog_grid_post_content {
  padding: 30px;
  clear: left;
}

.full_blog_grid_post_heading {
  font-size: 16px;
  line-height: 22px;
}

.full_blog_grid_post_heading > a {
  display: block;
  color: #403d39;
  text-decoration: none;
}

.full_blog_grid_post_content * + * {
  margin-top: 15px;
}

.full_blog_grid_post_content_excerpt {
  font-size: 14px;
}

.full_blog_grid_post_content_excerpt a {
  text-decoration: none;
}

.full_blog_grid_post_content_read_more_button {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #403d39;
  text-decoration: none;
}

#how_to_nominate {
  margin-bottom: 30px;
}

#nomination {
  background-color: #ffffff;
}

#nomination input[type=text], #nomination input[type=password], #nomination input[type=email], #nomination textarea {
  border: 1px solid #999999;
}

#nomination input[type=text]:focus, #nomination input[type=text]:active, #nomination input[type=password]:focus, #nomination input[type=password]:active, #nomination input[type=email]:focus, #nomination input[type=email]:active, #nomination textarea:focus, #nomination textarea:active {
  border: 1px solid #333333;
}

#nomination .form_container {
  padding: 5px 10px 5px 10px;
}

#nomination .form_container::after {
  display: table;
  clear: both;
  content: "";
}

#nomination .form_container label {
  font-size: 1em;
}

#nomination .form_container .nominee_information h2, #nomination .form_container .your_information h2 {
  margin-bottom: 15px;
}

#home_portfolio_slider {
  padding: 30px 0;
  background: white;
}

@media (min-width: 1100px) {
  #home_portfolio_slider {
    padding: 60px 0;
  }
}

#home_portfolio_slider_heading {
  font-size: 26px;
  text-align: center;
}

#home_portfolio_slide_thumbnails {
  display: none;
}

#home_portfolio_slide_thumbnails * {
  cursor: pointer !important;
}

@media (min-width: 1100px) {
  #home_portfolio_slide_thumbnails {
    display: block;
    margin-top: 30px;
  }
}

#home_portfolio_slide_thumbnails .home_portfolio_slide_thumbnail {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: 50%;
    -o-background-size: 50%;
       background-size: 50%;
  opacity: 0.5;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}

#home_portfolio_slide_thumbnails .home_portfolio_slide_thumbnail > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home_portfolio_slide_thumbnails .home_portfolio_slide_thumbnail::before {
  display: block;
  padding-bottom: 56.25%;
  content: "";
}

#home_portfolio_slide_thumbnails .home_portfolio_slide_thumbnail.is-selected {
  opacity: 1;
}

#home_portfolio_slides {
  padding: 30px 0;
  margin: 0 -30px;
}

@media (min-width: 1100px) {
  #home_portfolio_slides {
    padding: 30px 120px;
  }
}

.flickity-viewport {
  -webkit-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  transition: all 1200ms ease;
}

.home_portfolio_slide {
  width: 100%;
  padding: 0 60px;
}

.home_portfolio_slide_quote {
  font-size: 20px;
}

@media (min-width: 1100px) {
  .home_portfolio_slide_quote {
    font-size: 32px;
    line-height: 1.333;
  }
}

.home_portfolio_slide_quote_credit {
  margin-top: 30px;
  overflow: hidden;
}

.home_portfolio_slide_author {
  margin-right: 10px;
  font-size: 18px;
}

@media (min-width: 1100px) {
  .home_portfolio_slide_author {
    float: left;
    font-size: 24px;
  }
}

.home_portfolio_slide_link {
  font-size: 18px;
  text-decoration: none;
}

@media (min-width: 1100px) {
  .home_portfolio_slide_link {
    float: right;
    font-size: 24px;
  }
}

#app_cta {
  position: relative;
  z-index: 2;
  background: #565656;
  color: white;
}

#app_cta_grid {
  padding: 30px 0;
}

#app_cta_grid > img {
  max-width: 66.666% !important;
}

@media (min-width: 680px) {
  #app_cta_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #app_cta_grid > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 60px;
  }
  #app_cta_grid > *:nth-child(n + 3) {
    margin-top: 60px;
  }
  #app_cta_grid > *:nth-child(2n + 1) {
    width: -webkit-calc(99.99% * 1.618/4.948015792890113 - (60px - 60px * 1.618/4.948015792890113));
    width: -moz-calc(99.99% * 1.618/4.948015792890113 - (60px - 60px * 1.618/4.948015792890113));
    width: calc(99.99% * 1.618/4.948015792890113 - (60px - 60px * 1.618/4.948015792890113));
  }
  #app_cta_grid > *:nth-child(2n + 2) {
    width: -webkit-calc(99.99% * 3.3300157928901135/4.948015792890113 - (60px - 60px * 3.3300157928901135/4.948015792890113));
    width: -moz-calc(99.99% * 3.3300157928901135/4.948015792890113 - (60px - 60px * 3.3300157928901135/4.948015792890113));
    width: calc(99.99% * 3.3300157928901135/4.948015792890113 - (60px - 60px * 3.3300157928901135/4.948015792890113));
  }
  #app_cta_grid > *:nth-child(2n + 1) {
    margin-left: 0;
  }
  #app_cta_grid {
    padding: 60px 0;
  }
}

#app_cta_heading {
  margin-top: 30px;
  font-size: 28px;
  color: white;
}

@media (min-width: 680px) {
  #app_cta_heading {
    margin-top: 0;
    font-size: 42px;
  }
}

#app_cta_content * + * {
  margin-top: 15px;
}

@media (min-width: 680px) {
  #app_cta_content * + * {
    margin-top: 30px;
  }
}

#app_cta_store_links > a {
  position: relative;
  top: 0;
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

#app_cta_store_links > a:hover {
  top: -2px;
}

#app_cta_store_links > a > img {
  display: block;
  height: 44px;
}

#app_cta_image_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#app_cta_image {
  max-width: 380px;
  padding: 0 30px;
}

.partial_masthead {
  padding: 30px 0;
}

@media (min-width: 1100px) {
  .partial_masthead_grid > * {
    float: left;
  }
  .partial_masthead_grid::after {
    content: '';
    display: table;
    clear: both;
  }
  .partial_masthead_grid > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 120px;
  }
  .partial_masthead_grid > *:nth-child(n + 3) {
    margin-top: 120px;
  }
  .partial_masthead_grid > *:nth-child(2n + 1) {
    width: -webkit-calc(99.99% * 4.235801032000001/5.853801032000002 - (120px - 120px * 4.235801032000001/5.853801032000002));
    width: -moz-calc(99.99% * 4.235801032000001/5.853801032000002 - (120px - 120px * 4.235801032000001/5.853801032000002));
    width: calc(99.99% * 4.235801032000001/5.853801032000002 - (120px - 120px * 4.235801032000001/5.853801032000002));
  }
  .partial_masthead_grid > *:nth-child(2n + 2) {
    width: -webkit-calc(99.99% * 1.618/5.853801032000002 - (120px - 120px * 1.618/5.853801032000002));
    width: -moz-calc(99.99% * 1.618/5.853801032000002 - (120px - 120px * 1.618/5.853801032000002));
    width: calc(99.99% * 1.618/5.853801032000002 - (120px - 120px * 1.618/5.853801032000002));
  }
  .partial_masthead_grid > *:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
  @supports ((display: -webkit-box) or (display: -webkit-flex) or (display: flex)) {
    .partial_masthead_grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .partial_masthead_grid > *:nth-child(n) {
      width: auto;
      height: auto;
      margin-top: 0;
      margin-left: 120px;
    }
    .partial_masthead_grid > *:nth-child(n + 3) {
      margin-top: 120px;
    }
    .partial_masthead_grid > *:nth-child(2n + 1) {
      width: -webkit-calc(99.99% * 4.235801032000001/5.853801032000002 - (120px - 120px * 4.235801032000001/5.853801032000002));
      width: -moz-calc(99.99% * 4.235801032000001/5.853801032000002 - (120px - 120px * 4.235801032000001/5.853801032000002));
      width: calc(99.99% * 4.235801032000001/5.853801032000002 - (120px - 120px * 4.235801032000001/5.853801032000002));
    }
    .partial_masthead_grid > *:nth-child(2n + 2) {
      width: -webkit-calc(99.99% * 1.618/5.853801032000002 - (120px - 120px * 1.618/5.853801032000002));
      width: -moz-calc(99.99% * 1.618/5.853801032000002 - (120px - 120px * 1.618/5.853801032000002));
      width: calc(99.99% * 1.618/5.853801032000002 - (120px - 120px * 1.618/5.853801032000002));
    }
    .partial_masthead_grid > *:nth-child(2n + 1) {
      margin-left: 0;
    }
    .partial_masthead_grid {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
}

.partial_masthead_content * + * {
  margin-top: 15px;
}

[class*="menu-masthead-"] > ul {
  margin-top: 30px;
  list-style: none;
}

@media (min-width: 1100px) {
  [class*="menu-masthead-"] > ul {
    margin-top: 0;
  }
}

[class*="menu-masthead-"] > ul a {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 260px;
  padding: 10px;
  font-family: helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: currentColor;
  text-align: center;
  text-decoration: none;
  border: 1px solid currentColor;
  border-bottom-width: 0;
}

[class*="menu-masthead-"] > ul li {
  position: relative;
}

[class*="menu-masthead-"] > ul li:last-of-type a {
  border-bottom-width: 1px;
}

[class*="menu-masthead-"] > ul li:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 260px;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.025);
}

#about_misc {
  padding: 30px 0;
}

@media (min-width: 1100px) {
  #about_misc {
    padding: 60px 0;
  }
}

@media (min-width: 680px) {
  #about_misc_grid > * {
    float: left;
  }
  #about_misc_grid::after {
    content: '';
    display: table;
    clear: both;
  }
  #about_misc_grid > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 60px;
  }
  #about_misc_grid > *:nth-child(n + 3) {
    margin-top: 60px;
  }
  #about_misc_grid > *:nth-child(2n + 1),
  #about_misc_grid > *:nth-child(2n + 2) {
    width: -webkit-calc(99.99% * 2.6179240000000004/5.235848000000001 - (60px - 60px * 2.6179240000000004/5.235848000000001));
    width: -moz-calc(99.99% * 2.6179240000000004/5.235848000000001 - (60px - 60px * 2.6179240000000004/5.235848000000001));
    width: calc(99.99% * 2.6179240000000004/5.235848000000001 - (60px - 60px * 2.6179240000000004/5.235848000000001));
  }
  #about_misc_grid > *:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
  #about_misc_grid > div > * {
    float: left;
  }
  #about_misc_grid > div::after {
    content: '';
    display: table;
    clear: both;
  }
  #about_misc_grid > div > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 60px;
  }
  #about_misc_grid > div > *:nth-child(n + 3) {
    margin-top: 60px;
  }
  #about_misc_grid > div > *:nth-child(2n + 1),
  #about_misc_grid > div > *:nth-child(2n + 2) {
    width: -webkit-calc(99.99% * 2.6179240000000004/5.235848000000001 - (60px - 60px * 2.6179240000000004/5.235848000000001));
    width: -moz-calc(99.99% * 2.6179240000000004/5.235848000000001 - (60px - 60px * 2.6179240000000004/5.235848000000001));
    width: calc(99.99% * 2.6179240000000004/5.235848000000001 - (60px - 60px * 2.6179240000000004/5.235848000000001));
  }
  #about_misc_grid > div > *:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
}

#about_misc_grid h1 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 24px;
}

@media (min-width: 680px) {
  #about_misc_grid h1 {
    margin-top: 0;
  }
}

#about_misc_twitter {
  border: 1px solid #f2f2f2;
}

#about_misc_brand_materials {
  margin-top: 30px;
}

.category_filter a {
  text-decoration: none;
}

.category_filter a:hover {
  background: #f48900;
}

.category_filter a.selected {
  background: #f48900;
}

.blog_pagination {
  top: 0px;
  margin-bottom: 10px;
}

.blog_pagination a {
  text-decoration: none;
}

#about_fastcase_50 {
  color: white;
  text-align: center;
  background: #ff9a19;
}

#about_fastcase_50 > div {
  padding: 30px;
  margin: auto;
}

@media (min-width: 680px) {
  #about_fastcase_50 > div {
    max-width: -webkit-calc(99.999999% * 2.6179240000000004/4.235924000000001);
    max-width: -moz-calc(99.999999% * 2.6179240000000004/4.235924000000001);
    max-width: calc(99.999999% * 2.6179240000000004/4.235924000000001);
    padding: 60px;
  }
}

#about_fastcase_50 > div * + * {
  margin-top: 15px;
}

.fc50_class_filter {
  margin: 30px 0px 30px 0px;
  padding: 10px 0px 0px 0px;
}

.fc50_class_filter a {
  text-decoration: none;
}

.fc50_class_filter a:hover {
  background: #f48900;
}

.fc50_class_filter a.selected {
  background: #f48900;
}

#about_fastcase_50_heading {
  color: white;
}

@media (min-width: 680px) {
  #about_fastcase_50_description {
    font-size: 24px;
  }
}

#about_fastcase_50_link {
  display: inline-block;
  padding: 15px 30px;
  margin-top: 30px !important;
  font-weight: bold;
  color: #ff9a19;
  text-decoration: none;
  background: white;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  transition: all 100ms ease;
}

#about_fastcase_50_link:hover {
  -webkit-animation-name: tada;
     -moz-animation-name: tada;
       -o-animation-name: tada;
          animation-name: tada;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

div.WinnersGrid div.AlternatingRow {
  background-color: #DFDFDF;
  margin: 6px 0px 6px 0px;
}

div.WinnerPanel {
  float: left;
  font-size: 9pt;
  padding: 12px;
  width: 410px;
}

div.WinnerPanel img {
  display: inline;
}

div.WinnerPanel img.WinnerPhoto {
  margin: 0px 8px 8px 0px;
  width: 100px;
  /* drop shadow */
  -moz-box-shadow: 3px 3px 4px #999;
  /* Firefox */
  -webkit-box-shadow: 3px 3px 4px #999;
  /* Safari/Chrome */
  box-shadow: 3px 3px 4px #999;
  /* Opera and other CSS3 supporting browsers */
}

span.WinnerName {
  display: block;
  font-size: 12pt;
  font-weight: bold;
}

span.WinnerTitle {
  clear: left;
  font-weight: bold;
}

span.WinnerTwitter {
  clear: right;
  font-weight: bold;
}

span.WinnerTwitter img {
  vertical-align: top;
}

span.WinnerBio {
  color: #333;
  display: block;
}

div.WinnersGrid div.AlternatingRow span.WinnerBio {
  color: #222;
}

#webinars {
  padding: 30px 0 0;
  background: #ff9a19;
}

@media (min-width: 680px) {
  #webinars {
    padding: 60px 0 0;
  }
}

#webinars > .page_center * + * {
  margin-top: 15px;
}

#webinars .full_blog_grid_post_heading {
  font-size: 24px;
}

#webinars .full_blog_grid_post {
  margin-bottom: 30px;
}

#webinars .full_blog_grid_post_content_excerpt {
  font-size: 16px;
}

#webinars .full_blog_grid_post_content_excerpt a {
  position: relative;
}

#webinars .full_blog_grid_post_content_excerpt a:hover::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #fff4e5;
}

#webinar_grid {
  margin-top: 30px !important;
}

@media (min-width: 680px) {
  #webinar_grid > * {
    float: left;
  }
  #webinar_grid::after {
    content: '';
    display: table;
    clear: both;
  }
  #webinar_grid > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 60px;
  }
  #webinar_grid > *:nth-child(n + 3) {
    margin-top: 0;
  }
  #webinar_grid > *:nth-child(2n + 1),
  #webinar_grid > *:nth-child(2n + 2) {
    width: -webkit-calc((99.99% - ((2 - 1) * 60px)) / 2);
    width: -moz-calc((99.99% - ((2 - 1) * 60px)) / 2);
    width: calc((99.99% - ((2 - 1) * 60px)) / 2);
  }
  #webinar_grid > *:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
  #webinar_grid {
    margin-top: 60px !important;
  }
}

#help_upcoming_webinars_heading {
  font-size: 26px;
  color: white;
}

@media (min-width: 680px) {
  #help_upcoming_webinars_heading {
    font-size: 34px;
  }
}

#help_upcoming_webinars_description {
  color: white;
}

html.single {
  background: #fafafa;
}

#single_bg {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 120vw;
  height: 280px;
  margin: auto;
  background-color: #ff9a19;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

#single_article {
  position: relative;
  z-index: 3;
  max-width: 95ch;
  padding: 30px;
  margin-top: 140px;
  background: white;
  border-bottom: 2px solid #e6e6e6;
}

@media (min-width: 1100px) {
  #single_article {
    padding: 60px;
    margin: 60px auto;
    margin-bottom: 60px;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  }
}

#single_article ul,
#single_article ol {
  margin-left: 1.2em;
}

#single_article ul ul,
#single_article ul ol,
#single_article ol ul,
#single_article ol ol {
  margin-top: 15px;
}

#single_article * + * {
  margin-top: 30px;
}

#single_article li {
  margin-top: 15px;
}

#single_article img {
  width: 100vw;
  max-width: initial;
  margin-left: -30px;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}

@media (min-width: 453.33333px) {
  #single_article img {
    width: initial;
    max-width: 100%;
    margin-left: auto;
    border: 3px solid #f7f7f7;
  }
}

#single_heading {
  font-size: 24px;
}

@media (min-width: 1100px) {
  #single_heading {
    font-size: 30px;
  }
}

#single_meta {
  margin-top: 15px;
}

#single_meta::after {
  display: table;
  clear: both;
  content: "";
}

#single_authors {
  margin-top: 0;
}

#single_authors > span {
  display: block;
  margin-bottom: -2px;
  font-size: 11px;
}

#single_authors a {
  color: #403d39;
  text-decoration: none;
}

#single_date {
  float: right;
}

#single_date p {
  margin-top: 0;
}

#single_date > span {
  display: block;
  margin-bottom: -2px;
  font-size: 11px;
  text-align: right;
}

#help_documentation {
  background: #565656;
  padding: 30px 0;
  counter-reset: i;
}

#help_documentation h1 {
  color: white;
}

#help_documentation a {
  color: white;
}

@media (min-width: 1100px) {
  #help_documentation {
    padding: 60px 0;
  }
}

#help_documentation_heading {
  margin-bottom: 15px;
  font-size: 20px;
}

@media (min-width: 680px) {
  #help_documentation_heading {
    font-size: 26px;
  }
}

.help_documentation_file_heading {
  display: block;
  margin-top: 30px;
  text-decoration: none;
}

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

.help_documentation_file_heading > img {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.help_documentation_file_heading > span {
  float: left;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  font-size: 16px;
  line-height: 1.333;
}

@media (min-width: 680px) {
  .help_documentation_file_heading > span {
    font-size: 18px;
    font-weight: bold;
  }
}

.help_documentation_file_heading:hover > img {
  -webkit-animation-name: bounceOutUp;
     -moz-animation-name: bounceOutUp;
       -o-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  animation-speed: 200ms;
}

#help_documentation_grid > *:not(:first-child) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px solid #f2f2f2;
}

@media (min-width: 680px) {
  #help_documentation_grid > *:not(:first-child) {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
}

@media (min-width: 680px) {
  #help_documentation_grid > * {
    float: left;
  }
  #help_documentation_grid::after {
    content: '';
    display: table;
    clear: both;
  }
  #help_documentation_grid > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 60px;
  }
  #help_documentation_grid > *:nth-child(n + 3) {
    margin-top: 60px;
  }
  #help_documentation_grid > *:nth-child(2n + 1) {
    width: -webkit-calc(99.99% * 2.6179240000000004/4.235924000000001 - (60px - 60px * 2.6179240000000004/4.235924000000001));
    width: -moz-calc(99.99% * 2.6179240000000004/4.235924000000001 - (60px - 60px * 2.6179240000000004/4.235924000000001));
    width: calc(99.99% * 2.6179240000000004/4.235924000000001 - (60px - 60px * 2.6179240000000004/4.235924000000001));
  }
  #help_documentation_grid > *:nth-child(2n + 2) {
    width: -webkit-calc(99.99% * 1.618/4.235924000000001 - (60px - 60px * 1.618/4.235924000000001));
    width: -moz-calc(99.99% * 1.618/4.235924000000001 - (60px - 60px * 1.618/4.235924000000001));
    width: calc(99.99% * 1.618/4.235924000000001 - (60px - 60px * 1.618/4.235924000000001));
  }
  #help_documentation_grid > *:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
}

#help_documentation_wrap {
  padding-bottom: 15px;
}

@media (min-width: 680px) {
  #help_resource_wrap {
    margin-top: 15px !important;
  }
}

.help_resource_link {
  position: relative;
  display: block;
  padding-left: 45px;
  margin-top: 15px;
  text-decoration: none;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}

.help_resource_link:hover, .help_resource_link:active, .help_resource_link:focus {
  padding-left: 47px;
}

.help_resource_link:hover::before, .help_resource_link:active::before, .help_resource_link:focus::before {
  color: white;
  background: #ff9a19;
}

.help_resource_link::before {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  font-size: 13px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  content: counter(i);
  counter-increment: i;
  border: 2px solid #ff9a19;
  -webkit-border-radius: 999px;
     -moz-border-radius: 999px;
          border-radius: 999px;
}

#help_support {
  padding: 30px 0;
  border-top: 2px solid #f7f7f7;
}

@media (min-width: 680px) {
  #help_support {
    padding: 60px 0;
  }
}

@media (min-width: 680px) {
  #help_support_grid > * {
    float: left;
  }
  #help_support_grid::after {
    content: '';
    display: table;
    clear: both;
  }
  #help_support_grid > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 60px;
  }
  #help_support_grid > *:nth-child(n + 4) {
    margin-top: 60px;
  }
  #help_support_grid > *:nth-child(3n + 1),
  #help_support_grid > *:nth-child(3n + 2),
  #help_support_grid > *:nth-child(3n + 3) {
    width: -webkit-calc((99.99% - ((3 - 1) * 60px)) / 3);
    width: -moz-calc((99.99% - ((3 - 1) * 60px)) / 3);
    width: calc((99.99% - ((3 - 1) * 60px)) / 3);
  }
  #help_support_grid > *:nth-child(3n + 1) {
    clear: left;
    margin-left: 0;
  }
}

#help_support_grid h1 {
  font-size: 22px;
}

@media (min-width: 680px) {
  #help_support_grid h1 {
    margin-bottom: 15px;
  }
}

#help_support_grid h4 {
  margin-bottom: -10px;
  color: #ff9a19;
}

#help_support_grid > * {
  float: left;
  width: 100%;
  clear: both;
}

#help_support_grid > *:not(:first-of-type) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #f2f2f2;
}

@media (min-width: 680px) {
  #help_support_grid > *:not(:first-of-type) {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
}

@media (min-width: 680px) {
  #help_support_grid > * {
    clear: none;
  }
}

#help_support_grid > * > div {
  float: left;
  clear: left;
}

#help_support_grid > * * + * {
  margin-top: 15px;
}

#help_support_grid > * * + h4 {
  margin-top: 30px;
}

#help_faq_content a {
  text-decoration: none;
}

#help_faq_content p:not(:first-of-type) {
  margin-top: 30px;
}

#help_faq_see_all_link {
  display: inline-block;
  padding: 5px 15px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background: #ff9a19;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

#bar_associations {
  padding: 30px 0;
}

@media (min-width: 680px) {
  #bar_associations {
    padding: 60px 0;
  }
}

#bar_login_prompt {
  margin-bottom: 30px;
}

@media (min-width: 680px) {
  #bar_association_grid > * {
    float: left;
  }
  #bar_association_grid::after {
    content: '';
    display: table;
    clear: both;
  }
  #bar_association_grid > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 60px;
  }
  #bar_association_grid > *:nth-child(n + 3) {
    margin-top: 15px;
  }
  #bar_association_grid > *:nth-child(2n + 1),
  #bar_association_grid > *:nth-child(2n + 2) {
    width: -webkit-calc((99.99% - ((2 - 1) * 60px)) / 2);
    width: -moz-calc((99.99% - ((2 - 1) * 60px)) / 2);
    width: calc((99.99% - ((2 - 1) * 60px)) / 2);
  }
  #bar_association_grid > *:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
}

.ba_title {
  margin-top: 20px;
  font-size: 18px;
}

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

.ba_scale_icon {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  overflow: auto;
}

.ba_float_fix {
  overflow: hidden;
}

.ba_external_link {
  position: relative;
  top: 2px;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  line-height: 1.333;
  color: #3e3c3a;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.ba_external_link:hover {
  top: 0;
}

.ba_view_benefits {
  float: left;
  padding: 5px 10px;
  margin-right: 15px;
  font-size: 14px;
  line-height: 1.333;
  color: white;
  text-decoration: none;
  background: #ff9a19;
  border: 1px solid #e58000;
}

.ba_view_benefits:hover {
  background: #ff8f00;
}

#bar_association {
  padding: 30px 0;
  background: white;
}

@media (min-width: 680px) {
  #bar_association {
    padding: 60px 0;
  }
}

#bar_association_title {
  font-size: 20px;
}

@media (min-width: 680px) {
  #bar_association_title {
    max-width: 66.666%;
    font-size: 34px;
  }
}

#ba_optional_content {
  margin-top: 15px;
}

#ba_external_link {
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

#ba_benefits_table {
  width: 100vw;
  margin-top: 15px;
  margin-left: -30px;
}

@media (min-width: 680px) {
  #ba_benefits_table {
    width: 66.666%;
    margin-left: initial;
  }
}

#ba_benefits_table td {
  padding: 15px;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #ededed;
}

#ba_benefits_table td:not(:first-of-type) {
  text-align: center;
}

#ba_th_spacer {
  visibility: hidden;
}

#ba_member_fee {
  max-width: 140px;
  color: white;
  vertical-align: top;
  background: orange;
  border: 1px solid #f48900;
}

#ba_member_fee > span {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 1100px) {
  #ba_member_fee > span {
    font-size: 18px;
    line-height: 22px;
  }
}

#ba_member_fee::before {
  display: block;
  padding: 5px 15px;
  font-size: 11px;
  line-height: 13px;
  content: attr(data-text);
  background: #ff8f00;
  border-bottom: 1px solid #f48900;
}

#ba_upgrade_fee {
  max-width: 140px;
  color: white;
  vertical-align: top;
  background: orange;
  border: 1px solid #f48900;
}

#ba_upgrade_fee > span {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 1100px) {
  #ba_upgrade_fee > span {
    font-size: 18px;
    line-height: 22px;
  }
}

#ba_upgrade_fee::before {
  display: block;
  padding: 5px 15px;
  font-size: 11px;
  line-height: 13px;
  content: attr(data-text);
  background: #ff8f00;
  border-bottom: 1px solid #f48900;
}

.ba_benefits_table_benefit {
  background: #fcfcfc;
}

.ba_benefits_check {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #ff9a19;
  -webkit-border-radius: 999px;
     -moz-border-radius: 999px;
          border-radius: 999px;
}

.ba_benefits_check > img {
  position: relative;
  top: 3px;
  width: 16px;
}

#bar_coverage_notice {
  margin-top: 30px;
}

#contact {
  padding: 30px 0;
}

@media (min-width: 680px) {
  #contact {
    padding: 60px 0;
  }
}

@media (min-width: 1100px) {
  #contact_grid > * {
    float: left;
  }
  #contact_grid::after {
    content: '';
    display: table;
    clear: both;
  }
  #contact_grid > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  #contact_grid > *:nth-child(n + 3) {
    margin-top: 30px;
  }
  #contact_grid > *:nth-child(2n + 1) {
    width: -webkit-calc(99.99% * 2/3 - (30px - 30px * 2/3));
    width: -moz-calc(99.99% * 2/3 - (30px - 30px * 2/3));
    width: calc(99.99% * 2/3 - (30px - 30px * 2/3));
  }
  #contact_grid > *:nth-child(2n + 2) {
    width: -webkit-calc(99.99% * 1/3 - (30px - 30px * 1/3));
    width: -moz-calc(99.99% * 1/3 - (30px - 30px * 1/3));
    width: calc(99.99% * 1/3 - (30px - 30px * 1/3));
  }
  #contact_grid > *:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
}

#contact_form::after {
  display: table;
  clear: both;
  content: "";
}

.wpcf7-form > p {
  margin-top: 15px;
}

@media (min-width: 680px) {
  .wpcf7-form {
    margin: 30px -15px 0;
  }
  .wpcf7-form > p {
    float: left;
    width: -webkit-calc(99.99% * 1/2 - 45px);
    width: -moz-calc(99.99% * 1/2 - 45px);
    width: calc(99.99% * 1/2 - 45px);
    margin: 0 15px 30px;
  }
  .wpcf7-form > p:nth-of-type(3), .wpcf7-form > p:nth-of-type(4) {
    width: -webkit-calc(99.99% * 1/1 - 60px);
    width: -moz-calc(99.99% * 1/1 - 60px);
    width: calc(99.99% * 1/1 - 60px);
  }
  .wpcf7-form > p:nth-of-type(5) {
    clear: left;
  }
}

.wpcf7-form label {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #e6e6e6;
}

.wpcf7-textarea {
  resize: vertical;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}

.wpcf7-submit {
  display: inline-block;
  padding: 15px 60px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  background: #ff9a19;
  border-bottom: 2px solid #e58000;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.wpcf7-submit:hover {
  background: #ff8f00;
}

#contact_information {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #f2f2f2;
}

@media (min-width: 1100px) {
  #contact_information {
    padding-top: 0;
    border-top: 0;
  }
}

#contact_information h3 {
  padding-bottom: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #ff9a19;
  border-bottom: 1px solid #ededed;
}

#contact_information p {
  font-size: 14px;
}

#scope_of_coverage {
  padding: 30px 0;
}

@media (min-width: 680px) {
  #scope_of_coverage {
    padding: 60px 0;
  }
}

#scope_description {
  margin-top: 15px;
}

#scope_toggle_buttons {
  margin-top: 15px;
}

#scope_toggle_buttons > button {
  display: inline-block;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  background: #ff9a19;
  border-bottom: 2px solid #e58000;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

#scope_toggle_buttons > button:hover {
  background: #ff8f00;
}

#scope_libraries {
  margin-top: 30px;
}

.js_scope_library {
  display: table;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  background: #fcfcfc;
  border: 1px solid #ededed;
}

.js_scope_library:not(:first-of-type) {
  border-top: 0;
}

.js_scope_library.js_active {
  margin-bottom: 0;
}

.scope_library_cross_icon {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: #ff9a19;
  -webkit-border-radius: 999px;
     -moz-border-radius: 999px;
          border-radius: 999px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}

.scope_library_cross_icon > img {
  position: relative;
  top: 2px;
  left: 5px;
  width: 14px;
  height: 14px;
}

.js_active .scope_library_cross_icon {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
}

.scope_library_text {
  display: block;
  position: relative;
  top: 4px;
}

.scope_publications {
  display: none;
  padding: 0 15px 15px 43px;
  font-size: 13px;
  border: 1px solid #ededed;
  border-bottom: 0;
  border-top: 0;
}

.scope_publication {
  padding-top: 15px;
}

.scope_publication * {
  margin-bottom: 15px;
}

#newsletter {
  position: relative;
  z-index: 2;
  background: #ff9a19;
}

#newsletter > div {
  max-width: 500px;
  padding: 30px;
  margin: auto;
}

#newsletter_heading {
  color: white;
}

#newsletter_signup_input {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  background: white;
}

#newsletter_signup_button {
  padding: 15px 30px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  background: #cc7200;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

#newsletter_signup_button:hover {
  background: #c16c00;
}

#newsletter_signup_button:active {
  background: #b26400;
}

@media (min-width: 680px) {
  #newsletter_signup_button {
    padding: 15px 0;
    margin: 0;
  }
}

#newsletter_signup_promise {
  font-size: 14px;
  color: #7f4700;
}

#newsletter_signup {
  margin-top: 5px;
}

#newsletter_signup_grid {
  margin-top: 15px;
}

@media (min-width: 680px) {
  #newsletter_signup_grid > * {
    float: left;
  }
  #newsletter_signup_grid::after {
    content: '';
    display: table;
    clear: both;
  }
  #newsletter_signup_grid > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }
  #newsletter_signup_grid > *:nth-child(n + 3) {
    margin-top: 0;
  }
  #newsletter_signup_grid > *:nth-child(2n + 1) {
    width: -webkit-calc(99.999999% * 3/4);
    width: -moz-calc(99.999999% * 3/4);
    width: calc(99.999999% * 3/4);
  }
  #newsletter_signup_grid > *:nth-child(2n + 2) {
    width: -webkit-calc(99.999999% * 1/4);
    width: -moz-calc(99.999999% * 1/4);
    width: calc(99.999999% * 1/4);
  }
  #newsletter_signup_grid > *:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
}

#shop {
  padding: 30px 0;
}

@media (min-width: 680px) {
  #shop {
    padding: 60px 0;
  }
}

#single_article .woocommerce * {
  margin-top: 0;
}

div.woocommerce input,
div.woocommerce textarea {
  padding: 10px;
  border: 1px solid #e6e6e6 !important;
}

div.woocommerce .page_center {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 680px) {
  div.woocommerce .page_center {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.single-product .woocommerce-Price-amount {
  display: block;
  margin: 20px 0;
}

.woocommerce-main-image {
  display: block;
  float: left;
  max-width: 340px;
}

.select2-drop,
.select2-container * {
  border-color: #e6e6e6 !important;
}

.page-title {
  margin-bottom: 30px;
}

.select2-drop-active {
  border-color: #99C1EB;
}

.woocommerce-Price-amount {
  color: #ff9a19;
}

.added_to_cart {
  height: 40.219px;
  padding: 0 1em 4px !important;
  margin-top: 18px;
  margin-left: 5px;
  line-height: 36.219px;
  border: 2px solid #ff9a19;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.woocommerce .button {
  color: white !important;
  background-color: #ff9a19 !important;
  border: 0;
}

.cart_totals h2 {
  margin-bottom: 10px;
}

#order_review_heading {
  display: block;
  margin-top: 30px !important;
  margin-bottom: 10px;
}

span.product-pub {
  font-size: .857em;
}

a.product-cat {
  font-size: .7em;
  color: #ff9a19;
  text-decoration: underline !important;
}

div.product-author {
  font-size: .7em;
  color: #343434;
  max-height: 5em;
}

h3.product-title:hover {
  color: #ff9a19;
  text-decoration: underline;
}

.arc-product-cat {
  max-height: 1.5em;
}

.arc-product-image {
  max-height: 30em;
}

.arc-product-title {
  max-height: 3.4em;
}

.arc-product-combine {
  min-height: 26.5em;
}

.featured-video-plus > iframe {
  max-width: 100%;
}

.hide {
  display: none;
}

.clearfix {
  clear: both;
  overflow: auto;
}

.btn-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-container a {
  float: right;
}

.btn-orange, .btn-gray {
  background: #ff9a19;
  padding: 10px 30px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  font-weight: bold;
  border: 1px solid #fff;
  display: inline-block;
  color: white;
  text-decoration: none;
}

.btn-orange:hover, .btn-gray:hover {
  background: #e58000;
}

.btn-gray {
  background: #565656;
}

.btn-gray:hover {
  background: #A9A9A9;
}

.btn-webinar {
  background: #ff9a19;
  padding: 10px 30px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  margin-top: 30px !important;
  font-weight: bold;
  border: 0;
  display: inline-block;
  color: white;
  text-decoration: none;
}

.featherlight .featherlight-close-icon {
  position: fixed;
  top: 24px;
  right: 24px;
  left: initial;
  width: 50px;
  height: 50px;
  font-weight: bold;
  color: white;
  background: #ff9a19;
  border: 3px solid white;
  -webkit-border-radius: 999px;
     -moz-border-radius: 999px;
          border-radius: 999px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featherlight .featherlight-close-icon:hover {
  background: #ff8f00;
}

.featherlight-content {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
  max-width: 100%;
  padding: 0;
  margin: 0 !important;
  border: 0 !important;
}

.featherlight-content > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featherlight-content::before {
  display: block;
  padding-bottom: 56.25%;
  content: "";
}

@media (min-width: 680px) {
  .featherlight-content {
    max-width: -webkit-calc(100% - 200px);
    max-width: -moz-calc(100% - 200px);
    max-width: calc(100% - 200px);
  }
}

#footer_feeds {
  padding: 30px 0;
  background: #e6e6e6;
}

@media (max-width: 1100px) {
  #footer_feeds {
    display: none;
  }
}

#footer_feeds .page_center > * {
  float: left;
}

#footer_feeds .page_center::after {
  content: '';
  display: table;
  clear: both;
}

#footer_feeds .page_center > *:nth-child(n) {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 60px;
}

#footer_feeds .page_center > *:nth-child(n + 4) {
  margin-top: 60px;
}

#footer_feeds .page_center > *:nth-child(3n + 1),
#footer_feeds .page_center > *:nth-child(3n + 2),
#footer_feeds .page_center > *:nth-child(3n + 3) {
  width: -webkit-calc((99.99% - ((3 - 1) * 60px)) / 3);
  width: -moz-calc((99.99% - ((3 - 1) * 60px)) / 3);
  width: calc((99.99% - ((3 - 1) * 60px)) / 3);
}

#footer_feeds .page_center > *:nth-child(3n + 1) {
  clear: left;
  margin-left: 0;
}

#footer_feeds h5 {
  color: #333333;
  margin-bottom: 15px;
  float: left;
  margin-right: 25px;
}

#footer_feeds header {
  overflow: hidden;
}

#footer_feeds nav {
  float: right;
  overflow: hidden;
}

#footer_feeds nav a {
  float: left;
  font-size: 13px;
  text-decoration: none;
  line-height: 16px;
  padding: 0 5px;
}

#footer_feeds nav a:first-child {
  border-right: 1px solid #ff9a19;
}

#footer_feeds .footer_feed_list {
  max-height: 400px;
  overflow: hidden;
  position: relative;
}

#footer_feeds .footer_feed_list a {
  color: #5d5d5d;
  display: block;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 1px solid gainsboro;
  padding: 5px 0;
}

#footer_feeds .footer_feed_list a:hover {
  padding-left: 5px;
  background: #f2f2f2;
}

#footer_feeds .footer_feed_list .footer_link_sub {
  color: #C60;
}

#footer_feeds .footer_feed_list::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e6e6e6));
  background: -webkit-linear-gradient(top, transparent, #e6e6e6);
  background: -moz-linear-gradient(top, transparent, #e6e6e6);
  background: -o-linear-gradient(top, transparent, #e6e6e6);
  background: linear-gradient(to bottom, transparent, #e6e6e6);
}

#free_trial_newsletter_footer {
  background: #ff9a19;
  padding: 30px 0;
}

@media (min-width: 1100px) {
  #free_trial_newsletter_footer {
    padding: 60px 0;
  }
}

#free_trial_newsletter_footer .page_center {
  text-align: center;
}

#free_trial_newsletter_footer .page_center .footer_cta_link {
  max-width: 300px;
  display: inline-block;
  color: white;
  background: #565656;
  border: 0;
  border-bottom: 2px solid #303030;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
}

#free_trial_newsletter_footer .page_center .footer_cta_link:hover {
  background: #494949;
  border-bottom-color: #232323;
}

#law_schools {
  padding: 30px 0 !important;
}

.text_content * + * {
  margin-top: 15px;
}

.law_school_link {
  padding: 10px 0;
  display: block;
  max-width: 300px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.law_school_link:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}

.law_school_link:hover {
  padding-left: 5px;
}

#about_brand_materials_heading {
  margin-top: 30px !important;
}

.aligncenter {
  display: block;
  margin: 15px auto;
}

.alignright,
#single_article .alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.alignleft,
#single_article .alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.webinar_human_readable {
  text-transform: uppercase;
  color: #A9A9A9;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.025em;
}

.pricing-plans > .page_center {
  text-align: center;
  padding: 30px;
}

@media (min-width: 1100px) {
  .pricing-plans > .page_center {
    padding: 30px 60px;
  }
}

.pp-masthead {
  background: url("../img/pages-flipping.jpg") center no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  padding: 60px 0;
  min-height: -webkit-calc(50vh - 50px);
  min-height: -moz-calc(50vh - 50px);
  min-height: calc(50vh - 50px);
  display: table;
  width: 100%;
}

.pp-masthead > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 30px;
  text-align: center;
}

.pp-masthead h1 {
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 154, 25, 0.9)), color-stop(rgba(255, 154, 25, 0.8)), to(rgba(255, 154, 25, 0.9)));
  background: -webkit-linear-gradient(left, rgba(255, 154, 25, 0.9), rgba(255, 154, 25, 0.8), rgba(255, 154, 25, 0.9));
  background: -moz-linear-gradient(left, rgba(255, 154, 25, 0.9), rgba(255, 154, 25, 0.8), rgba(255, 154, 25, 0.9));
  background: -o-linear-gradient(left, rgba(255, 154, 25, 0.9), rgba(255, 154, 25, 0.8), rgba(255, 154, 25, 0.9));
  background: linear-gradient(to right, rgba(255, 154, 25, 0.9), rgba(255, 154, 25, 0.8), rgba(255, 154, 25, 0.9));
  display: inline-block;
  font-size: 20px;
  line-height: 1.333;
  padding: 15px 30px;
}

@media (min-width: 680px) {
  .pp-masthead h1 {
    padding: 15px 45px;
    font-size: 30px;
  }
}

@media (min-width: 1100px) {
  .pp-masthead h1 {
    line-height: 1.666;
    padding: 15px 90px;
    -webkit-border-radius: 999px;
       -moz-border-radius: 999px;
            border-radius: 999px;
  }
}

.pp-masthead .free-trial-btn {
  text-align: center;
  width: 100%;
}

.pp-masthead .free-trial-btn > a {
  text-decoration: none;
  color: #2b2822;
  cursor: pointer;
  display: inline-block;
  background: white;
  padding: 5px 30px;
  font-weight: bold;
  position: relative;
  top: -10px;
  font-size: 13px;
  z-index: 2;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  -moz-transition: transform 200ms ease, -moz-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease, -moz-transform 200ms ease, -o-transform 200ms ease;
}

@media (min-width: 1100px) {
  .pp-masthead .free-trial-btn > a {
    font-size: 20px;
    -webkit-border-radius: 999px;
       -moz-border-radius: 999px;
            border-radius: 999px;
  }
}

.pp-masthead .free-trial-btn > a:focus {
  outline: none;
}

.pp-masthead .free-trial-btn > a:hover {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.h2-skinnybar {
  margin-bottom: 45px;
}

.h2-skinnybar span {
  position: relative;
  z-index: 1;
  background: white;
  font-size: 24px;
  padding: 0 30px;
}

.h2-skinnybar::after {
  content: '';
  position: relative;
  top: -13px;
  width: 100%;
  display: block;
  height: 3px;
  background: #ff9a19;
}

@media (min-width: 1100px) {
  .pp-plans > * {
    float: left;
  }
  .pp-plans::after {
    content: '';
    display: table;
    clear: both;
  }
  .pp-plans > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 15px;
  }
  .pp-plans > *:nth-child(n + 4) {
    margin-top: 15px;
  }
  .pp-plans > *:nth-child(3n + 1),
  .pp-plans > *:nth-child(3n + 3) {
    width: -webkit-calc(99.99% * 1.618/5.294106176075473 - (15px - 15px * 1.618/5.294106176075473));
    width: -moz-calc(99.99% * 1.618/5.294106176075473 - (15px - 15px * 1.618/5.294106176075473));
    width: calc(99.99% * 1.618/5.294106176075473 - (15px - 15px * 1.618/5.294106176075473));
  }
  .pp-plans > *:nth-child(3n + 2) {
    width: -webkit-calc(99.99% * 2.058106176075472/5.294106176075473 - (15px - 15px * 2.058106176075472/5.294106176075473));
    width: -moz-calc(99.99% * 2.058106176075472/5.294106176075473 - (15px - 15px * 2.058106176075472/5.294106176075473));
    width: calc(99.99% * 2.058106176075472/5.294106176075473 - (15px - 15px * 2.058106176075472/5.294106176075473));
  }
  .pp-plans > *:nth-child(3n + 1) {
    clear: left;
    margin-left: 0;
  }
}

.pp-plan h3 {
  padding: 15px;
  color: white;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  font-size: 18px;
}

@media (min-width: 1100px) {
  .pp-plan h3 {
    font-size: 24px;
  }
}

.pp-plan h3 {
  background: #565656;
}

.pp-plan:nth-child(2) {
  position: relative;
  top: -5px;
}

@media (min-width: 1100px) {
  .pp-plan:nth-child(2) h3 {
    font-size: 30px;
  }
}

.pp-plan:not(:last-of-type) .pp-enterprise_desc {
  display: none;
}

.pp-plan.pp-partner {
  margin: 30px auto;
}

@media (min-width: 1100px) {
  .pp-plan.pp-partner {
    width: 50%;
  }
}

.pp-plan.pp-partner h3 {
  background: #565656;
}

.pp-plan.pp-partner > div {
  padding: 30px;
  margin-top: 0;
  border: 1px solid #ffe8cc;
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
}

.pp-plan.pp-partner .sub-plan-btn {
  margin-top: 30px;
}

.pp-features {
  margin-top: 0;
  line-height: 1.333;
  font-size: 15px;
}

.pp-features h5 {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px;
  background: #f2f2f2;
  border: 3px double #e6e6e6;
  color: #333333;
}

.pp-features ul {
  margin-top: 0;
  border: 1px solid #ffe8cc;
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  border-top: 0;
}

.pp-features li {
  padding: 15px;
  list-style: none;
  border-bottom: 1px solid #ffe8cc;
  margin-top: 0;
}

.pp-features li:last-of-type {
  border-bottom: 0;
}

.pp-enterprise_desc {
  border: 1px solid #ffe8cc;
  margin-top: 0;
  padding: 30px;
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
}

.pp-enterprise_desc .sub-plan-btn {
  margin-top: 30px;
}

.sub-plan-btn-wrap {
  padding: 30px !important;
}

.sub-plan-btn {
  display: inline-block;
  text-decoration: none;
  background: #ff9a19;
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 45px;
  -webkit-border-radius: 999px;
     -moz-border-radius: 999px;
          border-radius: 999px;
  border: 1px solid transparent;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  -moz-transition: transform 400ms ease, -moz-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease, -moz-transform 400ms ease, -o-transform 400ms ease;
}

.sub-plan-btn:hover {
  background: white;
  color: #ff9a19;
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
  border-color: #ff9a19;
}

.no-scroll {
  overflow: hidden;
}

.pp-form-grid > * {
  float: left;
}

.pp-form-grid::after {
  content: '';
  display: table;
  clear: both;
}

.pp-form-grid > *:nth-child(n) {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 30px;
}

.pp-form-grid > *:nth-child(n + 3) {
  margin-top: 30px;
}

.pp-form-grid > *:nth-child(2n + 1),
.pp-form-grid > *:nth-child(2n + 2) {
  width: -webkit-calc((99.99% - ((2 - 1) * 30px)) / 2);
  width: -moz-calc((99.99% - ((2 - 1) * 30px)) / 2);
  width: calc((99.99% - ((2 - 1) * 30px)) / 2);
}

.pp-form-grid > *:nth-child(2n + 1) {
  clear: left;
  margin-left: 0;
}

.pp-form {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.pp-form input {
  width: 100%;
}

.pp-form .pp-form-white {
  background: white;
  margin: 60px auto;
  max-width: 50%;
  min-height: -webkit-calc(100vh - 120px);
  min-height: -moz-calc(100vh - 120px);
  min-height: calc(100vh - 120px);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 45px;
}

.pp-form h2 {
  text-align: center;
}

.pp-form .pp-sub {
  margin-bottom: 60px;
}

.fl {
  float: left;
}

.radio-wrap {
  overflow: hidden;
  margin-left: 1px;
}

.radio-wrap .fl:first-child {
  position: relative;
  top: 5px;
  margin-right: 15px;
  width: auto;
  margin-left: 1px;
}

.radio-wrap .fl:last-child {
  font-weight: bold;
}

.radio-wrap .fl:last-child span {
  background: #ff9a19;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 15px;
  margin-left: 10px;
}

.tc {
  text-align: center;
}

.ptb {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media (min-width: 1100px) {
  .sub-grid > * {
    float: left;
  }
  .sub-grid::after {
    content: '';
    display: table;
    clear: both;
  }
  .sub-grid > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 60px;
  }
  .sub-grid > *:nth-child(n + 3) {
    margin-top: 60px;
  }
  .sub-grid > *:nth-child(2n + 1) {
    width: -webkit-calc(99.99% * 2.6179240000000004/4.235924000000001 - (60px - 60px * 2.6179240000000004/4.235924000000001));
    width: -moz-calc(99.99% * 2.6179240000000004/4.235924000000001 - (60px - 60px * 2.6179240000000004/4.235924000000001));
    width: calc(99.99% * 2.6179240000000004/4.235924000000001 - (60px - 60px * 2.6179240000000004/4.235924000000001));
  }
  .sub-grid > *:nth-child(2n + 2) {
    width: -webkit-calc(99.99% * 1.618/4.235924000000001 - (60px - 60px * 1.618/4.235924000000001));
    width: -moz-calc(99.99% * 1.618/4.235924000000001 - (60px - 60px * 1.618/4.235924000000001));
    width: calc(99.99% * 1.618/4.235924000000001 - (60px - 60px * 1.618/4.235924000000001));
  }
  .sub-grid > *:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.form-heading {
  font-size: 20px;
  margin-top: 15px;
  float: left;
  clear: left;
  width: 100%;
  margin-bottom: 30px;
  color: #ff9a19;
}

.reg-info {
  margin-bottom: 30px;
}

@media (min-width: 1100px) {
  .reg-info > * {
    float: left;
  }
  .reg-info::after {
    content: '';
    display: table;
    clear: both;
  }
  .reg-info > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .reg-info > *:nth-child(n + 3) {
    margin-top: 30px;
  }
  .reg-info > *:nth-child(6n + 1),
  .reg-info > *:nth-child(6n + 2) {
    width: -webkit-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: -moz-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: calc((99.99% - ((2 - 1) * 30px)) / 2);
  }
  .reg-info > *:nth-child(6n + 3),
  .reg-info > *:nth-child(6n + 4) {
    width: -webkit-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: -moz-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: calc((99.99% - ((2 - 1) * 30px)) / 2);
  }
  .reg-info > *:nth-child(6n + 5),
  .reg-info > *:nth-child(6n + 6) {
    width: -webkit-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: -moz-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: calc((99.99% - ((2 - 1) * 30px)) / 2);
  }
  .reg-info > *:nth-child(6n + 1),
  .reg-info > *:nth-child(6n + 3),
  .reg-info > *:nth-child(6n + 5) {
    clear: left;
    margin-left: 0;
  }
}

label,
input {
  width: 100%;
}

.contact-info {
  margin-bottom: 30px;
}

@media (min-width: 1100px) {
  .contact-info > * {
    float: left;
  }
  .contact-info::after {
    content: '';
    display: table;
    clear: both;
  }
  .contact-info > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .contact-info > *:nth-child(n + 3) {
    margin-top: 30px;
  }
  .contact-info > *:nth-child(4n + 1),
  .contact-info > *:nth-child(4n + 2) {
    width: -webkit-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: -moz-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: calc((99.99% - ((2 - 1) * 30px)) / 2);
  }
  .contact-info > *:nth-child(4n + 3),
  .contact-info > *:nth-child(4n + 4) {
    width: -webkit-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: -moz-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: calc((99.99% - ((2 - 1) * 30px)) / 2);
  }
  .contact-info > *:nth-child(4n + 1),
  .contact-info > *:nth-child(4n + 3) {
    clear: left;
    margin-left: 0;
  }
}

.contact-info > *,
.reg-info > *,
.payment-info > * {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}

.blocker {
  display: block;
}

.rounded-orange-btn {
  background: #ff9a19;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 30px;
  -webkit-border-radius: 999px;
     -moz-border-radius: 999px;
          border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 2px solid #e58000;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-bottom: 30px;
}

.rounded-orange-btn:hover {
  background: #ff8f00;
}

.tos-textarea {
  min-height: 300px;
  width: 100%;
  background: #fafafa;
  padding: 30px;
  border: 1px solid #f2f2f2;
  resize: vertical;
  overflow: scroll;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.666;
}

.payment-info {
  margin-bottom: 30px;
}

@media (min-width: 1100px) {
  .payment-info > * {
    float: left;
  }
  .payment-info::after {
    content: '';
    display: table;
    clear: both;
  }
  .payment-info > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .payment-info > *:nth-child(n + 3) {
    margin-top: 30px;
  }
  .payment-info > *:nth-child(13n + 1) {
    width: -webkit-calc(99.99% * 1/3 - (30px - 30px * 1/3));
    width: -moz-calc(99.99% * 1/3 - (30px - 30px * 1/3));
    width: calc(99.99% * 1/3 - (30px - 30px * 1/3));
  }
  .payment-info > *:nth-child(13n + 2) {
    width: -webkit-calc(((99.99% - (99.99% * 0.3333333333333333 - (30px - 30px * 0.3333333333333333))) / 1) - 30px);
    width: -moz-calc(((99.99% - (99.99% * 0.3333333333333333 - (30px - 30px * 0.3333333333333333))) / 1) - 30px);
    width: calc(((99.99% - (99.99% * 0.3333333333333333 - (30px - 30px * 0.3333333333333333))) / 1) - 30px);
  }
  .payment-info > *:nth-child(13n + 3) {
    width: -webkit-calc(((99.99% - (99.99% * 0.5 - (30px - 30px * 0.5))) / 1) - 30px);
    width: -moz-calc(((99.99% - (99.99% * 0.5 - (30px - 30px * 0.5))) / 1) - 30px);
    width: calc(((99.99% - (99.99% * 0.5 - (30px - 30px * 0.5))) / 1) - 30px);
  }
  .payment-info > *:nth-child(13n + 4),
  .payment-info > *:nth-child(13n + 5) {
    width: -webkit-calc(99.99% * 1/4 - (30px - 30px * 1/4));
    width: -moz-calc(99.99% * 1/4 - (30px - 30px * 1/4));
    width: calc(99.99% * 1/4 - (30px - 30px * 1/4));
  }
  .payment-info > *:nth-child(13n + 6) {
    width: -webkit-calc((99.99% - ((1 - 1) * 30px)) / 1);
    width: -moz-calc((99.99% - ((1 - 1) * 30px)) / 1);
    width: calc((99.99% - ((1 - 1) * 30px)) / 1);
  }
  .payment-info > *:nth-child(13n + 7),
  .payment-info > *:nth-child(13n + 8) {
    width: -webkit-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: -moz-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: calc((99.99% - ((2 - 1) * 30px)) / 2);
  }
  .payment-info > *:nth-child(13n + 9) {
    width: -webkit-calc(99.99% * 1/2 - (30px - 30px * 1/2));
    width: -moz-calc(99.99% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
  }
  .payment-info > *:nth-child(13n + 10),
  .payment-info > *:nth-child(13n + 11) {
    width: -webkit-calc(99.99% * 1/4 - (30px - 30px * 1/4));
    width: -moz-calc(99.99% * 1/4 - (30px - 30px * 1/4));
    width: calc(99.99% * 1/4 - (30px - 30px * 1/4));
  }
  .payment-info > *:nth-child(13n + 12),
  .payment-info > *:nth-child(13n + 13) {
    width: -webkit-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: -moz-calc((99.99% - ((2 - 1) * 30px)) / 2);
    width: calc((99.99% - ((2 - 1) * 30px)) / 2);
  }
  .payment-info > *:nth-child(13n + 1),
  .payment-info > *:nth-child(13n + 3),
  .payment-info > *:nth-child(13n + 6),
  .payment-info > *:nth-child(13n + 7),
  .payment-info > *:nth-child(13n + 9),
  .payment-info > *:nth-child(13n + 12) {
    clear: left;
    margin-left: 0;
  }
}

.select {
  width: 100%;
}

.plan-features h4 {
  background: #ff9a19;
  border: 1px solid #ff8f00;
  color: white;
  padding: 30px;
  text-align: center;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
}

.plan-features .blocker {
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 30px;
  border: 1px solid #ff9a19;
}

.plan-features ul {
  display: inline-block;
  overflow: hidden;
}

.plan-features ul li {
  text-align: center;
  float: left;
  clear: left;
  list-style: none;
  position: relative;
  padding-left: 30px;
}

.plan-features ul li + li {
  margin-top: 15px;
}

.plan-features ul li::before {
  content: '';
  width: 20px;
  height: 15px;
  background: url(../img/fastcase_arrow.svg) center no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

.orange-box {
  background: #ff9a19;
  color: white;
  padding: 5px 10px;
  font-size: 13px;
  margin-left: 15px;
}

.js_scope_library {
  margin-bottom: 5px;
}

.faq-filter {
  overflow: hidden;
  margin-bottom: 30px;
}

.faq-filter button {
  float: left;
  clear: left;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 15px;
  padding: 5px 0;
  cursor: pointer;
}

.footer_cta_blurb {
  line-height: 1.333;
  text-align: right;
  color: white;
  font-size: 15px;
}

@media (max-width: 680px) {
  .footer_cta_blurb {
    display: none;
  }
}

.footer_cta_stack {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 680px) {
  .footer_cta_stack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer_cta_stack > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .footer_cta_stack > *:nth-child(n + 3) {
    margin-top: 30px;
  }
  .footer_cta_stack > *:nth-child(2n + 1) {
    width: -webkit-calc(99.99% * 1.618/8.471526069776003 - (30px - 30px * 1.618/8.471526069776003));
    width: -moz-calc(99.99% * 1.618/8.471526069776003 - (30px - 30px * 1.618/8.471526069776003));
    width: calc(99.99% * 1.618/8.471526069776003 - (30px - 30px * 1.618/8.471526069776003));
  }
  .footer_cta_stack > *:nth-child(2n + 2) {
    width: -webkit-calc(99.99% * 6.853526069776002/8.471526069776003 - (30px - 30px * 6.853526069776002/8.471526069776003));
    width: -moz-calc(99.99% * 6.853526069776002/8.471526069776003 - (30px - 30px * 6.853526069776002/8.471526069776003));
    width: calc(99.99% * 6.853526069776002/8.471526069776003 - (30px - 30px * 6.853526069776002/8.471526069776003));
  }
  .footer_cta_stack > *:nth-child(2n + 1) {
    margin-left: 0;
  }
}

#app_cta_description {
  line-height: 1.333;
}

#app_cta_store_links {
  margin-top: 0;
}

.generic-repeater .page_center {
  padding: 30px;
}

.ep_title {
  margin-bottom: 15px;
}

.ep_blurb {
  margin-bottom: 30px;
}

.ep_campus_blurb {
  margin-bottom: 30px;
}

.ep_campus_blurb h3 {
  margin-bottom: 15px;
}

@media (min-width: 680px) {
  .ep_grid > * {
    float: left;
  }
  .ep_grid::after {
    content: '';
    display: table;
    clear: both;
  }
  .ep_grid > *:nth-child(n) {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .ep_grid > *:nth-child(n + 3) {
    margin-top: 30px;
  }
  .ep_grid > *:nth-child(2n + 1) {
    width: -webkit-calc(99.99% * 1.618/4.235924000000001 - (30px - 30px * 1.618/4.235924000000001));
    width: -moz-calc(99.99% * 1.618/4.235924000000001 - (30px - 30px * 1.618/4.235924000000001));
    width: calc(99.99% * 1.618/4.235924000000001 - (30px - 30px * 1.618/4.235924000000001));
  }
  .ep_grid > *:nth-child(2n + 2) {
    width: -webkit-calc(99.99% * 2.6179240000000004/4.235924000000001 - (30px - 30px * 2.6179240000000004/4.235924000000001));
    width: -moz-calc(99.99% * 2.6179240000000004/4.235924000000001 - (30px - 30px * 2.6179240000000004/4.235924000000001));
    width: calc(99.99% * 2.6179240000000004/4.235924000000001 - (30px - 30px * 2.6179240000000004/4.235924000000001));
  }
  .ep_grid > *:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
}

.ep_link {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  border: 1px solid #d9d9d9;
  color: #565656;
  font-weight: bold;
  -webkit-transition: padding 200ms ease;
  -o-transition: padding 200ms ease;
  -moz-transition: padding 200ms ease;
  transition: padding 200ms ease;
  font-size: 14px;
  font-family: raleway, sans-serif;
}

.ep_link:hover {
  background: #565656;
  border-color: #565656;
  color: white;
  padding-left: 18px;
}

.ep_link:first-of-type {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.ep_link:last-of-type {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.ep_link:not(:first-of-type) {
  border-top: 0;
}

/*
 * WTF, forms?
 * Released under MIT and copyright 2014 Mark Otto.
 * http://wtfforms.com
 *
 * Embedded icons from Open Iconic.
 * Released under MIT and copyright 2014 Waybury.
 * http://useiconic.com/open
 */
/*
 * Checkboxes and radios
 */
.control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}

.control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */
}

.control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 65%;
  color: #eee;
  text-align: center;
  background-color: #eee;
  -moz-background-size: 50% 50%;
    -o-background-size: 50% 50%;
       background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.control:hover .control-indicator {
	color: #fff;
	background-color: #ccc;
}
*/
/* Focus */
.control input:focus ~ .control-indicator {
  -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
     -moz-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
          box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

/* Checked state */
.control input:checked ~ .control-indicator {
  color: #fff;
  background-color: #0074d9;
}

/* Active */
.control input:active ~ .control-indicator {
  color: #fff;
  background-color: #84c6ff;
}

/* Checkbox modifiers */
.checkbox .control-indicator {
  -webkit-border-radius: .25rem;
     -moz-border-radius: .25rem;
          border-radius: .25rem;
}

.checkbox input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

/* Radio modifiers */
.radio .control-indicator {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.radio input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

/* Alternately, use another character */
.control-x input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==);
}

.control-dash input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

/*
 * Select
 */
.select {
  position: relative;
  display: inline-block;
  color: #555;
}

.select select {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: .5rem 2.25rem .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 0;
  -webkit-border-radius: .25rem;
     -moz-border-radius: .25rem;
          border-radius: .25rem;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Undo the Firefox inner focus ring */
.select select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* Dropdown arrow */
.select:after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-top: -.15rem;
  pointer-events: none;
  border-top: .35rem solid;
  border-right: .35rem solid transparent;
  border-bottom: .35rem solid transparent;
  border-left: .35rem solid transparent;
}

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.select select:hover {
	background-color: #ddd;
}
*/
/* Focus */
.select select:focus {
  -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
     -moz-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
          box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

/* Active/open */
.select select:active {
  color: #fff;
  background-color: #0074d9;
}

/* Hide the arrow in IE10 and up */
.select select::-ms-expand {
  display: none;
}

/* Media query to target Firefox only */
@-moz-document url-prefix() {
  /* Firefox hack to hide the arrow */
  .select select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem;
  }
  /* <option> elements inherit styles from <select>, so reset them. */
  .select option {
    background-color: #fff;
  }
}

/* IE9 hack to hide the arrow */
@media screen and (min-width: 0\0) {
  .select select {
    z-index: 1;
    padding: .5rem 1.5rem .5rem 1rem;
  }
  .select:after {
    z-index: 5;
  }
  .select:before {
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    z-index: 2;
    content: "";
    display: block;
    width: 1.5rem;
    background-color: #eee;
  }
  .select select:hover,
  .select select:focus,
  .select select:active {
    color: #555;
    background-color: #eee;
  }
}

/*
 * File
 */
.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 2.5rem;
}

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: .075rem solid #ddd;
  -webkit-border-radius: .25rem;
     -moz-border-radius: .25rem;
          border-radius: .25rem;
  -webkit-box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.file-custom:after {
  content: "Choose file...";
}

.file-custom:before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: .075rem solid #ddd;
  -webkit-border-radius: 0 .25rem .25rem 0;
     -moz-border-radius: 0 .25rem .25rem 0;
          border-radius: 0 .25rem .25rem 0;
}

/* Focus */
.file input:focus ~ .file-custom {
  -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
     -moz-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
          box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

/*
 * Progress
 */
.progress {
  display: inline-block;
  height: 1rem;
}

.progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove Firefox and Opera border */
  border: 0;
  /* IE10 uses `color` to set the bar background-color */
  color: #0074d9;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  -webkit-border-radius: .2rem;
          border-radius: .2rem;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  -webkit-border-top-left-radius: .2rem;
          border-top-left-radius: .2rem;
  -webkit-border-bottom-left-radius: .2rem;
          border-bottom-left-radius: .2rem;
}

.progress[value="100"]::-webkit-progress-value {
  -webkit-border-top-right-radius: .2rem;
          border-top-right-radius: .2rem;
  -webkit-border-bottom-right-radius: .2rem;
          border-bottom-right-radius: .2rem;
}

/* Firefox styles must be entirely separate or it busts Webkit styles. */
@-moz-document url-prefix() {
  .progress[value] {
    background-color: #eee;
    -moz-border-radius: .2rem;
         border-radius: .2rem;
  }
  .progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    -moz-border-radius-topleft: .2rem;
         border-top-left-radius: .2rem;
    -moz-border-radius-bottomleft: .2rem;
         border-bottom-left-radius: .2rem;
  }
  .progress[value="100"]::-moz-progress-bar {
    -moz-border-radius-topright: .2rem;
         border-top-right-radius: .2rem;
    -moz-border-radius-bottomright: .2rem;
         border-bottom-right-radius: .2rem;
  }
}

/* IE9 hacks to accompany custom markup. We don't need to scope this via media queries, but I feel better doing it anyway. */
@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    -webkit-border-radius: .2rem;
       -moz-border-radius: .2rem;
            border-radius: .2rem;
  }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    /* Simulate hiding of value as in native `<progress>` */
    background-color: #0074d9;
    -webkit-border-top-left-radius: .2rem;
       -moz-border-radius-topleft: .2rem;
            border-top-left-radius: .2rem;
    -webkit-border-bottom-left-radius: .2rem;
       -moz-border-radius-bottomleft: .2rem;
            border-bottom-left-radius: .2rem;
  }
  .progress[width="100%"] {
    -webkit-border-top-right-radius: .2rem;
       -moz-border-radius-topright: .2rem;
            border-top-right-radius: .2rem;
    -webkit-border-bottom-right-radius: .2rem;
       -moz-border-radius-bottomright: .2rem;
            border-bottom-right-radius: .2rem;
  }
}

/*
 * Control layouts
 */
.controls-stacked {
  margin: 1rem 0;
}

.controls-stacked .control,
.controls-stacked .progress {
  display: block;
}

.controls-stacked .control + .control,
.controls-stacked .progress + .progress {
  margin-top: .5rem;
}

.controls-inline {
  margin: 1rem 0;
}

.controls-inline .control {
  display: inline-block;
  height: 1rem;
}

.controls-inline .control + .control {
  margin-left: 1rem;
}

.valid-form button {
  background: #ff9a19;
  color: white;
  margin: 30px auto auto;
  -webkit-border-radius: 999px;
     -moz-border-radius: 999px;
          border-radius: 999px;
  padding: 15px 30px;
  font-weight: bold;
  cursor: pointer;
}

.valid-form label {
  position: relative;
}

.valid-form label span {
  position: absolute;
  left: 0;
  top: -25px;
  font-size: .75em;
  cursor: text;
  color: #565656;
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  transition: all 100ms ease;
  font-weight: bold;
}

.valid-form label.empty input {
  border-color: #d9d9d9;
}

.valid-form label.empty span {
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1em;
  background: none;
  font-weight: normal;
  color: #888;
}

.valid-form input {
  border: 2px solid #f2f2f2;
  padding: 10px;
  outline: none;
  -webkit-border-radius: .25rem;
     -moz-border-radius: .25rem;
          border-radius: .25rem;
}

.valid-form input:focus {
  border-color: #d9d9d9;
}

.valid-form input:invalid {
  border-color: #ff8e7a;
}

.login-container {
  background-color: #A9A9A9;
}

.login-nav-container {
  width: 1000px;
  margin: auto;
}

.login-nav-container .login-nav {
  margin-top: 30px;
  margin-bottom: 10px;
}

.login-module {
  background-color: #565656;
  color: #eeeeee;
  padding: 30px;
  width: 1000px;
  margin: auto;
}

.login-module input[type=text], .login-module input[type=password] {
  background-color: #eeeeee;
  color: #333333;
}

.login-module form {
  margin-top: 40px;
}

.login-module .form-field span {
  color: #ff9a19;
}

.login-module .button-container {
  display: block;
}

.login-module .button-container button {
  float: right;
  clear: both;
}

.login-module .intro-text {
  font-size: 1em;
  margin-bottom: 20px;
}

.login-module .help-container {
  margin-top: 20px;
  font-size: .9em;
  line-height: 20px;
}

.login-module .message-container {
  font-size: 1em;
  padding: 20px;
  border: 1px solid #cccccc;
  margin: 20px 0 40px 0;
}

.login-module .message-container ul {
  margin-left: 20px;
}

.login-module .info-messages {
  color: #333333;
  background-color: #dff0d8;
}

.login-module .error-messages {
  color: #333333;
  background-color: #ffc;
}

.debug-console {
  height: 300px;
  overflow-y: scroll;
  overflow-x: auto;
  background-color: #333333;
  color: #00ff00;
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0.8;
  z-index: 1001;
}

.error-messages {
  background-color: #ffc;
  font-size: 1em;
  padding: 20px;
  border: 1px solid #cccccc;
  margin: 20px 0 40px 0;
}

.error-messages h3 {
  margin-bottom: 10px;
}

.error-messages ul {
  margin-left: 20px;
}

.thankyou_masthead {
  background-color: #909090;
  color: #ffffff;
}

.thankyou_masthead .partial_masthead_heading {
  color: #ffffff;
}

.fc-post-content {
  background-color: #fff;
  padding: 40px 40px 40px 40px;
}

.fc-post-content .fc-post-title h2 {
  color: #555;
  margin-bottom: 20px;
}

.fc-video-post-content {
  background-color: #565656;
  padding: 0;
}

.fc-video-post-content .fc-post-title h2 {
  color: #fff;
}

.fc-post-featured-image img {
  margin-bottom: 30px;
  width: 100%;
}

.fc-post-content-wrapper {
  background-color: #565656;
  padding: 40px 0 40px 0;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

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