/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* authorprofile2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/*  ==========================================================================
    Helper classes
    ========================================================================== */

/*
//  Image replacement
*/

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
/*
//  Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
//  Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
 *zoom: 1;
}

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






/* ==========================================================================
   grid
   ========================================================================== */

.gd-g {
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
    text-rendering: optimizespeed;
    margin-left: -.75em; margin-right: -.75em;
}

.gd-g--center{ text-align: center; }
.gd-g--vertcenter .gd-u{ vertical-align: middle; }
.gd-g--align-bottom .gd-u,
.gd-g--bottom .gd-u{ vertical-align: bottom; }
.gd-g--align-top .gd-u,
.gd-g--top .gd-u{ vertical-align: top; }
.gd-g--center .gd-u{ text-align: left; }

.opera-only :-o-prefocus,
.gd-g {
    word-spacing: -0.43em;
}

.gd-u {
	display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    box-sizing: border-box;
    padding-left: .75em; padding-right: .75em;
}

.gd-u--nopadleft{ padding-left: 0; }
.gd-u--nopadright{ padding-right: 0; }

.gd-u-1 { width:100%; }
.gd-u-1-2 { width: 50%; }
.gd-u-1-3 { width: 33.3%; }
.gd-u-2-3 { width: 66.66666%; }
.gd-u-1-4 { width: 25%; }
.gd-u-3-4 { width: 75%; }
.gd-u-1-5 { width: 20%; }
.gd-u-2-5 { width: 40%; }
.gd-u-3-5 { width: 60%; }
.gd-u-4-5 { width: 80%; }
.gd-u-1-6 { width: 16.656%; }
.gd-u-5-6 { width: 83.33%; }
.gd-u-1-8 { width: 12.5%; }
.gd-u-3-8 { width: 37.5%; }
.gd-u-5-8 { width: 62.5%; }
.gd-u-7-8 { width: 87.5%; }
.gd-u-1-12 { width: 8.3333%; }
.gd-u-5-12 { width: 41.6666%; }
.gd-u-7-12 { width: 58.3333%; }
.gd-u-11-12 { width: 91.6666%; }
.gd-u-1-24 { width: 4.1666%; }
.gd-u-5-24 { width: 20.8333%; }
.gd-u-7-24 { width: 29.1666%; }
.gd-u-11-24 { width: 45.8333%; }
.gd-u-13-24 { width: 54.1666%; }
.gd-u-17-24 { width: 70.8333%; }
.gd-u-19-24 { width: 79.1666%; }
.gd-u-23-24 { width: 95.8333%;}
.gd-u-auto { width: auto; }

@media screen and (max-width: 549px){
	.lt550-hide{ display: none; }
}

@media screen and (min-width: 550px){
	.gd-u-gt550-1 { width: 100%; }
	.gd-u-gt550-1-2 { width: 50%; }
	.gd-u-gt550-1-3 { width: 33.33333%; }
	.gd-u-gt550-2-3 { width: 66.66666%; }
	.gd-u-gt550-1-4 { width: 25%; }
	.gd-u-gt550-3-4 { width: 75%; }
	.gd-u-gt550-1-5 { width: 20%; }
	.gd-u-gt550-2-5 { width: 40%; }
	.gd-u-gt550-3-5 { width: 60%; }
	.gd-u-gt550-4-5 { width: 80%; }
	.gd-u-gt550-1-6 { width: 16.656%; }
	.gd-u-gt550-5-6 { width: 83.33%; }
	.gd-u-gt550-1-8 { width: 12.5%; }
	.gd-u-gt550-3-8 { width: 37.5%; }
	.gd-u-gt550-5-8 { width: 62.5%; }
	.gd-u-gt550-7-8 { width: 87.5%; }
	.gd-u-gt550-1-12 { width: 8.3333%; }
	.gd-u-gt550-5-12 { width: 41.6666%; }
	.gd-u-gt550-7-12 { width: 58.3333%; }
	.gd-u-gt550-11-12 { width: 91.6666%; }
	.gd-u-gt550-1-24 { width: 4.1666%; }
	.gd-u-gt550-5-24 { width: 20.8333%; }
	.gd-u-gt550-7-24 { width: 29.1666%; }
	.gd-u-gt550-11-24 { width: 45.8333%; }
	.gd-u-gt550-13-24 { width: 54.1666%; }
	.gd-u-gt550-17-24 { width: 70.8333%; }
	.gd-u-gt550-19-24 { width: 79.1666%; }
	.gd-u-gt550-23-24 { width: 95.8333%; }
    .gd-u-gt550-auto { width: auto; }

    .gd-u-gt550--nopadleft{ padding-left: 0; }
    .gd-u-gt550--nopadright{ padding-right: 0; }

    .gd-g{ margin-right: -1em; margin-left: -1em; }
    .gd-u{ padding-right: 1em; padding-left: 1em; }
}

@media screen and (max-width: 699px){
	.lt700-hide{ display: none; }
}

@media screen and (min-width: 700px){
	.gd-u-gt700-1 { width: 100%; }
	.gd-u-gt700-1-2 { width: 50%; }
	.gd-u-gt700-1-3 { width: 33.33333%; }
	.gd-u-gt700-2-3 { width: 66.66666%; }
	.gd-u-gt700-1-4 { width: 25%; }
	.gd-u-gt700-3-4 { width: 75%; }
	.gd-u-gt700-1-5 { width: 20%; }
	.gd-u-gt700-2-5 { width: 40%; }
	.gd-u-gt700-3-5 { width: 60%; }
	.gd-u-gt700-4-5 { width: 80%; }
	.gd-u-gt700-1-6 { width: 16.656%; }
	.gd-u-gt700-5-6 { width: 83.33%; }
	.gd-u-gt700-1-8 { width: 12.5%; }
	.gd-u-gt700-3-8 { width: 37.5%; }
	.gd-u-gt700-5-8 { width: 62.5%; }
	.gd-u-gt700-7-8 { width: 87.5%; }
	.gd-u-gt700-1-12 { width: 8.3333%; }
	.gd-u-gt700-5-12 { width: 41.6666%; }
	.gd-u-gt700-7-12 { width: 58.3333%; }
	.gd-u-gt700-11-12 { width: 91.6666%; }
	.gd-u-gt700-1-24 { width: 4.1666%; }
	.gd-u-gt700-5-24 { width: 20.8333%; }
	.gd-u-gt700-7-24 { width: 29.1666%; }
	.gd-u-gt700-11-24 { width: 45.8333%; }
	.gd-u-gt700-13-24 { width: 54.1666%; }
	.gd-u-gt700-17-24 { width: 70.8333%; }
	.gd-u-gt700-19-24 { width: 79.1666%; }
	.gd-u-gt700-23-24 { width: 95.8333%; }
    .gd-u-gt700-auto { width: auto; }

    .gd-u-gt700--nopadleft{ padding-left: 0; }
    .gd-u-gt700--nopadright{ padding-right: 0; }

    .gd-g{ margin-right: -1.25em; margin-left: -1.25em; }
    .gd-u{ padding-right: 1.25em; padding-left: 1.25em; }

}

@media screen and (max-width: 799px){
	.lt800-hide{ display: none; }
}

@media screen and (min-width: 800px){
	.gd-u-gt800-1 { width: 100%; }
	.gd-u-gt800-1-2 { width: 50%; }
	.gd-u-gt800-1-3 { width: 33.33333%; }
	.gd-u-gt800-2-3 { width: 66.66666%; }
	.gd-u-gt800-1-4 { width: 25%; }
	.gd-u-gt800-3-4 { width: 75%; }
	.gd-u-gt800-1-5 { width: 20%; }
	.gd-u-gt800-2-5 { width: 40%; }
	.gd-u-gt800-3-5 { width: 60%; }
	.gd-u-gt800-4-5 { width: 80%; }
	.gd-u-gt800-1-6 { width: 16.656%; }
	.gd-u-gt800-5-6 { width: 83.33%; }
	.gd-u-gt800-1-8 { width: 12.5%; }
	.gd-u-gt800-3-8 { width: 37.5%; }
	.gd-u-gt800-5-8 { width: 62.5%; }
	.gd-u-gt800-7-8 { width: 87.5%; }
	.gd-u-gt800-1-12 { width: 8.3333%; }
	.gd-u-gt800-5-12 { width: 41.6666%; }
	.gd-u-gt800-7-12 { width: 58.3333%; }
	.gd-u-gt800-11-12 { width: 91.6666%; }
	.gd-u-gt800-1-24 { width: 4.1666%; }
	.gd-u-gt800-5-24 { width: 20.8333%; }
	.gd-u-gt800-7-24 { width: 29.1666%; }
	.gd-u-gt800-11-24 { width: 45.8333%; }
	.gd-u-gt800-13-24 { width: 54.1666%; }
	.gd-u-gt800-17-24 { width: 70.8333%; }
	.gd-u-gt800-19-24 { width: 79.1666%; }
	.gd-u-gt800-23-24 { width: 95.8333%; }
    .gd-u-gt800-auto { width: auto; }

    .gd-u-gt800--nopadleft{ padding-left: 0; }
    .gd-u-gt800--nopadright{ padding-right: 0; }
}

@media screen and (max-width: 999px){
	.lt1000-hide{ display: none; }
}

@media screen and (min-width: 1000px){
	.gd-u-gt1000-1 { width: 100%; }
	.gd-u-gt1000-1-2 { width: 50%; }
	.gd-u-gt1000-1-3 { width: 33.33333%; }
	.gd-u-gt1000-2-3 { width: 66.66666%; }
	.gd-u-gt1000-1-4 { width: 25%; }
	.gd-u-gt1000-3-4 { width: 75%; }
	.gd-u-gt1000-1-5 { width: 20%; }
	.gd-u-gt1000-2-5 { width: 40%; }
	.gd-u-gt1000-3-5 { width: 60%; }
	.gd-u-gt1000-4-5 { width: 80%; }
	.gd-u-gt1000-1-6 { width: 16.656%; }
	.gd-u-gt1000-5-6 { width: 83.33%; }
	.gd-u-gt1000-1-8 { width: 12.5%; }
	.gd-u-gt1000-3-8 { width: 37.5%; }
	.gd-u-gt1000-5-8 { width: 62.5%; }
	.gd-u-gt1000-7-8 { width: 87.5%; }
	.gd-u-gt1000-1-12 { width: 8.3333%; }
	.gd-u-gt1000-5-12 { width: 41.6666%; }
	.gd-u-gt1000-7-12 { width: 58.3333%; }
	.gd-u-gt1000-11-12 { width: 91.6666%; }
	.gd-u-gt1000-1-24 { width: 4.1666%; }
	.gd-u-gt1000-5-24 { width: 20.8333%; }
	.gd-u-gt1000-7-24 { width: 29.1666%; }
	.gd-u-gt1000-11-24 { width: 45.8333%; }
	.gd-u-gt1000-13-24 { width: 54.1666%; }
	.gd-u-gt1000-17-24 { width: 70.8333%; }
	.gd-u-gt1000-19-24 { width: 79.1666%; }
	.gd-u-gt1000-23-24 { width: 95.8333%; }
    .gd-u-gt1000-auto { width: auto; }

    .gd-u-gt1000--nopadleft{ padding-left: 0; }
    .gd-u-gt1000--nopadright{ padding-right: 0; }

    .gd-g{ margin-right: -1.5em; margin-left: -1.5em; }
    .gd-u{ padding-right: 1.5em; padding-left: 1.5em; }
}

@media screen and (max-width: 1200px){
	.lt1200-hide{ display: none; }
}

@media screen and (min-width: 1200px){
	.gd-u-gt1200-1 { width: 100%; }
	.gd-u-gt1200-1-2 { width: 50%; }
	.gd-u-gt1200-1-3 { width: 33.33333%; }
	.gd-u-gt1200-2-3 { width: 66.66666%; }
	.gd-u-gt1200-1-4 { width: 25%; }
	.gd-u-gt1200-3-4 { width: 75%; }
	.gd-u-gt1200-1-5 { width: 20%; }
	.gd-u-gt1200-2-5 { width: 40%; }
	.gd-u-gt1200-3-5 { width: 60%; }
	.gd-u-gt1200-4-5 { width: 80%; }
	.gd-u-gt1200-1-6 { width: 16.656%; }
	.gd-u-gt1200-5-6 { width: 83.33%; }
	.gd-u-gt1200-1-8 { width: 12.5%; }
	.gd-u-gt1200-3-8 { width: 37.5%; }
	.gd-u-gt1200-5-8 { width: 62.5%; }
	.gd-u-gt1200-7-8 { width: 87.5%; }
	.gd-u-gt1200-1-12 { width: 8.3333%; }
	.gd-u-gt1200-5-12 { width: 41.6666%; }
	.gd-u-gt1200-7-12 { width: 58.3333%; }
	.gd-u-gt1200-11-12 { width: 91.6666%; }
	.gd-u-gt1200-1-24 { width: 4.1666%; }
	.gd-u-gt1200-5-24 { width: 20.8333%; }
	.gd-u-gt1200-7-24 { width: 29.1666%; }
	.gd-u-gt1200-11-24 { width: 45.8333%; }
	.gd-u-gt1200-13-24 { width: 54.1666%; }
	.gd-u-gt1200-17-24 { width: 70.8333%; }
	.gd-u-gt1200-19-24 { width: 79.1666%; }
	.gd-u-gt1200-23-24 { width: 95.8333%; }
    .gd-u-gt1200-auto { width: auto; }

    .gd-u-gt1200--nopadleft{ padding-left: 0; }
    .gd-u-gt1200--nopadright{ padding-right: 0; }
}

@media screen and (max-width: 1399px){
	.lt1400-hide{ display: none; }
}

@media screen and (min-width: 1400px){
	.gd-u-gt1400-1 { width: 100%; }
	.gd-u-gt1400-1-2 { width: 50%; }
	.gd-u-gt1400-1-3 { width: 33.33333%; }
	.gd-u-gt1400-2-3 { width: 66.66666%; }
	.gd-u-gt1400-1-4 { width: 25%; }
	.gd-u-gt1400-3-4 { width: 75%; }
	.gd-u-gt1400-1-5 { width: 20%; }
	.gd-u-gt1400-2-5 { width: 40%; }
	.gd-u-gt1400-3-5 { width: 60%; }
	.gd-u-gt1400-4-5 { width: 80%; }
	.gd-u-gt1400-1-6 { width: 16.656%; }
	.gd-u-gt1400-5-6 { width: 83.33%; }
	.gd-u-gt1400-1-8 { width: 12.5%; }
	.gd-u-gt1400-3-8 { width: 37.5%; }
	.gd-u-gt1400-5-8 { width: 62.5%; }
	.gd-u-gt1400-7-8 { width: 87.5%; }
	.gd-u-gt1400-1-12 { width: 8.3333%; }
	.gd-u-gt1400-5-12 { width: 41.6666%; }
	.gd-u-gt1400-7-12 { width: 58.3333%; }
	.gd-u-gt1400-11-12 { width: 91.6666%; }
	.gd-u-gt1400-1-24 { width: 4.1666%; }
	.gd-u-gt1400-5-24 { width: 20.8333%; }
	.gd-u-gt1400-7-24 { width: 29.1666%; }
	.gd-u-gt1400-11-24 { width: 45.8333%; }
	.gd-u-gt1400-13-24 { width: 54.1666%; }
	.gd-u-gt1400-17-24 { width: 70.8333%; }
	.gd-u-gt1400-19-24 { width: 79.1666%; }
	.gd-u-gt1400-23-24 { width: 95.8333%; }
    .gd-u-gt1400-auto { width: auto; }

    .gd-u-gt1400--nopadleft{ padding-left: 0; }
    .gd-u-gt1400--nopadright{ padding-right: 0; }
}


.opera-only :-o-prefocus,
.gd-g {
    word-spacing: -0.43em;
}

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



/* 	==========================================================================
	animations
   	========================================================================== */

.effect--fade,
.effect--slidein {
    -webkit-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -moz-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.effect--fade {
    opacity: 0.5;
}

.effect--fade.effect--ready,
.no-cssanimations .effect--fade {
    opacity: 1;
}

.effect--slidein{
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.effect--slidein.effect--ready,
.no-cssanimations .effect--slidein {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.effect--slidedown {
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.effect--slidedown.effect--ready,
.no-cssanimations .effect--slidedown {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.effect--slideright {
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.effect--slideright.effect--ready,
.no-cssanimations .effect--slideright {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.effect--slideleft {
    -webkit-transform: translate(100px, 0px);
    -moz-transform: translate(100px, 0px);
    transform: translate(100px, 0px);
}

.effect--slideleft.effect--ready,
.no-cssanimations .effect--slideleft {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
}




.gd-u-1-2.effect:nth-child(2n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
.gd-u-1-2.effect:nth-child(2n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }

.gd-u-1-3.effect:nth-child(3n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
.gd-u-1-3.effect:nth-child(3n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }
.gd-u-1-3.effect:nth-child(3n + 3) { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }

.gd-u-1-4.effect:nth-child(4n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
.gd-u-1-4.effect:nth-child(4n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }
.gd-u-1-4.effect:nth-child(4n + 3) { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }
.gd-u-1-4.effect:nth-child(4n + 4) { -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; transition-delay: 450ms; }

.postgrid .post:nth-child(2n+2) .post__inner{ -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }
.posts--inline .post:nth-child(2n+2) .post__inner{ -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }

@media only screen and (min-width: 550px) {
    .gd-u-gt550-1-2.effect:nth-child(2n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
    .gd-u-gt550-1-2.effect:nth-child(2n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }

    .gd-u-gt550-1-3.effect:nth-child(3n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
    .gd-u-gt550-1-3.effect:nth-child(3n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }
    .gd-u-gt550-1-3.effect:nth-child(3n + 3) { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }

    .gd-u-gt550-1-4.effect:nth-child(4n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
    .gd-u-gt550-1-4.effect:nth-child(4n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }
    .gd-u-gt550-1-4.effect:nth-child(4n + 3) { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }
    .gd-u-gt550-1-4.effect:nth-child(4n + 4) { -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; transition-delay: 450ms; }
}

@media only screen and (min-width: 700px) {
    .gd-u-gt700-1-2.effect:nth-child(2n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
    .gd-u-gt700-1-2.effect:nth-child(2n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }

    .gd-u-gt700-1-3.effect:nth-child(3n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
    .gd-u-gt700-1-3.effect:nth-child(3n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }
    .gd-u-gt700-1-3.effect:nth-child(3n + 3) { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }

    .gd-u-gt700-1-4.effect:nth-child(4n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
    .gd-u-gt700-1-4.effect:nth-child(4n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }
    .gd-u-gt700-1-4.effect:nth-child(4n + 3) { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }
    .gd-u-gt700-1-4.effect:nth-child(4n + 4) { -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; transition-delay: 450ms; }

    .postgrid .post:nth-child(3n+1) .post__inner{ -webkit-transition-delay: 0ms; -moz-transition-delay: 0ms; transition-delay: 0ms; }
    .postgrid .post:nth-child(3n+2) .post__inner{ -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }
    .postgrid .post:nth-child(3n+3) .post__inner{ -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }
}

@media only screen and (min-width: 800px) {
    .gd-u-gt800-1-2.effect:nth-child(2n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
    .gd-u-gt800-1-2.effect:nth-child(2n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }

    .gd-u-gt800-1-3.effect:nth-child(3n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
    .gd-u-gt800-1-3.effect:nth-child(3n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }
    .gd-u-gt800-1-3.effect:nth-child(3n + 3) { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }

    .gd-u-gt800-1-4.effect:nth-child(4n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
    .gd-u-gt800-1-4.effect:nth-child(4n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }
    .gd-u-gt800-1-4.effect:nth-child(4n + 3) { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }
    .gd-u-gt800-1-4.effect:nth-child(4n + 4) { -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; transition-delay: 450ms; }
}

@media only screen and (min-width: 1000px) {
    .gd-u-gt1000-1-2.effect:nth-child(2n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
    .gd-u-gt1000-1-2.effect:nth-child(2n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }

    .gd-u-gt1000-1-3.effect:nth-child(3n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
    .gd-u-gt1000-1-3.effect:nth-child(3n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }
    .gd-u-gt1000-1-3.effect:nth-child(3n + 3) { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }

    .gd-u-gt1000-1-4.effect:nth-child(4n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
    .gd-u-gt1000-1-4.effect:nth-child(4n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }
    .gd-u-gt1000-1-4.effect:nth-child(4n + 3) { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }
    .gd-u-gt1000-1-4.effect:nth-child(4n + 4) { -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; transition-delay: 450ms; }
}

@media only screen and (min-width: 1200px) {
    .gd-u-gt1200-1-2.effect:nth-child(2n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
    .gd-u-gt1200-1-2.effect:nth-child(2n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }

    .gd-u-gt1200-1-3.effect:nth-child(3n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
    .gd-u-gt1200-1-3.effect:nth-child(3n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }
    .gd-u-gt1200-1-3.effect:nth-child(3n + 3) { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }

    .gd-u-gt1200-1-4.effect:nth-child(4n + 1) { -webkit-transition-delay: 0; -moz-transition-delay: 0; transition-delay: 0; }
    .gd-u-gt1200-1-4.effect:nth-child(4n + 2) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }
    .gd-u-gt1200-1-4.effect:nth-child(4n + 3) { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }
    .gd-u-gt1200-1-4.effect:nth-child(4n + 4) { -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; transition-delay: 450ms; }

    .postgrid .post:nth-child(4n+1) .post__inner{ -webkit-transition-delay: 0ms; -moz-transition-delay: 0ms; transition-delay: 0ms; }
    .postgrid .post:nth-child(4n+2) .post__inner{ -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; transition-delay: 150ms; }
    .postgrid .post:nth-child(4n+3) .post__inner{ -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }
    .postgrid .post:nth-child(4n+4) .post__inner{ -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; transition-delay: 450ms; }
}



.effect--delay-1 {
    -webkit-transition-delay: 150ms !important;
    -moz-transition-delay: 150ms !important;
    transition-delay: 150ms !important;
}

.effect--delay-2 {
    -webkit-transition-delay: 300ms !important;
    -moz-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
}

.effect--delay-3 {
    -webkit-transition-delay: 450ms !important;
    -moz-transition-delay: 450ms !important;
    transition-delay: 450ms !important;
}

.effect--delay-4 {
  -webkit-transition-delay: 600ms !important;
  -moz-transition-delay: 600ms !important;
  transition-delay: 600ms !important;
}

.effect--delay-5 {
  -webkit-transition-delay: 750ms !important;
  -moz-transition-delay: 750ms !important;
  transition-delay: 750ms !important;
}

.effect--delay-6 {
  -webkit-transition-delay: 900ms !important;
  -moz-transition-delay: 900ms !important;
  transition-delay: 900ms !important;
}

.effect--delay-7 {
  -webkit-transition-delay: 1150ms !important;
  -moz-transition-delay: 1150ms !important;
  transition-delay: 1150ms !important;
}

.effect--delay-0 {
  -webkit-transition-delay: 0ms !important;
  -moz-transition-delay: 0ms !important;
  transition-delay: 0ms !important;
}




/* ==========================================================================
   forms
   ========================================================================== */

.field{
    padding: 0 .5em .5em 0;
    position: relative;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
textarea{
    padding: 1em;
    background: #eee;
    border: solid 1px #e5e5e5;
    border-radius: 0;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-family: inherit;
}

textarea{
    min-height: 5.2em;
}

input[disabled],
input[disabled],
input[disabled],
input[disabled],
textarea[disabled],
input[readonly],
input[readonly],
input[readonly],
input[readonly],
textarea[readonly]{
    opacity: .5;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus{
    border-color: #1d2e3c;
}

[type="text"].error,
input[type="email"].error,
input[type="password"].error,
input[type="number"].error,
textarea.error{
    background-size: auto 1em;
    background-position: right center;
    background-repeat: no-repeat;
}

textarea.error{
    background-position: right 1em;
}

.form-error{
    position: relative;
    display: block;
    background: #ff5533;
    padding: .5em 1em;
    z-index: 2;
    font-size: 12px;
}

.form-error:before{
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    left: 1em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ff5533;
}
