/****** FILE: themes/hallmorice/thirdparty/flickity/flickity.css *****/
/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}


/****** FILE: themes/hallmorice/thirdparty/icomoon/style.css *****/
@font-face {
	font-family: 'icomoon';
	src:url('../thirdparty/icomoon/fonts/icomoon.eot?hfb0at');
	src:url('../thirdparty/icomoon/fonts/icomoon.eot?#iefixhfb0at') format('embedded-opentype'),
		url('../thirdparty/icomoon/fonts/icomoon.ttf?hfb0at') format('truetype'),
		url('../thirdparty/icomoon/fonts/icomoon.woff?hfb0at') format('woff'),
		url('../thirdparty/icomoon/fonts/icomoon.svg?hfb0at#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right2:before {
	content: "\e608";
}
.icon-calendar:before {
	content: "\e606";
}
.icon-level-down:before {
	content: "\e605";
}
.icon-envelope:before {
	content: "\e600";
}
.icon-twitter:before {
	content: "\e601";
}
.icon-linkedin:before {
	content: "\e602";
}
.icon-phone:before {
	content: "\e603";
}
.icon-home:before {
	content: "\e604";
}


/****** FILE: themes/hallmorice/css/main.css *****/
/*======Typography=======*/
/*======Colors=======*/
/*====== Responsive=======*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 1rem 0;
}

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

/* small >>> large */
/* small <<< large */
/* between specified breakpoints */
.ui-background {
  background: #EBEDE8;
}

.back-btn {
  background-color: #e3e5e0;
  padding: .2em .5em;
  border-radius: 2px;
  text-decoration: none;
  color: #576f7b;
  font-size: 1.1em;
  position: relative;
  box-shadow: 1px 1px 0px #c4c8c3;
  float: right;
}

.back-btn:before {
  content: "";
  border: 14px solid transparent;
  border-right: 14px solid #e3e5e0;
  position: absolute;
  left: -28px;
  top: 0;
  border-top-left-radius: 2px;
}

.grid-parent, .post-grid-parent {
  font-size: 0;
}

.grid-item, .grid-one-third, .grid-one-forth, .grid-two-thirds, .grid-profile-item, .post-grid-item, .isotope-module-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.grid-main, .grid-breadcrumbs {
  max-width: 1100px;
  min-width: 280px;
  margin: 0 auto;
  padding: 1rem 1rem;
  overflow: hidden;
  box-sizing: border-box;
}

@media only all and (min-width: 30em) {
  .grid-main, .grid-breadcrumbs {
    padding: 2rem 1rem;
  }
}

.ie .grid-main, .ie .grid-breadcrumbs {
  padding: 2rem 1rem;
}

.grid-breadcrumbs {
  display: none;
}

@media only all and (min-width: 64em) {
  .grid-breadcrumbs {
    display: block;
    padding-bottom: 0;
  }
}

.ie .grid-breadcrumbs {
  display: block;
  padding-bottom: 0;
}

.grid-one-third {
  display: none;
}

@media only all and (min-width: 46em) {
  .grid-one-third {
    display: inline-block;
    margin-bottom: 2rem;
    width: 33.33%;
  }
}

.ie .grid-one-third {
  display: inline-block;
  margin-bottom: 2rem;
  width: 33.33%;
}

@media only all and (min-width: 30em) {
  .grid-one-forth {
    width: 50%;
  }
}

.ie .grid-one-forth {
  width: 50%;
}

@media only all and (min-width: 46em) {
  .grid-one-forth {
    width: 25%;
  }
}

.ie .grid-one-forth {
  width: 25%;
}

@media only all and (min-width: 46em) {
  .grid-two-thirds {
    width: 66.66%;
  }
}

.ie .grid-two-thirds {
  width: 66.66%;
}

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

/* Add this to your custom CSS file or in a <style> tag in your page header */
.grid-profile-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.grid-profile-item {
  padding: 10px;
  box-sizing: border-box;
  list-style: none;
  width: 33.33%; /* Default for medium screens */
}

/* Mobile (small screens) */
@media only all and (max-width: 29.99em) {
  .grid-profile-item {
    width: 50% !important;
  }
}

/* Tablet (medium screens) */
@media only all and (min-width: 30em) and (max-width: 45.99em) {
  .grid-profile-item {
    width: 33.33% !important;
  }
}

/* Desktop (large screens) */
@media only all and (min-width: 46em) and (max-width: 63.99em) {
  .grid-profile-item {
    width: 25% !important;
  }
}

/* Large desktop */
@media only all and (min-width: 64em) {
  .grid-profile-item {
    width: 20% !important;
  }
}

.grid-profile-item {
  width: 50%;
}

.ie .grid-profile-item {
  width: 33%;
}

.ie .grid-profile-item {
  width: 25%;
}

.ie .grid-profile-item {
  width: 16.66%;
}

.post-grid-parent {
  margin: 1% -1%;
}

@media only all and (min-width: 46em) {
  .post-grid-parent {
    margin: -1%;
  }
}

.ie .post-grid-parent {
  margin: -1%;
}

.post-grid-item {
  margin: 1%;
  box-sizing: border-box;
  list-style: none;
  font-size: 16px;
}

@media only all and (min-width: 30em) {
  .post-grid-item {
    width: 25%;
  }
}

.ie .post-grid-item {
  width: 48%;
}

@media only all and (min-width: 64em) {
  .post-grid-item {
    width: 31.33%;
  }
}

.ie .post-grid-item {
  width: 31.33%;
}

.grid-list {
  margin-top: 1.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-list__item {
  width: 100%;
  background: #f2f3f1;
  margin-bottom: 1.5rem;
  text-decoration: none;
  border-left: 5px solid #b0b7bb;
  transition: border-color .2s ease;
}

@media only all and (min-width: 30em) {
  .grid-list__item {
    width: calc(50% - 1rem);
  }
  .grid-list__item:hover {
    border-left: 5px solid #C1D72E;
  }
  .grid-list__item:hover .grid-list__title {
    color: #C1D72E;
  }
  .grid-list__item:hover .grid-list__link {
    color: #C1D72E;
  }
}

.ie .grid-list__item {
  width: calc(50% - 1rem);
}

.ie .grid-list__item:hover {
  border-left: 5px solid #C1D72E;
}

.ie .grid-list__item:hover .grid-list__title {
  color: #C1D72E;
}

.ie .grid-list__item:hover .grid-list__link {
  color: #C1D72E;
}

.grid-list__title {
  margin: 0;
  padding: .8rem;
  transition: .2s ease;
}

.grid-list__img {
  height: 150px;
}

.grid-list__desc {
  padding: 1.5rem 1rem;
}

.grid-list__link {
  margin: auto 0 1rem;
  padding: 0 .8rem;
  text-align: right;
  transition: .2s ease;
}

.list-item {
  border-bottom: 1px solid gainsboro;
  padding: 0 1rem 1.5rem;
  margin-bottom: 1.5rem;
}

.list-item:last-child {
  padding: 0 1rem;
  border-bottom: none;
}

body {
  font-family: "futura-pt", sans-serif, monospace;
}

b {
  font-weight: 500;
}

.h1 {
  font-size: 2em;
}

.h2 {
  font-size: 1.5em;
}

.h3 {
  font-size: 1.17em;
}

.h4 {
  font-size: 1.12em;
}

.h5 {
  font-size: .83em;
}

.h6 {
  font-size: .75em;
}

.no-break {
  white-space: nowrap;
}

.reset-list {
  margin: 0;
  padding: 0;
}

.reset-list > li {
  list-style: none;
}

.typography h1, .typography h2, .typography h3 {
  color: #002a5b;
  font-weight: 500;
  font-family: 'georgia', cursive;
}

.typography h2 {
  line-height: 2.2rem;
}

.typography h1 {
  line-height: 3.4rem;
}

.typography p {
  padding-bottom: 0.5rem;
}

.typography > :first-child {
  margin-top: 0;
}

.typography h1, .typography h2, .typography h3 {
  color: #576F7B;
  font-weight: 500;
}

.typography p {
  color: #525350;
  margin: 0 auto;
  line-height: 1.4rem;
}

.typography ul, .typography ol {
  color: #576F7B;
}

a {
  color: #576F7B;
  text-decoration: none;
}

/* Mobile Hamburger Icon */
.mobile-btn {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 30px;
  margin: 1.3em 0 0 0;
  cursor: pointer;
  float: right;
}

.mobile-btn span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  transition-duration: 0s;
  transition-property: background-color;
  transition-duration: .2s;
}

.mobile-btn span:before, .mobile-btn span:after {
  position: absolute;
  content: '';
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  transition-duration: .2s;
  transition-delay: .2s, 0;
}

.mobile-btn span:before {
  margin-top: -10px;
}

.mobile-btn span:after {
  margin-top: 10px;
}

.mobile-btn span, .mobile-btn span:after, .mobile-btn span:before {
  width: 35px;
  height: 5px;
  background-color: #C1D72E;
  display: block;
  border-radius: 3px;
}

@media only all and (min-width: 64em) {
  .mobile-btn {
    display: none;
  }
}

.ie .mobile-btn {
  display: none;
}

/* Mobile Icon Active State (x) */
.mobile-active-btn span {
  background-color: transparent;
}

.mobile-active-btn span:before, .mobile-active-btn span:after {
  margin-top: 0;
  transition-delay: 0, .2s;
}

.mobile-active-btn span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-active-btn span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.logo-desktop {
  float: left;
}

.logo-desktop img {
  display: block;
  width: 60px;
  margin-bottom: .7rem;
}

@media only all and (min-width: 30em) {
  .logo-desktop img {
    width: 80px;
  }
}

.ie .logo-desktop img {
  width: 80px;
}

@media only all and (min-width: 46em) {
  .logo-desktop img {
    width: 100px;
    margin-bottom: 1rem;
  }
}

.ie .logo-desktop img {
  width: 100px;
  margin-bottom: 1rem;
}

@media only all and (min-width: 64em) {
  .logo-desktop img {
    width: 117px;
  }
}

.ie .logo-desktop img {
  width: 117px;
}

.header__phone {
  display: inline-block;
  margin-left: 1.8rem;
}

@media only all and (min-width: 30em) {
  .header__phone {
    display: block;
    margin-left: 0;
  }
}

.ie .header__phone {
  display: block;
  margin-left: 0;
}

@media only all and (min-width: 64em) {
  .header__phone {
    text-align: right;
  }
}

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

.header-phone {
  clear: both;
  color: #a0aa92;
  position: relative;
  margin-bottom: .3em;
  border-radius: 3px;
  padding: .2em .5em .2em 2em;
  box-sizing: border-box;
  display: block;
  line-height: 1.35;
}

.header-phone:last-child {
  margin-bottom: 0;
}

.header-phone [class^=icon] {
  background-color: #C1D72E;
  background-color: #576F7B;
  color: white;
  padding: .2em;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  text-shadow: 1px 1px 0px #4a5155;
  line-height: 1.35;
}

@media only all and (min-width: 30em) {
  .header-phone [class^=icon] {
    padding: .5em;
    border-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
}

.ie .header-phone [class^=icon] {
  padding: .5em;
  border-radius: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.header-phone-nr {
  display: none;
  color: #6d7363;
}

@media only all and (min-width: 30em) {
  .header-phone-nr {
    display: block;
  }
}

.ie .header-phone-nr {
  display: block;
}

@media only all and (min-width: 30em) {
  .header-phone {
    background-color: #e3e5e0;
    margin-bottom: .5em;
    padding: .5em .5em .5em 2.5em;
  }
}

.ie .header-phone {
  background-color: #e3e5e0;
  margin-bottom: .5em;
  padding: .5em .5em .5em 2.5em;
}

@media only all and (min-width: 30em) {
  .header-phone {
    clear: none;
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .header-phone_first {
    clear: left;
    width: 48.5%;
    margin-right: 1.5%;
  }
}

.ie .header-phone {
  clear: none;
  width: 50%;
  float: left;
  margin-bottom: 0;
}

.ie .header-phone_first {
  clear: left;
  width: 48.5%;
  margin-right: 1.5%;
}

@media only all and (min-width: 46em) {
  .header-phone {
    text-align: center;
  }
}

.ie .header-phone {
  text-align: center;
}

@media only all and (min-width: 64em) {
  .header-phone {
    display: inline-block;
    margin-left: 1rem;
    width: auto;
    float: none;
    clear: none;
    text-align: right;
    margin-top: 3.6em;
    padding: .5em .8em .5em 2.8em;
  }
  .header-phone [class^=icon] {
    line-height: 2.8em;
  }
  .header-phone_first {
    margin-left: 2.5em;
    margin-right: 0;
  }
  .header-phone-nr {
    display: block;
    color: #576F7B;
    font-size: 1.3em;
  }
}

.ie .header-phone {
  display: inline-block;
  margin-left: 1rem;
  width: auto;
  float: none;
  clear: none;
  text-align: right;
  margin-top: 3.6em;
  padding: .5em .8em .5em 2.8em;
}

.ie .header-phone [class^=icon] {
  line-height: 2.8em;
}

.ie .header-phone_first {
  margin-left: 2.5em;
  margin-right: 0;
}

.ie .header-phone-nr {
  display: block;
  color: #576F7B;
  font-size: 1.3em;
}

.header-portal {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  display:none;
}

@media only all and (min-width: 46em) {
  .header-portal {
    padding: 0 1rem;
    text-align: right;
	display:none;
  }
}

.ie .header-portal {
  padding: 0 1rem;
  text-align: right;
}

.header-portal__link {
  color: #ffffff;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.35;
  background-color: #576F7B;
  margin-bottom: .5em;
  padding: .5em .7em;
  text-transform: uppercase;
  letter-spacing: .3px;
  font-size: .95rem;
  width: 100%;
}

@media only all and (min-width: 46em) {
  .header-portal__link {
    border-radius: 0 0 3px 3px;
    width: auto;
  }
}

.ie .header-portal__link {
  border-radius: 0 0 3px 3px;
  width: auto;
}

.navigation {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s cubic-bezier(0.52, 0.27, 0.13, 1.15);
}

.navigation .grid-main {
  padding: 0;
}

.navigation-is-open {
  max-height: 400px;
}

@media only all and (min-width: 64em) {
  .navigation {
    max-height: none;
  }
}

.ie .navigation {
  max-height: none;
}

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

@media only all and (min-width: 64em) {
  .lvl-one {
    border-top: 1px solid #daddd4;
  }
  .lvl-one-btn {
    display: inline-block;
  }
}

.ie .lvl-one {
  border-top: 1px solid #daddd4;
}

.ie .lvl-one-btn {
  display: inline-block;
}

.nav-link {
  text-decoration: none;
  color: #002255;
  padding: .6em 1em;
  display: block;
  text-transform: uppercase;
  border-top: 1px solid #cfdabe;
}

@media only all and (min-width: 64em) {
  .nav-link {
    border: 0;
    padding: 16px 1em;
    transition: border-color .2s ease;
    position: relative;
  }
  .nav-link:before {
    content: "";
    position: absolute;
    height: 6px;
    /* Default: 2px */
    bottom: 7px;
    left: 0;
    right: 0;
    margin: 0 .8em;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #C1D72E;
    /* Default: #000 */
    visibility: hidden;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    transition: all 0.2s ease-in-out 0s;
  }
  .nav-link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .nav-link.current:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.ie .nav-link {
  border: 0;
  padding: 16px 1em;
  transition: border-color .2s ease;
  position: relative;
}

.ie .nav-link:before {
  content: "";
  position: absolute;
  height: 6px;
  /* Default: 2px */
  bottom: 7px;
  left: 0;
  right: 0;
  margin: 0 .8em;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #C1D72E;
  /* Default: #000 */
  visibility: hidden;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  transition: all 0.2s ease-in-out 0s;
}

.ie .nav-link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.ie .nav-link.current:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.mobile-dropdown {
  outline: 0;
  height: auto;
  width: 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 0;
}

.mobile-dropdown__btn {
  width: 100%;
  background-color: #576f7b;
  color: white;
  font-family: 'georgia', cursive;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
}

.mobile-dropdown__btn:hover, .mobile-dropdown__btn:focus {
  outline: 0;
  background-color: #b6c649;
  transition: .5s;
}

.mobile-dropdown__content {
  display: none;
  position: relative;
  background-color: #f2f3f1;
  box-shadow: 1px 1px 0px #dfe2da;
  width: 100%;
  overflow: auto;
  z-index: 3;
  height: auto;
}

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

.mobile-dropdown__secondary {
  background-color: #edeeec;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-dropdown__link {
  outline: 0;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
  border-top: 2px solid #daddd4;
  padding: 1rem 1.5rem;
}

.mobile-dropdown__link:hover, .mobile-dropdown__link:focus {
  cursor: pointer;
  border-bottom: 2px solid #C1D72E;
  color: #C1D72E;
  transition: .5s;
}

.mobile-dropdown__link:hover > .-ref {
  color: #C1D72E;
}

@media only all and (min-width: 46em) {
  .mobile-dropdown {
    display: none;
  }
}

.ie .mobile-dropdown {
  display: none;
}

.mobile-dropdown__secondary .mobile-dropdown__link {
  padding: 1rem 3.5rem;
}

.show-nav {
  display: block;
}

.page-title {
  position: relative;
  display: block;
  background-color: #f2f3f1;
}

@media only all and (min-width: 64em) {
  .page-title .grid-main {
    height: 370px;
  }
}

.ie .page-title .grid-main {
  height: 370px;
}

.page-title > :before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, #225704 30%, #c1d72e 100%);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  opacity: .8;
}

.page-title-text {
  position: relative;
  z-index: 999;
  color: white;
  font-weight: normal;
  margin-bottom: 0.3em;
  margin-top: 0;
  display: inline-block;
  max-width: 45%;
  font-family: 'georgia', cursive;
  font-size: 1.8rem;
}

.PostArticle .page-title-text {
  max-width: 70%;
  margin-top: 0;
}

.PostArticle .page-title-text:after {
  display: none;
}

.page-title-summary {
  display: none;
  position: relative;
  z-index: 1;
  max-width: 37%;
  color: white;
  line-height: 1.5;
  font-size: 1.1em;
}

@media only all and (min-width: 64em) {
  .page-title-summary {
    display: block;
  }
}

.ie .page-title-summary {
  display: block;
}

@media only all and (min-width: 64em) {
  .page-title > :before {
    background: linear-gradient(to right, #225704 30%, #c1d72e 100%);
    -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
            transform: skew(-20deg);
    width: 50%;
  }
  .PostArticle .page-title > :before {
    width: 75%;
  }
  .page-title-text {
    font-size: 3em;
  }
}

.ie .page-title > :before {
  background: linear-gradient(to right, #225704 30%, #c1d72e 100%);
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  width: 50%;
}

.PostArticle .ie .page-title > :before {
  width: 75%;
}

.ie .page-title-text {
  font-size: 3em;
}

.page-slider__txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-slider__text {
  position: relative;
  z-index: 999;
  width: 100%;
  color: white;
  text-align: left;
  font-weight: normal;
  display: inline-block;
}

.staff-slider__txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.staff-slider__text {
  position: relative;
  z-index: 999;
  width: 100%;
  color: white;
  text-align: left;
  font-weight: normal;
  display: inline-block;
}

.staff .grid-main {
  height: auto;
}

.staff-title {
  position: relative;
  display: block;
  background-color: white;
}

.staff-title .grid-main {
  height: auto;
}

.staff-title > :before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, #225704 30%, #c1d72e 100%);
  -webkit-transform: skew(0deg);
      -ms-transform: skew(0deg);
          transform: skew(0deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  opacity: .8;
}

.staff-title-text {
  position: relative;
  z-index: 999;
  color: white;
  font-weight: normal;
  margin-bottom: 0.3em;
  margin-top: 0;
  display: inline-block;
  max-width: 45%;
  font-family: 'georgia', cursive;
  font-size: 2.4em;
}

.PostArticle .staff-title-text {
  max-width: 70%;
  margin-top: 0;
}

.PostArticle .staff-title-text:after {
  display: none;
}

.home-slider {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}

.home-slider .flickity-prev-next-button {
  background: none;
  width: 55px;
  height: 55px;
}

.home-slider .flickity-prev-next-button:hover {
  background: none;
}

.home-slider .flickity-prev-next-button .arrow {
  fill: #fff;
}

.home-slider .flickity-prev-next-button svg {
  width: 70%;
  height: 70%;
}

.home-slider .flickity-prev-next-button:focus {
  box-shadow: none;
}

.home-slider .flickity-prev-next-button.next {
  right: 0;
}

@media only all and (min-width: 64em) {
  .home-slider .flickity-prev-next-button.next {
    right: 15px;
  }
}

.ie .home-slider .flickity-prev-next-button.next {
  right: 15px;
}

.home-slider .flickity-prev-next-button.previous {
  left: 0;
}

@media only all and (min-width: 64em) {
  .home-slider .flickity-prev-next-button.previous {
    left: 15px;
  }
}

.ie .home-slider .flickity-prev-next-button.previous {
  left: 15px;
}

.home-slider__txt p {
  margin-top: 0;
}

.home-slider__text {
  margin: 0 auto 0 0;
  position: relative;
  z-index: 999;
  width: 100%;
  color: white;
  text-align: left;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  float: right;
}

.home-slider__text p {
  font-family: 'georgia', cursive;
  margin: 0.5rem 0;
  font-size: 1.4rem;
  line-height: 1.9rem;
}

@media only all and (min-width: 80em) {
  .home-slider__text p {
    margin: 0;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.ie .home-slider__text p {
  margin: 0;
  font-size: 2rem;
  line-height: 2.8rem;
}

@media only all and (min-width: 30em) {
  .home-slider__text {
    width: 100%;
  }
}

.ie .home-slider__text {
  width: 100%;
}

@media only all and (min-width: 46em) {
  .home-slider__text {
    width: 70%;
  }
}

.ie .home-slider__text {
  width: 70%;
}

@media only all and (min-width: 64em) {
  .home-slider__text {
    width: 60%;
  }
}

.ie .home-slider__text {
  width: 60%;
}

@media only all and (min-width: 80em) {
  .home-slider__text {
    width: 65%;
  }
}

.ie .home-slider__text {
  width: 65%;
}

@media only all and (min-width: 96em) {
  .home-slider__text {
    width: 55%;
  }
}

.ie .home-slider__text {
  width: 55%;
}

.home-slider_txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-slider__item {
  width: 100%;
  margin-right: 0;
  height: 300px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2.5rem;
}

@media only all and (min-width: 30em) {
  .home-slider__item {
    padding: 0;
  }
}

.ie .home-slider__item {
  padding: 0;
}

.home-slider__item .grid-main {
  overflow: visible;
  width: 100%;
  height: 100%;
}

@media only all and (min-width: 30em) {
  .home-slider__item .grid-main {
    width: 50%;
    float: right;
  }
}

.ie .home-slider__item .grid-main {
  width: 50%;
  float: right;
}

@media only all and (min-width: 46em) {
  .home-slider__item .grid-main {
    width: 45%;
  }
}

.ie .home-slider__item .grid-main {
  width: 45%;
}

@media only all and (min-width: 64em) {
  .home-slider__item .grid-main {
    width: 50%;
  }
}

.ie .home-slider__item .grid-main {
  width: 50%;
}

@media only all and (min-width: 80em) {
  .home-slider__item .grid-main {
    width: 45%;
  }
}

.ie .home-slider__item .grid-main {
  width: 45%;
}

@media only all and (min-width: 80em) {
  .home-slider__item .grid-main {
    width: 48%;
  }
}

.ie .home-slider__item .grid-main {
  width: 48%;
}

.home-slider__item > :before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(to right, #365d8c 30%, #002255 100%);
  -webkit-transform-origin: top right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  opacity: 0.8;
}

@media only all and (min-width: 30em) {
  .home-slider__item > :before {
    content: "";
    position: absolute;
    height: 100%;
    width: 75%;
    top: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to right, #365d8c 30%, #002255 100%);
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    opacity: 0.8;
  }
}

.ie .home-slider__item > :before {
  content: "";
  position: absolute;
  height: 100%;
  width: 75%;
  top: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(to right, #365d8c 30%, #002255 100%);
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  opacity: 0.8;
}

@media only all and (min-width: 46em) {
  .home-slider__item > :before {
    height: 100%;
    width: 60%;
  }
}

.ie .home-slider__item > :before {
  height: 100%;
  width: 60%;
}

@media only all and (min-width: 64em) {
  .home-slider__item > :before {
    height: 100%;
    width: 60%;
  }
}

.ie .home-slider__item > :before {
  height: 100%;
  width: 60%;
}

@media only all and (min-width: 80em) {
  .home-slider__item > :before {
    height: 100%;
    width: 60%;
  }
}

.ie .home-slider__item > :before {
  height: 100%;
  width: 60%;
}

.side-nav {
  background-color: #f2f3f1;
  box-shadow: 1px 1px 0px #dfe2da;
}

.side-nav-first, .side-nav-second {
  margin: 0;
  padding: 0;
}

.side-nav-first-link, .side-nav-second-link {
  list-style: none;
  border-left: 5px solid #b0b7bb;
  transition: border-color .2s ease;
}

.side-nav-first-link a, .side-nav-second-link a {
  text-decoration: none;
  color: #576F7B;
  font-size: 1.2em;
  padding: 0.5em 1em;
  display: block;
  border-bottom: 1px solid #dfe2da;
  transition: color .2s ease;
}

.side-nav-first-link:hover, .side-nav-second-link:hover {
  border-color: #C1D72E;
}

.side-nav-first-link:hover a, .side-nav-second-link:hover a {
  color: #C1D72E;
}

.side-nav-first-link:last-child a, .side-nav-second-link:last-child a {
  border-bottom: 0;
}

.side-nav-second-link {
  background-color: #edeeec;
}

.side-nav-second-link a {
  border-bottom: 1px solid #daddd4;
  padding: .5em 1em .5em 2em;
}

.side-nav-second-link:last-child a {
  border-bottom: 1px solid #dfe2da;
}

.side-nav .current {
  border-color: #C1D72E;
}

@media only all and (min-width: 46em) {
  .side-nav {
    margin-right: 2em;
  }
}

.ie .side-nav {
  margin-right: 2em;
}

@media only all and (min-width: 64em) {
  .side-nav {
    margin-right: 4em;
  }
}

.ie .side-nav {
  margin-right: 4em;
}

.breadcrumbs {
  border: 1px solid #EBEDE8;
}

.breadcrumbs-link {
  text-decoration: none;
  color: #576f7b;
  padding: .5em;
  display: inline-block;
  position: relative;
  margin-right: 1em;
  transition: color 0.2s ease;
}

.breadcrumbs-link:first-child {
  margin-left: .3em;
}

.breadcrumbs-link:before, .breadcrumbs-link:after {
  content: "";
  border: 19px solid transparent;
  border-left: 10px solid gainsboro;
  position: absolute;
  top: 0;
  right: -31px;
}

.breadcrumbs-link:after {
  right: -30px;
  border-left-color: white;
}

.breadcrumbs-link:hover {
  color: #C1D72E;
}

.breadcrumbs .is-active {
  color: #C1D72E;
}

.isotope-module-nav button {
  background: white;
  border: 1px solid #EBEDE8;
  border-radius: 2px;
  color: #576F7B;
  font-size: 1.5em;
  padding: 0.2em 1em;
  margin-bottom: .3em;
  width: 48%;
  margin-right: 1%;
}

@media only all and (min-width: 30em) {
  .isotope-module-nav button {
    width: auto;
  }
}

.ie .isotope-module-nav button {
  width: auto;
}

.isotope-module-nav .active {
  background-color: #f2f3f1;
}

.isotope-module-list {
  margin: 0 -10px;
  padding: 0;
}

.isotope-module-item {
  padding: 10px;
  box-sizing: border-box;
  list-style: none;
}

@media only all and (min-width: 30em) {
  .isotope-module-item {
    width: 50%;
  }
}

.ie .isotope-module-item {
  width: 50%;
}

@media only all and (min-width: 46em) {
  .isotope-module-item {
    width: 25%;
  }
}

.ie .isotope-module-item {
  width: 25%;
}

@media only all and (min-width: 64em) {
  .isotope-module-item {
    width: 25%;
  }
}

.thumb-btn {
  text-decoration: none;
  position: relative;
  color: white;
  display: block;
  overflow: hidden;
}

.thumb-btn:after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.thumb-btn-img {
  width: 100%;
  display: block;
}

.thumb-btn-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(87, 111, 123, 0.45);
  background: linear-gradient(to bottom, transparent 0%, rgba(6, 6, 6, 0.62) 31%, #131313 100%);
  padding: 1em;
  box-sizing: border-box;
  -webkit-transform: translate(0, 45px);
      -ms-transform: translate(0, 45px);
          transform: translate(0, 45px);
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.thumb-btn-txt .title {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}

.thumb-btn-txt p {
  margin-bottom: 0;
}

.thumb-btn:hover .thumb-btn-txt {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #C1D72E;
}

.profile {
  font-size: 0;
  position: relative;
  margin-bottom: 4rem;
}

.profile-image {
  display: block;
  height: 200px;
}

.profile-image img {
  display: none;
  width: 100%;
}

@media only all and (min-width: 30em) {
  .profile-image {
    height: 400px;
  }
}

.ie .profile-image {
  height: 400px;
}

@media only all and (min-width: 46em) {
  .profile-image {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}

.ie .profile-image {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media only all and (min-width: 64em) {
  .profile-image {
    width: 30%;
    height: 300px;
    margin-right: 2.4rem;
  }
}

.ie .profile-image {
  width: 30%;
  height: 300px;
  margin-right: 2.4rem;
}

.profile-content {
  font-size: 16px;
  padding: 1em;
  box-sizing: border-box;
}

.profile-content > :first-child {
  margin-top: 0;
}

@media only all and (min-width: 46em) {
  .profile-content {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}

.ie .profile-content {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media only all and (min-width: 64em) {
  .profile-content {
    width: 35%;
  }
}

.ie .profile-content {
  width: 35%;
}

.profile-info {
  background-color: #EBEDE8;
  width: 100%;
}

@media only all and (min-width: 64em) {
  .profile-info {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
  }
}

.ie .profile-info {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
}

.profile-info-block {
  font-size: 16px;
  padding: 16px;
}

@media only all and (min-width: 30em) and (max-width: 64em) {
  .profile-info-block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
  }
}

@media only all and (min-width: 64em) {
  .profile-info-block:first-child {
    padding-bottom: 1rem;
  }
}

.ie .profile-info-block:first-child {
  padding-bottom: 1rem;
}

.profile-exp-link {
  display: inline-block;
  padding: .3em .5em;
  background-color: #C1D72E;
  border-radius: 2px;
  color: #727e21;
  text-decoration: none;
  margin: 0 .2em .2em 0;
  box-shadow: 1px 1px 0px #96a62c;
}

.profile-exp-link:hover {
  background-color: #adc02c;
}

.profile-exp-link:active {
  box-shadow: 0px 0px 0px #96a62c;
  background-color: #96a62c;
  color: #4d5517;
}

.profile-title {
  display: block;
  color: #576F7B;
  padding-bottom: .5em;
}

.profile-contact {
  font-size: 1.1em;
  color: #525350;
  margin-bottom: .5em;
}

.profile-contact [class*=icon] {
  margin-right: .5em;
}

.profile-role {
  font-family: "georgia", cursive;
  color: #002a5b;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.9rem;
  display: inline-block;
  margin-bottom: 0.5em;
}

.ie .profile-image img {
  display: block;
}

.profile-divider {
  display: block;
}

.profile-divider-title {
  color: #576F7B;
  font-size: 1.3em;
}

.post-card {
  background-color: #f2f3f1;
  box-shadow: 1px 1px 0px #dfe2da;
}

.post-card-text {
  padding: 1em;
}

.post-card a {
  text-decoration: none;
  display: block;
}

.post-card-post-info {
  color: #576F7B;
}

.post-card-title {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  margin-top: 0px;
  color: #002255;
  padding-top: 0px;
  border-top: 0px;
  font-weight: 500;
  transition: color .1s ease;
}

.post-card spam {
  color: #576F7B;
}

.post-card-link {
  color: #9fa597;
  margin-top: 2em;
  border-top: 1px solid #dfe2da;
  padding-top: .7em;
  transition: color .1s ease;
}

.post-card:hover .post-card-title, .post-card:hover .post-card-link {
  color: #9eb022;
}

.home-slider {
  overflow: hidden;
  display: block;
  width: 100%;
  /*
    &__txt-style {

        @include bp(4) {
            clip-path: polygon(2% 50%, 0 35%, 0 0%, 98% 0, 98% 35%, 100% 50%, 98% 65%, 98% 100%, 0 100%, 0 65%);
            width: 65%;
            height: 94px;
            background: #c1d72e;
            background: linear-gradient(to right, #225704 30%, #c1d72e 100%);
            display: block;
            position: absolute;
            bottom: 1rem;
            left: calc(-65% + 1rem);
            opacity: .8;
        }
    }*/
  /*&__title {
        font-size: 1.4rem;
        max-width: 600px;
        font-weight: 500;
        color: green;
        @include bp(4) {
            font-size: 2rem;
        }
    }*/
  /*&__description {
        background: rgba($flat-blue-color, 0.8);
        color: #ffffff;
        font-size: 1.5rem;
        padding: 1rem 2rem;
        position: absolute;
        box-sizing: border-box;
        bottom: 0;
        margin: 1rem 0;
        width: 100%;
        box-sizing: border-box;

        @include bp(3) {
            width: 65%;
            clip-path: polygon(2% 50%, 0 35%, 0 0%, 98% 0, 98% 35%, 100% 50%, 98% 65%, 98% 100%, 0 100%, 0 65%);
        }
    }*/
  /*
    &__btn {
        text-decoration: none;
        color: green;
        background: rgba(green, 0.1);
        border: 1px solid;
        padding: .7rem 1rem;
        display: inline-block;
        border-radius: 2px;

        &:hover {
            background: rgba(green, 0.3);
        }
        &:active {
            color: rgba(white, 0.4);
        }
    }*/
  /*.flickity-page-dots {
        bottom: 20px;
        .dot {
            background: green;
        }
    }*/
}

.home-slider__item {
  width: 100%;
  margin-right: 0;
  height: 300px;
  overflow: hidden;
}

.home-slider__item .grid-main {
  overflow: visible;
}

@media only all and (min-width: 80em) {
  .home-slider__item {
    height: 450px;
  }
}

.ie .home-slider__item {
  height: 450px;
}

@media only all and (min-width: 96em) {
  .home-slider__item {
    height: 500px;
  }
}

.ie .home-slider__item {
  height: 500px;
}

.home-slider__item img {
  display: block;
  width: 100%;
}

.home-slider__txt {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.featured-links {
  margin-bottom: 1.5rem;
  margin-right: -1rem;
  font-size: 0;
}

.featured-links__item, .featured-links__item--news {
  padding-right: 1rem;
  font-size: 1rem;
  box-sizing: border-box;
}

@media only all and (min-width: 46em) {
  .featured-links__item, .featured-links__item--news {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}

.ie .featured-links__item, .ie .featured-links__item--news {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media only all and (min-width: 80em) {
  .featured-links__item, .featured-links__item--news {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
  }
}

.ie .featured-links__item, .ie .featured-links__item--news {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}

@media only all and (min-width: 46em) {
  .featured-links__item--news {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
}

.ie .featured-links__item--news {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

@media only all and (min-width: 80em) {
  .featured-links__item--news {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
  }
}

.ie .featured-links__item--news {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}

.featured-link {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  height: auto;
}

.featured-link__title {
  background: gainsboro;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  text-align: center;
  margin-right: -3%;
  color: gray;
  /*&.pos-1 {
            background: $green-color;
            color: $flat-blue-color;
        }

        &.pos-2 {
            background: $brand-color;
            color: white;
        }

        @include bp(2) {
            clip-path: polygon(3% 50%, 0 35%, 0 0%, 97% 0, 97% 35%, 100% 50%, 97% 65%, 97% 100%, 0 100%, 0 65%);
        }*/
}

.featured-link__img {
  display: block;
  width: 100%;
  border: 2px solid gainsboro;
}

.featured-link__link {
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #C1D72E;
  color: #576F7B;
  /*margin-top: 1rem;*/
}

.featured-link__descr {
  font-family: 'georgia', cursive;
  color: #002a5b;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.9rem;
  margin-top: 1.5rem;
}

@media only all and (min-width: 80em) {
  .featured-link__descr {
    margin-top: 1.5rem;
  }
}

.ie .featured-link__descr {
  margin-top: 1.5rem;
}

@media only all and (min-width: 80em) {
  .featured-link {
    height: 365px;
  }
}

.ie .featured-link {
  height: 365px;
}

.__green {
  background: #C1D72E;
  color: #576F7B;
  margin-top: 1rem;
}

@media only all and (min-width: 80em) {
  .__green {
    margin-top: 2rem;
  }
}

.ie .__green {
  margin-top: 2rem;
}

.__blue {
  background: #002255;
  color: white;
}

@media only all and (min-width: 80em) {
  .__blue {
    margin-top: 0;
  }
}

.ie .__blue {
  margin-top: 0;
}

.btn-news {
  background: #002255;
  color: white;
  margin-top: 1rem;
}

@media only all and (min-width: 80em) {
  .btn-news {
    margin-top: 0;
  }
}

.ie .btn-news {
  margin-top: 0;
}

.news-block {
  display: table;
  width: 100%;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: gray;
}

.news-block__img {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.news-block__img img {
  display: table-cell;
  width: 100%;
}

@media only all and (min-width: 80em) {
  .news-block__img img {
    display: block;
    width: 100%;
  }
}

.ie .news-block__img img {
  display: block;
  width: 100%;
}

@media only all and (min-width: 80em) {
  .news-block__img {
    width: 30%;
  }
}

.ie .news-block__img {
  width: 30%;
}

.news-block__txt-wrapper {
  border-radius: 2px;
  display: table-cell;
  vertical-align: top;
  padding-left: 0.5rem;
}

@media only all and (min-width: 46em) {
  .news-block__txt-wrapper {
    background-color: #ebede8;
  }
}

.ie .news-block__txt-wrapper {
  background-color: #ebede8;
}

@media only all and (min-width: 80em) {
  .news-block__txt-wrapper {
    background-color: transparent;
  }
}

.ie .news-block__txt-wrapper {
  background-color: transparent;
}

.news-block__txt {
  margin: 0.5rem;
}

@media only all and (min-width: 80em) {
  .news-block__txt {
    margin: 0;
  }
}

.ie .news-block__txt {
  margin: 0;
}

.news-block__title {
  color: #576F7B;
}

.news-block__date {
  text-transform: uppercase;
  font-size: 0.8rem;
}

@media only all and (min-width: 46em) {
  .news-block {
    display: inline-table;
    width: 48%;
    text-decoration: none;
    color: gray;
    padding-right: 0.5rem;
  }
}

.ie .news-block {
  display: inline-table;
  width: 48%;
  text-decoration: none;
  color: gray;
  padding-right: 0.5rem;
}

@media only all and (min-width: 80em) {
  .news-block {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
    text-decoration: none;
    color: gray;
  }
}

.ie .news-block {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
  text-decoration: none;
  color: gray;
}

.news-img {
  width: 100%;
  background-size: cover;
  margin: 0;
  display: grid;
}

.news-img img {
  border: 0;
  height: auto;
  width: 100%;
  padding: 0;
  margin: 0;
  background-size: cover;
}

.news-date {
  background-color: #576f7b;
  font-size: 1rem;
  color: #f2f3f1;
  padding: 0.5rem;
}

.news-title {
  font-size: 1.2rem;
}

.download-list__link {
  text-decoration: none;
}

.download-list__link:hover .download-list__title {
  color: #C1D72E;
}

.download-list__link:hover .download-list__divider {
  border: 1px solid #c1d72e;
}

.download-list__link:hover .download-list__btn {
  background: #C1D72E;
}

.download-list__items {
  display: block;
}

.download-list__txt {
  display: inline-block;
  width: 65%;
}

.download-list__txt .typography h3 {
  line-height: 1.2;
  padding-bottom: 0.2rem;
}

@media only all and (min-width: 64em) {
  .download-list__txt {
    height: auto;
    width: 75%;
  }
}

.ie .download-list__txt {
  height: auto;
  width: 75%;
}

.download-list__title {
  margin: 0 auto;
}

.download-list__desc {
  margin: 0 auto;
  padding: 0.5rem 0;
}

.download-list__btn-col {
  height: auto;
  width: 35%;
  float: right;
}

@media only all and (min-width: 64em) {
  .download-list__btn-col {
    height: auto;
    width: 25%;
  }
}

.ie .download-list__btn-col {
  height: auto;
  width: 25%;
}

.download-list__btn {
  width: auto;
  height: auto;
  float: right;
  position: relative;
  padding: 0.5rem 0.5rem;
  background: #dfe2da;
  color: #576F7B;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  display: inline-block;
}

.download-list__btn p {
  margin: 0;
  padding: 0;
}

.download-list__divider {
  border: 1px solid #f2f3f1;
}

.download-list__item {
  padding-bottom: 2rem;
}

.download-item input[type=text], .download-item input[type=email], .download-item textarea {
  width: 100%;
  box-sizing: border-box;
  padding: .5rem;
  border: 1px solid gainsboro;
}

.download-item fieldset > .field > label {
  display: inline-block;
  margin-bottom: .5rem;
  color: black;
}

.download-item fieldset > .field {
  margin-bottom: 1rem;
}

.download-item input[type=submit] {
  background: #002255;
  padding: .8rem 1rem;
  color: white;
  border: 0;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 600;
}

.download-item input[type=submit]:hover {
  background: #002c6e;
}

.download-item input[type=submit]:active {
  background: #00183b;
}

.subscr {
  background: gainsboro;
  padding: 0.5rem 0;
  display: table;
  width: 100%;
}

.subscr__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 500;
  color: #002255;
  font-family: 'georgia', cursive;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0;
  padding-right: 1rem;
}

@media only all and (min-width: 64em) {
  .subscr__title {
    display: table-cell;
    width: 25%;
  }
}

.ie .subscr__title {
  display: table-cell;
  width: 25%;
}

.subscr__form {
  padding-top: 1rem;
  display: table-cell;
}

.subscr__form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

@media only all and (min-width: 30em) {
  .subscr__form fieldset {
    width: 75%;
  }
}

.ie .subscr__form fieldset {
  width: 75%;
}

.subscr__form .field.text {
  display: initial;
  padding-right: 1rem;
  box-sizing: border-box;
  font-size: 1rem;
  outline: none;
  font-size: 0.9rem;
}

.subscr__form .field.text input {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem .7rem;
  box-sizing: border-box;
  border-radius: 3px;
  border: 0;
  outline: none;
}

.subscr__form .field.text input:focus {
  border: 2px solid #c1d72e;
}

@media only all and (min-width: 30em) {
  .subscr__form .field.text input {
    width: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.ie .subscr__form .field.text input {
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only all and (min-width: 64em) {
  .subscr__form .field.text input {
    width: 100%;
    display: inline-block;
  }
}

.ie .subscr__form .field.text input {
  width: 100%;
  display: inline-block;
}

@media only all and (min-width: 30em) {
  .subscr__form .field.text {
    display: table-cell;
  }
}

.ie .subscr__form .field.text {
  display: table-cell;
}

@media only all and (min-width: 64em) {
  .subscr__form .field.text {
    min-width: 300px;
  }
}

.ie .subscr__form .field.text {
  min-width: 300px;
}

.subscr__form .Actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  font-size: 1rem;
  vertical-align: middle;
}

.subscr__form .Actions input {
  width: auto;
  padding: 0.5rem 1rem;
  background: #c1d72e;
  color: #576F7B;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
}

@media only all and (min-width: 30em) {
  .subscr__form .Actions {
    display: inline-block;
    width: auto;
    font-size: 1rem;
  }
}

.ie .subscr__form .Actions {
  display: inline-block;
  width: auto;
  font-size: 1rem;
}

@media only all and (min-width: 64em) {
  .subscr__form .Actions {
    display: inline-block;
    width: 20%;
    font-size: 1rem;
  }
}

.ie .subscr__form .Actions {
  display: inline-block;
  width: 20%;
  font-size: 1rem;
}

@media only all and (min-width: 30em) {
  .subscr__form {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1rem 0;
  }
}

.ie .subscr__form {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem 0;
}

@media only all and (min-width: 64em) {
  .subscr__form {
    padding-top: 1rem;
    display: table-cell;
  }
}

.ie .subscr__form {
  padding-top: 1rem;
  display: table-cell;
}

.accr {
  padding: 2rem 0 2rem;
  text-align: center;
  overflow: hidden;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.accr__img {
  max-height: 90px;
  margin: 0 1rem 1rem;
}

@media only all and (min-width: 80em) {
  .accr__img {
    max-height: 90px;
  }
}

.ie .accr__img {
  max-height: 90px;
}

@media only all and (min-width: 46em) {
  .contact-form {
    margin-right: 2rem;
  }
}

.ie .contact-form {
  margin-right: 2rem;
}

@media only all and (min-width: 64em) {
  .contact-form {
    margin-right: 3rem;
  }
}

.ie .contact-form {
  margin-right: 3rem;
}

.contact-form fieldset {
  margin: 0;
  border: 0;
  padding: 1rem;
  border-radius: 5px;
  background-color: #ebede8;
}

.contact-form fieldset > .field {
  margin-bottom: 1rem;
}

.contact-form fieldset > .field > label {
  display: inline-block;
  margin-bottom: .5rem;
  color: #576f7b;
  font-weight: 500;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: .5rem;
  border: 1px solid gainsboro;
}

.contact-form textarea:focus, .contact-form input:focus {
  border: 2px solid #c5d855;
  outline: none;
}

.contact-form .Actions {
  text-align: right;
}

.contact-form input[type=submit] {
  background: #576f7b;
  padding: .8rem 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: white;
  border: 0;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: .9rem;
}

.contact-form input[type=submit]:hover {
  background: #002c6e;
}

.contact-form input[type=submit]:active {
  background: #00183b;
}

@media only all and (min-width: 46em) {
  .contact-form div.half-form, .contact-form div.half-form--last, .ie .contact-form div.half-form--last {
    width: 48%;
    display: inline-block;
    margin-right: 4%;
  }
  .contact-form div.half-form--last {
    margin-right: 0;
  }
}

.ie .contact-form div.half-form, .ie .contact-form div.half-form--last {
  width: 48%;
  display: inline-block;
  margin-right: 4%;
}

.ie .contact-form div.half-form--last {
  margin-right: 0;
}

.wrapper--flex {
  display: block;
}

@media only all and (min-width: 30em) {
  .wrapper--flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.ie .wrapper--flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only all and (min-width: 46em) {
  .wrapper--flex {
    display: block;
  }
}

.ie .wrapper--flex {
  display: block;
}

.contact-form__descr {
  display: block;
  padding: 10px 0;
}

@media only all and (min-width: 46em) {
  .contact-form__descr {
    display: none;
  }
}

.ie .contact-form__descr {
  display: none;
}

.office-block__title {
  margin-top: 0;
  font-weight: 500;
  color: #C1D72E;
}

.office-block__career {
  background: #ebede8;
  padding: 1em;
}

@media only all and (min-width: 46em) {
  .office-block__career {
    background: none;
    padding: 0;
  }
}

.ie .office-block__career {
  background: none;
  padding: 0;
}

.office-block:first-child {
  border-bottom: 2px solid #ebede8;
  margin-bottom: 1em;
  margin-top: 1em;
}

@media only all and (min-width: 30em) {
  .office-block {
    max-width: 45%;
    margin-right: 2em;
    margin-top: 1em;
  }
  .office-block:first-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
}

.ie .office-block {
  max-width: 45%;
  margin-right: 2em;
  margin-top: 1em;
}

.ie .office-block:first-child {
  border-bottom: 0;
  margin-bottom: 0;
}

@media only all and (min-width: 46em) {
  .office-block {
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
}

.ie .office-block {
  max-width: 100%;
  margin-top: 0;
  margin-right: 0;
}

.map-embed {
  display: none;
}

@media only all and (min-width: 64em) {
  .map-embed {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
}

.ie .map-embed {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.quote {
  background: #EBEDE8;
  padding: 1rem;
  border-left: 5px solid #C1D72E;
  position: relative;
  margin: 2rem 0 1rem;
  width: 100%;
  box-sizing: border-box;
}

.quote:before {
  content: URL("../images/quote.svg");
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  width: 50px;
  height: 50px;
  opacity: 0.1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quote__tag {
  font-size: .9rem;
  text-transform: uppercase;
  padding-top: 1rem;
  border-top: 2px solid gainsboro;
}

.go-back-btn {
  margin-right: 4rem;
  margin-bottom: 1rem;
  background-color: #f2f3f1;
}

.go-back-btn p {
  text-align: right;
  padding: 10px 20px;
}

.back-btn-text:hover {
  color: #C1D72E;
  text-decoration: none;
}

.tombstones {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -.5rem;
}

.tombstones__item {
  width: calc(33.3333% - 1rem);
  margin: 0 .5rem 1rem;
}

@media only all and (max-width: 29.999em) {
  .tombstones__item {
    width: calc(50% - 1rem);
  }
}

.tombstones__image {
  display: block;
  max-width: 100%;
  width: 100%;
}

.footer-section {
  margin-bottom: 2em;
  margin-top: 2em;
}

.footer-section:last-child {
  margin-bottom: 0;
}

.footer-section-title {
  margin-top: 0;
  font-weight: normal;
  color: #576F7B;
  margin-bottom: .5em;
}

.footer-section-list {
  margin: 0;
  padding: 0;
}

.footer-section-list > li {
  list-style: none;
  color: #808080;
  line-height: 150%;
}

.footer-section-link {
  color: #808080;
  text-decoration: none;
}

.footer-section-link:hover {
  color: #576F7B;
}

.footer-section-social {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only all and (min-width: 46em) {
  .footer-section {
    margin-bottom: 0;
  }
}

.ie .footer-section {
  margin-bottom: 0;
}

.copyright {
  color: #6e785e;
  border-top: 1px solid #d2d7cb;
  margin-top: 1em;
  padding: 2em 1em;
}

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

.copyright a:hover {
  cursor: pointer;
  color: #576F7B;
}

.design-company {
  clear: left;
  white-space: nowrap;
}

@media only all and (min-width: 64em) {
  .design-company {
    float: right;
    clear: none;
  }
}

.ie .design-company {
  float: right;
  clear: none;
}

.fa {
  font-size: 1.4rem;
  padding: 0rem 1rem 0 0;
  color: #808080;
}

.fa:hover {
  cursor: pointer;
  color: #576F7B;
}

.userform {
  box-sizing: border-box;
  padding: 0 2rem;
}

@media only all and (max-width: 45.999em) {
  .userform {
    padding: 0;
  }
}

.userform fieldset {
  padding: 0;
}

.userform-progress p {
  font-size: 1.2rem;
  padding: 0 0 1rem;
}

.userform .step-buttons {
  min-height: 37px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.userform .step-button-jump {
  background: #576F7B;
  color: #fff;
  border: 0;
  padding: .5rem;
  box-sizing: border-box;
}

.userform .progress-title {
  margin: 2rem 0;
}

.userform p {
  margin-bottom: 0;
}

.userform .left {
  display: inline-block;
  font-size: 1.2rem;
  color: #002255;
  margin: 0 0 10px;
}

.userform .field.text, .userform .field.dropdown {
  display: inline-block;
  width: 100%;
  font-size: 1.1rem;
  margin: 0 0 2rem;
}

.userform .field.textarea {
  display: inline-block;
  width: 100%;
  font-size: 1.1rem;
  margin: 0 0 2rem;
}

.userform .field.optionset {
  margin: 0 0 2rem;
}

.userform input[type=email], .userform input[type=password], .userform input[type=text], .userform select, .userform textarea {
  width: 100%;
  padding: 1rem 1.4rem;
  box-sizing: border-box;
  font: 1rem "futura-pt", sans-serif, monospace;
  background: #fff;
  display: inline-block;
  border: 1px solid #002255;
  -webkit-appearance: none;
  border-radius: 0;
}

.userform input[type=email]:active, .userform input[type=password]:active, .userform input[type=text]:active, .userform select:active, .userform textarea:active {
  border-bottom: 1px solid #002255;
  background: #fff;
  box-shadow: 0px 0px 10px #efefef;
}

.userform input[type=email]:focus, .userform input[type=password]:focus, .userform input[type=text]:focus, .userform select:focus, .userform textarea:focus {
  outline: 0;
  border-bottom: 1px solid #002255;
  background: #fff;
  box-shadow: 0px 0px 10px #efefef;
}

.userform textarea {
  resize: vertical;
}

.userform select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50% #ffffff;
}

.userform select:focus {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50% #ffffff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .userform select {
    background: #fff;
  }
  .userform select:focus {
    background: #fff;
  }
}

.userform input[type=file] {
  font: 1rem "futura-pt", sans-serif, monospace;
  width: 100%;
  padding: 1rem 1.4rem;
  box-sizing: border-box;
  border: none;
  display: inline-block;
}

.userform input[type=checkbox] {
  font: 1rem "futura-pt", sans-serif, monospace;
  padding: 1rem 1.4rem;
  box-sizing: border-box;
  border: none;
  display: inline-block;
  margin: 1rem 0;
}

.userform input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

.userform input[type=submit]:hover {
  color: #fff;
}

.userform .userformsgroup {
  border: 0;
  border-radius: 0;
  margin: 0;
}

.userform .userformsgroup legend {
  padding: 0;
  font-family: "georgia", cursive;
  font-size: 1.5rem;
  font-weight: 500;
  color: #576F7B;
  margin: 2rem 0;
}

.userform .optionset {
  padding: 0;
  list-style-type: none;
}

.userform .optionset label {
  margin-left: .5rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.userform .error.message {
  background: #bf0000;
  display: inline-block;
  margin-top: .3rem;
  box-sizing: border-box;
  padding: .4rem .7rem;
  font-size: 1.1rem;
  color: #fff;
  width: 100%;
  font-weight: 700;
}

.userform .step-button-next, .userform .step-button-prev, .userform .action {
  background: #576F7B;
  color: #fff;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  padding: .8rem 1.5rem;
}

.userform .action {
  background: #002255;
}


