/* Config */
/* Library */
html {
  box-sizing: border-box; }

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

/* Variables */
/**
 *  Settings - Variables galore!
 *  Create all the variables here to make it easier to modify later on.
**/
/*--------------------------------*/
/* Colours                        */
/*--------------------------------*/
/*--------------------------------*/
/* Typefaces                      */
/*--------------------------------*/
/*--------------------------------*/
/* Overrides                      */
/*--------------------------------*/
/* Helpers */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

.icon {
  width: 1em;
  height: 1em;
  vertical-align: baseline;
  display: inline-block;
  margin-bottom: -.1em; }
  .icon path {
    transition: fill .15s ease-in;
    max-width: 100%;
    max-height: 100%; }

.icon-tags {
  width: 1.1em; }

.icon-newspaper-o {
  width: 1.2em; }

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

input:focus,
button:focus {
  outline: none; }

::-webkit-input-placeholder {
  font-weight: 300;
  color: #333;
  -webkit-transition: .3s color ease-in;
  transition: .3s color ease-in; }

::-moz-placeholder {
  font-weight: 300;
  color: #333;
  -moz-transition: .3s color ease-in;
  transition: .3s color ease-in; }

:-moz-placeholder {
  font-weight: 300;
  color: #333;
  -moz-transition: .3s color ease-in;
  transition: .3s color ease-in; }

:-ms-input-placeholder {
  font-weight: 300;
  color: #333;
  -ms-transition: .3s color ease-in;
  transition: .3s color ease-in; }

*:focus::-webkit-input-placeholder {
  color: #e1e1e1; }

*:focus::-moz-placeholder {
  color: #e1e1e1; }

*:focus:-moz-placeholder {
  color: #e1e1e1; }

*:focus:-ms-input-placeholder {
  color: #e1e1e1; }

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

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

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

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

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

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

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

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

label {
  cursor: pointer; }

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

td,
th {
  padding: 0; }

/**
 *  Functions & Mixins - to help us work smarter not harder.
 *  Remember this project uses Bourbon , Neat, Font Awesome and Typeplate
 *  That has lots of functions and mixins you can use too!
**/
/*--------------------------------*/
/* Mixings                        */
/*--------------------------------*/
@keyframes fader {
  from {
    opacity: .5; }
  to {
    opacity: .99; } }

body:before {
  display: none; }

body.wp-debug:before {
  display: inline-block; }

.hide-desktop {
  display: none;
  visibility: hidden; }
  @media screen and (max-width: 540px) {
    .hide-desktop {
      display: block;
      visibility: visible; } }

@media screen and (max-width: 540px) {
  .hide-mobile {
    display: none;
    visibility: hidden; } }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

a.skip-link:focus {
  background-color: #f3f3f3;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #43165e;
  display: block;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.alignnone {
  margin-left: 0;
  margin-right: 0;
  display: block; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.js .hide-if-js {
  display: none; }

.no-js .hide-if-no-js {
  display: none; }

/* Base */
/**
 *  Base - General styling of elements
**/
/* Fonts.com */
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/5a13f7d1-b615-418e-bc3a-525001b9a671.woff2") format("woff2"), url("../fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/09f28057-e848-49b3-94bf-bfaefff51b64.woff2") format("woff2"), url("../fonts/8e9ee02b-f337-4f13-ad6c-969d6d6536c8.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2") format("woff2"), url("../fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/462d508d-efc7-478f-b84e-288eeb69a160.woff2") format("woff2"), url("../fonts/2c056da8-4920-4e20-8c69-8a6b315458a9.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/350011f3-eda3-421c-b757-87d55f1e2c04.woff2") format("woff2"), url("../fonts/a0d9d2cb-f057-4e8d-a957-27853630f58e.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Sabon Next W01";
  src: url("../fonts/d913b226-c0d7-49e2-b231-1fc570fcdc9a.woff2") format("woff2"), url("../fonts/9bbfbdbd-1ab0-4d8f-80d8-c690ab217070.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Sabon Next W01";
  src: url("../fonts/665097c7-8110-499e-b4db-12cf6081477b.woff2") format("woff2"), url("../fonts/a1a8e1e5-7387-45ce-96bb-70af11ca66c0.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

body {
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.25; }

.h1, h1, .h2, h2, .h3, h3, .widget-title, .intro, .h4, h4, .h5, h5, .h6, h6 {
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.h1, h1 {
  font-size: 3.8147em;
  line-height: 0.984;
  letter-spacing: -.05em;
  font-weight: 700;
  color: #43165e; }

.h2, h2 {
  font-size: 2.44141em;
  line-height: 1.02564;
  letter-spacing: 0;
  font-weight: 300;
  color: #43165e; }

.h3, h3, .widget-title, .intro {
  font-size: 1.5625em;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 300; }

.h4, h4 {
  font-size: 1.25em;
  line-height: 1.25; }

.h5, h5 {
  font-size: 1em;
  line-height: 1.25; }

.fixed, pre, code {
  font-family: Monaco, monospace; }

.italic {
  font-style: italic; }

.bold {
  font-weight: 700; }

.block-margins, .h1, h1, .h2, h2, .h3, h3, .widget-title, .intro, .h4, h4, .h5, h5, .h6, h6, .ordered-list, ol, .unordered-list, ul,
p, blockquote {
  margin: 20px 0; }

.unordered-list, ul {
  list-style-type: square;
  margin-left: 1.77689em;
  padding: 0; }

.ordered-list, ol {
  list-style: decimal;
  margin-left: 1.77689em;
  padding: 0; }

.widget-title {
  color: #333; }

a {
  color: #43165e;
  text-decoration: none;
  -webkit-text-decoration-color: #e9e9e9;
          text-decoration-color: #e9e9e9; }
  a:link {
    color: #43165e;
    text-decoration: none;
    -webkit-text-decoration-color: #e9e9e9;
            text-decoration-color: #e9e9e9; }
  a:visited {
    color: #43165e;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted; }
  a:hover, a:visited:hover, a:focus {
    color: #43165e;
    text-decoration: underline;
    -webkit-text-decoration-color: #a7a7a7;
            text-decoration-color: #a7a7a7; }

blockquote {
  font-size: .95em;
  font-style: italic;
  line-height: 1.4;
  color: #656565;
  border-left: 8px solid #43165e;
  padding: 0 10px 0 16px;
  position: relative; }

dl {
  display: block;
  overflow: hidden; }

dt, dd {
  display: block;
  margin: 0 0 5px;
  padding-top: 5px; }

dt {
  font-weight: 700;
  clear: both; }
  @media screen and (max-width: 540px) {
    dt {
      float: left;
      display: block;
      margin-right: 5.85151%;
      width: 36.4891%; }
      dt:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 541px) {
    dt {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 19.75788%; }
      dt:last-child {
        margin-right: 0; } }

dd {
  font-weight: 300; }
  @media screen and (max-width: 540px) {
    dd {
      float: left;
      display: block;
      margin-right: 5.85151%;
      width: 57.6594%;
      margin-right: 0;
      float: right;
      clear: right; }
      dd:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 541px) {
    dd {
      float: left;
      display: block;
      margin-right: 3.16844%;
      width: 77.07368%;
      margin-right: 0;
      float: right;
      clear: right; }
      dd:last-child {
        margin-right: 0; } }

/* Voices */
[class*="highlight-box"] {
  padding: 0 20px;
  overflow: hidden;
  background: #f3f3f3;
  margin-bottom: 20px;
  border-radius: 1px;
  border: 1px solid rgba(255, 255, 255, 0.25); }

.site .highlight-box-purple {
  background: #ece8ef; }
  .site .highlight-box-purple h1, .site .highlight-box-purple h2, .site .highlight-box-purple h3, .site .highlight-box-purple h4, .site .highlight-box-purple h5, .site .highlight-box-purple h6, .site .highlight-box-purple blockquote p {
    color: #43165e; }
  .site .highlight-box-purple a {
    color: #1b73a6;
    text-decoration: none;
    -webkit-text-decoration-color: #e9e9e9;
            text-decoration-color: #e9e9e9; }
    .site .highlight-box-purple a:link {
      color: #1b73a6;
      text-decoration: none;
      -webkit-text-decoration-color: #e9e9e9;
              text-decoration-color: #e9e9e9; }
    .site .highlight-box-purple a:visited {
      color: #1b73a6;
      -webkit-text-decoration-style: dotted;
              text-decoration-style: dotted; }
    .site .highlight-box-purple a:hover, .site .highlight-box-purple a:visited:hover, .site .highlight-box-purple a:focus {
      color: #299ebb;
      text-decoration: underline;
      -webkit-text-decoration-color: #a7a7a7;
              text-decoration-color: #a7a7a7; }

.site .highlight-box-blue {
  background: #1b73a6;
  color: #fff; }
  .site .highlight-box-blue h1, .site .highlight-box-blue h2, .site .highlight-box-blue h3, .site .highlight-box-blue h4, .site .highlight-box-blue h5, .site .highlight-box-blue h6, .site .highlight-box-blue strong, .site .highlight-box-blue blockquote p {
    color: #fff; }
  .site .highlight-box-blue a {
    color: #fff;
    text-decoration: none;
    -webkit-text-decoration-color: #e9e9e9;
            text-decoration-color: #e9e9e9; }
    .site .highlight-box-blue a:link {
      color: #fff;
      text-decoration: none;
      -webkit-text-decoration-color: #e9e9e9;
              text-decoration-color: #e9e9e9; }
    .site .highlight-box-blue a:visited {
      color: #fff;
      -webkit-text-decoration-style: dotted;
              text-decoration-style: dotted; }
    .site .highlight-box-blue a:hover, .site .highlight-box-blue a:visited:hover, .site .highlight-box-blue a:focus {
      color: #fff;
      text-decoration: underline;
      -webkit-text-decoration-color: #a7a7a7;
              text-decoration-color: #a7a7a7; }

.site .highlight-box-green {
  background: #4c832c;
  color: #fff; }
  .site .highlight-box-green h1, .site .highlight-box-green h2, .site .highlight-box-green h3, .site .highlight-box-green h4, .site .highlight-box-green h5, .site .highlight-box-green h6, .site .highlight-box-green strong, .site .highlight-box-green blockquote p {
    color: #fff; }
  .site .highlight-box-green a {
    color: #fff;
    text-decoration: none;
    -webkit-text-decoration-color: #e9e9e9;
            text-decoration-color: #e9e9e9; }
    .site .highlight-box-green a:link {
      color: #fff;
      text-decoration: none;
      -webkit-text-decoration-color: #e9e9e9;
              text-decoration-color: #e9e9e9; }
    .site .highlight-box-green a:visited {
      color: #fff;
      -webkit-text-decoration-style: dotted;
              text-decoration-style: dotted; }
    .site .highlight-box-green a:hover, .site .highlight-box-green a:visited:hover, .site .highlight-box-green a:focus {
      color: #fff;
      text-decoration: underline;
      -webkit-text-decoration-color: #a7a7a7;
              text-decoration-color: #a7a7a7; }

body .site [class*="button-"] {
  display: inline-block;
  padding: 10px 20px 10px 15px;
  background: #43165e;
  border: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  text-decoration: none;
  -webkit-text-decoration-color: #e9e9e9;
          text-decoration-color: #e9e9e9; }
  body .site [class*="button-"]:link {
    color: #fff;
    text-decoration: none;
    -webkit-text-decoration-color: #e9e9e9;
            text-decoration-color: #e9e9e9; }
  body .site [class*="button-"]:visited {
    color: #fff;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted; }
  body .site [class*="button-"]:hover, body .site [class*="button-"]:visited:hover, body .site [class*="button-"]:focus {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-color: #a7a7a7;
            text-decoration-color: #a7a7a7; }
  body .site [class*="button-"]:hover, body .site [class*="button-"]:focus {
    text-decoration: underline; }
  body .site [class*="button-"]:before {
    content: '';
    background: url(../images/chevron-right-32.png) no-repeat center;
    background-size: 16px;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -0.15em; }

body .site input[class*="button-"] {
  padding-left: 20px; }

body .site .button-grey {
  background: #e9e9e9;
  color: #43165e;
  color: #43165e;
  text-decoration: none;
  -webkit-text-decoration-color: #e9e9e9;
          text-decoration-color: #e9e9e9; }
  body .site .button-grey:link {
    color: #43165e;
    text-decoration: none;
    -webkit-text-decoration-color: #e9e9e9;
            text-decoration-color: #e9e9e9; }
  body .site .button-grey:visited {
    color: #43165e;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted; }
  body .site .button-grey:hover, body .site .button-grey:visited:hover, body .site .button-grey:focus {
    color: #43165e;
    text-decoration: underline;
    -webkit-text-decoration-color: #a7a7a7;
            text-decoration-color: #a7a7a7; }
  body .site .button-grey:visited, body .site .button-grey:active, body .site .button-grey:hover, body .site .button-grey:focus {
    color: #43165e; }
  body .site .button-grey:before {
    background: url(../images/chevron-right-purple-32.png) no-repeat center;
    background-size: cover; }

body .site .button-purple, body .site .gform_wrapper .button {
  background: #43165e;
  color: #fff;
  text-decoration: none;
  -webkit-text-decoration-color: #e9e9e9;
          text-decoration-color: #e9e9e9; }
  body .site .button-purple:link, body .site .gform_wrapper .button:link {
    color: #fff;
    text-decoration: none;
    -webkit-text-decoration-color: #e9e9e9;
            text-decoration-color: #e9e9e9; }
  body .site .button-purple:visited, body .site .gform_wrapper .button:visited {
    color: #fff;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted; }
  body .site .button-purple:hover, body .site .gform_wrapper .button:hover, body .site .button-purple:visited:hover, body .site .gform_wrapper .button:visited:hover, body .site .button-purple:focus, body .site .gform_wrapper .button:focus {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-color: #a7a7a7;
            text-decoration-color: #a7a7a7; }

body .site .button-green {
  background: #4c832c;
  color: #fff;
  text-decoration: none;
  -webkit-text-decoration-color: #e9e9e9;
          text-decoration-color: #e9e9e9; }
  body .site .button-green:link {
    color: #fff;
    text-decoration: none;
    -webkit-text-decoration-color: #e9e9e9;
            text-decoration-color: #e9e9e9; }
  body .site .button-green:visited {
    color: #fff;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted; }
  body .site .button-green:hover, body .site .button-green:visited:hover, body .site .button-green:focus {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-color: #a7a7a7;
            text-decoration-color: #a7a7a7; }

body .site .button-blue {
  background: #299ebb;
  color: #fff;
  text-decoration: none;
  -webkit-text-decoration-color: #e9e9e9;
          text-decoration-color: #e9e9e9; }
  body .site .button-blue:link {
    color: #fff;
    text-decoration: none;
    -webkit-text-decoration-color: #e9e9e9;
            text-decoration-color: #e9e9e9; }
  body .site .button-blue:visited {
    color: #fff;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted; }
  body .site .button-blue:hover, body .site .button-blue:visited:hover, body .site .button-blue:focus {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-color: #a7a7a7;
            text-decoration-color: #a7a7a7; }

body .site .button-small {
  padding: 5px 10px 5px 8px;
  font-size: 1em; }

.site .gform_wrapper .gf_progressbar {
  background: #e9e9e9;
  border: 0;
  padding: 0;
  border-radius: 0;
  width: 100%;
  box-shadow: none; }

.site .gform_wrapper .gf_progressbar_percentage {
  background: #299ebb;
  text-shadow: none;
  font-weight: 700; }

.site .gform_wrapper .top_label .gfield_label {
  font-size: 14px;
  margin-bottom: 2px; }

.site .gform_wrapper .gform_title {
  font-size: 1.5em;
  margin-bottom: 8px;
  color: #43165e; }

.site .gform_wrapper .button {
  padding: 0.75em 1.5em; }

/* responsive font sizing */
@media screen and (max-width: 540px) {
  body {
    font-size: 0.8125em; } }

@media screen and (min-width: 541px) {
  body {
    font-size: 1em; } }

@media screen and (min-width: 821px) {
  body {
    font-size: 1em; } }

.alt-text {
  display: inline-block; }
  .alt-text:after {
    content: attr(data-mobile); }
  @media screen and (min-width: 541px) {
    .alt-text:after {
      content: attr(data-tablet); } }
  @media screen and (min-width: 821px) {
    .alt-text {
      width: auto; }
      .alt-text:after {
        display: none; } }

.hidden, .tabs-wrap .tab-title {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  display: block; }

a[name] {
  position: relative;
  display: block;
  height: 0;
  top: -30px; }

.admin-bar a[name] {
  top: -40px; }

.list-details dd + dd {
  margin-top: -10px; }

@media screen and (max-width: 540px) {
  .list-details dt {
    margin-bottom: 0;
    margin-right: 0;
    float: none;
    width: auto; }
  .list-details dd {
    display: block;
    margin-bottom: 10px;
    float: none;
    width: auto; } }

@media screen and (min-width: 541px) {
  .list-details {
    float: left;
    display: block;
    margin-right: 4.11092%;
    width: 100%;
    margin-right: 0; }
    .list-details:last-child {
      margin-right: 0; }
    .list-details dt {
      float: left;
      display: block;
      margin-right: 4.11092%;
      width: 40.50805%;
      margin-right: 0;
      float: left; }
      .list-details dt:last-child {
        margin-right: 0; }
    .list-details dd {
      float: left;
      display: block;
      margin-right: 4.11092%;
      width: 55.38104%;
      margin-right: 0; }
      .list-details dd:last-child {
        margin-right: 0; } }

@media screen and (min-width: 821px) {
  .list-details {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-right: 0; }
    .list-details:last-child {
      margin-right: 0; }
    .list-details dt {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 30.11389%;
      margin-right: 0;
      float: left; }
      .list-details dt:last-child {
        margin-right: 0; }
    .list-details dd {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 65.05695%;
      margin-right: 0; }
      .list-details dd:last-child {
        margin-right: 0; } }

.toolbar-item {
  margin-bottom: 20px; }

.toolbar .addthis_sharing_toolbox .at-share-tbx-element .at-share-btn {
  background: none;
  max-width: 30px;
  max-height: 30px;
  overflow: hidden; }

.addthis_sharing_toolbox,
.sharing-toolbox {
  margin-bottom: 20px; }

.icon-link, .at-share-btn {
  background: none;
  cursor: pointer;
  opacity: 1;
  transition: opacity .3s ease-in;
  margin-bottom: 5px;
  display: inline-block;
  text-align: center;
  width: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: baseline;
  font-size: 15px;
  text-decoration: none;
  border-radius: 100px; }
  .icon-link:before, .at-share-btn:before {
    display: none; }
  .icon-link[class*="facebook"], .at-share-btn[class*="facebook"] {
    background-color: #3b5998; }
  .icon-link[class*="twitter"], .at-share-btn[class*="twitter"] {
    background-color: #00aced; }
  .icon-link[class*="pinterest"], .at-share-btn[class*="pinterest"] {
    background-color: #c92228; }
  .icon-link[class*="gplus"], .at-share-btn[class*="gplus"] {
    background-color: #dd4b39; }
  .icon-link[class*="linkedin"], .at-share-btn[class*="linkedin"] {
    background-color: #0077b5; }
  .icon-link[class*="email"], .at-share-btn[class*="email"] {
    background-color: #656565; }
  .icon-link[class*="compact"], .at-share-btn[class*="compact"] {
    background-color: #ff5c3e; }
  .icon-link[class*="print"], .at-share-btn[class*="print"] {
    background-color: #a7a7a7; }
  .icon-link[class*="translate"], .at-share-btn[class*="translate"] {
    background-color: #a7a7a7; }
  .icon-link:hover, .at-share-btn:hover {
    opacity: .75; }

.toolbar .goog-te-gadget-simple {
  border: 0;
  padding: 5px 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  max-width: 100%; }
  .toolbar .goog-te-gadget-simple .goog-te-gadget-icon {
    width: 0; }
  .toolbar .goog-te-gadget-simple .goog-te-menu-value {
    color: #43165e; }

#google_translate_element {
  margin-top: 10px; }

.toolbar-wide {
  margin-bottom: 20px; }
  .toolbar-wide::after {
    clear: both;
    content: "";
    display: table; }
  .toolbar-wide h3 {
    font-size: 1em;
    line-height: 1.25;
    display: inline-block;
    margin-right: 10px; }
  .toolbar-wide .toolbar-item {
    float: left;
    margin-right: 20px;
    margin-bottom: 0; }
  .toolbar-wide .icon-link, .toolbar-wide .at-share-btn {
    margin-bottom: 0; }
  .toolbar-wide .addthis_sharing_toolbox,
  .toolbar-wide .sharing-toolbox,
  .toolbar-wide #google_translate_element {
    margin-top: 0;
    margin-bottom: 0;
    display: inline;
    display: inline-block;
    vertical-align: middle; }
  @media screen and (max-width: 540px) {
    .toolbar-wide h3 {
      display: none; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  max-height: 100%;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-prev {
  left: 0; }
  .slick-prev .icon {
    left: 50%;
    margin-left: -15px; }

.slick-next {
  right: 0; }
  .slick-next .icon {
    right: 50%;
    margin-right: -15px; }

.slick-prev,
.slick-next {
  position: absolute;
  width: 15%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: none;
  border: 0;
  color: #43165e;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .3s ease-in; }
  .slick-prev:before,
  .slick-next:before {
    text-indent: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #f3f3f3;
    transition: color .3s ease-in; }
  .slick-prev:hover:before, .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    color: #fff; }

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  opacity: 1; }

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 10px; }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
  .slick-dots button {
    background: #43165e;
    border: 1px solid #43165e;
    border-radius: 100px;
    font-size: 13px;
    min-width: 20px;
    line-height: 18px;
    padding: 0;
    margin: 0;
    color: #fff;
    vertical-align: middle; }
  .slick-dots .slick-active button {
    background: #fff;
    color: #43165e; }

.tabs {
  overflow: hidden; }

.tabs .tabs-nav {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.25;
  display: table-row; }
  .tabs .tabs-nav li {
    display: table-cell;
    width: 33%;
    float: none;
    border-right: 1px solid #fff;
    background: #e9e9e9; }
    .tabs .tabs-nav li:last-child {
      border-right: 0; }
    .tabs .tabs-nav li a {
      display: block;
      padding: 10px 20px;
      font-weight: 300;
      height: 100%;
      color: #43165e;
      text-decoration: none;
      -webkit-text-decoration-color: #e9e9e9;
              text-decoration-color: #e9e9e9; }
      .tabs .tabs-nav li a:link {
        color: #43165e;
        text-decoration: none;
        -webkit-text-decoration-color: #e9e9e9;
                text-decoration-color: #e9e9e9; }
      .tabs .tabs-nav li a:visited {
        color: #43165e;
        -webkit-text-decoration-style: dotted;
                text-decoration-style: dotted; }
      .tabs .tabs-nav li a:hover, .tabs .tabs-nav li a:visited:hover, .tabs .tabs-nav li a:focus {
        color: #43165e;
        text-decoration: underline;
        -webkit-text-decoration-color: #a7a7a7;
                text-decoration-color: #a7a7a7; }
    .tabs .tabs-nav li.active {
      background: #f3f3f3; }
      .tabs .tabs-nav li.active a {
        font-weight: 700; }

.tabs-wrap {
  clear: both; }

.tabs-wrap .tab {
  display: none;
  padding: 0 20px;
  background: #f3f3f3;
  overflow: hidden; }

.tabs-wrap .tab.active {
  display: block; }

.tab-image {
  display: block;
  margin: 20px 0; }

.ugnb-menu-layout, .ugnb-menu-horizontal, .ugnb-menu-vertical, .ugnb-main-navigation .ugnb-menu {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  clear: both; }
  .ugnb-menu-layout ul, .ugnb-menu-horizontal ul, .ugnb-menu-vertical ul, .ugnb-main-navigation .ugnb-menu ul {
    margin: 0;
    padding: 0; }

.ugnb-menu-horizontal li {
  display: block;
  float: left;
  margin-right: 0.88844em; }

.ugnb-menu-horizontal li:last-of-type {
  margin-right: 0; }

.ugnb-menu-vertical li, .ugnb-main-navigation .ugnb-menu li {
  display: block; }

.ugnb-menu-vertical a, .ugnb-main-navigation .ugnb-menu a {
  display: block;
  padding: 5px 0; }

.ugnb-menu-vertical li li, .ugnb-main-navigation .ugnb-menu li li {
  font-size: 0.8em;
  line-height: 1.175; }

.ugnb-site-navigation-bar {
  background: #43165e;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 540px) {
    .ugnb-site-navigation-bar {
      margin-bottom: 10px; } }
  .ugnb-site-navigation-bar:before {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    background: #43165e; }

.ugnb-site-navigation-bar-wrapper {
  max-width: 63.75em;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .ugnb-site-navigation-bar-wrapper::after {
    clear: both;
    content: "";
    display: table; }

.ugnb-site-navigation {
  max-width: 75%;
  position: relative; }
  @media screen and (max-width: 540px) {
    .ugnb-site-navigation {
      max-width: calc(100% - 35px); } }
  .ugnb-site-navigation.no-search {
    max-width: 100%; }

.ugnb-main-navigation {
  position: relative;
  clear: both;
  width: 100%; }
  .ugnb-main-navigation .ugnb-menu {
    border-color: transparent;
    line-height: 20px;
    list-style: none; }
  .ugnb-main-navigation li {
    font-weight: 300; }
  .ugnb-main-navigation .ugnb-menu > li {
    border-left: 3px solid transparent;
    line-height: inherit;
    border-top: 1px solid #e1e1e1;
    /* Separate from the above declaration so it doesn't break it when the browser diesn't support :focus-within. */ }
    .ugnb-main-navigation .ugnb-menu > li > a {
      display: block;
      border-color: transparent;
      padding: 5px 10px 5px 7px;
      transition: .3s ease-in border-color; }
    .ugnb-main-navigation .ugnb-menu > li.menu-item-has-children > a {
      display: inline-block; }
    .ugnb-main-navigation .ugnb-menu > li:hover {
      border-left-color: #43165e; }
    .ugnb-main-navigation .ugnb-menu > li:focus-within {
      border-left-color: #43165e; }
    .ugnb-main-navigation .ugnb-menu > li > a:hover,
    .ugnb-main-navigation .ugnb-menu > li > a:focus {
      text-decoration: underline; }
    .ugnb-main-navigation .ugnb-menu > li > ul {
      display: inline-block;
      font-size: 1em;
      line-height: 1.25; }
      .ugnb-main-navigation .ugnb-menu > li > ul a {
        margin: 0 10px 0 7px; }
      @media screen and (min-width: 541px) {
        .ugnb-main-navigation .ugnb-menu > li > ul a {
          margin: 0 0.88844em; } }
      .ugnb-main-navigation .ugnb-menu > li > ul a:hover,
      .ugnb-main-navigation .ugnb-menu > li > ul a:focus {
        text-decoration: underline; }
      .ugnb-main-navigation .ugnb-menu > li > ul > li {
        display: inline-block; }
  @media screen and (min-width: 821px) {
    .ugnb-main-navigation .ugnb-menu > li > a {
      padding: 10px 10px 10px 7px; } }

#ugnb-menu-toggle {
  font-size: 0.8em;
  line-height: 1.175;
  display: block;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 0 0.88844em;
  line-height: 35px;
  white-space: nowrap;
  background: #43165e;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.2); }
  #ugnb-menu-toggle .icon-close {
    display: none; }

.ugnb-menu-open {
  background: #f3f3f3; }
  .ugnb-menu-open .ugnb-main-navigation {
    height: auto;
    margin-top: 35px; }
    .ugnb-menu-open .ugnb-main-navigation .menu-item-has-children > ul {
      padding-bottom: 10px; }
    @media screen and (max-width: 540px) {
      .ugnb-menu-open .ugnb-main-navigation .ugnb-menu-main > ul > li {
        line-height: 25px; } }
    @media screen and (min-width: 541px) {
      .ugnb-menu-open .ugnb-main-navigation .ugnb-menu-main > li {
        line-height: 25px; } }
    @media screen and (min-width: 821px) {
      .ugnb-menu-open .ugnb-main-navigation .ugnb-menu-main > .menu-item-has-children {
        display: table; }
        .ugnb-menu-open .ugnb-main-navigation .ugnb-menu-main > .menu-item-has-children > a {
          min-width: 160px; }
        .ugnb-menu-open .ugnb-main-navigation .ugnb-menu-main > .menu-item-has-children > a, .ugnb-menu-open .ugnb-main-navigation .ugnb-menu-main > .menu-item-has-children > ul {
          display: table-cell; }
        .ugnb-menu-open .ugnb-main-navigation .ugnb-menu-main > .menu-item-has-children > ul {
          padding: 10px 0; } }
  .ugnb-menu-open #ugnb-menu-toggle {
    box-shadow: none; }
    .ugnb-menu-open #ugnb-menu-toggle .icon-plus {
      display: none; }
    .ugnb-menu-open #ugnb-menu-toggle .icon-close {
      display: inline-block; }
  .ugnb-menu-open .ugnb-search-form,
  .ugnb-menu-open .ugnb-search-toggle,
  .ugnb-menu-open #ugnb-menu-toggle {
    margin-top: -35px; }

.ugnb-menu-closed .ugnb-main-navigation .ugnb-menu.ugnb-menu-main > li.current-menu-item, .ugnb-menu-closed .ugnb-main-navigation .ugnb-menu.ugnb-menu-main > li.current-menu-ancestor {
  border-left-color: #43165e; }
  .ugnb-menu-closed .ugnb-main-navigation .ugnb-menu.ugnb-menu-main > li.current-menu-item a, .ugnb-menu-closed .ugnb-main-navigation .ugnb-menu.ugnb-menu-main > li.current-menu-ancestor a {
    border-bottom: 3px solid #fff;
    font-weight: bold; }

.ugnb-menu-closed .ugnb-main-navigation .ugnb-scroll-wrap-1 {
  width: 100%;
  overflow: hidden; }

.ugnb-menu-closed .ugnb-main-navigation .ugnb-scroll-wrap-2 {
  overflow-x: scroll;
  overflow-y: hidden;
  transform: translateZ(0);
  -webkit-user-select: none;
          user-select: none;
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  touch-action: pan-x;
  white-space: nowrap;
  overflow: -moz-scrollbars-none; }
  .ugnb-menu-closed .ugnb-main-navigation .ugnb-scroll-wrap-2::-webkit-scrollbar {
    display: none; }

.ugnb-menu-closed .ugnb-main-navigation .ugnb-menu-main {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px; }
  .ugnb-menu-closed .ugnb-main-navigation .ugnb-menu-main > li {
    border-left: 0;
    border-bottom: 0;
    display: inline-block;
    margin-right: 20px;
    border: none;
    vertical-align: middle; }
    .ugnb-menu-closed .ugnb-main-navigation .ugnb-menu-main > li > a {
      font-size: 0.8em;
      line-height: 1.175;
      line-height: 15px;
      letter-spacing: 0.05em;
      padding: 10px 0 7px;
      border-bottom: 3px solid transparent;
      border-left-color: transparent;
      border-left: 0;
      color: #fff; }
    .ugnb-menu-closed .ugnb-main-navigation .ugnb-menu-main > li > a:hover,
    .ugnb-menu-closed .ugnb-main-navigation .ugnb-menu-main > li > a:focus {
      border: 0;
      border-bottom: 3px solid #fff;
      text-decoration: none; }
    .ugnb-menu-closed .ugnb-main-navigation .ugnb-menu-main > li ul {
      display: none; }

@media screen and (max-width: 540px) {
  .ugnb-menu-closed .ugnb-site-navigation .ugnb-main-navigation {
    display: block;
    padding-top: 0;
    padding-right: 110px;
    border: 0;
    width: 100%;
    height: 35px;
    overflow: hidden; }
    .ugnb-menu-closed .ugnb-site-navigation .ugnb-main-navigation .ugnb-menu-main {
      width: auto;
      position: static;
      border: 0; }
      .ugnb-menu-closed .ugnb-site-navigation .ugnb-main-navigation .ugnb-menu-main li {
        float: none;
        display: inline-block; }
      .ugnb-menu-closed .ugnb-site-navigation .ugnb-main-navigation .ugnb-menu-main > li > a {
        padding-bottom: 7px; }
      .ugnb-menu-closed .ugnb-site-navigation .ugnb-main-navigation .ugnb-menu-main .sub-menu {
        display: none; } }

@media screen and (min-width: 541px) and (max-width: 820px) {
  .ugnb-menu-closed .ugnb-site-navigation .ugnb-main-navigation {
    display: block;
    padding-top: 0;
    padding-right: 110px;
    border: 0;
    width: 100%;
    height: 35px;
    overflow: hidden; }
    .ugnb-menu-closed .ugnb-site-navigation .ugnb-main-navigation .ugnb-menu-main {
      width: auto;
      position: static;
      border: 0; }
      .ugnb-menu-closed .ugnb-site-navigation .ugnb-main-navigation .ugnb-menu-main li {
        float: none;
        display: inline-block; }
      .ugnb-menu-closed .ugnb-site-navigation .ugnb-main-navigation .ugnb-menu-main > li > a {
        padding-bottom: 7px; }
      .ugnb-menu-closed .ugnb-site-navigation .ugnb-main-navigation .ugnb-menu-main .sub-menu {
        display: none; }
  .ugnb-menu-closed .ugnb-site-navigation .ugnb-main-navigation {
    padding-right: 118px; } }

@media screen and (min-width: 821px) {
  .ugnb-menu-closed .ugnb-site-navigation .ugnb-main-navigation {
    padding-right: 136px;
    top: 0;
    position: relative; } }

.ugnb-search-toggle {
  display: none;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent; }
  .ugnb-search-open .ugnb-search-toggle {
    background: #fff; }
    .ugnb-search-open .ugnb-search-toggle svg path {
      fill: #333; }
  @media screen and (max-width: 540px) {
    .ugnb-search-toggle {
      display: block; } }

.ugnb-search-form {
  position: absolute;
  top: 2px;
  right: 0;
  width: 23%; }
  .ugnb-search-form .search-form {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    border: 0;
    margin: 0; }
  .ugnb-search-form .search-field {
    font-size: 1em;
    line-height: 1.25;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px 0 30px;
    border: 0;
    line-height: 30px; }
  .ugnb-search-form .search-submit {
    padding: 0;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border: 0;
    color: #43165e;
    line-height: 30px;
    width: 30px;
    height: 30px; }
  @media screen and (min-width: 821px) {
    .ugnb-search-form {
      right: 0.88844em; } }
  @media screen and (min-width: 541px) {
    .ugnb-search-form .search-field {
      font-size: 0.8em;
      line-height: 1.175;
      line-height: 30px;
      min-height: 30px;
      padding-left: 30px;
      background: #e9e9e9; }
      .ugnb-search-form .search-field:hover, .ugnb-search-form .search-field:focus {
        background: #fff; } }
  @media screen and (max-width: 540px) {
    .ugnb-search-form {
      display: none;
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      z-index: 2;
      border-bottom: 2px solid #e1e1e1; }
      .ugnb-search-form .search-field {
        height: 30px; } }
  .ugnb-search-open .ugnb-search-form {
    display: block; }
