/*
 * WordPress header removed due to minification.
 *
 * The header is added by gulp-header via our gulpfile.
 *
 * @see ../gulp/gulpfile.js
 */
html {
  box-sizing: border-box; }

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

body {
  -webkit-font-smoothing: antialiased; }

/* Fit to Study colours */
button, input[type="button"], input[type="reset"], input[type="submit"],
button,
.button,
.content a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #4173bb;
  border-radius: 3px;
  border: none;
  border-bottom: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "museo-sans", helvetica, sans-serif;
  font-size: 1.0416666667em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus,
  .button:hover,
  .button:focus,
  .content a.button:hover,
  .content a.button:focus {
    background-color: #789cd0;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled,
  .button:disabled,
  .content a.button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.875em;
  padding: 1.75em; }

input,
label,
select {
  display: block;
  font-family: "museo-sans", helvetica, sans-serif;
  font-size: 1.0416666667em; }

label {
  font-weight: 600;
  margin-bottom: 0.4375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "museo-sans", helvetica, sans-serif;
  font-size: 1.0416666667em;
  margin-bottom: 0.875em;
  padding: 0.5833333333em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #4173bb;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(58, 103, 168, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

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

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

input[type="file"] {
  padding-bottom: 0.875em;
  width: 100%;
  line-height: 1;
  font-size: .8em; }

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

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.75em; }
  .html-test ul.default-ul,
  .html-test ol.default-ul {
    list-style-type: disc;
    margin-bottom: 1.75em;
    padding-left: 1.75em; }
  .html-test ul.default-ol,
  .html-test ol.default-ol {
    list-style-type: decimal;
    margin-bottom: 1.75em;
    padding-left: 1.75em; }
dl {
  margin-bottom: 1.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 1.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 1.75em 0;
  table-layout: fixed;
  width: 100%; }

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

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

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

.one-half,
.three-sixths,
.two-fourths, .one-third,
.two-sixths, .four-sixths,
.two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-sixth, .five-sixths {
  width: 100%;
  margin-left: 0; }

@media screen and (min-width: 768px) {
  .one-half,
  .three-sixths,
  .two-fourths {
    float: left;
    margin-left: 2.564102564102564%;
    width: 48.717948717948715%; } }

@media screen and (min-width: 768px) {
  .one-third,
  .two-sixths {
    float: left;
    margin-left: 2.564102564102564%;
    width: 31.623931623931625%; } }

@media screen and (min-width: 768px) {
  .four-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
    width: 65.81196581196582%; } }

@media screen and (min-width: 768px) {
  .one-fourth {
    float: left;
    margin-left: 2.564102564102564%;
    width: 23.076923076923077%; } }

@media screen and (min-width: 768px) {
  .three-fourths {
    float: left;
    margin-left: 2.564102564102564%;
    width: 74.35897435897436%; } }

@media screen and (min-width: 768px) {
  .one-fifth {
    float: left;
    margin-left: 2.564102564102564%;
    width: 17.9487179487179488%; } }

@media screen and (min-width: 768px) {
  .two-fifths {
    float: left;
    margin-left: 2.564102564102564%;
    width: 38.4615384615384616%; } }

@media screen and (min-width: 768px) {
  .three-fifths {
    float: left;
    margin-left: 2.564102564102564%;
    width: 58.9743589743589744%; } }

@media screen and (min-width: 768px) {
  .four-fifths {
    float: left;
    margin-left: 2.564102564102564%;
    width: 79.4871794871794872%; } }

@media screen and (min-width: 768px) {
  .one-sixth {
    float: left;
    margin-left: 2.564102564102564%;
    width: 14.52991452991453%; } }

@media screen and (min-width: 768px) {
  .five-sixths {
    float: left;
    margin-left: 2.564102564102564%;
    width: 82.90598290598291%; } }

.first {
  clear: both;
  margin-left: 0; }

.breadcrumb {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 100%; }
  .breadcrumb::after {
    clear: both;
    content: "";
    display: table; }
  .breadcrumb:last-child {
    margin-right: 0; }

.breadcrumbs, .breadcrumb {
  display: inline-block;
  margin-bottom: 1.75em;
  text-align: left; }
  .breadcrumbs .breadcrumb-link-wrap, .breadcrumb .breadcrumb-link-wrap {
    background-color: #fff;
    border-left: 0;
    border: 1px solid #ddd;
    color: #767676;
    display: inline-block;
    font-size: 0.8em;
    line-height: 2.625em;
    margin-bottom: 2px;
    margin-right: -2px;
    padding: 0 0.65625em 0 1.3125em;
    position: relative;
    text-decoration: none; }
    .breadcrumbs .breadcrumb-link-wrap:first-child, .breadcrumb .breadcrumb-link-wrap:first-child {
      border-bottom-left-radius: 3px;
      border-left: 1px solid #ddd;
      border-top-left-radius: 3px;
      padding-left: 1.3125em; }
    .breadcrumbs .breadcrumb-link-wrap:last-child, .breadcrumb .breadcrumb-link-wrap:last-child {
      background-color: #fff;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      color: #767676;
      padding-right: 1.3125em; }
    @media screen and (min-width: 768px) {
      .breadcrumbs .breadcrumb-link-wrap, .breadcrumb .breadcrumb-link-wrap {
        margin-right: 29px;
        font-size: 1em;
        padding: 0 1.3125em 0 1.75em; } }
  .breadcrumbs .breadcrumb-link-wrap:after, .breadcrumb .breadcrumb-link-wrap:after, .breadcrumbs .breadcrumb-link-wrap:before, .breadcrumb .breadcrumb-link-wrap:before {
    position: absolute;
    top: 0px;
    right: auto;
    bottom: 0px;
    left: 100%;
    border-bottom: 1.3125em solid transparent;
    border-left: 0.65625em solid transparent;
    border-top: 1.3125em solid transparent;
    content: '';
    display: block;
    margin: auto;
    z-index: 2; }
  .breadcrumbs .breadcrumb-link-wrap:last-child:after, .breadcrumb .breadcrumb-link-wrap:last-child:after, .breadcrumbs .breadcrumb-link-wrap:last-child:before, .breadcrumb .breadcrumb-link-wrap:last-child:before {
    border: none; }
  .breadcrumbs .breadcrumb-link-wrap:before, .breadcrumb .breadcrumb-link-wrap:before {
    border-left-color: #ddd;
    margin-left: 1px;
    z-index: 1; }
  .breadcrumbs .breadcrumb-link-wrap:after, .breadcrumb .breadcrumb-link-wrap:after {
    border-left-color: #fff; }
  .breadcrumbs [aria-label], .breadcrumb [aria-label] {
    border: none;
    visibility: hidden;
    margin-left: -14px; }
    @media screen and (min-width: 768px) {
      .breadcrumbs [aria-label], .breadcrumb [aria-label] {
        margin-left: -45px; } }

.pagination {
  text-align: left; }
  .pagination ul, .pagination .pagination-next, .pagination .pagination-previous {
    display: inline;
    margin: 0;
    padding: 0;
    text-align: center; }
    .pagination ul li, .pagination .pagination-next li, .pagination .pagination-previous li {
      display: inline;
      list-style: none; }
    .pagination ul ul li, .pagination .pagination-next ul li, .pagination .pagination-previous ul li {
      display: none; }
      .pagination ul ul li:nth-child(1), .pagination ul ul li:nth-child(2), .pagination ul ul li:nth-child(3), .pagination .pagination-next ul li:nth-child(1), .pagination .pagination-next ul li:nth-child(2), .pagination .pagination-next ul li:nth-child(3), .pagination .pagination-previous ul li:nth-child(1), .pagination .pagination-previous ul li:nth-child(2), .pagination .pagination-previous ul li:nth-child(3) {
        display: inline; }
      @media screen and (min-width: 1028px) {
        .pagination ul ul li, .pagination .pagination-next ul li, .pagination .pagination-previous ul li {
          display: inline; } }
    .pagination ul a, .pagination ul .pagination-previous a, .pagination ul .pagination-next a, .pagination .pagination-next a, .pagination .pagination-next .pagination-previous a, .pagination .pagination-next .pagination-next a, .pagination .pagination-previous a, .pagination .pagination-previous .pagination-previous a, .pagination .pagination-previous .pagination-next a {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #f7f7f7;
      border-radius: 3px;
      border: 1px solid #ddd;
      color: #1F4E9A;
      outline: none;
      padding: 0.4375em 0.809em;
      text-decoration: none; }
      .pagination ul a:hover, .pagination ul a:focus, .pagination ul .pagination-previous a:hover, .pagination ul .pagination-previous a:focus, .pagination ul .pagination-next a:hover, .pagination ul .pagination-next a:focus, .pagination .pagination-next a:hover, .pagination .pagination-next a:focus, .pagination .pagination-next .pagination-previous a:hover, .pagination .pagination-next .pagination-previous a:focus, .pagination .pagination-next .pagination-next a:hover, .pagination .pagination-next .pagination-next a:focus, .pagination .pagination-previous a:hover, .pagination .pagination-previous a:focus, .pagination .pagination-previous .pagination-previous a:hover, .pagination .pagination-previous .pagination-previous a:focus, .pagination .pagination-previous .pagination-next a:hover, .pagination .pagination-previous .pagination-next a:focus {
        background: white;
        color: #4173bb;
        border: 1px solid #ddd; }
      .pagination ul a:active, .pagination ul .pagination-previous a:active, .pagination ul .pagination-next a:active, .pagination .pagination-next a:active, .pagination .pagination-next .pagination-previous a:active, .pagination .pagination-next .pagination-next a:active, .pagination .pagination-previous a:active, .pagination .pagination-previous .pagination-previous a:active, .pagination .pagination-previous .pagination-next a:active {
        background: #f7f7f7;
        color: #1F4E9A; }
    .pagination ul .active a, .pagination .pagination-next .active a, .pagination .pagination-previous .active a {
      background: #eaeaea; }
  .pagination .alignleft {
    margin-right: 0.4045em; }

.badge {
  background-color: #ddd;
  border-radius: 1em;
  color: #444444;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.4em 1.2em;
  word-wrap: break-word;
  word-break: break-all; }

.badge-alert {
  background-color: #fff6bf;
  border-radius: 1em;
  color: #8c7800;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.4em 1.2em;
  word-wrap: break-word;
  word-break: break-all; }

.badge-error {
  background-color: #fbe3e4;
  border-radius: 1em;
  color: #97161b;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.4em 1.2em;
  word-wrap: break-word;
  word-break: break-all; }

.badge-notice {
  background-color: #e5edf8;
  border-radius: 1em;
  color: #244e87;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.4em 1.2em;
  word-wrap: break-word;
  word-break: break-all; }

.badge-success {
  background-color: #e6efc2;
  border-radius: 1em;
  color: #56651a;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.4em 1.2em;
  word-wrap: break-word;
  word-break: break-all; }

.full-width-content .hero {
  margin-left: -10.3%;
  margin-right: -10.3%; }

.hero {
  background: url("/assets/images/activity_strip.jpg"), -webkit-linear-gradient(-280deg, #fff, #fff), no-repeat #fff scroll;
  background: url("/assets/images/activity_strip.jpg"), linear-gradient(10deg, #fff, #fff), no-repeat #fff scroll;
  background-color: #fff;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3em; }
  .hero .hero-logo {
    border-bottom: none; }
    .hero .hero-logo img {
      height: 4em;
      width: auto;
      margin-bottom: 1em; }
  .hero .hero-inner {
    color: white;
    margin: auto;
    padding: 3.5em;
    text-align: center; }
    .hero .hero-inner::after {
      clear: both;
      content: "";
      display: table; }
    .hero .hero-inner .hero-copy {
      text-align: center; }
      .hero .hero-inner .hero-copy h1 {
        font-size: 1.6em;
        margin-bottom: 0.5em; }
        @media screen and (min-width: 1028px) {
          .hero .hero-inner .hero-copy h1 {
            font-size: 1.8em; } }
      .hero .hero-inner .hero-copy p {
        line-height: 1.75;
        margin: 0 auto 3em auto; }
        @media screen and (min-width: 1028px) {
          .hero .hero-inner .hero-copy p {
            font-size: 1.1em;
            max-width: 40%; } }

.full-width-content .parallax-window {
  margin-left: -10.3%;
  margin-right: -10.3%; }

.parallax-window {
  max-height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center; }

.parallax-static-content {
  padding: 8em;
  position: relative;
  z-index: 9; }

.parallax-background {
  background: url("https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png") repeat;
  background-position: top;
  background-size: cover;
  background-color: beige;
  height: 200%;
  left: 0;
  position: absolute;
  top: -33.3333333333%;
  width: 100%; }

.cards {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.card {
  -webkit-flex-basis: 15em;
  -moz-flex-basis: 15em;
  flex-basis: 15em;
  -ms-flex-preferred-size: 15em;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #f7f7f7;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px #e6e6e6;
  cursor: pointer;
  margin: 0 1em 1.75em 1em;
  position: relative;
  text-align: center; }
  .card .card-image {
    overflow: hidden;
    max-height: 150px; }
    .card .card-image img {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #ddd;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      width: 100%; }
  .card .card-header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.75;
    padding: 0.5833333333em 0.875em; }
  .card .card-copy {
    font-size: 0.9em;
    line-height: 1.75;
    padding: 0.875em 0.875em; }
    .card .card-copy p {
      margin: 0 0 0.875em; }
  .card:focus, .card:hover {
    background-color: white; }
    .card:focus .card-image img, .card:hover .card-image img {
      background: #eaeaea; }
    .card:focus .card-header, .card:hover .card-header {
      background-color: white; }
  .card:active {
    background-color: #f7f7f7; }
    .card:active .card-header {
      background-color: #f7f7f7; }

.pricing-tables {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.pricing-table {
  -webkit-flex-basis: 15em;
  -moz-flex-basis: 15em;
  flex-basis: 15em;
  -ms-flex-preferred-size: 15em;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #f7f7f7;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px #e6e6e6;
  cursor: pointer;
  margin: 0 0 1.75em 0;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pricing-table {
      margin: 0 1em 1.75em 1em; } }
  .pricing-table .table-image {
    overflow: hidden;
    max-height: 150px; }
    .pricing-table .table-image img {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #ddd;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      width: 100%; }
  .pricing-table .table-header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #4173bb;
    color: white;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.75;
    padding: 0.5833333333em 0.875em; }
    .pricing-table .table-header h3 {
      font-size: 1.2em;
      margin-bottom: 0; }
  .pricing-table .price {
    color: #4173bb; }
    .pricing-table .price .currency-symbol {
      font-size: 1.5em; }
    .pricing-table .price .cost {
      font-size: 3.2em;
      font-weight: 900; }
    .pricing-table .price .period {
      font-size: .8em; }
  .pricing-table .table-copy {
    font-size: 0.9em;
    line-height: 1.75;
    padding: 0.875em 0.875em; }
    .pricing-table .table-copy p {
      margin: 0 0 0.875em; }
    .pricing-table .table-copy .features {
      list-style-type: none; }
      .pricing-table .table-copy .features li {
        font-size: .8em;
        margin-bottom: .6em;
        padding-bottom: .6em;
        border-bottom: 1px dotted #ddd; }
        .pricing-table .table-copy .features li:first-child {
          margin-top: 1.75em; }
        .pricing-table .table-copy .features li:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: 0; }
  .pricing-table:focus, .pricing-table:hover {
    background-color: white; }
    .pricing-table:focus .table-image img, .pricing-table:hover .table-image img {
      background: #eaeaea; }
    .pricing-table:focus .table-header, .pricing-table:hover .table-header {
      background-color: #5a86c6; }
  .pricing-table:active {
    background-color: #f7f7f7; }
    .pricing-table:active .table-header {
      background-color: #f7f7f7; }

.side-image {
  background: #f9f9f9;
  margin-top: 3.5em; }
  .side-image:last-child {
    margin-bottom: 3.5em; }
  @media screen and (min-width: 1028px) {
    .side-image {
      display: table;
      width: 100%;
      table-layout: fixed; } }
  .side-image .images-wrapper {
    background: url("../images/side-images/celtic-knot-1.png"), -webkit-linear-gradient(#B5EBEB, #5DAC5D), no-repeat #B5EBEB scroll;
    background: url("../images/side-images/celtic-knot-1.png"), linear-gradient(#B5EBEB, #5DAC5D), no-repeat #B5EBEB scroll;
    background-color: #B5EBEB;
    background-size: cover;
    display: block;
    min-height: 12em;
    padding: 3em; }
    @media screen and (min-width: 1028px) {
      .side-image .images-wrapper {
        display: table-cell;
        width: 33.3333333333%;
        background-position: top center;
        background-size: cover; } }
  .side-image .side-image-content {
    display: table-cell;
    width: 100%;
    padding: 1em 1em 4em 1em;
    text-align: center; }
    @media screen and (min-width: 1028px) {
      .side-image .side-image-content {
        display: table-cell;
        width: 66.6666666667%;
        padding: 4em 4em 8em 4em;
        text-align: left; } }
    .side-image .side-image-content h1 {
      margin-bottom: 0.9em; }
    .side-image .side-image-content h4 {
      background: #BBB;
      color: white;
      display: inline-block;
      font-size: 0.75em;
      font-weight: 800;
      margin-bottom: 1.3em;
      padding: 3px 8px;
      text-transform: uppercase; }
    .side-image .side-image-content p {
      color: #1F4E9A;
      line-height: 1.75;
      margin-bottom: 1.5em; }

.bullets {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3.5em 1em 1.75em 1em;
  overflow: auto;
  padding: 0; }
  .bullets .bullet {
    -webkit-flex-basis: 20em;
    -moz-flex-basis: 20em;
    flex-basis: 20em;
    -ms-flex-preferred-size: 20em;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; }
  .bullets .bullet-icon {
    background: #4173bb;
    border-radius: 50%;
    height: 3.5em;
    padding: 0.875em;
    width: 3.5em;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .bullets .bullet-icon {
        float: left; } }
  .bullets .bullet-content {
    margin-bottom: 3.5em; }
    @media screen and (min-width: 768px) {
      .bullets .bullet-content {
        margin-left: 4.9em;
        padding-right: 2em; } }
  .bullets h2 {
    border-bottom: 1px solid rgba(31, 78, 154, 0.2);
    display: inline-block;
    font-size: 1.4em;
    margin: 0 0 0.5833333333em 0;
    padding-top: 0.5em;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .bullets h2 {
        text-align: left; } }
  .bullets li {
    list-style: none; }
  .bullets p {
    color: #1F4E9A;
    line-height: 1.75;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .bullets p {
        text-align: left; } }
  .bullets img {
    max-width: 100%; }

.content ul.bullets {
  padding-left: 0; }

.accordion-tabs {
  line-height: 1.75;
  margin-bottom: 1.75em;
  padding: 0; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: min-width 768px 12) {
    .accordion-tabs {
      border-radius: 3px;
      border: 1px solid #ddd; } }
  .accordion-tabs .tab-header-and-content {
    list-style: none; }
    @media screen and (min-width: 768px) {
      .accordion-tabs .tab-header-and-content {
        display: inline; } }
    .accordion-tabs .tab-header-and-content:first-child .tab-link {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      @media screen and (max-width: min-width 768px 12) {
        .accordion-tabs .tab-header-and-content:first-child .tab-link {
          border-top: 0; } }
    @media screen and (max-width: min-width 768px 12) {
      .accordion-tabs .tab-header-and-content:last-child .tab-link {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .accordion-tabs .tab-link {
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    color: #333;
    display: block;
    font-weight: 400;
    padding: 0.875em 1.618em;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .accordion-tabs .tab-link {
        display: inline-block;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top: 0; } }
    .accordion-tabs .tab-link:hover {
      color: #4173bb; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      background-color: #f7f7f7; }
      @media screen and (min-width: 768px) {
        .accordion-tabs .tab-link.is-active {
          background-color: #f7f7f7;
          border: 1px solid #ddd;
          border-bottom-color: #f7f7f7;
          margin-bottom: -1px; } }
  .accordion-tabs .tab-content {
    background: #f7f7f7;
    display: none;
    padding: 1.75em 1.618em;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .accordion-tabs .tab-content {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        border: 1px solid #ddd;
        float: left; } }

.accordion-tabs-minimal {
  line-height: 1.75;
  padding: 0; }
  .accordion-tabs-minimal::after {
    clear: both;
    content: "";
    display: table; }
  .accordion-tabs-minimal li.tab-header-and-content {
    list-style: none; }
    @media screen and (min-width: 768px) {
      .accordion-tabs-minimal li.tab-header-and-content {
        display: inline; } }
  .accordion-tabs-minimal a.tab-link {
    background-color: none;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    color: #333;
    display: block;
    font-weight: 400;
    padding: 0.875em 1.618em;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .accordion-tabs-minimal a.tab-link {
        display: inline-block;
        border-top: 0; } }
    .accordion-tabs-minimal a.tab-link:hover {
      color: #4173bb; }
    .accordion-tabs-minimal a.tab-link:focus {
      outline: none; }
    .accordion-tabs-minimal a.tab-link.is-active {
      border-bottom: 0;
      background: #fff; }
      @media screen and (min-width: 768px) {
        .accordion-tabs-minimal a.tab-link.is-active {
          border: 1px solid #ddd;
          border-bottom-color: #fff;
          margin-bottom: -1px; } }
  .accordion-tabs-minimal .tab-content {
    display: none;
    padding: 1.75em 1.618em;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .accordion-tabs-minimal .tab-content {
        border-top: 1px solid #ddd;
        float: left; } }

.vertical-tabs-container {
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 1.75em;
  background: #f7f7f7; }
  .vertical-tabs-container::after {
    clear: both;
    content: "";
    display: table; }
  .vertical-tabs-container li {
    list-style: none; }
  .vertical-tabs-container a {
    color: #4173bb;
    text-decoration: none; }
  .vertical-tabs-container .vertical-tabs {
    display: none; }
    @media screen and (min-width: 768px) {
      .vertical-tabs-container .vertical-tabs {
        background-color: #fff;
        display: inline;
        float: left;
        height: auto;
        width: 20%; } }
  @media screen and (min-width: 768px) {
    .vertical-tabs-container .vertical-tab {
      border-bottom: 1px solid #ddd;
      display: block;
      font-weight: 400;
      margin-right: -1px;
      padding: 0.875em 0.809em; }
      .vertical-tabs-container .vertical-tab:hover {
        border-bottom: 1px solid #ddd; }
      .vertical-tabs-container .vertical-tab.is-active {
        background-color: #f7f7f7;
        margin-right: -1px; } }
  .vertical-tabs-container a.vertical-tab-accordion-heading,
  .vertical-tabs-container a.vertical-tab {
    color: #333; }
    .vertical-tabs-container a.vertical-tab-accordion-heading:hover,
    .vertical-tabs-container a.vertical-tab:hover {
      color: #4173bb; }
  .vertical-tabs-container .vertical-tab:focus {
    outline: none; }
  .vertical-tabs-container .vertical-tab-content-container {
    display: block;
    margin: 0 auto; }
    .vertical-tabs-container .vertical-tab-content-container a:focus {
      outline: none; }
    @media screen and (min-width: 768px) {
      .vertical-tabs-container .vertical-tab-content-container {
        height: auto;
        width: 80%;
        background-color: #f7f7f7;
        display: inline-block; } }
  .vertical-tabs-container .vertical-tab-content {
    background-color: #f7f7f7;
    padding: 1.75em 1.618em; }
    .vertical-tabs-container .vertical-tab-content p {
      color: #1F4E9A;
      line-height: 1.75; }
    @media screen and (min-width: 768px) {
      .vertical-tabs-container .vertical-tab-content {
        border: none;
        display: none; } }
  .vertical-tabs-container .vertical-tab-accordion-heading {
    background-color: #fff;
    border-top: 1px solid #ddd;
    cursor: pointer;
    display: block;
    font-weight: 400;
    padding: 0.875em 0.809em; }
    .vertical-tabs-container .vertical-tab-accordion-heading:focus, .vertical-tabs-container .vertical-tab-accordion-heading:hover {
      color: #4173bb; }
    .vertical-tabs-container .vertical-tab-accordion-heading:first-child {
      border-top: none; }
    .vertical-tabs-container .vertical-tab-accordion-heading.is-active {
      background: #f7f7f7;
      border-bottom: none; }
    @media screen and (min-width: 768px) {
      .vertical-tabs-container .vertical-tab-accordion-heading {
        display: none; } }

.faq {
  border-bottom: 1px solid rgba(31, 78, 154, 0.1);
  display: table;
  margin-bottom: 1.75em;
  padding-bottom: 1em;
  width: 100%;
  text-align: left; }
  .faq:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .faq .faq-image,
  .faq .faq-content {
    display: table-cell;
    vertical-align: top; }
  .faq .faq-image {
    padding-bottom: 1.75em;
    display: block; }
    @media screen and (min-width: 768px) {
      .faq .faq-image {
        padding-right: 1.4em;
        display: table-cell; } }
    .faq .faq-image > img {
      display: block;
      max-width: none;
      background: #4173bb;
      border-radius: 50%;
      height: 3.5em;
      padding: 0.875em;
      width: 3.5em;
      margin: 0 auto; }
    .faq-reverse-order .faq .faq-image {
      padding-right: 0;
      padding-left: 10px; }
  .faq .faq-content {
    width: 100%;
    clear: both;
    display: block; }
    @media screen and (min-width: 768px) {
      .faq .faq-content {
        clear: none;
        display: table-cell; } }
    .faq .faq-content h1 {
      font-size: 1em;
      margin: 0 0 0.5em 0;
      text-align: left; }
    .faq .faq-content p {
      line-height: 1.75;
      margin-bottom: 0.5em; }
    .faq .faq-content p.faq-detail {
      color: rgba(31, 78, 154, 0.5);
      font-size: 0.9em;
      font-style: italic; }

.modal label {
  cursor: pointer;
  margin-bottom: 0; }
.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px; }
.modal .modal-state {
  display: none; }
.modal .modal-trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #4173bb;
  border-radius: 3px;
  border: none;
  border-bottom: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "museo-sans", helvetica, sans-serif;
  font-size: 1.0416666667em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  padding: 0.8em 1em; }
  .modal .modal-trigger:hover, .modal .modal-trigger:focus {
    background-color: #789cd0;
    color: #fff; }
  .modal .modal-trigger:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
.modal .modal-fade-screen {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999; }
  @media screen and (min-width: 1028px) {
    .modal .modal-fade-screen {
      padding-top: 10em; } }
  .modal .modal-fade-screen .modal-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    cursor: pointer; }
.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer; }
  .modal .modal-close:after, .modal .modal-close:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1.5em;
    width: 0.15em;
    background: #ddd;
    content: '';
    display: block;
    margin: -3px 0 0 -1px; }
  .modal .modal-close:hover:after, .modal .modal-close:hover:before {
    background: #c4c4c4; }
  .modal .modal-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.modal .modal-inner {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: #fff;
  border-radius: 3px;
  margin-top: 0;
  margin: auto;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  width: 95%; }
  @media screen and (min-width: 768px) {
    .modal .modal-inner {
      max-height: 70%;
      padding: 3em;
      width: 60%; } }
  @media screen and (min-width: 1028px) {
    .modal .modal-inner {
      width: 50%; } }
  .modal .modal-inner h1 {
    color: #1F4E9A;
    margin-bottom: 0 0 0.6em 0;
    text-align: left;
    text-transform: capitalize; }
  .modal .modal-inner p {
    color: #1F4E9A;
    line-height: 1.75; }
  .modal .modal-inner .modal-intro {
    font-weight: 800; }
  .modal .modal-inner .modal-content {
    color: #1F4E9A; }
    @media screen and (min-width: 768px) {
      .modal .modal-inner .modal-content {
        -webkit-columns: 2 8em;
        -moz-columns: 2 8em;
        columns: 2 8em; } }
  .modal .modal-inner a.cta {
    color: white;
    display: inline-block;
    margin-right: 0.5em;
    margin-top: 1em; }
    .modal .modal-inner a.cta:last-child {
      padding: 0 2em; }
.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible; }
.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em; }

.modal-open {
  overflow: hidden; }

.expander {
  width: 60%;
  margin-bottom: 3.5em; }
  .expander .expander-trigger {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #ddd;
    color: #4173bb;
    cursor: pointer;
    display: block;
    font-size: 1em;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    text-decoration: none; }
    .expander .expander-trigger:before {
      font-size: 0.7em;
      content: "\25BC";
      margin-right: 0.5em; }
    .expander .expander-trigger:hover {
      border-bottom: 1px solid #ddd; }
  .expander .expander-content p {
    color: #1F4E9A;
    line-height: 1.75; }
  .expander .expander-hidden:before {
    font-size: 0.7em;
    content: "\25BA"; }
  .expander .expander-hidden + .expander-content {
    display: none; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #1F4E9A;
  font-family: "museo-sans", helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.75; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "sketchnote-text", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.875em; }

h1 {
  font-size: 2.125em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.5375em; }

h4 {
  font-size: 1.4375em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1.25em; }

p {
  margin: 0 0 1.75em; }

code {
  background-color: #ddd;
  border-radius: 1em;
  color: #444444;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.4em 1.2em;
  word-wrap: break-word;
  word-break: break-all; }

pre {
  margin-top: 1.75em; }

pre code {
  border-radius: .2em;
  margin-top: 1.75em;
  border-radius: 1em;
  line-height: 1.75;
  padding: 1.2em !important;
  word-wrap: normal;
  word-break: keep-all; }

code.terminal {
  background-color: #333;
  border-radius: 1em;
  color: #e6efc2;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.4em 1.2em;
  word-wrap: break-word;
  word-break: break-all; }

a {
  color: #4173bb;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #789cd0; }
  a:focus {
    outline: 1px solid #ddd; }

.content a,
.sidebar a {
  border-bottom: 1px dotted; }
  .content a:hover,
  .sidebar a:hover {
    border-bottom: 0; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.75em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

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

body {
  word-wrap: break-word; }

.site-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .site-container::after {
    clear: both;
    content: "";
    display: table; }

.site-header::after,
.nav-primary::after,
.nav-secondary::after,
.site-inner::after,
.footer-widgets::after,
.page-widgets::after,
.site-footer::after {
  clear: both;
  content: "";
  display: table; }

.site-header > .wrap,
.nav-secondary > .wrap,
.site-inner > .content-sidebar-wrap,
.footer-widgets > .wrap,
.site-footer > .wrap {
  margin-left: 8.5298042998%;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%; }
  .site-header > .wrap:last-child,
  .nav-secondary > .wrap:last-child,
  .site-inner > .content-sidebar-wrap:last-child,
  .footer-widgets > .wrap:last-child,
  .site-footer > .wrap:last-child {
    margin-right: 0; }

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  top: -1000em;
  position: absolute; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  display: block;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #21759b;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.genesis-skip-link li a {
  outline: none; }

address {
  margin-bottom: 1.75em; }

.site-header {
  text-align: center;
  margin-top: -35px; }
  .site-header .site-title {
    margin: 0.875em 0 0.4375em 0;
    font-size: 2.5em;
    font-weight: bold; }
  .site-header p.site-title {
    margin: 0; }
  .site-header .site-description {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .site-header {
      text-align: left; } }

.title-area {
  text-align: center;
  /*@include media( $giant-screen-up ) {
  	width: 20%;
  	text-align: left;
  	float: left;
  }*/ }

.nav-primary {
  text-align: center;
  /*@include media( $giant-screen-up ) {
  	width: 77%;
  	float: left;
  }*/ }

.menu-primary {
  font-size: .9em;
  font-family: "sketchnote-text", sans-serif; }

.menu-item .sub-menu {
  display: none; }

.menu-primary,
.menu-secondary {
  display: none;
  position: relative;
  list-style: none;
  /*float: right;*/
  margin: 0 0 2em 0;
  padding: 0;
  z-index: 15; }
  .menu-primary .menu-item,
  .menu-secondary .menu-item {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0; }
  .menu-primary .menu-item.menu-item-has-children > a:after,
  .menu-secondary .menu-item.menu-item-has-children > a:after {
    content: '\25BC';
    color: #4173bb;
    font-size: .4em;
    position: relative;
    margin-left: .6em;
    top: -.15em; }
  .menu-primary .current-menu-item.menu-item-has-children > a:after,
  .menu-secondary .current-menu-item.menu-item-has-children > a:after {
    color: #fff; }
  .menu-primary .menu-item > a,
  .menu-secondary .menu-item > a {
    position: relative;
    display: inline-block;
    padding: 0.3em;
    margin: 0 0 -1px 0;
    border: 1px solid #ddd;
    border-color: transparent; }
  .menu-primary .menu-item > a:focus,
  .menu-primary .menu-item > a.open,
  .menu-secondary .menu-item > a:focus,
  .menu-secondary .menu-item > a.open {
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: white;
    color: #4173bb;
    outline: none; }
  .menu-primary .menu-item > a.open,
  .menu-secondary .menu-item > a.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    z-index: 1; }
  .menu-primary .current-menu-item > a,
  .menu-primary .current-menu-ancestor > a,
  .menu-primary .current-menu-item > a.open,
  .menu-primary .current-menu-ancestor > a.open,
  .menu-secondary .current-menu-item > a,
  .menu-secondary .current-menu-ancestor > a,
  .menu-secondary .current-menu-item > a.open,
  .menu-secondary .current-menu-ancestor > a.open {
    background-color: #4173bb;
    color: #fff; }
  .menu-primary .menu-item-home > a,
  .menu-primary .menu-item-home > a.open,
  .menu-secondary .menu-item-home > a,
  .menu-secondary .menu-item-home > a.open {
    background-color: #fff;
    color: #4173bb; }
  .menu-primary .sub-menu-panel,
  .menu-secondary .sub-menu-panel {
    position: absolute;
    display: none;
    top: 2.8em;
    margin-top: -1px;
    padding: 0 0 0.5833333333em 0;
    min-width: 250px;
    border: 1px solid #ddd;
    background-color: #1F4E9A;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .menu-primary .sub-menu-panel.open,
  .menu-secondary .sub-menu-panel.open {
    display: block; }
  .menu-primary .sub-menu-panel ul,
  .menu-secondary .sub-menu-panel ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0; }
  .menu-primary .sub-menu-panel li,
  .menu-secondary .sub-menu-panel li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .menu-primary .sub-menu-panel li a,
    .menu-secondary .sub-menu-panel li a {
      display: block;
      min-width: 250px;
      padding: 0.4375em 1em;
      outline: none;
      color: #fff; }
    .menu-primary .sub-menu-panel li a:hover,
    .menu-primary .sub-menu-panel li a:focus,
    .menu-primary .sub-menu-panel li a.focus,
    .menu-secondary .sub-menu-panel li a:hover,
    .menu-secondary .sub-menu-panel li a:focus,
    .menu-secondary .sub-menu-panel li a.focus {
      background: #4173bb;
      color: #fff; }
  .menu-primary .sub-menu .sub-menu li,
  .menu-secondary .sub-menu .sub-menu li {
    margin-left: 0.875em; }
    .menu-primary .sub-menu .sub-menu li:before,
    .menu-secondary .sub-menu .sub-menu li:before {
      content: "\025B9";
      font-size: 0.9em;
      float: left;
      position: relative;
      margin-left: 0.4375em;
      margin-right: 0.4375em;
      top: .5em; }
  .menu-primary li[class*="mega-menu-"] .sub-menu,
  .menu-secondary li[class*="mega-menu-"] .sub-menu {
    width: 100%; }
  .menu-primary .sub-menu-column,
  .menu-secondary .sub-menu-column {
    float: left;
    margin-right: 10px !important;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 5px; }
    .menu-primary .sub-menu-column:first-child,
    .menu-secondary .sub-menu-column:first-child {
      margin-left: 10px; }
    .menu-primary .sub-menu-column:last-child,
    .menu-secondary .sub-menu-column:last-child {
      border-right: none; }
  .menu-primary .sub-menu-column:first-child:nth-last-child(1),
  .menu-secondary .sub-menu-column:first-child:nth-last-child(1) {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 100%; }
    .menu-primary .sub-menu-column:first-child:nth-last-child(1):last-child,
    .menu-secondary .sub-menu-column:first-child:nth-last-child(1):last-child {
      margin-right: 0; }
  .menu-primary .sub-menu-column:first-child:nth-last-child(2),
  .menu-primary .sub-menu-column:first-child:nth-last-child(2) ~ .sub-menu-column,
  .menu-secondary .sub-menu-column:first-child:nth-last-child(2),
  .menu-secondary .sub-menu-column:first-child:nth-last-child(2) ~ .sub-menu-column {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 48.5787072148%; }
    .menu-primary .sub-menu-column:first-child:nth-last-child(2):last-child,
    .menu-primary .sub-menu-column:first-child:nth-last-child(2) ~ .sub-menu-column:last-child,
    .menu-secondary .sub-menu-column:first-child:nth-last-child(2):last-child,
    .menu-secondary .sub-menu-column:first-child:nth-last-child(2) ~ .sub-menu-column:last-child {
      margin-right: 0; }
  .menu-primary .sub-menu-column:first-child:nth-last-child(3),
  .menu-primary .sub-menu-column:first-child:nth-last-child(3) ~ .sub-menu-column,
  .menu-secondary .sub-menu-column:first-child:nth-last-child(3),
  .menu-secondary .sub-menu-column:first-child:nth-last-child(3) ~ .sub-menu-column {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 31.4382762522%; }
    .menu-primary .sub-menu-column:first-child:nth-last-child(3):last-child,
    .menu-primary .sub-menu-column:first-child:nth-last-child(3) ~ .sub-menu-column:last-child,
    .menu-secondary .sub-menu-column:first-child:nth-last-child(3):last-child,
    .menu-secondary .sub-menu-column:first-child:nth-last-child(3) ~ .sub-menu-column:last-child {
      margin-right: 0; }
  .menu-primary .sub-menu-column:first-child:nth-last-child(4),
  .menu-primary .sub-menu-column:first-child:nth-last-child(4) ~ .sub-menu-column,
  .menu-secondary .sub-menu-column:first-child:nth-last-child(4),
  .menu-secondary .sub-menu-column:first-child:nth-last-child(4) ~ .sub-menu-column {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 22.8680608222%; }
    .menu-primary .sub-menu-column:first-child:nth-last-child(4):last-child,
    .menu-primary .sub-menu-column:first-child:nth-last-child(4) ~ .sub-menu-column:last-child,
    .menu-secondary .sub-menu-column:first-child:nth-last-child(4):last-child,
    .menu-secondary .sub-menu-column:first-child:nth-last-child(4) ~ .sub-menu-column:last-child {
      margin-right: 0; }
  .menu-primary li[class*="mega-menu"] .sub-menu-panel,
  .menu-secondary li[class*="mega-menu"] .sub-menu-panel {
    position: absolute;
    left: 0; }

.nav-secondary {
  background: #f9f9f9;
  margin-bottom: 2.625em;
  display: none; }
  @media screen and (min-width: 1028px) {
    .nav-secondary {
      display: block; } }
  .nav-secondary .menu-secondary {
    margin-bottom: 0.875em;
    margin-left: 10.284258557%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    z-index: 10; }
    .nav-secondary .menu-secondary:last-child {
      margin-right: 0; }

.nav-secondary-mobile {
  background: #f9f9f9;
  margin-bottom: 2.625em;
  text-align: left;
  padding: 0.875em 0; }
  .nav-secondary-mobile::after {
    clear: both;
    content: "";
    display: table; }
  .nav-secondary-mobile .menu-secondary-mobile {
    margin-left: 8.5298042998%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-bottom: 0; }
    .nav-secondary-mobile .menu-secondary-mobile:last-child {
      margin-right: 0; }
    .nav-secondary-mobile .menu-secondary-mobile .sub-menu {
      margin-bottom: 0; }
    .nav-secondary-mobile .menu-secondary-mobile .sub-menu li {
      margin-left: 1em;
      font-size: .9em; }
      .nav-secondary-mobile .menu-secondary-mobile .sub-menu li a:before {
        position: relative;
        content: "\025B9";
        margin-right: .5em;
        top: -.05em;
        font-size: .9em;
        color: #4173bb; }
    .nav-secondary-mobile .menu-secondary-mobile a {
      display: block;
      padding: .5em;
      margin-bottom: 0em;
      border: 1px solid #ddd;
      border-radius: 3px;
      border-color: transparent; }
      .nav-secondary-mobile .menu-secondary-mobile a:focus {
        background: white;
        border-color: #ddd; }
  @media screen and (min-width: 1028px) {
    .nav-secondary-mobile {
      display: none; } }

.sliding-panel-content {
  position: fixed;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 220px;
  -webkit-transform: translateX(-220px);
  -moz-transform: translateX(-220px);
  -ms-transform: translateX(-220px);
  -o-transform: translateX(-220px);
  transform: translateX(-220px);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #2359af;
  z-index: 999999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  display: none; }
  .sliding-panel-content ul {
    padding: 0;
    margin: 0; }
  .sliding-panel-content li {
    list-style: none; }
  .sliding-panel-content li a {
    border-bottom: 1px solid #1F4E9A;
    color: #fff;
    display: block;
    font-size: .8em;
    font-weight: bold;
    padding: 1em;
    text-decoration: none; }
    .sliding-panel-content li a:focus {
      background-color: #2864c4; }
    .sliding-panel-content li a:hover {
      background-color: #4173bb;
      color: #fff; }
  .sliding-panel-content .sub-menu {
    margin-left: .5em; }
  .sliding-panel-content .sub-menu a:before {
    position: relative;
    content: "\025B9";
    margin-right: .5em;
    top: -.05em;
    font-size: .9em;
    color: #fff; }
  .sliding-panel-content .sub-menu li > a {
    font-size: .7em; }
  .sliding-panel-content.is-visible {
    display: block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .sliding-panel-content input[type="search"] {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 1em;
    font-size: .8em; }
  .sliding-panel-content input[type="submit"] {
    font-size: .8em; }

.sliding-panel-fade-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: black;
  opacity: 0;
  visibility: hidden;
  z-index: 999998; }
  .sliding-panel-fade-screen.is-visible {
    opacity: 0.4;
    visibility: visible; }

.sliding-panel-button {
  padding: 8px 14px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  float: right;
  outline: none;
  margin-top: 2px;
  right: 10px;
  z-index: 999997; }
  .sliding-panel-button .sliding-panel-button-text {
    position: relative;
    font-size: .6em;
    text-transform: uppercase;
    top: -.4em; }
  .sliding-panel-button img {
    height: 1.1em; }

.admin-bar .sliding-panel-button {
  top: 52px; }

.sidebar .widget_nav_menu .menu-item a {
  padding-left: 0.3em;
  background-color: #fff;
  color: #1F4E9A; }
  .sidebar .widget_nav_menu .menu-item a:hover, .sidebar .widget_nav_menu .menu-item a:active, .sidebar .widget_nav_menu .menu-item a:focus {
    background-color: #1F4E9A;
    color: #fff; }
.sidebar .widget_nav_menu .current-menu-item > a,
.sidebar .widget_nav_menu .current-menu-item > a.open {
  background-color: #1F4E9A;
  color: #fff; }
.sidebar .widget_nav_menu .current-menu-item > a:hover {
  color: #fff;
  background-color: #0e2345; }

.darkbg .sidebar .menu-item a {
  padding-left: 0.3em;
  background-color: #1F4E9A;
  color: #fff; }
  .darkbg .sidebar .menu-item a:hover, .darkbg .sidebar .menu-item a:active, .darkbg .sidebar .menu-item a:focus {
    color: #fff;
    background-color: #0e2345; }
.darkbg .sidebar .current-menu-item > a,
.darkbg .sidebar .current-menu-item > a.open {
  background-color: #fff;
  color: #1F4E9A; }
.darkbg .sidebar .current-menu-item > a:hover {
  background-color: #fff;
  color: #0e2345; }

.meet-the-team .site-inner {
  padding-top: 1.5em;
  background: url(/assets/images/white_strip_top.png) no-repeat #1F4E9A;
  background-color: #1F4E9A;
  color: #fff; }
  .meet-the-team .site-inner a {
    color: #fff; }

.blue-bg {
  background-color: #1F4E9A;
  color: #fff; }
  .blue-bg a {
    color: #fff; }

@media screen and (min-width: 768px) {
  .content {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 69.1472243289%; }
    .content:last-child {
      margin-right: 0; } }
.content ul {
  list-style-type: disc;
  margin-bottom: 1.75em;
  padding-left: 1.75em; }
.content ol {
  list-style-type: decimal;
  margin-bottom: 1.75em;
  padding-left: 1.75em; }

@media screen and (min-width: 768px) {
  .sidebar-content .content {
    float: right;
    margin-left: 2.84259%;
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  .full-width-content .content {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 100%; }
    .full-width-content .content:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .sidebar {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 28.0101901008%; }
    .sidebar:last-child {
      margin-right: 0; } }
.sidebar li {
  border-bottom: 1px solid #4173bb; }
  .sidebar li a {
    display: block;
    border-bottom: 0; }
    .sidebar li a:hover, .sidebar li a:active {
      background-color: white; }

.footer-widgets, .page-widgets {
  margin: 3.5em 0 0 0;
  padding-top: 1.75em; }
  @media screen and (min-width: 768px) {
    .footer-widgets .widget-area:first-child:nth-last-child(1), .page-widgets .widget-area:first-child:nth-last-child(1) {
      float: left;
      display: block;
      margin-right: 2.8425855704%;
      width: 100%; }
      .footer-widgets .widget-area:first-child:nth-last-child(1):last-child, .page-widgets .widget-area:first-child:nth-last-child(1):last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .footer-widgets .widget-area:first-child:nth-last-child(2),
    .footer-widgets .widget-area:first-child:nth-last-child(2) ~ .widget-area, .page-widgets .widget-area:first-child:nth-last-child(2),
    .page-widgets .widget-area:first-child:nth-last-child(2) ~ .widget-area {
      float: left;
      display: block;
      margin-right: 2.8425855704%;
      width: 48.5787072148%; }
      .footer-widgets .widget-area:first-child:nth-last-child(2):last-child,
      .footer-widgets .widget-area:first-child:nth-last-child(2) ~ .widget-area:last-child, .page-widgets .widget-area:first-child:nth-last-child(2):last-child,
      .page-widgets .widget-area:first-child:nth-last-child(2) ~ .widget-area:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .footer-widgets .widget-area:first-child:nth-last-child(3),
    .footer-widgets .widget-area:first-child:nth-last-child(3) ~ .widget-area, .page-widgets .widget-area:first-child:nth-last-child(3),
    .page-widgets .widget-area:first-child:nth-last-child(3) ~ .widget-area {
      float: left;
      display: block;
      margin-right: 2.8425855704%;
      width: 31.4382762522%; }
      .footer-widgets .widget-area:first-child:nth-last-child(3):last-child,
      .footer-widgets .widget-area:first-child:nth-last-child(3) ~ .widget-area:last-child, .page-widgets .widget-area:first-child:nth-last-child(3):last-child,
      .page-widgets .widget-area:first-child:nth-last-child(3) ~ .widget-area:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .footer-widgets .widget-area:first-child:nth-last-child(4),
    .footer-widgets .widget-area:first-child:nth-last-child(4) ~ .widget-area, .page-widgets .widget-area:first-child:nth-last-child(4),
    .page-widgets .widget-area:first-child:nth-last-child(4) ~ .widget-area {
      float: left;
      display: block;
      margin-right: 2.8425855704%;
      width: 22.8680608222%; }
      .footer-widgets .widget-area:first-child:nth-last-child(4):last-child,
      .footer-widgets .widget-area:first-child:nth-last-child(4) ~ .widget-area:last-child, .page-widgets .widget-area:first-child:nth-last-child(4):last-child,
      .page-widgets .widget-area:first-child:nth-last-child(4) ~ .widget-area:last-child {
        margin-right: 0; } }
  .footer-widgets .widget-area, .page-widgets .widget-area {
    text-align: center; }
  .footer-widgets ul, .page-widgets ul {
    display: inline-block;
    text-align: center; }
  @media screen and (min-width: 768px) {
    .footer-widgets ul li, .page-widgets ul li {
      font-size: .8em;
      display: inline-block;
      float: left;
      margin-right: 1em;
      padding-right: 1em;
      border-right: 1px solid #ddd; }
      .footer-widgets ul li:last-child, .page-widgets ul li:last-child {
        border-right: none;
        margin-right: 0; } }

.footer-widgets {
  margin-top: 0; }

#menu-footer-privacy {
  margin-bottom: 0; }

.page-widgets {
  margin: 0;
  padding-top: 0; }

.site-footer {
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  background: url(/assets/images/footer_strip_1200.jpg) bottom center no-repeat, #fff;
  background-size: contain;
  padding: 1em 1em 15em 1em;
  color: #1F4E9A;
  text-align: center; }
  .site-footer a {
    color: #1F4E9A; }
    .site-footer a:hover {
      border-bottom: none; }
  .site-footer .creds {
    text-align: center;
    font-size: 0.8em; }

.logo-section li {
  display: inline-block;
  float: left;
  margin-right: 10px; }
  .logo-section li:last-child {
    margin-right: 0; }
.logo-section li {
  float: none; }

.search-form {
  margin-bottom: 1.75em; }

.alignleft {
  float: left;
  margin: 1.75em 1.75em 1.75em 0; }

.alignright {
  float: right;
  margin: 1.75em 0 1.75em 1.75em; }

.aligncenter {
  margin: 0 auto;
  text-align: center; }

.gallery {
  margin: 0 0 3.5em 0;
  padding: 0; }
  .gallery::after {
    clear: both;
    content: "";
    display: table; }
  .gallery .gallery-item {
    margin: 1.75em 0;
    padding: 0;
    text-align: center;
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 100%; }
    .gallery .gallery-item:last-child {
      margin-right: 0; }
  .gallery .gallery-icon {
    margin: 0;
    padding: 0; }
  .gallery .wp-caption-text {
    margin: 0;
    padding: 0;
    font-size: .8em; }

@media screen and (min-width: 768px) {
  .gallery-columns-1 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 100%; }
    .gallery-columns-1 .gallery-item:last-child {
      margin-right: 0; }
    .gallery-columns-1 .gallery-item:nth-child(1n+1) {
      margin-right: 0; }
    .gallery-columns-1 .gallery-item:nth-child(1n+2) {
      clear: both; } }

@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 48.5787072148%; }
    .gallery-columns-2 .gallery-item:last-child {
      margin-right: 0; }
    .gallery-columns-2 .gallery-item:nth-child(2n+2) {
      margin-right: 0; }
    .gallery-columns-2 .gallery-item:nth-child(2n+3) {
      clear: both; } }

@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 31.4382762864%; }
    .gallery-columns-3 .gallery-item:last-child {
      margin-right: 0; }
    .gallery-columns-3 .gallery-item:nth-child(3n+3) {
      margin-right: 0; }
    .gallery-columns-3 .gallery-item:nth-child(3n+4) {
      clear: both; } }

@media screen and (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 22.8680608222%; }
    .gallery-columns-4 .gallery-item:last-child {
      margin-right: 0; }
    .gallery-columns-4 .gallery-item:nth-child(4n+4) {
      margin-right: 0; }
    .gallery-columns-4 .gallery-item:nth-child(4n+5) {
      clear: both; } }

@media screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 17.7259315437%; }
    .gallery-columns-5 .gallery-item:last-child {
      margin-right: 0; }
    .gallery-columns-5 .gallery-item:nth-child(5n+5) {
      margin-right: 0; }
    .gallery-columns-5 .gallery-item:nth-child(5n+6) {
      clear: both; } }

@media screen and (min-width: 768px) {
  .gallery-columns-6 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 14.297845358%; }
    .gallery-columns-6 .gallery-item:last-child {
      margin-right: 0; }
    .gallery-columns-6 .gallery-item:nth-child(6n+6) {
      margin-right: 0; }
    .gallery-columns-6 .gallery-item:nth-child(6n+7) {
      clear: both; } }

@media screen and (min-width: 768px) {
  .gallery-columns-7 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 11.8492123683%; }
    .gallery-columns-7 .gallery-item:last-child {
      margin-right: 0; }
    .gallery-columns-7 .gallery-item:nth-child(7n+7) {
      margin-right: 0; }
    .gallery-columns-7 .gallery-item:nth-child(7n+8) {
      clear: both; } }

@media screen and (min-width: 768px) {
  .gallery-columns-8 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 10.0127376259%; }
    .gallery-columns-8 .gallery-item:last-child {
      margin-right: 0; }
    .gallery-columns-8 .gallery-item:nth-child(8n+8) {
      margin-right: 0; }
    .gallery-columns-8 .gallery-item:nth-child(8n+9) {
      clear: both; } }

@media screen and (min-width: 768px) {
  .gallery-columns-9 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 8.5843683819%; }
    .gallery-columns-9 .gallery-item:last-child {
      margin-right: 0; }
    .gallery-columns-9 .gallery-item:nth-child(9n+9) {
      margin-right: 0; }
    .gallery-columns-9 .gallery-item:nth-child(9n+10) {
      clear: both; } }

.post {
  margin-bottom: 3.5em; }

.sticky {
  border-bottom: 6px solid #1F4E9A;
  border-top: 6px solid #1F4E9A;
  padding-bottom: 2.625em; }
  .sticky:before {
    display: block;
    width: 100%;
    padding: 0.4375em 1em;
    background: #1F4E9A;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    content: url("/assets/images/icons/pushpin.svg");
    margin-bottom: 1.75em; }

.pagination {
  margin-bottom: 3.5em; }
  .pagination::after {
    clear: both;
    content: "";
    display: table; }

.author-box {
  margin-top: 3.5em;
  margin-bottom: 3.5em; }
  .author-box::after {
    clear: both;
    content: "";
    display: table; }
  .author-box .avatar {
    float: right;
    margin-left: 20px; }
  .author-box h1 {
    font-size: 1.4em; }

.entry-comments {
  margin-top: 3.5em; }
  .entry-comments .avatar {
    margin-right: 15px; }

.content .comment-list {
  padding-left: 0; }

.comment {
  list-style-type: none;
  margin-bottom: 1.75em;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1em; }
  .comment ul.children {
    margin-left: 2em;
    padding-left: 1em;
    margin-top: 1.75em; }

.editor-link {
  display: none; }

.cms-editor-active .editor-link {
  display: block; }

p.callout {
  /* Can be applied to blocks of content */
  margin: 10px;
  padding: 10px;
  border: 1px solid #000;
  background-color: #eee; }

.center-this-text {
  /* Excluded from style dropdown, used as center class described below */
  text-align: center; }

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

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

.full-width-text {
  text-align: justify; }

.front-page .site-title {
  		/*
  
  
  		 // @link http://stackoverflow.com/questions/600743/how-to-get-div-height-to-auto-adjust-to-background-size#answer-22211990
  		@include clearfix;
  		width: 90%;
  		height: 0;
  		//padding-top: 34.2%; // (img-height / img-width * container-width)
  		text-indent: -9999px;
  		//background: url('images/musket-logo.png') top center no-repeat;
  		background-size: contain;
  		margin: $base-spacing 5% $base-spacing/3 5%;
  
  		@include media( $medium-screen-up ) {
  			width: 60%;
  			height: 0;
  			padding-top: 22.797202797%; // (img-height / img-width * container-width)
  			margin: $base-spacing 20% $base-spacing/3 20%;
  
  		}
  		*/ }
.front-page .motif {
  width: 80%;
  margin: 1.75em 10% 1.75em 10%; }
  @media screen and (min-width: 768px) {
    .front-page .motif {
      width: 40%;
      margin: 1.75em 30% 1.75em 30%; } }
.front-page .site-description {
  text-align: center;
  color: #1F4E9A;
  margin-bottom: 3.5em; }
.front-page .hero-inner {
  min-height: 370px; }
  @media screen and (min-width: 1208px) {
    .front-page .hero-inner {
      min-height: 450px; } }
.front-page .home-upper {
  text-align: center;
  font-size: 1.2em; }
.front-page .intro {
  margin-left: -10.3%;
  margin-right: -10.3%;
  text-align: center;
  padding: 2em;
  background: #fff;
  color: #333; }
  .front-page .intro a {
    color: #333; }
    .front-page .intro a:hover, .front-page .intro a:active {
      color: #1F4E9A; }
  @media screen and (min-width: 768px) {
    .front-page .intro {
      padding: 3em; } }
  .front-page .intro h2 {
    font-size: 2em; }
  .front-page .intro p {
    line-height: 1.6; }
  .front-page .intro .faqs {
    margin-top: 3.5em; }
  .front-page .intro .view-docs {
    margin-top: 2.625em;
    font-size: 1.4em; }
.front-page .blue-bg {
  margin-left: -10.3%;
  margin-right: -10.3%;
  text-align: center;
  background: url(/assets/images/white_strip_bottom.png) bottom no-repeat #1F4E9A;
  padding-bottom: 1em; }
.front-page .slider {
  padding: 2em;
  background: url(/assets/images/white_strip_top.png) no-repeat #1F4E9A; }
  @media screen and (min-width: 768px) {
    .front-page .slider {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .front-page .slider::after {
        clear: both;
        content: "";
        display: table; } }
@media screen and (min-width: 768px) {
  .front-page .about {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .front-page .about:last-child {
      margin-right: 0; } }
@media screen and (min-width: 768px) {
  .front-page .about__image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .front-page .about__image:last-child {
      margin-right: 0; } }

.html-test .radio-buttons-test,
.html-test .checkboxes-test {
  margin-bottom: 1.75em; }

.components-test hr {
  margin: 3.5em 0; }
.components-test .page-links {
  padding-left: 0; }
  .components-test .page-links::after {
    clear: both;
    content: "";
    display: table; }
  .components-test .page-links li {
    display: inline-block;
    float: left;
    margin-right: 0.875em; }
    .components-test .page-links li:after {
      content: "\B7";
      margin-left: 0.875em; }
    .components-test .page-links li:last-child:after {
      content: ""; }
.components-test .side-image .images-wrapper {
  background-image: url("images/side-images/celtic-knot-1.png"); }
.components-test .card .card-image img {
  background: #4173bb; }
.components-test .card:hover .card-image img {
  background: #658eca; }
.components-test .textures {
  margin-left: -10.3%;
  margin-right: -10.3%;
  background: #f9f9f9;
  padding: 3em; }
  .components-test .textures .texture-example {
    padding: 2em;
    color: white;
    font-weight: bold;
    text-align: center; }
  .components-test .textures .texture-inverted {
    background: url("https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/textures/inverted/stacked_circles.png"), -webkit-linear-gradient(-450deg, #8baad7, #4173bb), center no-repeat #8baad7 scroll;
    background: url("https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/textures/inverted/stacked_circles.png"), linear-gradient(180deg, #8baad7, #4173bb), center no-repeat #8baad7 scroll;
    margin-bottom: 1em; }
  .components-test .textures .texture-normal {
    background: url("https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/textures/stacked_circles.png"), -webkit-linear-gradient(-450deg, #8baad7, #4173bb), center no-repeat #8baad7 scroll;
    background: url("https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/textures/stacked_circles.png"), linear-gradient(180deg, #8baad7, #4173bb), center no-repeat #8baad7 scroll; }

.react-test .todos-add input {
  display: block;
  float: left;
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 48.5787072148%; }
  .react-test .todos-add input:last-child {
    margin-right: 0; }
.react-test .todos-add button {
  display: block;
  float: left;
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 17.7259315437%; }
  .react-test .todos-add button:last-child {
    margin-right: 0; }
.react-test .todos-list {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 48.5787072148%; }
  .react-test .todos-list:last-child {
    margin-right: 0; }
  .react-test .todos-list li {
    padding-left: 5px; }
  .react-test .todos-list li:hover {
    background: #e6efc2;
    border-radius: 8px; }
.react-test .todos-filter {
  clear: both;
  margin-top: 0.875em; }

.edd_downloads_list .edd_download {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .edd_downloads_list .edd_download {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .edd_downloads_list .edd_download:last-child {
        margin-right: 0; } }
  .edd_downloads_list .edd_download .edd_download_image a {
    border-bottom: 0; }
  .edd_downloads_list .edd_download .edd_download_image img {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: .5em;
    margin-bottom: 0.875em; }
  .edd_downloads_list .edd_download .edd_download_title {
    font-size: 1.2em;
    margin-bottom: 0.4375em; }
  .edd_downloads_list .edd_download .edd_download_excerpt {
    font-size: .9em;
    padding-right: 1em;
    padding-left: 1em; }
  .edd_downloads_list .edd_download .edd_download_buy_button {
    font-size: .9em; }
  .edd_downloads_list .edd_download .edd-cart-added-alert {
    position: relative;
    display: block;
    width: 100%;
    text-align: center; }

.single-download .wp-post-image {
  height: auto;
  margin-bottom: 1.75em;
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 100%; }
  .single-download .wp-post-image:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .single-download .wp-post-image {
      float: left;
      display: block;
      margin-right: 2.8425855704%;
      width: 38.2944486578%; }
      .single-download .wp-post-image:last-child {
        margin-right: 0; } }
.single-download .edd-download {
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 100%; }
  .single-download .edd-download:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .single-download .edd-download {
      text-align: left;
      float: left;
      display: block;
      margin-right: 2.8425855704%;
      width: 58.8629657719%; }
      .single-download .edd-download:last-child {
        margin-right: 0; } }

.edd_download .button,
.edd-download .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #4173bb;
  border-radius: 3px;
  border: none;
  border-bottom: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "museo-sans", helvetica, sans-serif;
  font-size: 1.0416666667em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle; }
  .edd_download .button:hover, .edd_download .button:focus,
  .edd-download .button:hover,
  .edd-download .button:focus {
    background-color: #789cd0;
    color: #fff; }
  .edd_download .button:disabled,
  .edd-download .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.edd_go_to_checkout {
  background-color: #4173bb !important;
  color: #fff !important; }
  .edd_go_to_checkout:hover, .edd_go_to_checkout:focus {
    background-color: #789cd0 !important; }

#edd_terms_agreement {
  margin-top: 1.387em !important;
  margin-left: 1.387em !important; }

#edd_show_terms {
  margin-bottom: 0.875em; }

#edd-purchase-button,
.edd-submit,
input[type=submit].edd-submit {
  background-color: #4173bb !important;
  color: #fff !important;
  font-family: "museo-sans", helvetica, sans-serif !important;
  font-size: 1.0416666667em !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  padding: 0.75em 1em !important;
  border: none !important; }
  #edd-purchase-button:hover, #edd-purchase-button:focus,
  .edd-submit:hover,
  .edd-submit:focus,
  input[type=submit].edd-submit:hover,
  input[type=submit].edd-submit:focus {
    background-color: #789cd0 !important; }

#edd-purchase-button {
  margin-left: 1.387em !important;
  margin-bottom: 1.387em !important; }

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

.woocommerce ul.products li.product h3 {
  font-size: 1.2em; }

.woocommerce ul.products li.product .price {
  font-size: 1.1em; }

.woocommerce ul.products li.product .button {
  margin-top: 0.4375em; }

.wc-tabs li a {
  border-bottom: none; }

.woocommerce-cart #coupon_code {
  padding: 0.62em 1em !important;
  line-height: 1 !important;
  width: 100%;
  float: none;
  margin-bottom: .5em; }
  @media screen and (min-width: 768px) {
    .woocommerce-cart #coupon_code {
      float: left !important;
      width: auto !important; } }
.woocommerce-cart input[name="apply_coupon"],
.woocommerce-cart input[name="update_cart"] {
  clear: both !important;
  float: none !important;
  width: 100% !important; }
  @media screen and (min-width: 768px) {
    .woocommerce-cart input[name="apply_coupon"],
    .woocommerce-cart input[name="update_cart"] {
      width: auto !important; } }
@media screen and (min-width: 768px) {
  .woocommerce-cart input[name="update_cart"] {
    margin-top: 0 !important; } }

.woocommerce-checkout #ship-to-different-address label {
  float: right !important; }
.woocommerce-checkout #ship-to-different-address input {
  float: left !important;
  margin-top: .5em; }
.woocommerce-checkout .create-account {
  margin-top: 1.75em !important;
  margin-bottom: 1.75em !important; }
.woocommerce-checkout a.about_paypal {
  border-bottom: 0 !important; }
.woocommerce-checkout #payment ul.payment_methods li label {
  display: inline; }

.shop_table thead th,
.shop_table tbody th,
.shop_table tbody td {
  border-bottom: none; }
.shop_table tfoot th,
.shop_table tfoot td {
  border-bottom: none; }

input[name="rememberme"] {
  margin-left: .5em; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce .woocommerce-message .button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #4173bb !important;
  border-radius: 3px;
  color: #fff !important;
  font-size: 1.0416666667em !important;
  text-transform: uppercase !important;
  padding: 0.75em 1em !important;
  text-decoration: none !important; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus,
  .woocommerce a.button:hover,
  .woocommerce a.button:focus,
  .woocommerce .woocommerce-message .button:hover,
  .woocommerce .woocommerce-message .button:focus,
  .woocommerce button.button:hover,
  .woocommerce button.button:focus,
  .woocommerce input.button:hover,
  .woocommerce input.button:focus {
    background-color: #789cd0 !important;
    color: #fff !important; }
  .woocommerce #respond input#submit:disabled,
  .woocommerce a.button:disabled,
  .woocommerce .woocommerce-message .button:disabled,
  .woocommerce button.button:disabled,
  .woocommerce input.button:disabled {
    cursor: not-allowed !important;
    opacity: 0.5 !important; }

.woocommerce .woocommerce-message .button {
  font-size: 0.9em; }

.woocommerce button.button.disabled {
  padding: 0.75em 1em !important; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #4173bb !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #4173bb;
  border-radius: 3px;
  border: none;
  border-bottom: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "museo-sans", helvetica, sans-serif;
  font-size: 1.0416666667em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  border-radius: 3px; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus,
  .woocommerce a.button.alt:hover,
  .woocommerce a.button.alt:focus,
  .woocommerce button.button.alt:hover,
  .woocommerce button.button.alt:focus,
  .woocommerce input.button.alt:hover,
  .woocommerce input.button.alt:focus {
    background-color: #789cd0;
    color: #fff; }
  .woocommerce #respond input#submit.alt:disabled,
  .woocommerce a.button.alt:disabled,
  .woocommerce button.button.alt:disabled,
  .woocommerce input.button.alt:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus,
  .woocommerce a.button.alt:hover,
  .woocommerce a.button.alt:focus,
  .woocommerce button.button.alt:hover,
  .woocommerce button.button.alt:focus,
  .woocommerce input.button.alt:hover,
  .woocommerce input.button.alt:focus {
    background-color: #789cd0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    background-color: #4173bb;
    border-radius: 3px;
    border: none;
    border-bottom: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "museo-sans", helvetica, sans-serif;
    font-size: 1.0416666667em;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 1em;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    border-radius: 3px; }
    .woocommerce #respond input#submit.alt:hover:hover, .woocommerce #respond input#submit.alt:hover:focus, .woocommerce #respond input#submit.alt:focus:hover, .woocommerce #respond input#submit.alt:focus:focus,
    .woocommerce a.button.alt:hover:hover,
    .woocommerce a.button.alt:hover:focus,
    .woocommerce a.button.alt:focus:hover,
    .woocommerce a.button.alt:focus:focus,
    .woocommerce button.button.alt:hover:hover,
    .woocommerce button.button.alt:hover:focus,
    .woocommerce button.button.alt:focus:hover,
    .woocommerce button.button.alt:focus:focus,
    .woocommerce input.button.alt:hover:hover,
    .woocommerce input.button.alt:hover:focus,
    .woocommerce input.button.alt:focus:hover,
    .woocommerce input.button.alt:focus:focus {
      background-color: #789cd0;
      color: #fff; }
    .woocommerce #respond input#submit.alt:hover:disabled, .woocommerce #respond input#submit.alt:focus:disabled,
    .woocommerce a.button.alt:hover:disabled,
    .woocommerce a.button.alt:focus:disabled,
    .woocommerce button.button.alt:hover:disabled,
    .woocommerce button.button.alt:focus:disabled,
    .woocommerce input.button.alt:hover:disabled,
    .woocommerce input.button.alt:focus:disabled {
      cursor: not-allowed;
      opacity: 0.5; }

.wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout .checkout-button {
  display: block !important;
  font-size: 1.25em !important;
  padding: 1em !important; }

.fl-builder-content,
.fl-row-full-width {
  margin-left: -10.3%;
  margin-right: -10.3%; }

div.wpcf7-mail-sent-ok {
  background-color: #e6efc2;
  color: #5c604e;
  display: block;
  margin-bottom: 0.875em;
  padding: 0.875em;
  text-align: center; }
  div.wpcf7-mail-sent-ok a {
    color: #45483a;
    text-decoration: underline; }
    div.wpcf7-mail-sent-ok a:focus, div.wpcf7-mail-sent-ok a:hover {
      color: #171813; }
