@charset "UTF-8";
/******************************************************************
	
Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('assets/fonts/font-name.eot');
    	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Titillium Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #36424e;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter, opacity, filter;
  transition-property: opacity, filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.65; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: white;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -60px;
      top: 60px;
      -webkit-transform: translate3d(60px, -60px, 0) rotate(-45deg);
      transform: translate3d(60px, -60px, 0) rotate(-45deg);
      -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -60px;
      top: 60px;
      -webkit-transform: translate3d(-60px, -60px, 0) rotate(45deg);
      transform: translate3d(-60px, -60px, 0) rotate(45deg);
      -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/************************************************

Stylesheet: Main Stylesheet

*************************************************/
@font-face {
  font-family: 'digiexam-iconfont';
  src: url("../fonts/digiexam-iconfont.eot?os6sgt");
  src: url("../fonts/digiexam-iconfont.eot?os6sgt#iefix") format("embedded-opentype"), url("../fonts/digiexam-iconfont.ttf?os6sgt") format("truetype"), url("../fonts/digiexam-iconfont.woff?os6sgt") format("woff"), url("../fonts/digiexam-iconfont.svg?os6sgt#digiexam-iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before,
[class*=" icon-"]:before,
.btn.after-icon:after,
.campaign-section-form .after-icon.gform_button:after,
.feature-item:after,
.question-toggle:before,
.blog-prev:before,
.blog-next:after,
.custom-icon-list li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'digiexam-iconfont' !important;
  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-file:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-pdf:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.after-icon-long-arrow:after {
  content: ""; }

.icon-long-arrow:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-paper-plane:before {
  content: ""; }

.icon-play-btn:before {
  content: ""; }

.icon-question-mark:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-smiley:before {
  content: ""; }

.after-icon-smiley:after {
  content: ""; }

.icon-grid:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.after-icon-chevron-left:after {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.after-icon-chevron-right:after {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.after-icon-chevron-down:after {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.after-icon-twitter:after {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.after-icon-facebook:after {
  content: ""; }

.icon-facebook-f:before {
  content: ""; }

.icon-briefcase:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-email:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-google:before {
  content: ""; }

.icon-hashtag:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

/*********************
GENERAL STYLES
*********************/
*, *:hover, *:active {
  outline: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  background: #fefefe;
  overflow-x: hidden;
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif; }

body.home {
  background: #3ccb93; }

body#tinymce {
  padding-left: 1em !important;
  padding-right: 1em !important; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left; }

.off-canvas-content {
  position: relative;
  z-index: 2;
  background: #f6f6f6;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.off-canvas-overlay {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fefefe;
  opacity: 0;
  z-index: 60;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

body.state--nav-open .off-canvas-overlay {
  visibility: visible;
  opacity: 1; }

body.fixed-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }

/*********************
LINK STYLES
*********************/
a {
  color: #dc2473; }
  a.white {
    color: #fefefe; }

a, a:visited {
  text-decoration: none;
  /* Mobile tap color */ }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
  /* Removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 1.75rem;
  line-height: 1.2em; }

h3, .h3 {
  font-size: 1.375rem; }

h4, .h4 {
  font-size: 1.125rem; }

h5, .h5 {
  font-size: 1em;
  letter-spacing: 0; }

p.large {
  font-size: 1.125rem; }

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

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

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

.text-uppercase {
  text-transform: uppercase; }

.text-italic {
  font-style: italic; }

.preamble {
  font-size: 1.125em;
  line-height: 1.35em;
  letter-spacing: -0.02em; }

.strikethrough {
  z-index: 1;
  position: relative;
  display: inline-block;
  background-image: -webkit-linear-gradient(to left, rgba(54, 66, 78, 0.65), rgba(54, 66, 78, 0.65));
  background-image: -webkit-linear-gradient(right, rgba(54, 66, 78, 0.65), rgba(54, 66, 78, 0.65));
  background-image: linear-gradient(to left, rgba(54, 66, 78, 0.65), rgba(54, 66, 78, 0.65));
  background-position: 13% 34%;
  background-repeat: no-repeat;
  background-size: 78% 50%;
  color: #fefefe; }
  .strikethrough:before, .strikethrough:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(54, 66, 78, 0.75); }
  .strikethrough.more-punch {
    background-image: -webkit-linear-gradient(to left, rgba(54, 66, 78, 0.8), rgba(54, 66, 78, 0.8));
    background-image: -webkit-linear-gradient(right, rgba(54, 66, 78, 0.8), rgba(54, 66, 78, 0.8));
    background-image: linear-gradient(to left, rgba(54, 66, 78, 0.8), rgba(54, 66, 78, 0.8)); }
    .strikethrough.more-punch:before, .strikethrough.more-punch:after {
      background-color: rgba(20, 40, 47, 0.85); }
  .strikethrough:before {
    width: 102%;
    height: 55%;
    z-index: -1;
    -webkit-transform: rotate(-5deg) translateY(57%) translateX(-2%) skewX(-4deg);
    transform: rotate(-3deg) translateY(57%) translateX(-2%) skewX(-4deg); }
  .strikethrough:after {
    width: 102%;
    height: 53%;
    z-index: -1;
    -webkit-transform: rotate(-1deg) translateY(91%) translateX(3);
    transform: rotate(-1deg) translateY(91%) translateX(3%); }

span.primary-highlight {
  color: #dc2473; }

@media screen and (max-width: 320px) {
  h1, .h1 {
    font-size: 2.1875rem; }
  .preamble {
    font-size: 1em; } }

@media screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.375rem; }
  h2, .h2 {
    font-size: 2.25rem; }
  h3, .h3 {
    font-size: 1.5rem; }
  h4, .h4 {
    font-size: 1.25rem; }
  p.large {
    font-size: 1.25rem; }
  .preamble {
    font-size: 1.375rem; } }

@media screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 3.75rem; }
  h2, .h2 {
    font-size: 3rem; }
  h3, .h3 {
    font-size: 2.125rem; }
  h4, .h4 {
    font-size: 1.375rem; }
  p.large {
    font-size: 1.375rem; }
  .preamble {
    font-size: 1.5rem; } }

@media screen and (min-width: 90em) {
  h1, .h1 {
    font-size: 5rem; }
  h2, .h2 {
    font-size: 3.5rem; }
  h3, .h3 {
    font-size: 2.375rem; }
  h4, .h4 {
    font-size: 1.375rem; }
  p.large {
    font-size: 1.625rem; }
  .preamble {
    font-size: 1.75rem; } }

/*********************
SPACINGS
*********************/
.space,
.space-top {
  padding-top: 2.8em; }
  .space.small,
  .space-top.small {
    padding-top: 1em; }
  .space.large,
  .space-top.large {
    padding-top: 4em; }

.space,
.space-bottom {
  padding-bottom: 2.8em; }
  .space.small,
  .space-bottom.small {
    padding-bottom: 1em; }
  .space.large,
  .space-bottom.large {
    padding-bottom: 4em; }

@media screen and (max-width: 320px) {
  .space,
  .space-top {
    padding-top: 1.8em; }
  .space,
  .space-bottom {
    padding-bottom: 2em; } }

@media screen and (min-width: 40em) {
  .space,
  .space-top {
    padding-top: 6em; }
    .space.large,
    .space-top.large {
      padding-top: 10em; }
  .space,
  .space-bottom {
    padding-bottom: 6em; }
    .space.large,
    .space-bottom.large {
      padding-bottom: 10em; } }

@media screen and (min-width: 64em) {
  .space,
  .space-top {
    padding-top: 6em; }
    .space.large,
    .space-top.large {
      padding-top: 13em; }
  .space,
  .space-bottom {
    padding-bottom: 6em; }
    .space.large,
    .space-bottom.large {
      padding-bottom: 13em; } }

/*********************
FORMS STYLES
*********************/
.gform_wrapper {
  max-width: 100% !important; }

.get-a-quote-form li.gfield {
  float: left;
  display: block;
  width: 48%;
  margin-left: 1% !important;
  margin-right: 1% !important;
  margin-bottom: .5em;
  clear: none !important; }
  .get-a-quote-form li.gfield input.large {
    width: 100% !important; }

.get-a-quote-form #field_2_6 .gfield_label {
  display: none !important; }

.get-a-quote-form .gfield_error {
  width: 48% !important; }

.get-a-quote-form .gform_footer {
  text-align: center; }

.get-a-quote-form input.gform_button {
  background-color: #dc2473;
  color: #fefefe;
  padding: 1em 2.5em;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  border: 2px solid transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  min-width: 250px; }
  .get-a-quote-form input.gform_button:hover {
    background-color: #e9c865;
    color: #36424e; }

.digiform .gform_fields .gfield {
  position: relative; }

.digiform .gform_fields .gfield > label {
  /* Label */
  position: absolute;
  color: #92989E;
  font-weight: 700;
  font-size: .75em;
  letter-spacing: .05em;
  text-transform: uppercase;
  top: .7em;
  left: 1.5em;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }
  .digiform .gform_fields .gfield > label.active {
    color: #dc2473; }

.digiform .gform_fields .gfield input[type="text"], .digiform .gform_fields .gfield input[type="email"] {
  /* Inputs */
  padding: 1.8em 1em .50em 1em; }

/* Remove the ugly gravity form styling */
.digiform .validation_error {
  display: none; }

.digiform.gform_wrapper .validation_message {
  color: #dc2473; }

.digiform .gform_fields .gfield.gfield_error {
  background: none !important;
  border: none !important; }

.digiform.gform_wrapper .top_label li.gfield.gf_left_half,
.digiform.gform_wrapper .top_label li.gfield.gf_right_half {
  width: 100%;
  margin-right: 0; }
  .digiform.gform_wrapper .top_label li.gfield.gf_left_half input,
  .digiform.gform_wrapper .top_label li.gfield.gf_right_half input {
    width: 100% !important;
    margin-bottom: 0; }

.digiform.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.digiform.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
  width: 100% !important; }

.digiform .gform_fields .gfield.gfield_error .ginput_container {
  margin: .375em 0 0 0 !important;
  max-width: 100% !important; }

.digiform .gform_fields .gfield.gfield_error label {
  margin-left: 0 !important; }

.digiform .gform_fields .gfield.gfield_error input {
  border: none !important; }

.mailchimp .gform_body {
  width: 100%;
  float: left; }

.mailchimp .gform_footer {
  width: 100%;
  clear: none !important;
  padding: 0 !important;
  margin-top: 6px !important;
  float: left; }

.mailchimp .gform_footer input[type="submit"] {
  /* Inputs */
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 1.4em 2em;
  background-color: #36424e;
  border-radius: 1000px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px !important;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out; }
  .mailchimp .gform_footer input[type="submit"]:hover {
    background-color: #3ccb93; }

.input-wrap {
  position: relative; }

.submit-input-wrap {
  position: absolute;
  top: 0;
  right: .8em;
  width: 2.5em;
  height: 2.7em;
  padding-top: .69em;
  text-align: center;
  font-size: 1.4em;
  color: #dc2473;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .submit-input-wrap:hover {
    color: #3ccb93;
    right: .7em; }
  .submit-input-wrap input[type="submit"] {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="text"],
input[type="email"] {
  border: none;
  padding: 1.5em .75em .55em .7em;
  color: #36424e;
  width: 100%;
  font-size: 1.05em;
  margin-bottom: 1em;
  border-radius: 0; }

.input-wrap label {
  color: #92989E;
  font-size: .75em;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  position: absolute;
  top: .7em;
  left: 1.8em;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }

input[type="text"]:focus + label,
input[type="email"]:focus + label {
  color: #dc2473; }

input[type="radio"] {
  position: absolute;
  left: -9999px; }
  input[type="radio"]:checked + label:before {
    background-image: url("../images/check.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 13px; }

label.radio-label {
  position: relative;
  padding-left: 2em;
  display: inline-block;
  -webkit-tap-highlight-color: transparent; }
  label.radio-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
    border-color: transparent;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #fefefe;
    background-size: 0%;
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.12);
    -webkit-transition: background-size 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: background-size 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    /* easeInQuart */ }
  label.radio-label:hover:before {
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.22); }

@media screen and (min-width: 40em) {
  .digiform.gform_wrapper .top_label li.gfield.gf_left_half,
  .digiform.gform_wrapper .top_label li.gfield.gf_right_half {
    width: 49%; }
    .digiform.gform_wrapper .top_label li.gfield.gf_left_half input,
    .digiform.gform_wrapper .top_label li.gfield.gf_right_half input {
      width: 97% !important; }
  .digiform.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
  .digiform.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 49% !important; }
  label.radio-label:before {
    top: 0.1em; }
  input[type="text"],
  input[type="email"] {
    padding: 1.5em 1em .55em 1em; }
  .input-wrap label {
    left: 2.5em; } }

@media screen and (min-width: 64em) {
  .mailchimp .gform_body {
    width: 66%; }
  .mailchimp .gform_footer {
    width: 34%; }
  label.radio-label {
    padding-left: 1.75em; }
    label.radio-label:before {
      top: 0.27em; } }

/*********************
HEADER & MAIN NAVIGATION STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  color: #fefefe;
  z-index: 19;
  -webkit-transition: height .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out,  padding .3s ease-in-out;
  transition: height .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out,  padding .3s ease-in-out; }
  .main-header .row {
    position: relative;
    height: 3.125rem; }
  .main-header #logo {
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    top: .3em;
    left: 0.5em;
    width: 150px;
    height: 2.5rem;
    -webkit-transition: top .3s ease-in-out, height .3s ease-in-out, background-image 0.3s ease-in-out;
    transition: top .3s ease-in-out, height .3s ease-in-out, background-image 0.3s ease-in-out; }
    .main-header #logo .header-logo-color,
    .main-header #logo .header-logo-white {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: contain; }
    .main-header #logo .header-logo-color {
      background-image: url("../images/digiexam-logo.png");
      opacity: 0; }
    .main-header #logo .header-logo-white {
      background-image: url("../images/digiexam-white-logo.png");
      opacity: 1; }
  .main-header #sign-up-btn {
    display: none;
    position: absolute;
    top: -0.05em;
    right: 1em;
    min-width: 0; }

.inlinesvg .main-header #logo .header-logo-color {
  background-image: url("../images/digiexam-logo.svg"); }

.inlinesvg .main-header #logo .header-logo-white {
  background-image: url("../images/digiexam-white-logo.svg"); }

body.blog .main-header {
  background: #fefefe;
  color: #92989E;
  box-shadow: 0px 15px 30px 0px rgba(50, 50, 50, 0.06); }
  body.blog .main-header .main-nav .current-menu-item a:after,
  body.blog .main-header .main-nav .current-page-ancestor a:after,
  body.blog .main-header .main-nav a:hover:after,
  body.blog .main-header .main-nav a:hover:after {
    background: #3ccb93; }

body.state--scrolled .main-header {
  background: #fefefe;
  color: #36424e; }

body.state--nav-open .main-header #logo .header-logo-color {
  opacity: 1; }

body.state--nav-open .main-header #logo .header-logo-white {
  opacity: 0; }

body.state--nav-open .main-header #sign-up-btn {
  display: block;
  top: 54px;
  width: 100%;
  border-radius: 0;
  right: 0;
  padding: .8em;
  background-color: #dc2473;
  color: #fefefe; }

body.state--scrolled:not(.state--menu-anchored) .main-header {
  box-shadow: 0px 15px 30px 0px rgba(50, 50, 50, 0.06); }

body.state--scrolled .main-header #logo .header-logo-white,
body.blog .main-header #logo .header-logo-white {
  opacity: 0; }

body.state--scrolled .main-header #logo .header-logo-color,
body.blog .main-header #logo .header-logo-color {
  opacity: 1; }

body.state--scrolled .main-header #sign-up-btn,
body.blog .main-header #sign-up-btn {
  background-color: #dc2473;
  color: #fefefe; }
  body.state--scrolled .main-header #sign-up-btn:hover,
  body.blog .main-header #sign-up-btn:hover {
    background-color: #3ccb93;
    color: #fefefe;
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0); }

#preloaderz {
  position: absolute;
  z-index: 9999;
  width: 100vw;
  height: 100%;
  background: #fefefe;
  opacity: 1; }

.nav-button-wrap {
  position: fixed;
  top: .8em;
  right: 1em;
  color: #fefefe;
  z-index: 30;
  padding: 0 !important; }

body.state--scrolled .nav-button-wrap .hamburger:not(.is-active) .hamburger-inner,
body.state--scrolled .nav-button-wrap .hamburger-inner::before,
body.state--scrolled .nav-button-wrap .hamburger-inner::after,
body.blog .nav-button-wrap .hamburger:not(.is-active) .hamburger-inner,
body.blog .nav-button-wrap .hamburger-inner::before,
body.blog .nav-button-wrap .hamburger-inner::after {
  background-color: #dc2473;
  -webkit-transition: background-color 0.2s ease-in-out !important;
  transition: background-color 0.2s ease-in-out !important; }

body.state--nav-open .hamburger-inner,
body.state--nav-open .hamburger-inner::before,
body.state--nav-open .hamburger-inner::after {
  background-color: #36424e; }

body.state--scrolled .main-nav a,
body.state--scrolled:not(.state--nav-open) .main-nav a {
  color: #36424e;
  font-size: 1em; }

.main-nav .current-menu-item a,
.main-nav .current-page-ancestor a {
  position: relative; }
  .main-nav .current-menu-item a:after,
  .main-nav .current-page-ancestor a:after {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    bottom: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.5); }

body.state--scrolled .main-nav .current-menu-item a:after,
body.state--scrolled .main-nav .current-page-ancestor a:after {
  background: #3ccb93; }

body:not(.state--nav-open) .main-nav {
  display: none; }

body.state--nav-open {
  overflow: hidden; }
  body.state--nav-open .main-header {
    height: 100%; }
    body.state--nav-open .main-header > .row {
      height: 100%; }
  body.state--nav-open .main-nav {
    display: block;
    bottom: 0;
    overflow: scroll; }
    body.state--nav-open .main-nav ul {
      list-style: none;
      margin: 120px 0 0 0;
      padding: 0 0 2em 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: scroll;
      width: 100%;
      height: auto; }
      body.state--nav-open .main-nav ul li {
        padding: 0 .7em; }
        body.state--nav-open .main-nav ul li a {
          font-weight: 700;
          text-transform: uppercase;
          font-size: 1.25rem;
          padding: 0 .5em;
          line-height: 2.6875rem;
          color: #36424e;
          display: block;
          width: 100%; }
        body.state--nav-open .main-nav ul li.current-page-ancestor a, body.state--nav-open .main-nav ul li.current-menu-item a {
          color: #3ccb93; }
        body.state--nav-open .main-nav ul li.current-page-ancestor a:after, body.state--nav-open .main-nav ul li.current-menu-item a:after {
          display: none; }

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .main-header #sign-up-btn {
    font-size: .85em;
    top: 0.25em; } }

@media screen and (min-width: 40em) {
  .main-header .row {
    height: 4.0625rem; }
  body:not(.state--nav-open) .main-header #logo {
    top: .7em;
    width: 150px; }
  .main-header #logo {
    left: 1em; }
  body:not(.state--nav-open) .nav-button-wrap {
    top: 1.2em;
    right: 1.5em; } }

@media screen and (min-width: 64em) {
  .main-header {
    padding: 2em 1em; }
    .main-header .row {
      height: auto; }
    .main-header #sign-up-btn {
      display: block; }
  body:not(.state--nav-open) .main-header #logo {
    top: -1em;
    width: 170px;
    height: 4.375rem; }
  body.state--scrolled .main-header {
    padding: 1em 1em; }
    body.state--scrolled .main-header #sign-up-btn {
      display: block;
      box-shadow: none;
      background: #dc2473;
      color: #fefefe; }
  .nav-button-wrap {
    display: none;
    top: 2em;
    right: 2em; }
  .main-nav,
  body:not(.state--nav-open) .main-nav {
    display: block;
    color: #fefefe;
    text-transform: uppercase;
    text-align: center; }
    .main-nav ul,
    body:not(.state--nav-open) .main-nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .main-nav ul li,
      body:not(.state--nav-open) .main-nav ul li {
        display: inline-block;
        padding: 0 .7em; }
        .main-nav ul li a,
        body:not(.state--nav-open) .main-nav ul li a {
          position: relative;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 1rem;
          padding: .5em 0;
          line-height: 2.375rem;
          color: #fefefe;
          -webkit-transition: color .3s ease-in-out, font-size .3s ease-in-out;
          transition: color .3s ease-in-out, font-size .3s ease-in-out; }
          .main-nav ul li a:after,
          body:not(.state--nav-open) .main-nav ul li a:after {
            content: '';
            position: absolute;
            display: block;
            height: 2px;
            width: 100%;
            bottom: 4px;
            border-radius: 4px;
            -webkit-transition: background .2s ease-in-out;
            transition: background .2s ease-in-out; }
          .main-nav ul li a:hover:after,
          body:not(.state--nav-open) .main-nav ul li a:hover:after {
            background: rgba(255, 255, 255, 0.5); }
  body.state--scrolled .main-nav ul li a:hover:after {
    background: #3ccb93; }
  body.blog .main-nav ul li a {
    color: #676c70; } }

@media screen and (min-width: 75em) {
  .main-nav ul li,
  body:not(.state--nav-open) .main-nav ul li {
    padding: 0 1em; }
  .main-header {
    padding: 2em 1em; }
    .main-header #logo {
      width: 190px; } }

@media screen and (min-width: 90em) {
  .main-nav ul li,
  body:not(.state--nav-open) .main-nav ul li {
    padding: 0 1.5em; } }

#youtube_popup {
  z-index: 40;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75); }

#youtube_popup_close {
  position: fixed;
  right: 0;
  color: #fefefe;
  margin-top: 0;
  margin-right: 8px;
  cursor: pointer; }

#youtube_popup_iframe {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

/*********************
TOPSECTION
*********************/
.top-section {
  position: relative;
  min-height: 120px;
  width: 100vw;
  background-color: #3ccb93;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: white; }
  .top-section.fullscreen {
    height: 100vh;
    padding-top: 3em; }
  .top-section .button-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    width: 90%;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 0 auto; }

.top-section-slider {
  background-color: #36424e;
  background-image: url("../images/digi-noise.png");
  background-repeat: repeat;
  background-size: auto; }

.top-section-image {
  background-image: url("../images/digi-noise.png");
  background-repeat: repeat;
  background-size: auto;
  z-index: 1; }
  .top-section-image.bg-image {
    background-color: #36424e; }
    .top-section-image.bg-image:not(.no-fade):before {
      content: '';
      display: block;
      position: absolute;
      top: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50%;
      max-height: 200px;
      background-color: transparent;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#252A2F));
      background-image: -webkit-linear-gradient(top, transparent, #252A2F);
      background-image: linear-gradient(to bottom, transparent, #252A2F);
      opacity: .8;
      z-index: -1; }
    .top-section-image.bg-image:not(.no-fade):after {
      content: '';
      display: block;
      position: absolute;
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 340px;
      background-image: url("../images/digi-noise-imgfilter.png");
      background-repeat: repeat-x;
      background-position: bottom; }
  .top-section-image .top-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: .5;
    z-index: -2; }
  .top-section-image.no-fade .top-section-bg {
    opacity: 1; }

.top-section-slider .above-title, .top-section-image .above-title {
  margin-bottom: 0;
  font-size: .9em;
  letter-spacing: 0.01em; }

.top-section-slider .section-title, .top-section-image .section-title {
  margin: .2em 0 .5em 0; }

.heading-block {
  max-width: 20rem;
  margin: 0 auto;
  line-height: 1; }
  .heading-block h1 {
    letter-spacing: -0.02em; }

.typed-strings {
  display: none; }

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  font-weight: 100; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*********************
VIDEOBACKGROUND - FRONT PAGE
*********************/
.fullscreen-bg {
  position: absolute;
  background: #3ccb93;
  background-image: url("../images/video-fallback.jpg");
  background-position: center bottom;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100; }

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

@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg-video {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg-video {
    width: 300%;
    left: -100%; } }

@media (max-width: 767px) {
  .fullscreen-bg {
    /*background: url('../img/videoframe.jpg') center center / cover no-repeat; */ }
  .fullscreen-bg__video {
    display: none; } }

.home .top-section {
  background: transparent; }

@media screen and (max-width: 320px) {
  .home .top-section .heading-block h1 {
    margin-top: 0.3em;
    margin-bottom: 0.5em; }
  .home .top-section .button-block {
    bottom: 2.5rem; }
  .home .top-section #show-more-btn {
    display: none; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-section.fullscreen {
    height: 90vh;
    min-height: 510px; }
  .home .top-section {
    background-color: #3ccb93;
    background-image: url("../images/mobile-bg-macbook.png"), url("../images/mobile-bg-left.png"), url("../images/mobile-bg-right.png");
    background-position: center 64%, left 150%, right 80%;
    background-size: 58% auto, 70px auto , 55px auto;
    background-repeat: no-repeat; }
    .home .top-section .main-word {
      display: none; }
    .home .top-section .wordtoprint {
      display: inline-block !important; } }

@media screen and (orientation: landscape) and (max-width: 800px) {
  .home .top-section .heading-block h1 {
    font-size: 2.2rem;
    max-width: 8em;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto; }
  .home .top-section .preamble {
    font-size: 1.125em; }
  .home .top-section .medium-centered {
    min-width: 80%; }
  .home .top-section .button-block {
    bottom: 2.5rem; }
  .home .top-section #show-more-btn {
    display: none; }
  .home .top-section {
    background-color: #3ccb93;
    background-image: url("../images/mobile-bg-macbook.png"), url("../images/mobile-bg-left.png"), url("../images/mobile-bg-right.png");
    background-position: center 97%, left 110%, right 80%;
    background-size: 58% auto, 70px auto , 55px auto;
    background-repeat: no-repeat; }
    .home .top-section .main-word {
      display: none; }
    .home .top-section .wordtoprint {
      display: inline-block !important; }
  .fullscreen-bg {
    display: none; } }

@media screen and (min-width: 40em) {
  .top-section.fullscreen {
    padding-top: 6em;
    min-height: 600px; }
  .heading-block {
    max-width: 34rem; }
    .heading-block h1 {
      margin-top: 0;
      font-size: 4rem; } }

@media screen and (min-width: 64em) {
  .top-section.fullscreen.fullscreen {
    padding-top: 10em;
    min-height: 750px;
    box-shadow: inset 0 0 200px 0 rgba(0, 0, 0, 0.15); }
  .top-section.fullscreen .button-block {
    bottom: 4rem; }
  .top-section-slider .above-title, .top-section-image .above-title {
    font-size: 1.15em; } }

@media screen and (min-width: 75em) {
  .top-section.fullscreen {
    padding-top: 13em; }
  .heading-block {
    max-width: 34rem; }
    .heading-block h1 {
      margin-top: 0;
      font-size: 4rem; } }

@media screen and (min-width: 90em) {
  .heading-block {
    max-width: 45rem; }
    .heading-block h1 {
      margin-top: 0.83em;
      font-size: 5.3125rem; } }

/*********************
SECTION STYLING
*********************/
.section {
  background-color: #f6f6f6; }

.row.fullwidth {
  max-width: none; }

section > .row.inner-content:not(.fullwidth):not(.small-fullwidth),
.section > .row.inner-content:not(.fullwidth):not(.small-fullwidth),
form > .row.inner-content:not(.fullwidth):not(.small-fullwidth) {
  width: 90%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px); }

@media screen and (min-width: 1340px) {
  section > .row.inner-content:not(.fullwidth),
  .section > .row.inner-content:not(.fullwidth),
  form > .row.inner-content:not(.fullwidth) {
    width: 100%; } }

/*********************
BACKGROUNDS
*********************/
.bg-transparent {
  background-color: transparent; }

.bg-white {
  background-color: #fefefe; }

.bg-grain {
  background-image: url("../images/digi-bg-pattern.png");
  background-repeat: repeat; }

.bg-brand {
  background-image: url("../images/digi-pattern-left.png"), url("../images/digi-pattern-right.png"), url("../images/digi-bg-pattern.png");
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: bottom left, top right, top; }

/*********************
GLOBAL BLOCKS
*********************/
.content-block {
  padding: 2em;
  box-shadow: 0px 0px 40px 0px rgba(50, 50, 50, 0.1);
  margin-bottom: 1.5em; }

.content-block-title {
  margin-top: 0; }

/*********************
ANIMATIONS
*********************/
@-webkit-keyframes anim_hide {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  99% {
    opacity: 0; }
  100% {
    display: none; } }
@keyframes anim_hide {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  99% {
    opacity: 0; }
  100% {
    display: none; } }

@-webkit-keyframes anim_display {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes anim_display {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/*********************
IMAGE STYLES
*********************/
.circle-img-wrap {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto; }
  .circle-img-wrap:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    box-shadow: inset 4px -8px 0px 0px rgba(52, 195, 139, 0.85); }
  .circle-img-wrap img {
    border-radius: 50%; }

/*********************
404 - TEMPLATE STYLES
*********************/
.top-section-404 {
  z-index: -1; }

#section-404-ports {
  z-index: 1;
  padding-bottom: 4em; }
  #section-404-ports .inner-content {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em); }
  #section-404-ports .content-block {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    #section-404-ports .content-block .btn, #section-404-ports .content-block .campaign-section-form .gform_button, .campaign-section-form #section-404-ports .content-block .gform_button {
      margin-top: .5em;
      margin-bottom: 1em; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content.content-blog {
  padding-top: 50px; }

body.archive .page-title:before {
  font-size: .75em;
  margin-right: .2em; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content p {
  color: #676c70;
  font-size: 0.9375em;
  line-height: 1.3em; }
  .entry-content p .preamble {
    color: #36424e; }

.entry-content a {
  color: #dc2473;
  position: relative;
  border-bottom: 1px solid;
  border-color: rgba(220, 36, 115, 0.2);
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out; }
  .entry-content a:hover {
    border-color: rgba(220, 36, 115, 0.7); }

.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em; }

.entry-content ul {
  padding-left: 2em;
  list-style-type: none; }
  .entry-content ul li {
    color: #676c70;
    font-size: 1em;
    line-height: 1.6em;
    position: relative; }
    .entry-content ul li:before {
      content: '\2022';
      position: absolute;
      left: -.85em;
      font-size: 1.35em;
      font-family: 'arial';
      color: #3ccb93; }

.entry-content blockquote {
  position: relative;
  font-size: 8.5px;
  margin: 3em .5em 2.5em 3.5em; }
  .entry-content blockquote p {
    font-size: 1.87em;
    font-style: italic; }
  .entry-content blockquote:before {
    content: '\201D';
    position: absolute;
    left: -.6em;
    top: -.5em;
    font-size: 5.5em;
    font-weight: 700;
    color: #3ccb93; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.entry-content ul.custom-icon-list,
ul.custom-icon-list {
  list-style-type: none; }
  .entry-content ul.custom-icon-list li,
  ul.custom-icon-list li {
    position: relative; }
    .entry-content ul.custom-icon-list li:before,
    ul.custom-icon-list li:before {
      content: "";
      color: #3ccb93;
      position: absolute;
      font-size: .6em;
      font-weight: 700;
      left: -2.3em;
      top: .8em; }

.entry-content h2:not(.blog-title), .entry-content .h2:not(.blog-title) {
  font-size: 1.75rem; }

.entry-content h3, .entry-content .h3 {
  font-size: 1.125rem; }

.entry-content h4, .entry-content .h4 {
  font-size: 0.9375rem; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-details a {
  color: #676c70; }

.post-details .post-date, .post-details .post-cat, .post-details .post-author, .post-details .post-term {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .85em;
  letter-spacing: .02em;
  margin-right: 1.5em; }

.post-details .post-cat:before, .post-details .post-date:before {
  padding-right: .3em;
  position: relative;
  top: 1px; }

.post-details .post-author:before, .post-details .post-term:before {
  content: '\2022';
  padding-right: .55em;
  position: relative;
  font-size: 1.1em;
  bottom: 1px; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #dc2473;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #bc1e62;
    color: #fff; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .entry-content .post-details {
    font-size: .8125em; } }

@media screen and (min-width: 40em) {
  #content.content-blog {
    padding-top: 65px; }
  .entry-content h2:not(.blog-title), .entry-content .h2:not(.blog-title) {
    font-size: 1.8125rem; }
  .entry-content h3, .entry-content .h3 {
    font-size: 1.25rem; }
  .entry-content h4, .entry-content .h4 {
    font-size: 1.125rem; }
  .entry-content p {
    font-size: 1.125em; }
  .entry-content blockquote {
    font-size: 14px;
    margin-left: 6.5em; }
  .entry-content ul li {
    font-size: 1.2em; }
  ul.custom-icon-list li {
    font-size: 1.2em; } }

@media screen and (min-width: 64em) {
  #content.content-blog {
    padding-top: 100px; }
  .entry-content h2:not(.blog-title), .entry-content .h2:not(.blog-title) {
    font-size: 1.875rem; }
  .entry-content h3, .entry-content .h3 {
    font-size: 1.375rem; }
  .entry-content h4, .entry-content .h4 {
    font-size: 1.25rem; }
  .entry-content p {
    font-size: 1.25em; }
  .entry-content blockquote {
    font-size: 1em; }
  .entry-content ul li {
    font-size: 1.25em; }
  ul.custom-icon-list li {
    font-size: 1.25em; } }

/*********************
BLOG & BLOG NAVIGATION STYLES
*********************/
#blog-entries {
  padding-bottom: 3em; }

.blog-post-wrap {
  z-index: 1;
  padding-left: 0;
  padding-right: 0; }
  .blog-post-wrap.no-bg-image {
    border-top: 1px solid #eeeeee; }
  .blog-post-wrap.no-bg-image:first-of-type {
    padding-top: 2em; }
  .blog-post-wrap .blog-text-wrap {
    padding: 1.5em 2em 3.5em;
    position: relative; }
  .blog-post-wrap.single-post .blog-text-wrap {
    padding: 4em 2em .5em; }
    .blog-post-wrap.single-post .blog-text-wrap.no-image {
      margin-top: 4.5em; }
  .blog-post-wrap .post-author-wrap {
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #3ccb93; }
    .blog-post-wrap .post-author-wrap .post-author-img {
      position: relative;
      left: 3px;
      bottom: 3px;
      width: 75px;
      height: 75px;
      border-radius: 50%; }
  .blog-post-wrap .blog-title {
    margin: 0;
    line-height: 1.05em; }
    .blog-post-wrap .blog-title a {
      color: #36424e; }
  .blog-post-wrap .post-details,
  .blog-post-wrap .post-details a {
    color: #92989E;
    padding: .6em 0 0 0; }
  .blog-post-wrap .post-details .post-date {
    margin-right: .3em; }
  .blog-post-wrap .post-excerpt {
    padding: 1em 0; }
    .blog-post-wrap .post-excerpt a {
      color: #dc2473;
      font-weight: 600;
      -webkit-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out; }
      .blog-post-wrap .post-excerpt a:hover {
        color: #36424e; }
  .blog-post-wrap .post-content {
    margin-bottom: 1em;
    padding-bottom: 3.5em;
    border-bottom: 1px solid #eee; }

.blog-post-bg {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 180px; }

.blog-navigation {
  font-size: .85em;
  padding: 1em 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .blog-navigation.story-blog-nav {
    font-size: .95em; }
    .blog-navigation.story-blog-nav .blog-nav-title {
      margin: .3em 0 0 0;
      line-height: 1em;
      letter-spacing: 0.005em; }
  .blog-navigation > .inner-content {
    max-width: 1280px; }
  .blog-navigation .columns, .blog-navigation .column, .blog-navigation .columns {
    padding: 0;
    min-height: 1px; }
  .blog-navigation .blog-overview {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .85em;
    letter-spacing: .02em;
    margin-right: 1.5em;
    color: #92989E; }
    .blog-navigation .blog-overview:before {
      font-size: .9em;
      padding-right: .5em;
      position: relative;
      top: .12em; }
  .blog-navigation .blog-nav {
    color: #dc2473;
    font-size: 1.05em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .blog-navigation .blog-nav.blog-prev:before {
      content: "";
      font-size: .7em;
      padding-right: .7em; }
    .blog-navigation .blog-nav.blog-next:after {
      content: "";
      font-size: .7em;
      padding-left: .7em; }
  .blog-navigation a {
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
  .blog-navigation a:hover {
    color: #3ccb93; }
  .blog-navigation.story-blog-nav .blog-nav:before, .blog-navigation.story-blog-nav .blog-nav:after {
    color: #92989E; }
  .blog-navigation.story-blog-nav .blog-nav.blog-prev:before {
    content: "";
    font-size: 1em; }
  .blog-navigation.story-blog-nav .blog-nav.blog-next:after {
    content: "";
    font-size: 1em;
    padding-left: 1em; }

.blog-navigation .blog-prev-wrap,
.blog-navigation .blog-next-wrap {
  position: relative; }
  .blog-navigation .blog-prev-wrap p,
  .blog-navigation .blog-next-wrap p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0; }

.blog-navigation .blog-prev-wrap p {
  padding-left: 1.5em; }

.blog-navigation .blog-next-wrap p {
  padding-right: 1.5em; }

.story-blog-nav .blog-prev-wrap .blog-nav-title {
  padding-left: 1.55em; }

.story-blog-nav .blog-next-wrap .blog-nav-title {
  padding-right: 1.55em; }

.post-bottom-details {
  color: #92989E;
  padding: 0 1.8em;
  margin-bottom: 1em; }
  .post-bottom-details .fb-like {
    padding-top: .5em; }
  .post-bottom-details a {
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
  .post-bottom-details a:hover {
    color: #36424e; }

@media screen and (max-width: 870px) {
  .blog-navigation {
    font-size: .87em; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .blog-post-wrap {
    position: relative; }
    .blog-post-wrap .post-details {
      font-size: .8125em; }
    .blog-post-wrap .post-excerpt {
      padding: 0; }
  .blog-navigation .blog-middle-wrap {
    padding: .5em 0; }
  .blog-navigation .blog-prev-wrap,
  .blog-navigation .blog-next-wrap {
    font-size: .9em;
    padding: 0;
    min-height: 1px; }
    .blog-navigation .blog-prev-wrap p,
    .blog-navigation .blog-next-wrap p {
      display: inline;
      padding: 0; }
  .blog-navigation:first-of-type .blog-prev-wrap,
  .blog-navigation:first-of-type .blog-next-wrap {
    display: none; }
  .blog-navigation:first-of-type.story-blog-nav {
    display: none; }
  .blog-navigation:not(.story-blog-nav) .blog-prev-wrap,
  .blog-navigation:not(.story-blog-nav) .blog-next-wrap {
    text-align: center; }
  .story-blog-nav .blog-prev-wrap {
    text-align: left; }
  .story-blog-nav .blog-next-wrap {
    text-align: right; } }

@media screen and (min-width: 40em) {
  .blog-post-wrap .blog-text-wrap {
    padding: 2em 2em 5em; }
  .blog-post-bg {
    height: 220px; }
  .blog-navigation .blog-next-wrap {
    text-align: right; }
  .blog-navigation .blog-prev-wrap .blog-prev:before {
    position: absolute;
    top: .6em;
    left: 0; }
  .blog-navigation .blog-next-wrap .blog-next:after {
    position: absolute;
    top: .6em;
    right: 0; }
  .blog-navigation.story-blog-nav {
    font-size: 1.05em; }
  .blog-navigation.story-blog-nav .blog-prev-wrap .blog-prev:before,
  .blog-navigation.story-blog-nav .blog-next-wrap .blog-next:after {
    top: .9em; }
  .story-blog-nav .blog-prev-wrap .blog-nav-title {
    padding-left: 1.6em; }
  .story-blog-nav .blog-next-wrap .blog-nav-title {
    padding-right: 1.6em; }
  .single-post.blog-post-wrap .blog-text-wrap {
    padding: 3.5em 4em .5em; }
  .post-bottom-details {
    padding: 0 4em;
    margin-bottom: 4em; }
    .post-bottom-details .post-details {
      float: left; }
    .post-bottom-details .fb-like {
      float: right;
      padding: 0; } }

@media screen and (min-width: 64em) {
  .blog-post-wrap {
    position: relative;
    padding-left: 6.5625rem;
    padding-right: 6.5625rem; }
    .blog-post-wrap .blog-text-wrap {
      z-index: 2;
      margin-top: 12.5rem;
      padding: 3.5em 4em 5em; }
    .blog-post-wrap.no-bg-image .blog-text-wrap {
      margin-top: 0; }
  .blog-post-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 330px;
    z-index: -1; }
  .single-post.blog-post-wrap {
    padding-left: 11.875rem;
    padding-right: 11.875rem; }
    .single-post.blog-post-wrap .blog-text-wrap {
      margin-top: 16.25rem;
      padding: 3.5rem 2.8125rem 0.625rem 2.8125rem; }
      .single-post.blog-post-wrap .blog-text-wrap.no-image {
        margin-top: 6.25rem;
        padding-top: 6em; }
    .single-post.blog-post-wrap .blog-post-bg {
      height: 500px; }
  .blog-navigation.story-blog-nav {
    font-size: 1.2em; }
    .blog-navigation.story-blog-nav .blog-prev-wrap p {
      padding-left: 1.9em; }
    .blog-navigation.story-blog-nav .blog-next-wrap p {
      padding-right: 1.9em; }
  .story-blog-nav .blog-prev-wrap .blog-nav-title {
    padding-left: 2em; }
  .story-blog-nav .blog-next-wrap .blog-nav-title {
    padding-right: 2em; }
  .post-bottom-details {
    padding-left: 14.75rem;
    padding-right: 14.75rem; } }

@media screen and (min-width: 75em) {
  .single-post.blog-post-wrap .blog-post-bg {
    margin: 0 auto;
    max-width: 80rem; } }

/*********************
STORIES STYLES
*********************/
#story-entry {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  #story-entry .logo-wrap .logo-inner {
    border-bottom: 1px solid #eee;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 2.5em;
    margin-bottom: 1.5em; }

#story-entry .sidebar-content {
  border-top: 1px solid #eee;
  margin-top: 3em;
  padding-top: 1.5em; }
  #story-entry .sidebar-content a {
    color: #dc2473;
    font-weight: 600; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #story-entry .logo-inner img {
    max-width: 100px; } }

@media screen and (min-width: 40em) {
  #story-entry {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    #story-entry .logo-inner {
      margin-bottom: 2.5em; } }

@media screen and (min-width: 64em) {
  #story-entry {
    padding-top: 4em;
    padding-bottom: 4em; }
    #story-entry article {
      float: left; }
    #story-entry .logo-wrap, #story-entry .stories-sidebar {
      float: right; }
    #story-entry .logo-inner {
      padding-top: 2em;
      padding-bottom: 3em;
      margin-bottom: 1.5em; }
    #story-entry .sidebar-content {
      border-top: none;
      margin-top: 0;
      padding-top: 1em; } }

/*********************
NEWS STYLES
*********************/
.news-item .blog-title {
  line-height: 1em;
  margin-top: 0; }
  .news-item .blog-title a {
    font-size: .85em;
    color: #36424e; }
  .news-item .blog-title i {
    font-size: .3em;
    padding: 0 1em;
    color: #3ccb93; }
    .news-item .blog-title i.icon-pdf {
      font-size: .5em; }
    .news-item .blog-title i.icon-link {
      position: relative;
      bottom: .2em; }

/*********************
FAQ STYLES
*********************/
.faq-block .question-toggle {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #3ccb93;
  background-image: url("../images/digi-noise.png");
  text-align: center;
  line-height: 32px;
  color: #fefefe;
  font-size: .8em;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0; }
  .faq-block .question-toggle:before {
    content: ""; }

.faq-block .active .question-toggle {
  font-size: .7em; }
  .faq-block .active .question-toggle:before {
    content: ""; }

.faq-block .question-title {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: .65em 0;
  position: relative;
  padding-left: 2.3em; }
  .faq-block .question-title p {
    margin: 0; }

.faq-block .question-answer {
  display: none; }
  .faq-block .question-answer p {
    opacity: 0;
    -webkit-animation: anim_display 0.8s cubic-bezier(0.395, 0.235, 0.21, 0.97);
    animation: anim_display 0.8s cubic-bezier(0.395, 0.235, 0.21, 0.97);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
  .faq-block .question-answer a {
    color: #dc2473; }
  .faq-block .question-answer.active p {
    opacity: 1; }

.faq-block .question-answer, .faq-block .question-answer p {
  margin-top: 0;
  padding: 0; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .faq-block .question-answer {
    margin-bottom: 2em; } }

@media screen and (min-width: 64em) {
  .faq-block .question-title {
    padding-left: 2.5em; }
  .faq-block .question-toggle {
    top: -0.05em;
    width: 40px;
    height: 40px;
    margin-right: 1em;
    line-height: 42px;
    font-size: .8em; } }

/*********************
PAGINATION
*********************/
#pagination-section {
  border-top: 1px solid #eee;
  color: #92989E;
  font-weight: 700; }
  #pagination-section ul {
    list-style-type: none;
    text-align: center;
    padding: 0; }
  #pagination-section li {
    display: inline-block;
    padding: 0;
    font-size: 1.05em; }
    #pagination-section li.current {
      color: #dc2473;
      padding-left: .6em;
      padding-right: .6em; }
  #pagination-section a {
    color: #92989E;
    padding: .6em;
    display: inline-block; }
  #pagination-section .pagi-icon {
    font-size: .8em;
    position: relative;
    top: .1em;
    display: inline-block; }
    #pagination-section .pagi-icon.icon-chevron-left {
      padding-right: 0; }
    #pagination-section .pagi-icon.icon-chevron-right {
      padding-left: 0; }

/*********************
SHARE & POST META
*********************/
.share-wrap {
  position: absolute;
  width: 170px;
  top: auto;
  bottom: 1.5em;
  left: .5em;
  text-align: center;
  z-index: 1; }

.share-title {
  display: none; }

.share-icons-wrap {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .share-icons-wrap .share-icon-item {
    display: inline-block;
    margin: 0;
    text-align: center; }
    .share-icons-wrap .share-icon-item .icon-share {
      display: block;
      width: 40px;
      height: 40px;
      -webkit-transition: -webkit-transform .2s ease-in-out;
      transition: transform .2s ease-in-out; }
    .share-icons-wrap .share-icon-item .icon-share:before {
      font-size: 1.2em;
      line-height: 40px;
      color: #fefefe; }
    .share-icons-wrap .share-icon-item.share-facebook .icon-share {
      background-color: #3B5998; }
      .share-icons-wrap .share-icon-item.share-facebook .icon-share:before {
        content: ""; }
    .share-icons-wrap .share-icon-item.share-linkedin .icon-share {
      background-color: #007BB5; }
      .share-icons-wrap .share-icon-item.share-linkedin .icon-share:before {
        content: ""; }
    .share-icons-wrap .share-icon-item.share-twitter .icon-share {
      background-color: #00ACED; }
      .share-icons-wrap .share-icon-item.share-twitter .icon-share:before {
        content: ""; }

@media screen and (min-width: 40em) {
  .share-wrap {
    top: 397px;
    bottom: auto;
    left: -5px; }
    .share-wrap.no-image {
      top: 250px; }
  .share-icons-wrap .share-icon-item {
    display: block; }
    .share-icons-wrap .share-icon-item .icon-share {
      width: 45px;
      padding-left: 5px; }
      .share-icons-wrap .share-icon-item .icon-share:hover {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0); } }

@media screen and (min-width: 64em) {
  .share-wrap {
    top: 520px;
    left: .5em; }
    .share-wrap.no-image {
      top: 181px; }
  .share-title {
    display: block;
    letter-spacing: .05em;
    color: #36424e;
    margin-bottom: .8em; }
  .share-icons-wrap .share-icon-item {
    display: inline-block;
    margin: .2em; }
    .share-icons-wrap .share-icon-item .icon-share {
      border-radius: 50%;
      padding-left: 0;
      width: 40px; }
      .share-icons-wrap .share-icon-item .icon-share:hover {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0); } }

/*********************
IMAGE/ILLUSTRATION STYLES
*********************/
.digi-illstr-column {
  position: relative;
  min-height: 1px; }
  .digi-illstr-column .typed-cursor {
    display: none; }

.digi-illstr-wrap {
  margin: 0 auto;
  position: relative; }

.digi-illstr-image {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity: 0;
  width: 310px; }
  .digi-illstr-image.show {
    opacity: 1; }

.digi-illstr-text {
  font-size: 2em;
  font-style: italic;
  min-height: 100px; }
  .digi-illstr-text .illstr-txt-bottom {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    line-height: 1.2em;
    display: block; }
  .digi-illstr-text p, .digi-illstr-text span {
    margin: 0;
    line-height: .95;
    letter-spacing: -3px; }
    .digi-illstr-text p.illstr-txt-top, .digi-illstr-text span.illstr-txt-top {
      font-weight: 100; }
    .digi-illstr-text p.illstr-txt-bottom, .digi-illstr-text span.illstr-txt-bottom {
      font-weight: 600; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .digi-illstr-image {
    width: 260px; } }

@media screen and (min-width: 40em) {
  .digi-illstr-text {
    font-size: 2.3em; } }

@media screen and (min-width: 64em) {
  .digi-illstr-text {
    font-size: 3em;
    margin-top: .5em; }
  .digi-illstr-wrap {
    padding: 0;
    position: absolute;
    width: 100%; } }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 500px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SCHOOLS SLIDER - SECTION - FRONT PAGE
*********************/
#fp-schools .slider-left-wrap {
  display: none; }

#fp-schools .slider-right-wrap {
  margin-bottom: 1em; }
  #fp-schools .slider-right-wrap .owl-carousel .owl-nav .owl-prev i,
  #fp-schools .slider-right-wrap .owl-carousel .owl-nav .owl-next i {
    font-size: 1em;
    color: #3ccb93; }

#fp-schools .logo-wrap {
  text-align: center; }
  #fp-schools .logo-wrap img {
    height: 50px;
    width: auto;
    margin: 0 auto;
    opacity: .4; }

#fp-schools .slider-center-wrap {
  font-size: .8em; }
  #fp-schools .slider-center-wrap .section-text {
    color: #676c70;
    margin-top: .5em; }

#fp-schools .owl-item {
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }
  #fp-schools .owl-item.active {
    opacity: 1; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #fp-schools .logo-wrap img {
    height: 40px; }
  #fp-schools .slider-right-wrap .owl-carousel .owl-nav .owl-prev i {
    margin-left: -.5em; }
  #fp-schools .slider-right-wrap .owl-carousel .owl-nav .owl-next i {
    margin-right: -.5em; } }

@media screen and (min-width: 40em) {
  #fp-schools .logo-wrap img {
    height: 65px; }
  #fp-schools .slider-center-wrap {
    font-size: 1em; } }

@media screen and (min-width: 64em) {
  #fp-schools .slider-left-wrap {
    display: block; }
  #fp-schools .slider-left-wrap, #fp-schools .slider-right-wrap {
    width: 40%;
    margin-top: 1em;
    margin-bottom: 0; }
  #fp-schools .slider-center-wrap {
    width: 20%; }
    #fp-schools .slider-center-wrap .section-text {
      margin-top: 1.67em; } }

@media screen and (min-width: 1024px) and (max-width: 1234px) {
  #fp-schools .slider-left-wrap, #fp-schools .slider-right-wrap {
    margin-top: 2em; } }

/*********************
HOW IT WORKS - SECTION - FRONT PAGE
*********************/
.video-wrapper {
  padding: 50px; }

.video-container {
  background: url("../images/chromebook.png") no-repeat top left transparent;
  background-size: 100%;
  height: 0;
  padding-bottom: 62.5%;
  position: relative; }
  .video-container iframe {
    width: 90.3%;
    height: 81.3%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

video::-webkit-media-controls-start-playback-button {
  display: none; }

@media screen and (min-width: 40em) {
  #fp-how-it-works .inner-content {
    position: relative; }
  .how-section-text-wrap {
    padding-right: 2em; } }

@media screen and (min-width: 64em) {
  #fp-how-it-works .inner-content {
    position: relative; }
    #fp-how-it-works .inner-content .button-block {
      margin-bottom: 3.5em; }
  .how-section-text-wrap {
    padding-right: 2em; }
  .how-section-video-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 550px; } }

@media screen and (min-width: 90em) {
  .how-section-video-wrap {
    right: -4em; } }

@media screen and (min-width: 1600px) {
  .how-section-video-wrap {
    right: -8.5em;
    max-width: 824px; } }

/*********************
STATISTICS - SECTION
*********************/
.stat-item {
  padding: 1em; }
  .stat-item:after {
    content: ' ';
    display: block;
    clear: both; }

.stat-item .stat-number {
  color: #dc2473;
  line-height: 1.15em; }

.stat-item .stat-text {
  margin-top: 0;
  max-width: 260px; }

.stat-image-text {
  font-size: 2em;
  font-style: italic;
  margin-top: -.6em; }
  .stat-image-text p {
    margin: 0; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .stat-wrap .stat-item {
    width: 50%;
    float: left; }
  .stats-image-text {
    margin-top: .4em; }
  .stat-wrap .stat-item:last-child {
    text-align: right; }
    .stat-wrap .stat-item:last-child .stat-text {
      float: right; }
  .stats_image {
    max-width: 200px; }
  .stat-item {
    padding: .8em;
    font-size: .9em; }
    .stat-item:first-child {
      padding-left: 0; }
    .stat-item:last-child {
      padding-right: 0; } }

@media screen and (min-width: 40em) {
  .stat-wrap-right {
    text-align: right; }
    .stat-wrap-right .stat-text {
      float: right; }
  .stat-item {
    margin: 1.5em 0; }
  .stat-item .stat-text {
    font-size: 1.2em; }
  .stat-image-text {
    font-size: 2.3em; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .stat-item .stat-number {
    font-size: 3em; }
  .stats_image {
    padding: 2em;
    margin-top: 1em; } }

@media screen and (min-width: 64em) {
  .stat-item {
    padding: 0; }
  .stat-item .stat-text {
    font-size: 1.5em; }
  .stat-image-text {
    font-size: 4em; }
  .stat-image-wrap .digi-illstr-wrap {
    top: -2.8em; } }

/*********************
JOIN THE REVOLUTION - SECTION
*********************/
#global-join {
  background: #3ccb93;
  background-image: url("../images/digi-paper-eraser.png"), url("../images/digi-coffee-ipad.png"), url("../images/digi-noise.png");
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top left, bottom right, top left;
  color: #fefefe;
  box-shadow: inset -1px 34px 100px -12px rgba(50, 50, 50, 0.13), inset -1px -34px 100px -12px rgba(50, 50, 50, 0.15); }
  #global-join input#join_email {
    padding-right: 2.8em; }

#global-join .above-title {
  margin-bottom: 0; }

#global-join .section-title {
  margin-top: 0; }

#global-join .section-text {
  max-width: 470px;
  margin: 1.5em auto; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #global-join {
    background-size: 25%, 40%, auto;
    background-position: top left, 120% bottom, top left; } }

@media screen and (min-width: 40em) {
  #global-join {
    background-size: 230px, 300px, auto; } }

@media screen and (min-width: 90em) {
  #global-join {
    background-size: auto, auto, auto; } }

/*********************
WHAT IS IMPORTANT? - SECTION
*********************/
#fp-exam .section-title {
  margin: .4em 0; }

#fp-exam form#fp-priorities-exam {
  margin-bottom: 3em; }

#fp-exam .exam-option-wrap {
  margin: .5em 0; }

#fp-exam label {
  cursor: pointer; }

#fp-exam input {
  margin-right: .7em;
  -webkit-transform: translateY(4px);
  transform: translateY(4px); }

#fp-exam .digi-illstr-wrap {
  padding: 3em 0 0 0;
  margin: 0 auto;
  position: relative; }

#fp-exam #checkbox-options {
  display: block; }
  #fp-exam #checkbox-options.hide {
    display: none;
    -webkit-animation: anim_hide .4s ease-in-out;
    animation: anim_hide .4s ease-in-out; }

#fp-exam #checkbox-results {
  display: none; }
  #fp-exam #checkbox-results.visible {
    display: block;
    -webkit-animation: anim_display 0.8s cubic-bezier(0.395, 0.235, 0.21, 0.97);
    animation: anim_display 0.8s cubic-bezier(0.395, 0.235, 0.21, 0.97); }
  #fp-exam #checkbox-results .checkbox-result-wrap {
    display: none; }
    #fp-exam #checkbox-results .checkbox-result-wrap.visible {
      display: block; }
  #fp-exam #checkbox-results .button-block .btn:first-child, #fp-exam #checkbox-results .button-block .campaign-section-form .gform_button:first-child, .campaign-section-form #fp-exam #checkbox-results .button-block .gform_button:first-child {
    margin-left: 0; }

@media screen and (min-width: 64em) {
  #fp-exam {
    padding-bottom: 8em; }
  #fp-exam .digi-illstr-wrap {
    padding: 1em 0 0 0;
    position: absolute;
    width: 100%; } }

@media screen and (min-width: 75em) {
  #fp-exam .digi-illstr-wrap {
    padding: 2em 0 0 0; } }

@media screen and (min-width: 90em) {
  #fp-exam .digi-illstr-wrap {
    padding: 4em 0 0 0; } }

/*********************
SUPPORTED PLATFORMS - SECTION
*********************/
#global-platforms {
  padding-bottom: 3em;
  border-top: 1px solid #dddddd; }
  #global-platforms .section-title {
    color: #bcbcbc;
    display: inline-block;
    padding-top: .5em;
    margin-right: 1em;
    -webkit-transform: translateY(3px);
    transform: translateY(3px); }
  #global-platforms .platform-img-wrap {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: .5em 1em; }
  #global-platforms .platform-img {
    height: 100%;
    width: auto; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #global-platforms .section-title {
    display: block; }
  #global-platforms .platform-img-wrap {
    max-width: 50%;
    height: 30px;
    line-height: 30px; }
    #global-platforms .platform-img-wrap img {
      height: 100%;
      width: auto; } }

@media screen and (min-width: 64em) {
  #global-platforms {
    padding-top: 2em;
    padding-bottom: 4em; } }

/*********************
BLOG BLOCKS - SECTION
*********************/
#global-blog .block-wrap {
  padding: 0; }
  #global-blog .block-wrap.block-wrap {
    height: 15em; }

#global-blog .blog-post-item {
  background-size: cover;
  background-color: #36424e;
  background-position: center center;
  height: 100%;
  padding: 2em;
  color: #fefefe;
  position: relative;
  overflow: hidden; }
  #global-blog .blog-post-item:after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 340px;
    background-image: url("../images/digi-noise-imgfilter.png");
    background-repeat: repeat-x;
    background-position: bottom; }
  #global-blog .blog-post-item .blog-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out; }
    #global-blog .blog-post-item .blog-item-bg:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#252A2F));
      background-image: -webkit-linear-gradient(top, transparent, #252A2F);
      background-image: linear-gradient(to bottom, transparent, #252A2F); }
  #global-blog .blog-post-item:hover .blog-item-bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  #global-blog .blog-post-item .post-content-wrap {
    position: absolute;
    z-index: 1;
    top: auto;
    left: 2.5em;
    right: 2.5em;
    bottom: 2.5em; }
  #global-blog .blog-post-item .post-excerpt {
    display: none; }
  #global-blog .blog-post-item .post-title {
    line-height: 1.2em;
    margin: .1em 0; }
  #global-blog .blog-post-item .post-details a {
    color: #fefefe; }

@media screen and (min-width: 40em) {
  #global-blog .block-wrap {
    padding: 0; }
    #global-blog .block-wrap.small-block {
      height: 15em; }
    #global-blog .block-wrap.large-block {
      height: 30em; }
  #global-blog .blog-post-item .post-excerpt {
    display: block;
    line-height: 1.3em;
    margin-bottom: .3em; }
    #global-blog .blog-post-item .post-excerpt a {
      color: #fefefe;
      font-weight: 600; }
  #global-blog .blog-post-item p.post-excerpt {
    font-size: 1.4rem; } }

@media screen and (min-width: 75em) {
  #global-blog .block-wrap {
    padding: 0; }
    #global-blog .block-wrap.small-block {
      height: 21.5em; }
    #global-blog .block-wrap.large-block {
      height: 43em; } }

/*********************
TESTIMONIAL - SECTION
*********************/
#global-testimonials .section-title {
  margin-bottom: .2em; }

#global-testimonials .owl-nav {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

#global-testimonials .owl-carousel .owl-nav .owl-prev:not(:hover),
#global-testimonials .owl-carousel .owl-nav .owl-next:not(:hover) {
  color: #676c70; }

.testimonial-item {
  padding: 0 2.5em; }

.testimonial-content {
  font-style: italic;
  color: #676c70; }

.testimonial-details-outer {
  position: relative;
  margin-top: 2.7em; }
  .testimonial-details-outer .details-text-wrap {
    text-align: center;
    margin: .5em auto; }

.testimonial-img-wrap {
  width: 55px;
  margin: 0 auto; }
  .testimonial-img-wrap:after {
    box-shadow: inset 2px -4px 0px 0px rgba(220, 36, 115, 0.85); }

.testimonial-author {
  font-size: 1em;
  letter-spacing: 0.01em;
  padding-top: .35em;
  margin: 0;
  color: #dc2473; }

.testimonial-author-position {
  margin-top: 0;
  color: #676c70; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .testimonial-item {
    padding: 0 1.3em; }
  #global-testimonial .owl-carousel .owl-nav {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
    #global-testimonial .owl-carousel .owl-nav .owl-prev {
      margin-left: -.7em; }
    #global-testimonial .owl-carousel .owl-nav .owl-next {
      margin-right: -.7em; } }

@media screen and (min-width: 40em) {
  .testimonial-item {
    padding: 0 6em; }
  .testimonial-img-wrap {
    float: left;
    margin: 0 1.2em 0 0; }
  .testimonial-details-outer {
    height: 70px;
    margin-top: 2.7em; }
    .testimonial-details-outer .testimonial-details-inner {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .testimonial-details-outer .details-text-wrap {
      float: left;
      text-align: left;
      margin: 0; }
  #global-testimonials .owl-carousel .owl-nav .owl-prev:not(:hover),
  #global-testimonials .owl-carousel .owl-nav .owl-next:not(:hover) {
    color: #bcbcbc; } }

@media screen and (min-width: 64em) {
  .testimonial-item {
    padding: 0 10em; } }

/*********************
STORY - SECTION
*********************/
#fp-story {
  position: relative;
  overflow: hidden;
  background-color: #36424e;
  color: #fefefe; }
  #fp-story .section-title {
    margin: 0;
    line-height: 1em; }
  #fp-story .story-bg {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .6; }
  #fp-story .inner-content {
    z-index: 1;
    position: relative; }
  #fp-story .story-excerpt {
    font-style: italic;
    margin-bottom: 1.55em; }
  #fp-story .story-logo {
    max-width: 120px; }

@media screen and (min-width: 40em) {
  #fp-story .story-logo {
    max-width: 100%; } }

@media screen and (min-width: 75em) {
  #fp-story .story-excerpt {
    font-size: 2em; } }

/*********************
DIGITAL EXAMS - GENERAL TEMPLATE STYLING
*********************/
#section-anchor-scroll, #anchor-scroll-menu-wrap {
  height: 57px; }

#anchor-scroll-menu-wrap {
  border-bottom: 1px solid #f6f6f6;
  z-index: 300; }
  #anchor-scroll-menu-wrap.fixed {
    position: fixed;
    width: 100%;
    border-top: 1px solid #e8e9ea;
    box-shadow: 0px 15px 30px 0px rgba(50, 50, 50, 0.06); }

.anchor-scroll-menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .anchor-scroll-menu .anchor-scroll-item {
    display: inline-block;
    margin-right: 1.3em;
    font-weight: 700; }
    .anchor-scroll-menu .anchor-scroll-item a {
      color: #676c70;
      -webkit-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out; }
      .anchor-scroll-menu .anchor-scroll-item a:hover {
        color: #36424e; }
    .anchor-scroll-menu .anchor-scroll-item.active-section a {
      color: #dc2473; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #section-anchor-scroll, #anchor-scroll-menu-wrap {
    height: 50px;
    z-index: 100; }
  #anchor-scroll-menu-wrap {
    font-size: .9em;
    overflow-x: scroll;
    overflow-y: hidden; }
    #anchor-scroll-menu-wrap .anchor-scroll-menu {
      text-align: center; } }

/*********************
DIGITAL EXAMS - FOR YOU - SECTION
*********************/
#section-for-you .section-title {
  margin: 0; }

#section-for-you .section-text {
  margin-bottom: 3em; }

#section-for-you .target-section-title {
  margin: 0; }

#section-for-you .target-section-img {
  margin: 0 auto;
  text-align: center; }

#section-for-you .checkbox-list {
  list-style-type: none;
  padding: 0;
  margin-top: .3em;
  margin-bottom: 1.6em; }
  #section-for-you .checkbox-list .check-item {
    color: #676c70;
    margin-bottom: .3em;
    position: relative;
    padding-left: 1.45em; }
    #section-for-you .checkbox-list .check-item:before {
      font-size: .58em;
      color: #3ccb93;
      position: absolute;
      left: 0;
      top: .9em; }

.stick-to-parent {
  z-index: 5000; }

@media screen {
  #section-for-you .target-wrap {
    text-align: center; }
    #section-for-you .target-wrap .target-section-text {
      text-align: left; }
    #section-for-you .target-wrap .target-section-img {
      margin-bottom: 1.5em; } }

@media screen and (min-width: 40em) {
  #section-for-you .target-section-img {
    float: left;
    display: block;
    margin-top: 1.5em;
    margin-right: 2.3em;
    max-width: 110px;
    text-align: left; }
  #section-for-you .target-section-text {
    overflow: hidden; }
  #section-for-you .check-item {
    font-size: 1.1em; } }

@media screen and (min-width: 64em) {
  #section-for-you .target-section-img {
    margin-right: 3em;
    max-width: 186px; }
  #section-for-you .check-item {
    font-size: 1.3em; } }

/*********************
DIGITAL EXAMS - THE PRODUCT & FEATURES - SECTION
*********************/
#section-the-product ul, #section-features ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

#section-the-product .section-title, #section-features .section-title {
  margin: 0;
  line-height: 1em; }

#section-the-product .image-wrap, #section-features .image-wrap {
  text-align: center;
  padding: 2.5em 0 1em 0; }
  #section-the-product .image-wrap img, #section-features .image-wrap img {
    max-width: 200px; }

#section-the-product .feature-title, #section-features .feature-title {
  margin: 0 0 .2em 0; }

#section-the-product .feature-list .feature-item, #section-features .feature-list .feature-item {
  font-weight: 700;
  margin-bottom: .3em;
  position: relative;
  padding-left: 1.5em; }
  #section-the-product .feature-list .feature-item:before, #section-the-product .feature-list .feature-item:after, #section-features .feature-list .feature-item:before, #section-features .feature-list .feature-item:after {
    position: absolute;
    display: inline-block; }
  #section-the-product .feature-list .feature-item:before, #section-features .feature-list .feature-item:before {
    content: '';
    left: 0;
    top: .3em;
    width: 15px;
    height: 15px;
    background: #fefefe;
    border: 1px solid #DDDDDD; }
  #section-the-product .feature-list .feature-item:after, #section-features .feature-list .feature-item:after {
    content: "";
    left: .34em;
    top: .6em;
    color: #3ccb93;
    font-size: .65em; }

#section-the-product .coming-features-title, #section-features .coming-features-title {
  color: #fefefe;
  font-weight: 700;
  text-indent: .5em;
  font-size: 1.2em; }

#section-the-product .feature-list.unchecked-features, #section-features .feature-list.unchecked-features {
  padding: 0 0 2.8em 0; }
  #section-the-product .feature-list.unchecked-features .feature-item, #section-features .feature-list.unchecked-features .feature-item {
    font-weight: 300; }
  #section-the-product .feature-list.unchecked-features .feature-item:after, #section-features .feature-list.unchecked-features .feature-item:after {
    display: none; }

#section-features .button-block {
  padding-top: 1.5em; }

#section-the-product .column-image-left-wrap {
  display: none; }

/*
 * Aimating feature reveal
 */
#section-features #toggle-features {
  display: inline-block; }
  #section-features #toggle-features.hide {
    display: none;
    -webkit-animation: anim_hide .4s ease-in-out;
    animation: anim_hide .4s ease-in-out; }

#section-features #features-listing {
  display: none; }
  #section-features #features-listing.visible {
    display: block;
    -webkit-animation: anim_display 0.8s cubic-bezier(0.395, 0.235, 0.21, 0.97);
    animation: anim_display 0.8s cubic-bezier(0.395, 0.235, 0.21, 0.97); }

@media screen and (min-width: 40em) {
  #section-the-product .coming-features-title {
    text-indent: .7em;
    font-size: 1.4em; }
  #section-the-product .image-wrap img {
    max-width: 300px; }
  #section-the-product .feature-list, #section-features .feature-list {
    font-size: 1.125em; }
    #section-the-product .feature-list .feature-item, #section-features .feature-list .feature-item {
      padding-left: 1.35em; }
      #section-the-product .feature-list .feature-item:before, #section-features .feature-list .feature-item:before {
        left: 0;
        top: .4em; }
      #section-the-product .feature-list .feature-item:after, #section-features .feature-list .feature-item:after {
        left: .28em;
        top: .65em;
        font-size: .65em; } }

@media screen and (min-width: 64em) {
  #section-the-product .coming-features-title, .feature-list .coming-features-title {
    text-indent: .8em;
    font-size: 1.5em; }
  #section-the-product .image-wrap {
    text-align: left; }
    #section-the-product .image-wrap img {
      max-width: 100%; }
  #section-the-product .float-right {
    float: right;
    padding: 2.5em 0 0 2em; }
  #section-the-product .float-left {
    float: left;
    padding: 4em 2em 0 0; }
  #section-the-product .feature-list, #section-features .feature-list {
    padding: 3.5em 0;
    font-size: 1.4em; }
    #section-the-product .feature-list .feature-item:after, #section-features .feature-list .feature-item:after {
      left: .2em;
      font-size: .6em; }
  #section-features #features-listing .feature-list {
    padding: 1.5em; } }

/*********************
DIGITAL EXAMS - TECH Q&A - SECTION
*********************/
#section-tech-Q-A .section-title {
  margin-top: 0; }

/*********************
DIGITAL EXAMS - QUOTE - SECTION
*********************/
#section-quote .inner-content {
  position: relative; }

#section-quote .section-title {
  margin-bottom: 0; }

.whitepaper-row {
  position: relative; }

.whitepaper-wrap {
  position: relative;
  margin-top: -3.3em;
  width: 100%;
  background: #3ccb93;
  color: #fefefe;
  text-align: center;
  padding: 2em 1.5em;
  font-size: .9em;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 2em; }
  .whitepaper-wrap .icon-file {
    font-size: 1.5em;
    display: block; }
  .whitepaper-wrap p {
    margin-top: .5em;
    margin-bottom: .3em; }

@media screen and (min-width: 40em) {
  .whitepaper-wrap {
    margin-top: -6.6em;
    margin-bottom: 3em; }
  #section-quote .button-block {
    padding-top: 2em; } }

@media screen and (min-width: 64em) {
  .whitepaper-wrap {
    position: absolute;
    top: 3.5em;
    right: 2em;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-bottom: 0;
    z-index: 1; }
    .whitepaper-wrap .icon-file {
      font-size: 1.9em;
      display: block;
      -webkit-transition: font-size .2s ease-in-out;
      transition: font-size .2s ease-in-out; }
    .whitepaper-wrap:hover .icon-file {
      font-size: 2.2em; }
    .whitepaper-wrap p {
      margin-bottom: 1em; } }

@media screen and (min-width: 75em) {
  .whitepaper-wrap {
    position: absolute;
    top: 8em;
    right: 0em; } }

/*********************
COMPANY - TIMELINE - TOP - SECTION
*********************/
.timeline {
  position: absolute;
  bottom: 0;
  width: 68%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 5em 0; }

.timeline-bar {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 60em;
  height: 7px;
  border-radius: 7px;
  background: #f6f6f6; }

.timeline-bar-fill {
  height: 100%;
  width: 0px;
  margin-left: 4px;
  background: #3ccb93;
  border-radius: 7px; }

.milestone {
  position: absolute;
  top: -65%; }

.milestone-marker {
  position: absolute;
  left: -4px;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #92989E;
  border: 3px solid #fff;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: background .2s ease;
  transition: background .2s ease; }

.milestone-details {
  position: absolute;
  left: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: .7em;
  font-weight: 600;
  padding: .4em .5em;
  text-align: center;
  color: #676c70;
  min-width: 70px;
  background: #fefefe;
  bottom: 15px;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .milestone-details:after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fefefe;
    top: auto;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg); }

.milestone .milestone-marker:hover, .milestone.active .milestone-marker {
  background: #3ccb93; }

.milestone.passed .milestone-marker {
  background: #3ccb93; }

.milestone.active .milestone-details {
  color: #36424e; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .stick-to-parent.is_stuck h2 {
    display: none; }
  .faq-menu {
    position: relative;
    z-index: 5000;
    background: white; }
    .faq-menu li {
      display: inline-block;
      float: left;
      margin: 0 .5em 0 0; }
    .faq-menu:after {
      content: "";
      display: table;
      clear: both; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .stick-to-parent.is_stuck h2 {
    display: none; }
  .faq-menu {
    position: relative;
    z-index: 5000;
    background: white; }
    .faq-menu li {
      display: inline-block;
      float: left;
      margin: 0 .5em 0 0; }
    .faq-menu:after {
      content: "";
      display: table;
      clear: both; }
  .top-section .company-owl-carousel .slide-item {
    padding-bottom: 5em !important; }
  .timeline {
    padding: 1.8em 0; }
  .timeline-bar .milestone .milestone-details {
    display: none; }
  .timeline-bar .milestone:first-child .milestone-details, .timeline-bar .milestone:last-child .milestone-details {
    display: block; } }

/*********************
COMPANY - NEWS - SECTION
*********************/
#section-comp-news {
  padding-bottom: 0; }
  #section-comp-news .section-title {
    margin-top: 0; }
  #section-comp-news .news-wrap {
    display: block;
    float: left; }
    #section-comp-news .news-wrap:before, #section-comp-news .news-wrap:after {
      content: '';
      display: block;
      float: left;
      clear: both; }
  #section-comp-news .news-item-title {
    line-height: 1em;
    margin-top: 0; }
    #section-comp-news .news-item-title a {
      font-size: .85em;
      color: #36424e; }
    #section-comp-news .news-item-title i {
      font-size: .3em;
      padding: 0 1em;
      color: #3ccb93; }
      #section-comp-news .news-item-title i.icon-pdf {
        font-size: .5em; }
      #section-comp-news .news-item-title i.icon-link {
        position: relative;
        bottom: .2em; }
  #section-comp-news .post-details {
    color: #dc2473; }
    #section-comp-news .post-details a {
      color: #dc2473; }
    #section-comp-news .post-details .post-date {
      margin-right: .5em; }
  #section-comp-news #aside-press-contact {
    padding-top: 3.1em; }
    #section-comp-news #aside-press-contact .press-contact-img-wrap {
      width: 100px;
      margin-bottom: 1.4em; }
    #section-comp-news #aside-press-contact .press-contact-img-wrap:after {
      box-shadow: inset 2px -4px 0px 0px rgba(52, 195, 139, 0.85); }
    #section-comp-news #aside-press-contact .aside-title {
      margin: 0;
      letter-spacing: 0.02em;
      line-height: 1em; }
    #section-comp-news #aside-press-contact .press-name {
      margin: 0 auto .5em auto;
      letter-spacing: 0.01em;
      color: #3ccb93; }
    #section-comp-news #aside-press-contact ul.press-contact-details {
      list-style-type: none;
      padding: 0;
      padding: 0 0 2.5em 0;
      margin-bottom: 3em;
      border-bottom: 1px solid #eee; }
    #section-comp-news #aside-press-contact a:not(.btn):not(.campaign-section-form .gform_button) {
      color: #36424e; }

@media screen and (min-width: 40em) {
  #aside-press-contact {
    float: right; }
    #aside-press-contact .aside-title {
      font-size: 1em; }
    #aside-press-contact .press-name {
      font-size: 1.1em; } }

@media screen and (min-width: 64em) {
  #section-comp-news #aside-press-contact {
    padding-top: 0; } }

/*********************
COMPANY - FACTS - SECTION
*********************/
#section-comp-facts .section-title {
  margin-top: 0; }

#section-comp-facts ul.custom-icon-list {
  padding-left: 1.8em;
  color: #676c70; }
  #section-comp-facts ul.custom-icon-list li {
    margin-bottom: .9em;
    line-height: 1.2em; }

#section-comp-facts a {
  color: #dc2473; }

#section-comp-contact .term-title {
  position: relative;
  z-index: 1;
  margin-top: 2em; }
  #section-comp-contact .term-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
    height: 1px;
    width: 100%;
    background: #eeeeee; }
  #section-comp-contact .term-title span {
    background: #ffffff;
    padding: 1.5em;
    z-index: 1; }

#section-comp-contact .employee-img-wrap {
  max-width: 265px; }

#section-comp-contact .employee-item {
  padding: 1em 2em; }
  #section-comp-contact .employee-item .employee-title {
    margin-bottom: 0; }
  #section-comp-contact .employee-item .work-title {
    margin-top: .2em;
    font-size: 1.15em; }

#section-comp-contact ul.contact-details {
  list-style-type: none;
  padding: 0;
  font-size: 1.15em;
  color: #36424e; }
  #section-comp-contact ul.contact-details li {
    position: relative;
    padding-left: 1.8em; }
    #section-comp-contact ul.contact-details li:before {
      position: absolute;
      top: .25em;
      left: 0; }
    #section-comp-contact ul.contact-details li a {
      color: #36424e; }
    #section-comp-contact ul.contact-details li a:hover {
      color: #dc2473; }

/*********************
CAREER - JOBS - SECTION
*********************/
#section-career-jobs .section-title {
  margin-top: 0; }

#section-career-jobs .button-wrap {
  padding-top: 1em; }

#section-career-jobs .term-title {
  color: #92989E; }

#section-career-jobs .job-title {
  margin: 0; }

#section-career-jobs .job-role {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  color: #92989E; }

#section-career-jobs .job-item-content a {
  color: #dc2473;
  font-weight: 600;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }
  #section-career-jobs .job-item-content a:hover {
    color: #36424e; }

#section-career-jobs .apply-btn {
  margin-top: 1em; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .job-title {
    font-size: 1.25em;
    line-height: 1.2;
    padding-bottom: .2em; }
  #section-career-jobs .job-role {
    font-size: .75em; }
  #section-career-jobs .job-item-content {
    font-size: .9em; } }

@media screen and (min-width: 40em) {
  #section-career-jobs .job-item {
    position: relative; }
  #section-career-jobs .term-title, #section-career-jobs .job-title {
    padding-right: 6em; }
  #section-career-jobs .apply-btn {
    min-width: 0 !important;
    position: absolute;
    top: 2em;
    right: 2em;
    margin: 0; } }

/*********************
CAREER - TEXT CONTENT & BACKGROUND IMAGE - SECTION
*********************/
#section-career-text {
  border-top: 1px solid #eeeeee; }

#section-career-hero {
  background-color: #36424e;
  background-position: center bottom;
  background-size: cover;
  height: 75vh; }

@media screen and (min-width: 40em) {
  #section-career-text {
    padding-top: 3em;
    padding-bottom: 3em; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #section-career-hero {
    height: 35vh;
    background-position: center center; } }

/*********************
SUPPORT - TEMPLATE STYLES
*********************/
.top-section-support {
  z-index: -1; }

/*********************
SUPPORT - PORTS - SECTION
*********************/
#section-support-ports .content-block {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

#section-support-ports .content-block-title {
  margin-top: .2em;
  margin-bottom: .5em; }

#section-support-ports .content-block-text {
  padding-bottom: 1em; }
  #section-support-ports .content-block-text a {
    color: #dc2473;
    font-weight: 600; }

#section-support-ports .btn, #section-support-ports .campaign-section-form .gform_button, .campaign-section-form #section-support-ports .gform_button {
  margin-bottom: 1em; }

/*********************
SUPPORT - FAQ - SECTION
*********************/
#section-support-faq .aside-title {
  margin: 0; }

#section-support-faq ul.faq-menu {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #section-support-faq ul.faq-menu .menu-term-title {
    margin: .7em 0; }
    #section-support-faq ul.faq-menu .menu-term-title a {
      color: #676c70;
      -webkit-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out; }
      #section-support-faq ul.faq-menu .menu-term-title a.active {
        color: #dc2473; }
    #section-support-faq ul.faq-menu .menu-term-title a:hover {
      color: #36424e; }

#section-support-faq .faq-cat-wrap {
  margin-bottom: 3.5em; }
  #section-support-faq .faq-cat-wrap .term-title {
    margin-top: .5em;
    margin-bottom: .7em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }

#footer-navigation {
  background-color: #f6f6f6; }
  #footer-navigation ul, #footer-navigation li {
    list-style-type: none;
    padding: 0; }
  #footer-navigation li > a {
    color: #A5A9AC; }
  #footer-navigation ul#menu-footer-navigation > li {
    float: left;
    width: 100%;
    margin-bottom: 2em; }
    #footer-navigation ul#menu-footer-navigation > li > a {
      font-weight: 700;
      font-size: .9em;
      text-transform: uppercase;
      color: #36424e; }
  #footer-navigation a:hover {
    color: #36424e; }
  #footer-navigation .sub-menu {
    padding: .7em 0; }
    #footer-navigation .sub-menu > li {
      padding-bottom: .3em;
      font-weight: 600; }

#footer-bottom {
  background-color: #fefefe;
  color: #A5A9AC;
  font-weight: 500; }
  #footer-bottom .footer-copyright-wrap, #footer-bottom .footer-social-wrap {
    line-height: 3em; }

.footer-logo {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 170px;
  height: 5em;
  background-image: url("../images/digiexam-logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain; }

.inlinesvg .footer-logo {
  background-image: url("../images/digiexam-logo.svg"); }

.footer-social-wrap .social-links {
  list-style-type: none;
  padding: 0; }
  .footer-social-wrap .social-links .social-link-item {
    display: inline-block;
    padding: 0 .7em; }
    .footer-social-wrap .social-links .social-link-item a {
      color: #36424e;
      font-size: 1.1em;
      -webkit-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out; }
    .footer-social-wrap .social-links .social-link-item a:hover {
      color: #dc2473; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #footer-bottom {
    text-align: center; }
  .footer-logo {
    margin: 0 auto; }
  .footer-copyright-wrap p {
    margin: 0; }
  .footer-social-wrap .social-links {
    margin-top: 0.6em; } }

@media screen and (min-width: 40em) {
  .footer-social-wrap {
    text-align: right; }
  #footer-navigation ul#menu-footer-navigation > li {
    width: 50%; } }

@media screen and (min-width: 64em) {
  #footer-navigation ul#menu-footer-navigation > li {
    width: 25%; } }

/*********************
FOUNDATION STYLES
*********************/
/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*
 * OWL SLIDER STYLING
 */
.top-section .owl-carousel .owl-item {
  width: 100%; }

.top-section .owl-carousel .slide-item {
  padding-top: 3em;
  padding-bottom: 3em; }

.top-section .owl-carousel .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: .5;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Career slider */
.top-section-career-slider .owl-carousel {
  height: 100%;
  background-color: #34c38b; }
  .top-section-career-slider .owl-carousel .owl-stage, .top-section-career-slider .owl-carousel .owl-item {
    height: 100%; }
  .top-section-career-slider .owl-carousel .owl-item {
    padding: 0 1.875em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .top-section-career-slider .owl-carousel .slide-item {
    height: 100%;
    padding: 5em 0 0 !important; }
    .top-section-career-slider .owl-carousel .slide-item .crew-first {
      position: absolute; }
      .top-section-career-slider .owl-carousel .slide-item .crew-first p {
        margin: 0 0 1.375rem;
        line-height: 1; }
    .top-section-career-slider .owl-carousel .slide-item .crew-second {
      float: right;
      padding-top: 6em;
      position: relative; }
    .top-section-career-slider .owl-carousel .slide-item .slide-bg {
      width: 100%;
      height: 0;
      padding-bottom: 107%;
      background-repeat: no-repeat;
      background-position: center 6em;
      background-size: contain;
      opacity: 0.04;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 88; }

@-webkit-keyframes rotcrew {
  from {
    background-position: 0% 104%; }
  to {
    background-position: 100% 104%; } }

@keyframes rotcrew {
  from {
    background-position: 0% 104%; }
  to {
    background-position: 100% 104%; } }
    .top-section-career-slider .owl-carousel .slide-item .slide-image-outer {
      padding: 15% 25% 0 0;
      position: relative; }
    .top-section-career-slider .owl-carousel .slide-item .slide-image {
      width: 100%;
      background-repeat: no-repeat;
      background-position: 0% 104%;
      background-size: auto 100%;
      padding-bottom: 107%;
      position: relative;
      z-index: 90;
      overflow: hidden; }
    .top-section-career-slider .owl-carousel .slide-item .slide-skills-and-strengths {
      width: 40%;
      position: absolute;
      top: 60%;
      right: 0;
      -webkit-transform: translate(0, -50%) scale(0.75);
      transform: translate(0, -50%) scale(0.75);
      -webkit-transform-origin: right center;
      transform-origin: right center;
      z-index: 92; }
      .top-section-career-slider .owl-carousel .slide-item .slide-skills-and-strengths .title {
        margin: 0 0 0.25em;
        padding: 0.35em;
        line-height: 1; }
      .top-section-career-slider .owl-carousel .slide-item .slide-skills-and-strengths .slide-skills {
        position: relative;
        left: -1.5em; }
      .top-section-career-slider .owl-carousel .slide-item .slide-skills-and-strengths .slide-strengths {
        margin-top: 1.5em; }
      .top-section-career-slider .owl-carousel .slide-item .slide-skills-and-strengths .text {
        font-size: 1.35em;
        line-height: 1.1; }
  .top-section-career-slider .owl-carousel .owl-item.active .slide-image {
    -webkit-animation: rotcrew 2s steps(12);
    animation: rotcrew 2s steps(12);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .top-section-career-slider .owl-carousel .owl-item.fadeOut .slide-image {
    background-position: 100% 104%; }
  .top-section-career-slider .owl-carousel .owl-nav {
    padding: 0 0.9375em; }
  .top-section-career-slider .owl-carousel .owl-dots {
    text-align: left;
    max-width: 81.25rem;
    padding-left: 0.4em;
    bottom: 1em;
    display: none !important; }
    .top-section-career-slider .owl-carousel .owl-dots .owl-dot.active span {
      background-color: #36424e; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    color: #676c70;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
  .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    color: #dc2473; }
  .owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i {
    font-size: 1.5em;
    padding: .8em; }
  .owl-carousel .owl-nav .owl-prev {
    float: left; }
    .owl-carousel .owl-nav .owl-prev i {
      padding-left: 0; }
  .owl-carousel .owl-nav .owl-next {
    float: right; }
    .owl-carousel .owl-nav .owl-next i {
      padding-right: 0; }

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center; }

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 .35em; }
  .owl-carousel .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fefefe;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out; }
  .owl-carousel .owl-dot.active span {
    background-color: #3ccb93; }

.top-section-slider .owl-carousel .owl-nav {
  width: 95%;
  margin: 0 auto;
  left: 0;
  right: 0; }
  .top-section-slider .owl-carousel .owl-nav .owl-prev, .top-section-slider .owl-carousel .owl-nav .owl-next {
    color: rgba(254, 254, 254, 0.5); }
  .top-section-slider .owl-carousel .owl-nav .owl-prev:hover, .top-section-slider .owl-carousel .owl-nav .owl-next:hover {
    color: #fefefe; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-section-career-slider .owl-carousel .slide-item .crew-first {
    top: 5.5em; }
    .top-section-career-slider .owl-carousel .slide-item .crew-first .outer .inner .h5 {
      font-size: .8em;
      margin-bottom: 0.8em;
      letter-spacing: 0.02em; }
    .top-section-career-slider .owl-carousel .slide-item .crew-first .outer .inner .h3 {
      margin-bottom: 0.5em; }
    .top-section-career-slider .owl-carousel .slide-item .crew-first .outer .inner p.large {
      font-size: 1em; }
  .top-section-career-slider .owl-carousel .slide-item .slide-skills-and-strengths {
    width: 45%; }
    .top-section-career-slider .owl-carousel .slide-item .slide-skills-and-strengths .text {
      font-size: 1.1em; }
  .top-section-career-slider .owl-carousel .slide-item .slide-bg {
    top: auto;
    bottom: 0; }
  .top-section-career-slider .owl-carousel .slide-item .slide-image-outer {
    right: 1em; }
  .top-section-slider .owl-carousel .owl-nav .owl-prev, .top-section-slider .owl-carousel .owl-nav .owl-next {
    color: white; } }

/*
 * Slider content animation
 */
.owl-carousel .fadeIn .slide-content {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0s;
  transition: opacity 0s; }

.owl-carousel .slide-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-section .owl-carousel .slide-item {
    padding-left: 2em;
    padding-right: 2em; }
  .top-section .owl-carousel .slide-content {
    margin-top: 1em; }
  .top-section .company-owl-carousel.owl-carousel .slide-item {
    padding-left: 1em;
    padding-right: 1em; } }

@media screen and (min-width: 40em) {
  .top-section .owl-carousel .slide-item {
    padding-top: 9em;
    padding-bottom: 9em; }
  .top-section .owl-carousel .owl-nav {
    width: 99%; }
  .top-section-career-slider .owl-carousel .owl-item {
    padding: 0 3em; }
    .top-section-career-slider .owl-carousel .owl-item .slide-item {
      padding: 0 !important; }
      .top-section-career-slider .owl-carousel .owl-item .slide-item .crew-first {
        top: 50%;
        -webkit-transform: translate(0, -60%);
        transform: translate(0, -60%); }
        .top-section-career-slider .owl-carousel .owl-item .slide-item .crew-first .outer {
          -webkit-transform: scale(1);
          transform: scale(1); }
      .top-section-career-slider .owl-carousel .owl-item .slide-item .crew-second {
        padding-top: 2em; }
        .top-section-career-slider .owl-carousel .owl-item .slide-item .crew-second .slide-skills-and-strengths {
          width: 30%;
          -webkit-transform: scale(1) translate(0, -50%);
          transform: scale(1) translate(0, -50%);
          right: -0.9375em; }
  .top-section-career-slider .owl-carousel .owl-dots {
    display: block !important;
    padding-left: 3em; }
  .owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i {
    font-size: 2.5em; }
  .owl-carousel .owl-dots {
    bottom: 2em; } }

@media screen and (min-width: 64em) {
  .top-section .owl-carousel .owl-item {
    padding: 0; }
    .top-section .owl-carousel .owl-item .slide-item {
      padding-top: 11.5em;
      padding-bottom: 11.5em; }
  .top-section .owl-carousel .owl-dots {
    bottom: 3em; }
  .top-section-career-slider .owl-carousel .owl-nav {
    padding: 0; }
  .top-section-career-slider .owl-carousel .owl-dots {
    padding-left: 8.33%;
    bottom: 3em; }
    .top-section-career-slider .owl-carousel .owl-dots .owl-dot:first-child {
      padding-left: 0.5em; }
  .top-section-slider .owl-carousel .owl-nav {
    width: 100%; }
  .owl-carousel .owl-nav {
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i {
      font-size: 3.5em;
      padding: .8em; }
    .owl-carousel .owl-nav .owl-prev i {
      padding-left: .8em; }
    .owl-carousel .owl-nav .owl-next i {
      padding-right: .8em; } }

@media screen and (min-width: 1920px) {
  .top-section .owl-carousel .owl-item .slide-item {
    padding-top: 15.5em;
    padding-bottom: 15em; } }

/* General button style */
.btn, .campaign-section-form .gform_button {
  display: inline-block;
  padding: 1em 2.5em;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .btn.read-more, .campaign-section-form .read-more.gform_button, .btn.btn-small, .campaign-section-form .btn-small.gform_button {
    padding: .4em 1.7em; }
  .btn.btn-primary, .campaign-section-form .gform_button {
    background-color: #dc2473;
    color: #fefefe; }
    .btn.btn-primary:not(.disabled):hover, .campaign-section-form .gform_button:not(.disabled):hover {
      background-color: #e9c865;
      color: #36424e; }
  .btn.btn-white, .campaign-section-form .btn-white.gform_button {
    background-color: #fefefe;
    color: #dc2473;
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.08); }
    .btn.btn-white:not(.disabled):hover, .campaign-section-form .btn-white.gform_button:not(.disabled):hover {
      background-color: #3ccb93;
      color: #fefefe;
      box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0); }
  .btn.disabled, .campaign-section-form .disabled.gform_button {
    cursor: not-allowed; }

.button-block .btn, .button-block .campaign-section-form .gform_button, .campaign-section-form .button-block .gform_button {
  margin: .5em 0; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .btn, .campaign-section-form .gform_button {
    width: 100%; } }

@media screen and (min-width: 40em) {
  .btn:not(.read-more), .campaign-section-form .gform_button:not(.read-more) {
    min-width: 250px; }
  .button-block .btn, .button-block .campaign-section-form .gform_button, .campaign-section-form .button-block .gform_button {
    margin: .5em; } }

.btn.after-icon:after, .campaign-section-form .after-icon.gform_button:after {
  padding-left: .7em;
  font-size: .75em; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

/************************************************

Stylesheet: Campaign styles

*************************************************/
body.page-template-template-campaign {
  padding: 7%; }
  body.page-template-template-campaign p {
    font-size: 1.25em; }
  body.page-template-template-campaign .off-canvas-content {
    background: transparent;
    -webkit-transition: none;
    transition: none; }

.campaign-wrapper #footer-bottom {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16); }

.campaign-cta {
  position: absolute;
  top: -2.5em;
  right: -2.5em;
  width: 220px;
  height: 220px;
  padding-top: 70px;
  border-radius: 50%;
  background: #e9c865;
  color: #1a1919;
  text-align: center;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.3); }
  .campaign-cta span {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: .5em;
    letter-spacing: .05em;
    margin-top: 1em; }
  @media (max-width: 1210px) {
    .campaign-cta {
      width: 150px;
      height: 150px;
      right: -1.5em;
      top: -1.5em;
      font-size: 1.3em;
      padding-top: 50px; } }

.campaign-logo {
  position: absolute;
  top: 1em;
  left: 1.5em;
  display: block;
  width: 170px;
  height: 4.375rem;
  background-image: url("../images/digiexam-white-logo.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain; }

.campaign-section-form {
  margin: 3em 0 0 0; }

.campaign-section-social {
  color: white;
  margin: 3em 0 0 0; }
  .campaign-section-social h5 {
    margin-bottom: 0; }
  .campaign-section-social h3 {
    margin-top: 0 !important;
    margin-bottom: .5em !important;
    color: white !important; }

.campaign-section-form h3, .campaign-section-form p {
  color: white !important; }

.campaign-section-form .gform_confirmation_message {
  font-size: 1.25em; }

.campaign-section-form .gform_footer {
  text-align: center; }

.campaign-section-form ul.gform_fields {
  margin: 0 auto !important;
  display: block;
  max-width: 650px; }
  @media screen and (min-width: 64em) {
    .campaign-section-form ul.gform_fields li {
      float: left;
      width: 50% !important;
      clear: none;
      padding: 0 .5em; } }

.gform_confirmation_message {
  color: white;
  text-align: center;
  max-width: 650px;
  margin: 0 auto; }

.campaign-section-text {
  margin-top: 3em; }
  .campaign-section-text h3, .campaign-section-text p {
    color: white !important; }

.campaign-content {
  position: relative;
  padding: 7em 1em;
  background: rgba(60, 203, 147, 0.93); }
  .campaign-content.less-pad {
    padding: 3em 1em; }
  .campaign-content .campaign-intro {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    color: white; }
  .campaign-content .campaign-preamble {
    font-size: 1em;
    font-weight: 700; }
  .campaign-content .campaign-title {
    margin: 0; }
    .campaign-content .campaign-title .strikethrough {
      padding: .3em 0 .2em 0; }
  .campaign-content .campaign-terms-and-conditions {
    position: absolute;
    bottom: 1em;
    right: 1.5em; }
  .campaign-content .rounds-wrap {
    margin-top: 4em; }
  .campaign-content h3 {
    color: #dc2473;
    margin: 0; }
  .campaign-content .content-block {
    position: relative; }
    .campaign-content .content-block:after {
      font-family: 'digiexam-iconfont';
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(90deg);
      transform: translateX(-50%) rotate(90deg);
      color: white;
      font-size: 1.2em;
      font-weight: 700; }
    @media screen and (min-width: 64em) {
      .campaign-content .content-block:after {
        content: "";
        right: -20px;
        top: 50%;
        bottom: auto;
        left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .campaign-content .content-block {
        max-width: 70%;
        margin: 0 auto 2em auto; } }
    @media screen and (min-width: 0em) and (max-width: 39.9375em) {
      .campaign-content .content-block {
        max-width: none;
        margin: 0 auto 2em auto; } }
  .campaign-content .rounds-wrap .columns:last-child .content-block:after {
    display: none; }
  .campaign-content .participation {
    margin-top: 2em;
    counter-reset: participationCounter;
    color: white; }
    .campaign-content .participation h3 {
      color: white;
      margin: 1.5em 0 1em 0; }
    .campaign-content .participation p {
      font-weight: 600; }
    .campaign-content .participation .participation-item {
      position: relative;
      z-index: 100;
      counter-increment: participationCounter;
      padding-left: 80px; }
      .campaign-content .participation .participation-item p {
        font-size: 1em; }
      .campaign-content .participation .participation-item:before {
        content: counter(participationCounter);
        position: absolute;
        top: 0;
        left: 0px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-weight: 700;
        font-size: 1.5em;
        line-height: 47px;
        background: #e9c865;
        text-align: center;
        color: white;
        box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.3); }
      .campaign-content .participation .participation-item img {
        position: absolute;
        top: -10px;
        left: 25px;
        z-index: -1;
        max-width: 50px; }

/* Instagram plugin styling */
.sbi_photo_wrap {
  padding: 12px 12px 60px 12px;
  background: url("../images/bg-polaroid.png") no-repeat;
  background-size: cover;
  margin: 0 10px 50px 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16); }

.sbi_link {
  display: block !important;
  background-color: transparent !important;
  overflow: visible !important;
  opacity: 1 !important; }

#sb_instagram #sbi_load .sbi_load_btn,
.load-more-tweets {
  background: #dc2473 !important;
  color: white !important;
  padding: 1em 3em;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-size: .9em; }

.sbi_link .sbi_hover_top {
  color: #1a1919 !important;
  bottom: 1.5em;
  padding: 0 !important; }
  .sbi_link .sbi_hover_top .sbi_username > a {
    color: #1a1919 !important;
    font-weight: 800;
    font-size: 1.5em;
    letter-spacing: -0.03em; }
    .sbi_link .sbi_hover_top .sbi_username > a:before {
      content: "@"; }

/* Tabs */
.button-group {
  margin: 2em 0 3em 0; }
  .button-group a {
    border: 1px solid white;
    display: inline-block;
    padding: .5em 1em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .25s ease all;
    transition: .25s ease all;
    background: transparent;
    color: white;
    min-width: 140px;
    font-weight: 700;
    letter-spacing: -0.03em; }
    .button-group a:first-child {
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px; }
    .button-group a:last-child {
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px; }
    .button-group a.active {
      background: white;
      color: #dc2473; }
    .button-group a:not(.active):hover {
      background: rgba(255, 255, 255, 0.2); }

.social-tab {
  display: none; }

.gutter-sizer {
  width: 1.5%; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .gutter-sizer {
      width: 0; } }

.extra-pad {
  padding-left: 4em;
  padding-right: 4em; }

.campaign-footer-text {
  font-weight: 600;
  padding-top: .8em; }

.twitter-wrap {
  position: relative;
  padding: 0;
  margin-bottom: 2em; }
  .twitter-wrap .twitter-item {
    width: 32.33333%;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: inherit !important;
    margin: 0 0 1.5% 0 !important;
    text-decoration: none;
    box-sizing: border-box; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .twitter-wrap .twitter-item {
        width: 49.25%; } }
    @media screen and (min-width: 0em) and (max-width: 39.9375em) {
      .twitter-wrap .twitter-item {
        width: 100%;
        margin: 0 0 30px 0; } }
  .twitter-wrap .photo-wrap {
    padding: 12px 12px 30px 12px;
    background: url("../images/bg-polaroid.png") no-repeat;
    background-size: cover;
    margin: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16); }
  .twitter-wrap a {
    position: relative;
    top: .6em;
    color: #1a1919 !important;
    font-weight: 800;
    font-size: 1.3em;
    letter-spacing: -0.03em;
    opacity: .8; }

#teacher-time {
  position: relative;
  height: 750px; }
  #teacher-time h3 {
    font-size: 1.9em;
    margin-bottom: 2em; }

.teacher-time-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3em;
  color: #fefefe;
  background: #3ccb93;
  box-shadow: inset -1px 34px 100px -12px rgba(50, 50, 50, 0.13), inset -1px -34px 100px -12px rgba(50, 50, 50, 0.15);
  -webkit-transition: .5s ease-in-out opacity;
  transition: .5s ease-in-out opacity;
  overflow: hidden; }
  .teacher-time-content.stage-one {
    background-image: url("../images/calculator.png"), url("../images/pen.png"), url("../images/digi-noise.png");
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: 0 91%, 100% 9%, top left;
    z-index: 200; }
  .teacher-time-content.stage-two {
    background-image: url("../images/clock.png"), url("../images/papers.png"), url("../images/digi-noise.png");
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: 7% 10%, 100% 90%, top left;
    z-index: 190; }
  .teacher-time-content.stage-three {
    padding-top: 0;
    background: #1a1919;
    z-index: 180; }
    .teacher-time-content.stage-three h4 {
      margin-top: .7em;
      margin-bottom: 0; }
    .teacher-time-content.stage-three .tt-hours {
      position: relative;
      top: -.2em; }

.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px; }
  .close-modal span {
    position: absolute;
    width: 25px;
    height: 4px;
    top: 50%;
    left: 50%;
    background: #676c70; }
    .close-modal span:nth-child(1) {
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
      transform: translateY(-50%) translateX(-50%) rotate(-45deg); }
    .close-modal span:nth-child(2) {
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
      transform: translateY(-50%) translateX(-50%) rotate(45deg); }

.stick-to-bottom {
  position: absolute;
  bottom: 2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.fade-out {
  opacity: 0; }

#teacher-time .form-label {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 2.5em; }

.number-input-wrapper {
  float: right;
  max-width: 60px;
  position: relative;
  top: -5px; }

.teacher-time-input-item {
  margin: 0 0 .5em 0; }

.content-with-slider {
  position: relative;
  z-index: 91;
  padding-top: 1.5em;
  height: 100%; }

.teacher-time-logo {
  background: url(../images/teachertime-logo-dark.svg) center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  max-width: 250px;
  height: 150px; }
  .teacher-time-logo.light {
    background: url(../images/teachertime-logo-white.svg) center center no-repeat;
    background-size: contain; }

#tt-go-digital,
#submit-teacher-time {
  margin-top: 5em; }

input.number-input {
  width: 100%;
  padding-bottom: .2em;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: white;
  text-align: center;
  -webkit-transition: .25s ease-in-out all;
  transition: .25s ease-in-out all;
  font-weight: 900;
  font-size: 1.3em; }
  input.number-input::-webkit-input-placeholder {
    color: #fefefe; }
  input.number-input:-moz-placeholder {
    /* Firefox 18- */
    color: #fefefe; }
  input.number-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fefefe; }
  input.number-input:-ms-input-placeholder {
    color: #fefefe; }
  input.number-input:hover, input.number-input:focus, input.number-input:active {
    border-bottom: 3px solid white; }

.dramatic-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  z-index: 300; }
  .dramatic-highlight.add-dramatic-effect {
    -webkit-animation: dramatic-effect 3s ease-out;
    animation: dramatic-effect 3s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

.tt-hours {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s ease-out all;
  transition: .5s ease-out all;
  font-size: 9.5rem;
  letter-spacing: -.03em;
  font-weight: 900; }
  .tt-hours .strikethrough {
    padding: .25em .25em 0 .25em;
    line-height: 1.2; }
  .tt-hours.scale-up {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .tt-hours.scale-up-dramatically {
    -webkit-animation: scale-up-dramatically 2s cubic-bezier(1, 0, 0, 1);
    animation: scale-up-dramatically 2s cubic-bezier(1, 0, 0, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

.tt-result-description {
  position: relative;
  top: -1.3em;
  font-weight: 700;
  font-size: 1.3em; }

/* Suggestions slider */
.tt-suggestions-slider {
  height: 100%;
  z-index: 100; }
  .tt-suggestions-slider .owl-stage-outer,
  .tt-suggestions-slider .owl-stage,
  .tt-suggestions-slider .owl-item {
    height: 100%; }
  .tt-suggestions-slider .owl-dots,
  .tt-suggestions-slider .owl-nav {
    z-index: 60; }
  .tt-suggestions-slider .owl-nav {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 75%; }
  .tt-suggestions-slider .owl-item {
    max-width: 650px;
    margin: 0 auto; }

#tt-open-social-share {
  position: relative;
  text-align: left;
  padding: 1em 2.5em 1em 1.5em; }
  #tt-open-social-share:before {
    content: "";
    position: absolute;
    right: 1.3em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #tt-open-social-share:after {
    right: 3.7em;
    position: absolute;
    top: 1.8em; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 52; }

.slider-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 650px;
  height: 82%;
  z-index: 92; }
  .slider-wrapper .owl-carousel .owl-nav .owl-prev,
  .slider-wrapper .owl-carousel .owl-nav .owl-next {
    color: white; }
    .slider-wrapper .owl-carousel .owl-nav .owl-prev:focus, .slider-wrapper .owl-carousel .owl-nav .owl-prev:hover,
    .slider-wrapper .owl-carousel .owl-nav .owl-next:focus,
    .slider-wrapper .owl-carousel .owl-nav .owl-next:hover {
      color: #dc2473; }
  .slider-wrapper .owl-carousel .owl-dots {
    bottom: auto;
    top: 92%; }

.error-message {
  display: block;
  visibility: hidden;
  background: #ec5840;
  color: white;
  padding: 1em;
  opacity: 0; }
  .error-message.show {
    -webkit-animation: show-element .5s ease-out;
    animation: show-element .5s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .error-message.hide {
    -webkit-animation: hide-element .5s ease-out;
    animation: hide-element .5s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

.tt-suggestions-slider--bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .35s ease-out all;
  transition: .35s ease-out all;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 50;
  opacity: 0; }
  .tt-suggestions-slider--bg-image.active {
    z-index: 51;
    opacity: 1; }

.rise-above {
  z-index: 500; }

.owl-carousel {
  z-index: 80; }

.tight {
  margin-bottom: 0; }

.offset-up {
  position: relative;
  top: -1.1em; }

.send-email-wrap {
  position: absolute;
  width: 295px;
  top: 66%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  opacity: 0;
  visibility: hidden; }
  .send-email-wrap.active {
    -webkit-animation: show-element .5s;
    animation: show-element .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .send-email-wrap.inactive {
    -webkit-animation: hide-element .5s;
    animation: hide-element .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

.run-down {
  position: absolute;
  display: block;
  top: -33%;
  right: -21em;
  padding-left: 6.5em;
  color: white;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  max-width: 360px;
  text-align: left;
  text-transform: none; }
  .run-down:before {
    content: "";
    position: absolute;
    background-image: url(../images/curved-line.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 5%;
    left: 2em;
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }

.tt-suggestions-slider--item {
  width: 100%;
  height: 100%; }
  .tt-suggestions-slider--item .tt-suggestions-slider--content {
    position: absolute;
    top: 82%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-width: 600px;
    z-index: 60;
    -webkit-transition: .5s ease-in-out all;
    transition: .5s ease-in-out all;
    text-align: center;
    color: white; }

.social-share {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: none;
  text-align: center;
  background: white;
  padding: 3em;
  opacity: 0;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4); }
  .social-share.active {
    display: block;
    opacity: 1;
    z-index: 200; }

@media (max-width: 1275px) {
  .form-label {
    font-size: 1.1em !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .teacher-time-content.stage-one {
    background-size: 150px auto, 100px auto , 55px auto; }
  .teacher-time-content.stage-two {
    background-size: 200px auto, 250px auto , 55px auto; }
  .teacher-time-content .form-label {
    font-size: 1em !important;
    max-width: 350px; }
  .button-block {
    width: 100%; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #teacher-time {
    height: 560px;
    padding-top: 0 !important; }
  .teacher-time-logo {
    margin-top: 1em;
    height: 70px; }
  #tt-social-share {
    text-align: center;
    padding: 1em 2.5em; }
    #tt-social-share:after {
      right: 3.7em;
      position: absolute;
      top: 1.4em; }
  .teacher-time-content {
    padding-top: 1em !important; }
    .teacher-time-content h3 {
      font-size: 1.2em !important;
      margin-bottom: 1.5em !important; }
    .teacher-time-content .form-label {
      font-weight: 600 !important;
      display: block !important;
      width: 100% !important;
      line-height: 1em !important;
      font-size: .9em !important; }
    .teacher-time-content .teacher-time-input-item {
      margin: 0 0 1.5em 0; }
    .teacher-time-content #submit-teacher-time {
      margin-top: 1.5em;
      font-size: .75em !important; }
    .teacher-time-content .number-input-wrapper {
      float: none;
      width: 100%;
      max-width: none;
      top: 0;
      text-align: left !important; }
      .teacher-time-content .number-input-wrapper .number-input {
        text-align: left !important;
        font-size: 1em !important;
        border-bottom: 2px solid rgba(255, 255, 255, 0.6); }
    .teacher-time-content .tt-hours {
      font-size: 6rem !important;
      margin-top: .6em !important;
      margin-bottom: .4em !important; }
    .teacher-time-content .run-down {
      display: none !important; }
    .teacher-time-content .owl-carousel .owl-nav .owl-prev i,
    .teacher-time-content .owl-carousel .owl-nav .owl-next i {
      font-size: 2.5em; }
    .teacher-time-content #tt-go-digital {
      margin-top: 1.5em;
      max-width: 100%; }
    .teacher-time-content .content-with-slider {
      padding-top: 0 !important; }
    .teacher-time-content .tt-suggestions-slider--content {
      width: 75%; }
    .teacher-time-content .slider-wrapper {
      width: 90% !important;
      height: 75% !important; }
    .teacher-time-content .owl-dots {
      top: 97% !important; }
      .teacher-time-content .owl-dots .owl-dot {
        margin: 0 .6em; }
    .teacher-time-content .social-share a.btn, .teacher-time-content .social-share .campaign-section-form a.gform_button, .campaign-section-form .teacher-time-content .social-share a.gform_button {
      font-size: .8em; }
    .teacher-time-content .send-email-wrap {
      width: 202px;
      top: 61%; }
      .teacher-time-content .send-email-wrap .input-wrap label {
        left: 10px; }
      .teacher-time-content .send-email-wrap .submit-input-wrap {
        right: -2px; }
    .teacher-time-content .stick-to-bottom {
      bottom: .9em;
      width: 90%; }
      .teacher-time-content .stick-to-bottom a.btn, .teacher-time-content .stick-to-bottom .campaign-section-form a.gform_button, .campaign-section-form .teacher-time-content .stick-to-bottom a.gform_button {
        font-size: .8em;
        padding: .5em 1.5em;
        margin: .2em 0 !important; }
      .teacher-time-content .stick-to-bottom a.btn-primary, .teacher-time-content .stick-to-bottom .campaign-section-form a.gform_button, .campaign-section-form .teacher-time-content .stick-to-bottom a.gform_button {
        font-size: .9em;
        padding: .6em 1.5em; }
    .teacher-time-content.stage-one {
      background-size: 120px auto, 80px auto , 55px auto; }
    .teacher-time-content.stage-two {
      background-size: 74px auto, 90px auto , 55px auto;
      background-position: -11% 5%, 100% 78%, top left; }
    .teacher-time-content.stage-three .tt-hours {
      margin-top: .1em !important; } }

@-webkit-keyframes hide-element {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }

@keyframes hide-element {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes show-element {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

@keyframes show-element {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes dramatic-effect {
  0% {
    opacity: 1;
    z-index: 300; }
  100% {
    opacity: 0;
    z-index: 1;
    visibility: hidden; } }

@keyframes dramatic-effect {
  0% {
    opacity: 1;
    z-index: 300; }
  100% {
    opacity: 0;
    z-index: 1;
    visibility: hidden; } }

@-webkit-keyframes scale-up-dramatically {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg); }
  40% {
    -webkit-transform: scale(2) rotate(7deg);
    transform: scale(2) rotate(7deg); }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); } }

@keyframes scale-up-dramatically {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg); }
  40% {
    -webkit-transform: scale(2) rotate(7deg);
    transform: scale(2) rotate(7deg); }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); } }
