@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------ */
/*
/*
/* 8888888888                                                                                             
/*                                                                                                       ®
/* 8888888888   888         888         888         d88b         888b    888    .d888888b.    8888888888       
/* 888          888         888         888       d88  88b       88888b  888   888      888   888        
/* 8888888      888         888         888      d88    88b      888 88b 888   888            8888888         
/* 888          888         888         888     d88      88b     888   88888   888      888   888         
/* 8888888888   888888888   888888888   888    d88        88b    888    Y888    "Y888888P"    8888888888 
/*
/*
/* Project: ""*/
/* Author: "Elliance Inc" */
/* Date (Complete):  */
/*
/*
/* ------------------------------------------------------------------------------------------------------ */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
input[disabled] {
  cursor: default;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*//Normalize Corrections//////////////////////// */
code, pre {
  background: #eee;
}

pre {
  padding: 0.5em;
}

table {
  width: 100%;
}

table caption {
  padding: 0.5em;
}

table td, table th {
  text-align: center;
  padding: 0.5em;
  border: 1px solid #ccc;
}

/* Basic Structure styles
---------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: #FFFFFF;
  min-height: 100%;
  min-width: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #58595B;
  font-family: "proxima-nova-1", "proxima-nova-2", Arial, Helvetica, san-serif;
}

span.hidden, .screen-reader-text, .meta-nav, .hide {
  position: absolute;
  left: -99999em;
}

img {
  max-width: 100%;
  vertical-align: middle;
  font-size: 12px;
  color: #666;
}

nav {
  list-style: none;
}
nav li a {
  text-decoration: none;
}

/* Typography styles
---------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
  display: block;
}

html {
  font-size: 100%;
  font-weight: normal;
  color: #58595B;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
  text-decoration: none;
}
h1 a:hover, h1 a:focus, h1 a:active, h1 a:visited:hover, h1 a:visited:focus, h1 a:visited:active, h2 a:hover, h2 a:focus, h2 a:active, h2 a:visited:hover, h2 a:visited:focus, h2 a:visited:active, h3 a:hover, h3 a:focus, h3 a:active, h3 a:visited:hover, h3 a:visited:focus, h3 a:visited:active, h4 a:hover, h4 a:focus, h4 a:active, h4 a:visited:hover, h4 a:visited:focus, h4 a:visited:active, h5 a:hover, h5 a:focus, h5 a:active, h5 a:visited:hover, h5 a:visited:focus, h5 a:visited:active, h6 a:hover, h6 a:focus, h6 a:active, h6 a:visited:hover, h6 a:visited:focus, h6 a:visited:active {
  text-decoration: none;
  cursor: pointer;
}

hr {
  border: 1px solid;
  margin: -1px 0;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: "Roboto Mono", "Courier New", Courier, monospace;
  font-size: 1em;
}

code,
samp,
kbd {
  font-family: "Roboto Mono", "Courier New", Courier, monospace;
  font-size: 1em;
  padding: 0 6px;
  text-align: left;
}

pre {
  font-family: "Roboto Mono", "Courier New", Courier, monospace;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 1.2em 0;
  overflow: auto;
  padding: 1em 0 1em 1.5em;
  border: 1px solid #ddd;
  white-space: pre;
  word-wrap: normal;
}

pre > code {
  padding: 0;
}

* html pre {
  overflow: visible;
  overflow-x: auto;
  padding-bottom: 2em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

table {
  margin: 1em 0;
  width: 100%;
}

th,
td {
  border: solid 1px #ccc;
  padding: 5px 11px;
  vertical-align: top;
}

dt {
  font-weight: bold;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #ccc;
  padding: 1em;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

input, textarea {
  box-sizing: border-box;
}

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  vertical-align: middle;
  box-sizing: border-box;
}

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

input[type="color"] {
  padding: 0;
  min-height: 50px;
  min-width: 50px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

table button, table input {
  *overflow: auto;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

blockquote, q, cite {
  font-style: normal;
}

ul, ol {
  list-style-position: outside;
  margin-bottom: 1.635em;
  margin-left: 1.5em;
}

li ul, li ol {
  margin: 0 1.625em;
}

dl dd {
  margin-left: 1.625em;
}

nav ul li {
  list-style: none;
}

a {
  color: #3f789e;
  text-decoration: underline;
}
a:hover, a:visited:hover {
  color: #000066;
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
  color: #3f789e;
}

a:hover, a:active {
  outline: none;
}

figure {
  margin: 0;
}

abbr[title], dfn[title] {
  border-bottom: 0;
}

mark {
  background: #ff0;
}

ins {
  text-decoration: none;
  background: #ff9;
}

del {
  text-decoration: line-through;
}

strong, b, dt {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

var, address {
  font-style: normal;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* FormHack v1.2.0 (formhack.io) */
/* Global Reset Styles ------------------ */
body {
  width: 100%;
  *zoom: 1;
  display: block;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

/* ==========================================================================
   Reuseable Classes
   ========================================================================== */
.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.centered {
  text-align: center;
}

ul.clean,
ol.clean {
  list-style: none;
  margin-left: 0;
}
ul.clean li,
ol.clean li {
  padding-left: 0;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.clear-both {
  clear: both;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-item {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
}

.divide-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

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

.display-inline-block {
  display: inline-block !important;
}

.display-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* ==========================================================================
   Animations
   ========================================================================== */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   ==========================================================================
   Site Specific
   ==========================================================================
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* ==========================================================================
   Base (Custom)
   ========================================================================== */
html {
  overflow-x: hidden;
}

body {
  min-width: 250px;
  overflow-x: hidden;
}

.spacer {
  margin-bottom: 54px;
  width: 100%;
  float: left;
  position: relative;
  display: block;
}

.container, .contained, .super-contained {
  max-width: 1000px;
  padding: 0 1em;
  width: 95%;
  margin: 0 auto;
  display: block;
}
.container:before, .contained:before, .super-contained:before {
  content: "";
  display: table;
}
.container:after, .contained:after, .super-contained:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
.container.relative, .contained.relative, .super-contained.relative {
  position: relative;
}

@media (min-width: 760px) {
  .super-contained {
    width: 80%;
  }
}
@media (min-width: 920px) {
  .super-contained {
    width: 65%;
  }
}

@media (min-width: 760px) {
  .super-duper-contained {
    width: 80%;
  }
}
@media (min-width: 920px) {
  .super-duper-contained {
    width: 50%;
  }
}

.main-body {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
  margin-top: 27px;
}
@media (min-width: 760px) {
  .main-body {
    display: inline;
    float: left;
    width: 63.33333%;
    margin: 0 1.66667%;
    margin-top: 54px;
  }
}

.side-column {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
  margin-top: 27px;
}
@media (min-width: 760px) {
  .side-column {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.66667%;
    margin-top: 54px;
  }
}

.page-title {
  margin-top: 0;
}

.more-link:after {
  content: "\f301";
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  padding-left: 5px;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
          transition: transform 200ms ease-in-out;
}

.more-link:hover:after {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

body {
  font-size: 14.13428px;
  line-height: 1.6875;
}
@media (min-width: 920px) {
  body {
    font-size: 16px;
  }
}

h1, .h1 {
  font-size: 29.78723px;
  margin-top: 27px;
  margin-bottom: 13.5px;
  line-height: 1.125;
}
@media (min-width: 760px) {
  h1, .h1 {
    font-size: 31.81818px;
  }
}
@media (min-width: 920px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 18.43972px;
  margin-top: 0;
  margin-bottom: 13.5px;
  line-height: 1.05556;
}
@media (min-width: 760px) {
  h2, .h2 {
    font-size: 19.69697px;
  }
}
@media (min-width: 920px) {
  h2, .h2 {
    font-size: 26px;
  }
}

h3, .h3 {
  font-size: 14.1844px;
  margin-top: 27px;
  margin-bottom: 13.5px;
  line-height: 1.1875;
}
@media (min-width: 760px) {
  h3, .h3 {
    font-size: 15.15152px;
  }
}
@media (min-width: 920px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 11.34752px;
  margin-top: 27px;
  margin-bottom: 13.5px;
  line-height: 1.132;
}
@media (min-width: 920px) {
  h4, .h4 {
    font-size: 16px;
  }
}

h5, .h5 {
  font-size: 16px;
  margin-top: 27px;
  margin-bottom: 13.5px;
  line-height: 27px;
}

h6, .h6 {
  font-size: 15px;
  margin-top: 27px;
  margin-bottom: 13.5px;
  line-height: 27px;
}

p {
  margin-top: 0;
  margin-bottom: 27px;
}

ul, ol, pre, table, blockquote {
  margin-top: 27px;
  margin-bottom: 27px;
}

.intro-text {
  font-size: 24px;
  line-height: 1.31428571;
  font-weight: normal;
  display: block;
}
@media (min-width: 760px) {
  .intro-text {
    font-size: 35px;
  }
}

.section-title {
  font-size: 24px;
  line-height: 1.31428571;
  text-align: center;
  font-weight: normal;
}
@media (min-width: 760px) {
  .section-title {
    font-size: 35px;
  }
}
.section-title.left-aligned {
  text-align: left;
}

blockquote {
  display: block;
  margin-bottom: 54px;
  font-style: normal;
  font-size: 18px;
  line-height: 1.45454545;
  text-align: center;
}
@media (min-width: 760px) {
  blockquote {
    font-size: 35px;
  }
}
blockquote > p {
  padding: 0;
}
blockquote blockquote footer {
  margin-top: 27px;
}
blockquote cite {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 760px) {
  blockquote cite {
    font-size: 24px;
  }
}
blockquote.version-2 {
  font-size: 18px;
  line-height: 1.34482759;
  margin-bottom: 27px;
}
@media (min-width: 760px) {
  blockquote.version-2 {
    font-size: 29px;
  }
}
blockquote.version-2 footer {
  margin-top: 27px;
}
blockquote.version-2 cite {
  font-size: 17px;
  line-height: 1.17647059;
}
@media (min-width: 760px) {
  blockquote.version-2 cite {
    font-size: 17px;
  }
}
blockquote.version-2 .capped-width {
  max-width: 540px;
  margin: 0 auto;
}
blockquote.blockquote-side {
  display: block;
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 1.34482759;
  margin-bottom: 27px;
}
@media (min-width: 480px) {
  blockquote.blockquote-side {
    font-size: 29px;
  }
}
@media (min-width: 760px) {
  blockquote.blockquote-side {
    font-size: 21px;
  }
}
blockquote.blockquote-side footer {
  margin-top: 27px;
}
blockquote.blockquote-side cite {
  font-size: 17px;
  line-height: 1.17647059;
}
@media (min-width: 760px) {
  blockquote.blockquote-side cite {
    font-size: 17px;
  }
}
@media (min-width: 920px) {
  blockquote.blockquote-side cite {
    font-size: 16px;
  }
}
blockquote.blockquote-side .capped-width {
  max-width: 540px;
  margin: 0 auto;
}
blockquote.nycc--blockquote-side {
  padding: 50px 0;
}
blockquote.nycc--blockquote-side cite {
  color: #4D5F0C;
}

hr {
  display: block;
  clear: both;
  height: 5px;
  border: 0;
  border-top: 5px solid #ddd;
  margin: 54px -5%;
  width: 110%;
}
hr.tiny {
  width: 50px;
  margin: 0 0 27px;
  text-align: left;
}
hr.tiny.wwu-green {
  border-top: 5px solid #A1B040;
}
hr.tiny.aerotech-blue {
  border-top: 5px solid #6CB0FF;
}
hr.tiny.hmig-blue {
  border-top: 5px solid #00AFE8;
}
hr.tiny.nycc-green {
  border-top: 5px solid #7D981B;
}
hr.tiny.lerner-green {
  border-top: 5px solid #bed600;
}
hr.tiny.cmu-blue {
  border-top: 5px solid #c8d1d9;
}

/* ==========================================================================
   Header
   ========================================================================== */
header#header {
  display: block;
  position: relative;
  display: block;
  width: 103.33333%;
  margin: 0 -1.66667%;
  *zoom: 1;
  display: block;
  z-index: 20;
}
header#header:before, header#header:after {
  content: "";
  display: table;
}
header#header:after {
  clear: both;
}

.pre-header,
.header-main {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
}

.header-main {
  background: #ffffff;
}

.header-main-inner {
  display: block;
  width: 103.33333%;
  margin: 0 -1.66667%;
  *zoom: 1;
  display: block;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  position: relative;
}
.header-main-inner:before, .header-main-inner:after {
  content: "";
  display: table;
}
.header-main-inner:after {
  clear: both;
}

.header-main-left {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
}
@media (min-width: 760px) {
  .header-main-left {
    display: inline;
    float: left;
    width: 46.66667%;
    margin: 0 1.66667%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}

.header-main-right {
  display: none;
}
@media (min-width: 760px) {
  .header-main-right {
    display: block;
    display: inline;
    float: left;
    width: 46.66667%;
    margin: 0 1.66667%;
    margin-left: 51.66667%;
    text-align: right;
  }
}
.header-main-right nav li {
  display: inline-block;
}
.header-main-right .global-navigation {
  margin-bottom: 13.5px;
}
.header-main-right .global-navigation li {
  border-right: 1px solid #9E9E9E;
  padding: 0 13.5px;
}
.header-main-right .global-navigation li:last-child {
  border-right: 0;
  padding-right: 0;
}

.logo-container {
  max-width: 400px;
}

.full-header {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
  margin-top: 54px;
}
.full-header .page-title {
  margin-top: 0;
  margin-bottom: 0;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
.navigation-main {
  display: block;
  width: 103.33333%;
  margin: 0 -1.66667%;
  *zoom: 1;
  display: block;
  background: #E0E0E0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
.navigation-main:before, .navigation-main:after {
  content: "";
  display: table;
}
.navigation-main:after {
  clear: both;
}
@media (min-width: 760px) {
  .navigation-main {
    position: relative;
    z-index: 20;
  }
}

.navigation-inner {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
}

.mobile-header {
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (min-width: 760px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header .offcanvas-trigger {
  padding: 20px 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-header .mobile-logo {
  display: inline;
  float: left;
  width: 80%;
  margin: 0 1.66667%;
  padding: 13.5px 0;
}
@media (min-width: 480px) {
  .mobile-header .mobile-logo {
    display: inline;
    float: left;
    width: 55.0%;
    margin: 0 1.66667%;
  }
}

.disable-scroll .offcanvas-trigger {
  display: none;
}

.offcanvas-close {
  display: none;
}
.offcanvas-close.visible {
  display: block;
  padding: 27px 27px 13.5px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1000;
  cursor: pointer;
  font-size: 30px;
  color: #FFFFFF;
}

.navigation.horizontal-nav {
  display: none;
}
@media (min-width: 760px) {
  .navigation.horizontal-nav {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
  }
}

.navigation.vertical-nav {
  background: #f3f3f3;
  height: 100%;
  display: block;
  position: absolute;
  left: -500px;
  z-index: 20;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  top: 0;
  -webkit-transition: left 200ms ease-in-out;
          transition: left 200ms ease-in-out;
  min-width: 60%;
}
@media (min-width: 760px) {
  .navigation.vertical-nav {
    display: none;
  }
}
.navigation.vertical-nav.open {
  left: 0;
  top: 0;
  overflow: auto;
}
@media (min-width: 760px) {
  .navigation.vertical-nav.open {
    overflow: visible;
  }
}
.navigation.vertical-nav nav {
  list-style: none;
}
.navigation.vertical-nav nav li a {
  padding: 13.5px;
  display: block;
  border-bottom: 1px solid #ccc;
}
.navigation.vertical-nav nav a:hover, .navigation.vertical-nav nav a:focus, .navigation.vertical-nav nav a:active {
  background: #ccc;
}
.navigation.vertical-nav .side-more-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.navigation.vertical-nav .side-more-link:hover {
  background: rgba(0, 0, 0, 0.15);
}
.navigation.vertical-nav .side-more-link:focus {
  outline-color: rgba(255, 255, 255, 0.1);
  outline-width: 0px;
  background: transparent;
}
.navigation.vertical-nav .side-more-link:after {
  content: "\f2f9";
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  line-height: 27px;
  padding: 13.5px;
}
.navigation.vertical-nav .side-more-link.active:after {
  content: "\f2fc";
}

/* Expanding Menu */
.expanding-menu,
.expanding-menu > ul ul {
  clear: both;
  -webkit-transition: max-height 0.3s ease-in-out;
          transition: max-height 0.3s ease-in-out;
}

.js .expanding-menu,
.js .expanding-menu > ul ul {
  overflow: hidden;
  max-height: 0;
}

.expanding-menu.active,
.js .expanding-menu > ul ul.active {
  max-height: 555em;
}

.expanding-menu li {
  position: relative;
}
.expanding-menu li ul li {
  border-bottom: 0px;
}

.expanding-menu ul li a {
  display: block;
  padding: 13.5px;
  position: relative;
}

.expanding-menu ul li ul li a {
  padding-left: 27px;
}

#expanding-nav ul,
#expanding-nav ol {
  padding-left: 0;
}

#expanding-nav ul,
#expanding-nav ol,
#expanding-nav ul li a {
  list-style: none !important;
  position: relative;
  margin: 0;
}

.level-1 {
  background: #eee;
}

.level-2 {
  background: #ddd;
}

.level-3 {
  background: #ccc;
}

.level-4 {
  background: #bbb;
}

.current-page {
  background: #aaa !important;
}

.navigation.horizontal-nav {
  display: none;
}
@media (min-width: 760px) {
  .navigation.horizontal-nav {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
  }
}

.main-nav {
  padding-left: 0;
  margin: 0;
  list-style: none;
  width: auto;
  display: inline-block;
}
.main-nav .top-level-li {
  display: block;
  position: relative;
}
@media (min-width: 760px) {
  .main-nav .top-level-li {
    position: static;
    display: inline-block;
  }
}
.main-nav .top-level-li:hover, .main-nav .top-level-li:focus, .main-nav .top-level-li:active {
  background: #ddd;
}
.main-nav .top-level-li .top-level-a {
  padding: 0.75em 1em;
  display: inline-block;
}
.main-nav .drop {
  display: none;
}
@media (min-width: 760px) {
  .main-nav .drop {
    background: #FFFFFF;
    display: block;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    width: auto;
    top: 100%;
  }
}
.main-nav .drop.full-width {
  width: 100%;
  left: 0;
}
.main-nav .drop.hang-left {
  right: auto;
}
.main-nav .drop-inner {
  padding: 13.5px 0 0;
  display: inline-block;
  width: 100%;
}
.main-nav .drop-content {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
}
.main-nav .drop-content ul {
  margin: 0;
}
.main-nav .drop-content li {
  line-height: 1.125;
  margin-bottom: 13.5px;
}

.no-touch .main-nav
.top-level-li:hover .drop {
  background: white;
  max-height: 50em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.touch .main-nav .drop.open {
  background: white;
  max-height: 50em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
.touch .main-nav .drop-indicator {
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.touch .main-nav .drop-indicator:hover {
  background: rgba(0, 0, 0, 0.15);
}
.touch .main-nav .drop-indicator:before {
  content: "\f2f9";
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  padding: 0 13.5px;
}
.touch .main-nav .drop-indicator.open:before {
  content: "\f2fc";
}

.column-title {
  font-weight: bold;
  display: block;
  margin-bottom: 13.5px;
}

.admissions .drop-column, .research .drop-column, .recruitment .drop-column, .about-us .drop-column {
  display: inline;
  float: left;
  width: 16.66667%;
  margin: 0 1.66667%;
}
.admissions .drop-column-wide, .research .drop-column-wide, .recruitment .drop-column-wide, .about-us .drop-column-wide {
  display: inline;
  float: left;
  width: 21.66667%;
  margin: 0 1.66667%;
}

/* Drop Tabs Base */
.drop-inner {
  display: block;
  width: 103.33333%;
  margin: 0 -1.66667%;
  *zoom: 1;
  display: block;
  /* Tab Styles */
}
.drop-inner:before, .drop-inner:after {
  content: "";
  display: table;
}
.drop-inner:after {
  clear: both;
}
.drop-inner .drop-tabs {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  float: left;
  width: 13.33333%;
  margin: 0 1.66667%;
  float: left;
  height: 100%;
}
.drop-inner .overview-link {
  position: absolute;
  bottom: 54px;
}
.drop-inner .drop-tabs .drop-tab-trigger {
  margin: 0;
  cursor: pointer;
  display: block;
  margin-bottom: 13.5px;
}
.drop-inner .drop-tabs .drop-tab-trigger:hover {
  color: gray;
}
.drop-inner .drop-tabs .drop-tab-trigger:hover:after, .drop-inner .drop-tabs .drop-tab-trigger:focus:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.drop-inner .drop-tabs .drop-tab-trigger:after {
  content: "\f2fb";
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
          transition: transform 200ms ease-in-out;
}
.drop-inner .drop-tabs .drop-tab-trigger.active:after {
  content: "\f2fb";
  -webkit-transform: translateX(27px);
      -ms-transform: translateX(27px);
          transform: translateX(27px);
}
.drop-inner .drop-tabs .drop-tab-trigger.active {
  font-weight: bold;
}
.drop-inner .drop-tab-content {
  display: block;
  width: 103.33333%;
  margin: 0 -1.66667%;
  *zoom: 1;
  display: block;
}
.drop-inner .drop-tab-content:before, .drop-inner .drop-tab-content:after {
  content: "";
  display: table;
}
.drop-inner .drop-tab-content:after {
  clear: both;
}
.drop-inner .drop-tab-container {
  display: inline;
  float: left;
  width: 80%;
  margin: 0 1.66667%;
}
.drop-inner .drop-tab-section {
  display: inline;
  float: left;
  width: 46.66667%;
  margin: 0 1.66667%;
}
.drop-inner .nav-section-title {
  display: block;
  font-weight: bold;
}
.drop-inner .drop-tab-content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 27px;
}

.overlay {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
          transition: opacity 200ms ease-in-out;
}
.overlay.visible {
  z-index: -1;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.25;
  cursor: pointer;
  z-index: 19;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 760px) {
  .overlay.visible {
    width: 0;
    height: 0;
  }
}
.touchevents .overlay {
  cursor: pointer;
}

.search-drop {
  float: right;
  position: relative !important;
}
.search-drop .hang-left {
  right: 0;
}
.search-drop .drop {
  padding-left: 27px;
  padding-right: 27px;
}

.site-search {
  display: inline-block;
}
.site-search .search-trigger {
  display: inline-block;
  color: #58595B;
  margin-top: 8px;
}
.site-search input {
  border: 0;
  border-bottom: 2px solid gray;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.site-search .search-input-container {
  display: inline-block;
  float: left;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 200ms ease-in-out;
          transition: max-width 200ms ease-in-out;
}
.site-search .search-input-container.open {
  max-width: 600px;
}

.offcanvas-search {
  margin: 16px;
  padding-bottom: 3em;
}

.disable-scroll {
  overflow: hidden;
}
@media (min-width: 760px) {
  .disable-scroll {
    overflow-x: hidden;
    overflow-y: visible;
  }
}

/* ==========================================================================
   Homepage
   ========================================================================== */
.homepage-container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 760px) {
  .homepage-container {
    width: 80%;
  }
}
.homepage-container:after {
  content: "";
  display: table;
  clear: both;
}
.homepage-container .dots {
  margin-bottom: 20px;
  max-width: 98px;
  width: 100%;
}

.homepage-hero {
  position: relative;
  width: 100%;
  float: left;
}

.homepage-hero--video {
  position: relative;
  padding-bottom: 53.680556%;
  overflow: hidden;
}
.homepage-hero--video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.homepage-hero--video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 137, 215, 0.5);
}

.homepage-hero--image {
  position: relative;
  padding-bottom: 110.09174%;
  overflow: hidden;
  background: -webkit-linear-gradient(315deg, #4ACBED 0%, #3389D7 100%);
  background: linear-gradient(135deg, #4ACBED 0%, #3389D7 100%);
}
@media (min-width: 760px) {
  .homepage-hero--image {
    padding-bottom: 53.680556%;
  }
}
.homepage-hero--image img, .homepage-hero--image svg, .homepage-hero--image image {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 760px) {
  .homepage-hero--image img, .homepage-hero--image svg, .homepage-hero--image image {
    width: 100%;
  }
}
.homepage-hero--image svg {
  margin-top: 56px;
}
@media (min-width: 760px) {
  .homepage-hero--image svg {
    margin-top: 0;
  }
}
.homepage-hero--image.loaded img {
  -webkit-animation: hero-fade-in 500ms ease-in-out;
          animation: hero-fade-in 500ms ease-in-out;
}

.homepage-hero--title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.homepage-hero--title h1 {
  margin: 0;
  color: #FFFFFF;
  text-shadow: 0 5px 13px #04537f;
  font-weight: normal;
  text-align: center;
  font-size: 32px;
  font-size: 7.8vw;
  line-height: 1.42857143;
  padding-bottom: 100px;
}
@media (min-width: 480px) {
  .homepage-hero--title h1 {
    font-size: 42px;
  }
}
@media (min-width: 760px) {
  .homepage-hero--title h1 {
    font-size: 64px;
    font-size: 4.44vw;
    line-height: 1.125;
    padding: 0px 18.5%;
  }
}

.homepage-hero--tagline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-size: 3.59vw;
  line-height: 1.5;
  color: #FFFFFF;
  text-shadow: 0 5px 13px #04537F;
  text-transform: uppercase;
  padding: 55px 0;
}
@media (min-width: 760px) {
  .homepage-hero--tagline {
    font-size: 24px;
    font-size: 1.67vw;
  }
}

.homepage-intro {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}
.homepage-intro .homepage-intro--text {
  padding: 90px 0px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 480px) {
  .homepage-intro .homepage-intro--text {
    font-size: 24px;
    font-size: 4.31vw;
  }
}
@media (min-width: 760px) {
  .homepage-intro .homepage-intro--text {
    font-size: 36px;
    font-size: 2.5vw;
    line-height: 1.55555556;
    padding: 90px 14%;
  }
}
.homepage-intro .homepage-intro--text p {
  margin: 0;
  color: #5A5A5A;
}

.homepage-recent-work {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}

.homepage-recent-work--header {
  text-align: center;
  width: 93%;
  margin: 0 auto;
  display: block;
  position: relative;
  background-color: #523D68;
  padding: 43px 0 58px;
}
@media (min-width: 760px) {
  .homepage-recent-work--header {
    width: 80%;
  }
}
.homepage-recent-work--header:after {
  content: "";
  display: table;
  clear: both;
}
.homepage-recent-work--header h2 {
  font-size: 13px;
  line-height: 1.84615385;
  color: #FFFFFF;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
.homepage-recent-work--header h3 {
  font-size: 28px;
  font-size: 5.03vw;
  line-height: 1.42857143;
  font-weight: normal;
  margin: 0;
  color: #FFFFFF;
}
@media (min-width: 760px) {
  .homepage-recent-work--header h3 {
    font-size: 40px;
    font-size: 2.78vw;
    line-height: 1.5;
  }
}

.homepage-recent-work--grid {
  width: 100%;
  position: relative;
  display: block;
  float: left;
}
@media (max-width: 760px) {
  .homepage-recent-work--grid {
    background-color: #523D68;
  }
}
.homepage-recent-work--grid ul {
  *zoom: 1;
  display: block;
  list-style: none;
  margin: 16px;
  background-color: #523D68;
}
.homepage-recent-work--grid ul:before, .homepage-recent-work--grid ul:after {
  content: "";
  display: table;
}
.homepage-recent-work--grid ul:after {
  clear: both;
}
@media (min-width: 480px) {
  .homepage-recent-work--grid ul {
    margin: 35px;
  }
}
@media (min-width: 760px) {
  .homepage-recent-work--grid ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homepage-recent-work--grid ul:before, .homepage-recent-work--grid ul:after {
    content: normal;
  }
}
.homepage-recent-work--grid li {
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 16px;
  color: #04537F;
}
@media (min-width: 480px) {
  .homepage-recent-work--grid li {
    margin-bottom: 35px;
    width: 75%;
    margin-left: 12.5%;
  }
}
@media (min-width: 760px) {
  .homepage-recent-work--grid li {
    position: relative;
    display: block;
    width: 33.333333%;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    color: #FFFFFF;
  }
}
.homepage-recent-work--grid li:hover, .homepage-recent-work--grid li:focus, .homepage-recent-work--grid li:active {
  text-decoration: none;
}
.homepage-recent-work--grid li:hover .homepage-recent-work--grid-text:before,
.homepage-recent-work--grid li:hover .homepage-recent-work--grid-text .client-name,
.homepage-recent-work--grid li:hover .homepage-recent-work--grid-text .learn-more, .homepage-recent-work--grid li:focus .homepage-recent-work--grid-text:before,
.homepage-recent-work--grid li:focus .homepage-recent-work--grid-text .client-name,
.homepage-recent-work--grid li:focus .homepage-recent-work--grid-text .learn-more, .homepage-recent-work--grid li:active .homepage-recent-work--grid-text:before,
.homepage-recent-work--grid li:active .homepage-recent-work--grid-text .client-name,
.homepage-recent-work--grid li:active .homepage-recent-work--grid-text .learn-more {
  opacity: 1;
}
.homepage-recent-work--grid li:hover .homepage-recent-work--grid-text:before, .homepage-recent-work--grid li:focus .homepage-recent-work--grid-text:before, .homepage-recent-work--grid li:active .homepage-recent-work--grid-text:before {
  max-height: 1000px;
}
@media (min-width: 760px) {
  .homepage-recent-work--grid li a {
    padding: 0.5rem;
  }
}
@media (min-width: 760px) {
  .homepage-recent-work--grid.four-across li {
    width: 50%;
  }
}
@media (min-width: 920px) {
  .homepage-recent-work--grid.four-across li {
    width: 25%;
  }
}
@media (min-width: 760px) {
  .homepage-recent-work--grid.four-across .case-study-title {
    font-size: 1.84vw;
    margin-bottom: 16px;
  }
}
@media (min-width: 760px) {
  .homepage-recent-work--grid.four-across .client-name {
    font-size: 16px;
    font-size: 1.12vw;
  }
}
.homepage-recent-work--grid .work-button {
  text-align: center;
  background-color: #6d04b1;
  width: 100%;
  float: left;
}
@media (min-width: 480px) {
  .homepage-recent-work--grid .work-button {
    width: 75%;
  }
}
@media (min-width: 760px) {
  .homepage-recent-work--grid .work-button {
    width: 33.333333%;
    -webkit-flex-basis: 33.333333%;
        -ms-flex-preferred-size: 33.333333%;
            flex-basis: 33.333333%;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .homepage-recent-work--grid .work-button:hover, .homepage-recent-work--grid .work-button:focus, .homepage-recent-work--grid .work-button:active {
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
            transform: scale(0.97);
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  }
}
.homepage-recent-work--grid .work-button:hover a, .homepage-recent-work--grid .work-button:focus a, .homepage-recent-work--grid .work-button:active a {
  text-decoration: underline;
}
.homepage-recent-work--grid .work-button a, .homepage-recent-work--grid .work-button a:visited {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 56px 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 760px) {
  .homepage-recent-work--grid .work-button a, .homepage-recent-work--grid .work-button a:visited {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.125;
  }
}

.homepage-recent-work--grid-text,
.homepage-recent-work--grid-text:visited {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  padding: 34px;
  text-decoration: none;
  color: #04537F;
}
.homepage-recent-work--grid-text:hover, .homepage-recent-work--grid-text:focus, .homepage-recent-work--grid-text:active,
.homepage-recent-work--grid-text:visited:hover,
.homepage-recent-work--grid-text:visited:focus,
.homepage-recent-work--grid-text:visited:active {
  text-decoration: none;
  color: #04537F;
}
.homepage-recent-work--grid-text:hover .learn-more, .homepage-recent-work--grid-text:focus .learn-more, .homepage-recent-work--grid-text:active .learn-more,
.homepage-recent-work--grid-text:visited:hover .learn-more,
.homepage-recent-work--grid-text:visited:focus .learn-more,
.homepage-recent-work--grid-text:visited:active .learn-more {
  text-decoration: underline;
}
@media (min-width: 760px) {
  .homepage-recent-work--grid-text,
  .homepage-recent-work--grid-text:visited {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 250ms ease-in-out;
            transition: opacity 250ms ease-in-out;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    color: #FFFFFF;
  }
  .homepage-recent-work--grid-text:hover, .homepage-recent-work--grid-text:focus, .homepage-recent-work--grid-text:active,
  .homepage-recent-work--grid-text:visited:hover,
  .homepage-recent-work--grid-text:visited:focus,
  .homepage-recent-work--grid-text:visited:active {
    text-decoration: none;
    color: #FFFFFF;
  }
  .homepage-recent-work--grid-text:before,
  .homepage-recent-work--grid-text:visited:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(109, 4, 177, 0.8);
    z-index: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1), max-height 360ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1), max-height 360ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.homepage-recent-work--grid-text *,
.homepage-recent-work--grid-text:visited * {
  z-index: 1;
  position: relative;
}
@media (min-width: 760px) {
  .homepage-recent-work--grid-text .client-name, .homepage-recent-work--grid-text .learn-more,
  .homepage-recent-work--grid-text:visited .client-name,
  .homepage-recent-work--grid-text:visited .learn-more {
    opacity: 0;
    -webkit-transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.homepage-recent-work--grid-text .client-name,
.homepage-recent-work--grid-text:visited .client-name {
  display: block;
  font-size: 14px;
  line-height: 1.57894737;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .homepage-recent-work--grid-text .client-name,
  .homepage-recent-work--grid-text:visited .client-name {
    font-size: 16px;
  }
}
@media (min-width: 760px) {
  .homepage-recent-work--grid-text .client-name,
  .homepage-recent-work--grid-text:visited .client-name {
    font-size: 19px;
    font-size: 1.32vw;
  }
}
.homepage-recent-work--grid-text .case-study-title,
.homepage-recent-work--grid-text:visited .case-study-title {
  margin: 0;
  font-size: 19px;
  line-height: 1.125;
  font-weight: 800;
  margin-bottom: 24px;
}
@media (min-width: 480px) {
  .homepage-recent-work--grid-text .case-study-title,
  .homepage-recent-work--grid-text:visited .case-study-title {
    font-size: 28px;
    font-size: 5.03vw;
  }
}
@media (min-width: 760px) {
  .homepage-recent-work--grid-text .case-study-title,
  .homepage-recent-work--grid-text:visited .case-study-title {
    font-size: 1.94vw;
    margin-bottom: 16px;
  }
}
.homepage-recent-work--grid-text .learn-more,
.homepage-recent-work--grid-text:visited .learn-more {
  font-size: 14px;
  line-height: 1.57894737;
}
@media (min-width: 760px) {
  .homepage-recent-work--grid-text .learn-more,
  .homepage-recent-work--grid-text:visited .learn-more {
    position: absolute;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 16px;
  }
}
@media (min-width: 920px) {
  .homepage-recent-work--grid-text .learn-more,
  .homepage-recent-work--grid-text:visited .learn-more {
    font-size: 19px;
    line-height: 1.125;
  }
}

.homepage-logo-grid {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  padding: 48px 0 32px;
}
@media (min-width: 760px) {
  .homepage-logo-grid {
    padding: 96px 0;
  }
}
.homepage-logo-grid .homepage-logo-grid--header {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  text-align: center;
}
.homepage-logo-grid .homepage-logo-grid--title {
  font-size: 28px;
  font-size: 5.03vw;
  line-height: 1.125;
  color: #1C648B;
  margin-bottom: 34px;
}
@media (min-width: 760px) {
  .homepage-logo-grid .homepage-logo-grid--title {
    font-size: 40px;
    font-size: 2.78vw;
    margin-bottom: 55px;
  }
}
.homepage-logo-grid .homepage-logo-grid--body {
  width: 100%;
  position: relative;
  display: block;
  float: left;
}
.homepage-logo-grid ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.homepage-logo-grid li {
  display: inline;
  float: left;
  width: 46.66667%;
  margin: 0 1.66667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-bottom: 16px;
  box-sizing: border-box;
  padding: 25px;
}
@media (min-width: 480px) {
  .homepage-logo-grid li {
    margin-bottom: 35px;
    padding: 25px 9%;
  }
}
@media (min-width: 760px) {
  .homepage-logo-grid li {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.66667%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 50px;
  }
}
@media (min-width: 1200px) {
  .homepage-logo-grid li {
    display: inline;
    float: left;
    width: 21.66667%;
    margin: 0 1.66667%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.homepage-logo-grid li img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.case-study-router {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}

.case-study-router--header {
  background-color: #04537F;
  width: 93%;
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center;
  padding: 58px 0;
}
@media (min-width: 760px) {
  .case-study-router--header {
    padding: 84px 0;
    width: 100%;
    float: left;
  }
}

.case-study-router--header-title {
  font-size: 28px;
  font-size: 6.5vw;
  line-height: 1.125;
  color: #FFFFFF;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .case-study-router--header-title {
    font-size: 28px;
    font-size: 5.03vw;
  }
}
@media (min-width: 760px) {
  .case-study-router--header-title {
    font-size: 40px;
    font-size: 2.78vw;
  }
}

.case-study-router--grid {
  background-color: #04537F;
  width: 100%;
  position: relative;
  display: block;
  float: left;
}
.case-study-router--grid ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.case-study-router--grid li {
  text-align: center;
  width: 100%;
  float: left;
}
@media (min-width: 760px) {
  .case-study-router--grid li {
    width: 33.333333%;
    -webkit-flex-basis: 33.333333%;
        -ms-flex-preferred-size: 33.333333%;
            flex-basis: 33.333333%;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .case-study-router--grid li:hover, .case-study-router--grid li:focus, .case-study-router--grid li:active {
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
            transform: scale(0.97);
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  }
}
.case-study-router--grid li:first-child {
  background-color: #1C558A;
}
.case-study-router--grid li:nth-child(2) {
  background-color: #2164A0;
}
.case-study-router--grid li:nth-child(3) {
  background-color: #009AEE;
}
.case-study-router--grid li:hover a, .case-study-router--grid li:focus a, .case-study-router--grid li:active a {
  text-decoration: underline;
}
.case-study-router--grid a, .case-study-router--grid a:visited {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 56px 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 480px) {
  .case-study-router--grid a, .case-study-router--grid a:visited {
    padding: 56px 100px;
  }
}
@media (min-width: 760px) {
  .case-study-router--grid a, .case-study-router--grid a:visited {
    padding: 64px 52px 150px;
  }
}
.case-study-router--grid a:hover, .case-study-router--grid a:focus, .case-study-router--grid a:active, .case-study-router--grid a:visited:hover, .case-study-router--grid a:visited:focus, .case-study-router--grid a:visited:active {
  text-decoration: none;
}

.case-study-router--title {
  display: block;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.33333333;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .case-study-router--title {
    font-size: 21px;
    font-size: 3.77vw;
  }
}
@media (min-width: 760px) {
  .case-study-router--title {
    font-size: 28px;
    font-size: 1.94vw;
    line-height: 1.92857143;
  }
}

/* Offsets timing for groups of three. This must be adjusted if there are more or less than three element per row.*/
/* ==========================================================================
   Heros
   ========================================================================== */
.carousel-hero {
  padding-bottom: 27px;
}
.carousel-hero .flickity-viewport {
  width: 100%;
}
.carousel-hero .hero-slide {
  width: 100%;
}
.carousel-hero .slide-text {
  position: relative;
}
@media (min-width: 760px) {
  .carousel-hero .slide-text {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  padding: 0;
  margin: 0 0 13.5px 0;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:after {
  content: "\f2fb";
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  padding-left: 5px;
}
.breadcrumbs .expanding-crumbs {
  display: inline;
}
.breadcrumbs .expanding-crumbs li {
  display: none;
}
@media (min-width: 760px) {
  .breadcrumbs .expanding-crumbs li {
    display: inline;
  }
}
.breadcrumbs .expanding-crumbs:before {
  content: "... \f2fb";
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  padding-left: 5px;
}
@media (min-width: 760px) {
  .breadcrumbs .expanding-crumbs:before {
    content: "";
    padding: 0;
  }
}

/* ==========================================================================
   Body Parts
   ========================================================================== */
.router-container {
  display: block;
  width: 103.33333%;
  margin: 0 -1.66667%;
  *zoom: 1;
  display: block;
}
.router-container:before, .router-container:after {
  content: "";
  display: table;
}
.router-container:after {
  clear: both;
}

.router-row {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
  margin-bottom: 27px;
}
.router-row .image-container {
  display: inline;
  float: left;
  width: 21.66667%;
  margin: 0 1.66667%;
}
.router-row .text-container {
  display: inline;
  float: left;
  width: 71.66667%;
  margin: 0 1.66667%;
}
.router-row .text-container.full-width {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
}
.router-row h4 {
  margin: 0;
}

form label {
  font-weight: 600;
}

.sr-only {
  position: absolute;
  left: -9999px;
}

g path {
  -webkit-animation: dash 5s linear forwards, swell 7s linear infinite;
          animation: dash 5s linear forwards, swell 7s linear infinite;
  stroke-dasharray: 1762;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes dash {
  /*to {
    stroke-dashoffset: 0;
  }*/
  from {
    stroke-dashoffset: 1762;
  }
  to {
    stroke-dashoffset: 3524;
  }
}

@keyframes dash {
  /*to {
    stroke-dashoffset: 0;
  }*/
  from {
    stroke-dashoffset: 1762;
  }
  to {
    stroke-dashoffset: 3524;
  }
}
@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@-webkit-keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}
@keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}
/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  display: inline-block;
  padding: 4px 16px;
  line-height: 27px;
  font-weight: normal;
  background-color: #3f789e;
  border: 0;
  border-radius: 6px;
  margin-bottom: 0;
  color: #fff;
}

.btn:hover,
a .btn:hover,
.btn.active {
  background-color: #305c7a;
  border-color: #305c7a;
  text-decoration: none;
}

.btn-primary {
  color: #58595B;
}

.btn-secondary {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
  color: #FFFFFF;
}

.btn-secondary:hover,
a .btn-secondary:hover,
.btn-secondary.active {
  background-color: #bababa;
  border-color: #bababa;
}

.btn:active,
.btn.active {
  outline: 0;
}

.btn.disabled,
.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  box-shadow: none;
}

.btn-large {
  padding: 0.75em 2em;
  font-size: 1em;
  line-height: normal;
}

.btn-full {
  padding: 0.75em 2em;
  font-size: 1em;
  line-height: normal;
  width: 100%;
}

button,
.btn {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  /* Override default Webkit/Firefox button styling */
  background-image: none;
  -webkit-appearance: none;
}

.submit-form {
  background: #3f789e;
  border: 0;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9em;
}

/* ==========================================================================
   Tabs
   ========================================================================== */
.tabs {
  display: block;
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
}

ul.tabs .tab-trigger {
  margin: 0;
  cursor: pointer;
  display: block;
}

ul.tabs .tab-trigger.active {
  font-weight: bold;
}

.full-body-tab .tab-trigger {
  width: 50%;
  float: left;
  text-align: center;
  border-top: 5px solid #fff;
  background: #E0E0E0;
  padding-bottom: 5px;
}
.full-body-tab .tab-trigger.active {
  border-top: 5px solid #9E9E9E;
  background: #9E9E9E;
}
.full-body-tab .tab-content {
  clear: both;
  padding: 27px;
  border: 1px solid #E0E0E0;
}

/* ==========================================================================
   Accordion
   ========================================================================== */
.accordion {
  padding: 10px 5px;
  margin: 0;
  position: relative;
  cursor: pointer;
  outline: 0;
}

.accordion:after {
  content: '+';
  padding: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
}

.accordion.active:after {
  content: '-';
}

.accordion-container section {
  padding: 27px 0;
}

.panel {
  overflow: hidden;
  border-bottom: 1px solid #E0E0E0;
}

.panel-inner {
  padding-bottom: 27px;
}

.js .panel {
  display: none;
}

.js .panel.active {
  display: block;
}

.panel p:last-child {
  margin: 0;
}

.js .accordion-open-default {
  /* Where it makes sense to display the full content */
}
@media all and (min-width: 760px) {
  .js .accordion-open-default .accordion {
    cursor: default;
  }
  .js .accordion-open-default .tab.active {
    background: none;
  }
  .js .accordion-open-default .accordion:after, .js .accordion-open-default .accordion.active:after {
    content: "";
  }
  .js .accordion-open-default .panel, .js .accordion-open-default .panel.active {
    max-height: none;
  }
}

.accordion-guide .accordion {
  padding: 0;
}
.accordion-guide .accordion:after {
  content: '+';
  padding: 5px;
  position: relative;
  display: inline;
}
.accordion-guide .accordion.active:after {
  content: '-';
}
.accordion-guide .panel {
  border-bottom: 0;
}
.accordion-guide code {
  line-height: 1.5;
}

/* ======================/* ================================
   Media
   ================================ */
.offset {
  margin-bottom: 27px !important;
}
@media (min-width: 760px) {
  .offset {
    margin-top: 10px !important;
    margin-bottom: 13.5px !important;
  }
}

.left-offset, img.left, .alignleft {
  width: 100%;
  float: left;
  display: inline;
  -webkit-transition: width 5ms linear !important;
          transition: width 5ms linear !important;
}
@media (min-width: 760px) {
  .left-offset, img.left, .alignleft {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.66667%;
    margin-right: 27px;
    margin-left: 0;
  }
}

.right-offset, img.right, .alignright {
  width: 100%;
  float: left;
  display: inline;
  -webkit-transition: width 5ms linear !important;
          transition: width 5ms linear !important;
}
@media (min-width: 760px) {
  .right-offset, img.right, .alignright {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.66667%;
    float: right !important;
    margin-left: 27px;
    margin-right: 0;
  }
}

.image-caption, figcaption {
  margin-top: 5px;
  font-size: 14px;
}
@media (min-width: 760px) {
  .image-caption, figcaption {
    font-size: 16px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0.0;
  -webkit-transform: translate(500%, 0%);
      -ms-transform: translate(500%, 0%);
          transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
          transition: transform 0s linear 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  background: rgba(82, 61, 104, 0.95);
  opacity: 0.0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
          transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  height: auto;
  width: 76%;
  width: calc(100% - 200px);
  max-width: 1000px;
  max-height: calc(100% - 100px);
  margin: 0 auto;
  overflow-y: visible;
}

/* Mobile Layout Tweaks */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 16px);
  }
}
/* close button */
.close-video-modal, .close-video-modal:visited {
  display: block;
  position: absolute;
  right: -15px;
  top: -30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.close-video-modal:hover, .close-video-modal:focus, .close-video-modal:active, .close-video-modal:visited:hover, .close-video-modal:visited:focus, .close-video-modal:visited:active {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  color: #fff;
}

/* using a 16:9 image to resize the video frame */
.video-sizer {
  display: block;
  width: 100%;
  height: auto;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal */
/* add class to the body */
.show-video-modal .video-modal {
  opacity: 1.0;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1.0;
}

.show-video-modal .video-modal-content {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

/* ==========================================================================
   Side Navigation
   ========================================================================== */
#expanding-side-nav {
  margin-bottom: 27px;
}

.expanding-side-menu,
.expanding-side-menu > ul ul {
  clear: both;
  -webkit-transition: max-height 0.3s ease-in-out;
          transition: max-height 0.3s ease-in-out;
}

.js .expanding-side-menu,
.js .expanding-side-menu > ul ul {
  overflow: hidden;
  max-height: 0;
}

.expanding-side-menu.active,
.js .expanding-side-menu > ul ul.active {
  max-height: 555em;
}

.expanding-side-menu li {
  position: relative;
}

.expanding-side-menu ul li a {
  display: block;
  padding: 13.5px;
  position: relative;
}

#expanding-side-nav ul,
#expanding-side-nav ol,
#expanding-side-nav ul li a {
  list-style: none !important;
  position: relative;
  margin: 0;
}

.level-1 {
  background: #E0E0E0;
}

.level-2 {
  background: #BDBDBD;
}

.level-3 {
  background: #9E9E9E;
}

.level-4 {
  background: #E0E0E0;
}

.level-5 {
  background: #BDBDBD;
}

.level-6 {
  background: #9E9E9E;
}

.side-more-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.side-more-link:hover {
  background: rgba(0, 0, 0, 0.15);
}

.side-more-link:focus {
  outline-color: rgba(255, 255, 255, 0.1);
  outline-width: 0px;
}

.side-more-link:after {
  content: "\f275";
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  line-height: 27px;
  padding: 13.5px;
}

.side-more-link.active:after {
  content: "\f270";
}

.current-page {
  background: #333 !important;
}
.current-page a {
  color: #FFFFFF;
}

/* ==========================================================================
   Side Callouts
   ========================================================================== */
.side-callout {
  margin-bottom: 27px;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 27px;
}
.side-callout h1 {
  font-size: 25px;
  line-height: 1.125;
  margin-top: 27px;
  margin-bottom: 27px;
}
.side-callout.island-callout {
  background: #E0E0E0;
  border-bottom: 0;
}
.side-callout.island-callout .callout-inner {
  padding: 13.5px 27px;
}
.side-callout.button-cluster ul {
  margin: 0;
}
.side-callout.button-cluster li {
  margin-bottom: 13.5px;
}
.side-callout.button-cluster li:last-child {
  margin-bottom: 0;
}

.date-list {
  list-style: none;
  margin-left: 0;
}
.date-list li {
  margin-bottom: 27px;
}
.date-list span {
  display: block;
}

.callout-area {
  background: #ededed;
  border: 1px solid #BDBDBD;
  padding: 27px;
}
@media (min-width: 760px) {
  .callout-area {
    padding: 0;
    border: 0;
    background: none;
  }
}

/* ==========================================================================
   Sprites
   ========================================================================== */
/* ==========================================================================
   Footer
   ========================================================================== */
.back-to-top {
  background: gray;
  display: block;
}
@media (min-width: 760px) {
  .back-to-top {
    display: none;
  }
}
.back-to-top .row {
  margin-bottom: 0;
}

.top-trigger {
  text-align: center;
  padding-top: 6.75px;
  padding-bottom: 6.75px;
  cursor: pointer;
}
.top-trigger a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}

footer#footer {
  *zoom: 1;
  display: block;
  width: 100%;
  float: left;
}
footer#footer:before, footer#footer:after {
  content: "";
  display: table;
}
footer#footer:after {
  clear: both;
}

.foot-wrap {
  background: #ececec;
  border-top: 8px solid #e2e2e2;
  position: relative;
  width: 100%;
  float: left;
  padding-top: 1rem;
}
.foot-wrap .adr {
  margin: 27px 0;
}
.foot-wrap .adr span {
  display: block;
}
@media (min-width: 760px) {
  .foot-wrap .adr span {
    display: inline;
  }
}
.foot-wrap .adr span.region, .foot-wrap .adr span.postal-code {
  display: inline-block;
}
@media (min-width: 760px) {
  .foot-wrap .adr span:after {
    content: "\00B7";
    padding-left: 5px;
  }
}
.foot-wrap .adr span.email:after {
  content: "";
}

.site-footer {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
  margin: 0 auto;
}
.site-footer ul {
  margin: 0;
}
.site-footer ul li {
  display: inline-block;
}
.site-footer ul li a {
  font-size: 11.52px;
  background-size: 100%;
  text-transform: uppercase;
  border-right: 1px solid #666;
  padding-right: 3px;
  padding-left: 1px;
  color: #3f3f3f;
  text-decoration: none;
}
.site-footer ul li:last-child a {
  border-right: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .share-links, .site-footer .icon-share-links {
  float: right;
}
.site-footer .share-links a, .site-footer .icon-share-links a {
  border: none;
  background: url(/assets/images/social-icons-24x24.gif) no-repeat left top;
  display: inline-block;
  height: 24px;
  width: 24px;
  padding: 0;
  text-indent: -9999em;
}
.site-footer .share-links .pinterest, .site-footer .icon-share-links .pinterest {
  background-position: 0 -149px;
}
.site-footer .share-links .facebook, .site-footer .icon-share-links .facebook {
  background-position: 0 -100px;
}
.site-footer .share-links .google, .site-footer .icon-share-links .google {
  background-position: 0 0;
}
.site-footer .share-links .linkedin, .site-footer .icon-share-links .linkedin {
  background-position: 0 -75px;
}
.site-footer .share-links .twitter, .site-footer .icon-share-links .twitter {
  background-position: 0 -50px;
}
.site-footer .share-links .instagram, .site-footer .icon-share-links .instagram {
  background-position: 0 -174px;
}
.site-footer .share-links .youtube, .site-footer .icon-share-links .youtube {
  background-position: 0 -25px;
}
.site-footer .icon-share-links {
  float: right;
  margin-top: 3px;
}
.site-footer .icon-share-links a, .site-footer .icon-share-links a:visited {
  border: none;
  display: inline-block;
  padding: 0;
  width: 26px;
  font-size: 20px;
  color: #5c5d5f;
  line-height: 24px;
  text-align: center;
}
.site-footer .icon-share-links a:hover .zmdi-pinterest, .site-footer .icon-share-links a:focus .zmdi-pinterest, .site-footer .icon-share-links a:active .zmdi-pinterest, .site-footer .icon-share-links a:visited:hover .zmdi-pinterest, .site-footer .icon-share-links a:visited:focus .zmdi-pinterest, .site-footer .icon-share-links a:visited:active .zmdi-pinterest {
  color: #bd081c;
}
.site-footer .icon-share-links a:hover .zmdi-facebook, .site-footer .icon-share-links a:focus .zmdi-facebook, .site-footer .icon-share-links a:active .zmdi-facebook, .site-footer .icon-share-links a:visited:hover .zmdi-facebook, .site-footer .icon-share-links a:visited:focus .zmdi-facebook, .site-footer .icon-share-links a:visited:active .zmdi-facebook {
  color: #3b5998;
}
.site-footer .icon-share-links a:hover .zmdi-google-plus, .site-footer .icon-share-links a:focus .zmdi-google-plus, .site-footer .icon-share-links a:active .zmdi-google-plus, .site-footer .icon-share-links a:visited:hover .zmdi-google-plus, .site-footer .icon-share-links a:visited:focus .zmdi-google-plus, .site-footer .icon-share-links a:visited:active .zmdi-google-plus {
  color: #d34836;
}
.site-footer .icon-share-links a:hover .zmdi-linkedin, .site-footer .icon-share-links a:focus .zmdi-linkedin, .site-footer .icon-share-links a:active .zmdi-linkedin, .site-footer .icon-share-links a:visited:hover .zmdi-linkedin, .site-footer .icon-share-links a:visited:focus .zmdi-linkedin, .site-footer .icon-share-links a:visited:active .zmdi-linkedin {
  color: #007bb5;
}
.site-footer .icon-share-links a:hover .zmdi-twitter, .site-footer .icon-share-links a:focus .zmdi-twitter, .site-footer .icon-share-links a:active .zmdi-twitter, .site-footer .icon-share-links a:visited:hover .zmdi-twitter, .site-footer .icon-share-links a:visited:focus .zmdi-twitter, .site-footer .icon-share-links a:visited:active .zmdi-twitter {
  color: #1da1f2;
}
.site-footer .icon-share-links a:hover .zmdi-instagram, .site-footer .icon-share-links a:focus .zmdi-instagram, .site-footer .icon-share-links a:active .zmdi-instagram, .site-footer .icon-share-links a:visited:hover .zmdi-instagram, .site-footer .icon-share-links a:visited:focus .zmdi-instagram, .site-footer .icon-share-links a:visited:active .zmdi-instagram {
  color: #A94D9B;
  background: -webkit-linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.site-footer .icon-share-links a:hover .zmdi-youtube-play, .site-footer .icon-share-links a:focus .zmdi-youtube-play, .site-footer .icon-share-links a:active .zmdi-youtube-play, .site-footer .icon-share-links a:visited:hover .zmdi-youtube-play, .site-footer .icon-share-links a:visited:focus .zmdi-youtube-play, .site-footer .icon-share-links a:visited:active .zmdi-youtube-play {
  color: #ff0000;
}
.site-footer .copyright {
  padding-top: 10px;
  font: 10px Arial, Sans-Serif;
  display: none;
  clear: both;
}

@media (max-width: 920px) {
  .share-links, .icon-share-links {
    float: right;
  }
}
@media (max-width: 760px) {
  #footer-nav {
    padding-bottom: 20px;
  }
  #footer-nav li a {
    border: none;
  }

  .copyright {
    padding-bottom: 15px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .site-footer {
    padding-bottom: 10px;
  }
  .site-footer .copyright {
    display: block;
    text-align: center;
  }

  #footer-nav {
    width: 100%;
    display: block;
    text-align: center;
  }
  #footer-nav li {
    display: inline-block;
    width: auto;
    text-align: center;
  }

  .share-links, .icon-share-links {
    margin: 0 auto;
    width: 100%;
    float: none;
    display: block !important;
    text-align: center;
    padding-bottom: 10px;
  }
  .share-links li, .icon-share-links li {
    width: 10%;
  }
}
.about-us-microdata-extras {
  display: none;
}

#footer-main {
  font-size: 13px;
  line-height: 22px;
  width: 100%;
  display: block;
  position: relative;
  float: left;
  background-color: #ececec;
}
#footer-main .contact-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  width: 95%;
}
#footer-main .contact-wrapper .span4.address {
  border-right: 1px dotted #666;
}
#footer-main .contact-wrapper #contact-us-form-container {
  float: left;
}
#footer-main .contact-wrapper .span4 {
  font-family: "Helvetica Nueue", Helvetica, Verdana, sans-serif;
  width: 28%;
  margin-right: 5%;
  float: left;
}
#footer-main .contact-wrapper .span4:last-of-type {
  padding-top: 50px;
}
#footer-main .contact-wrapper .span4 h3 {
  font-size: 32px;
  color: #2587b2;
  font-weight: normal;
  margin-top: 0;
}
#footer-main .contact-wrapper .span4 h3 a, #footer-main .contact-wrapper .span4 h3 a:visited, #footer-main .contact-wrapper .span4 h3 a:hover, #footer-main .contact-wrapper .span4 h3 a:focus, #footer-main .contact-wrapper .span4 h3 a:active {
  color: #2587b2;
}
#footer-main .contact-wrapper .span4 address {
  line-height: 1.5;
  font-size: 1.3em;
  color: #666;
  padding-bottom: 20px;
}
#footer-main .contact-wrapper .span4 .map-button {
  color: #fff;
  padding: 10px;
  min-width: 100px;
  text-align: center;
  border-radius: 6px;
  background-color: #3f789e;
  margin-top: 10px;
  cursor: pointer;
  border: 0;
  margin-bottom: 20px;
  text-decoration: none;
}
#footer-main .contact-wrapper .span4 .contact-phone {
  padding-top: 20px;
}
#footer-main .contact-wrapper .span4 .contact-phone p, #footer-main .contact-wrapper .span4 .contact-phone a {
  padding: 0;
  margin: 0;
  font-size: 1.3em;
  line-height: 1.5;
  color: #666;
}
#footer-main .contact-wrapper .span4 .Any {
  display: none;
}
#footer-main .contact-wrapper .span4 label {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
#footer-main .contact-wrapper .span4 .inline {
  display: inline;
}
#footer-main .contact-wrapper .span4 input[type=submit] {
  color: #fff;
  padding: 10px;
  border: 0;
  min-width: 100px;
  text-align: center;
  border-radius: 6px;
  background-color: #3f789e;
  margin-top: 10px;
  cursor: pointer;
  margin-bottom: 20px;
}
#footer-main .contact-wrapper .span4 input[type=text], #footer-main .contact-wrapper .span4 textarea, #footer-main .contact-wrapper .span4 input[type=tel], #footer-main .contact-wrapper .span4 input[type=email] {
  padding: 5px;
  width: 95%;
  background-color: #D4D4D4;
  border: 1px solid #CCC;
}
#footer-main .contact-wrapper .span4 input[type=text]:focus, #footer-main .contact-wrapper .span4 textarea:focus, #footer-main .contact-wrapper .span4 input[type=tel]:focus, #footer-main .contact-wrapper .span4 input[type=email]:focus {
  background-color: #FFF;
  font-size: 1.5em;
}
#footer-main h4 {
  color: #2587b2;
  padding: 20px;
  font-size: 2.1em;
  line-height: 2.5em;
}
#footer-main p {
  padding: 20px;
  font-size: 2.1em;
  line-height: 2.5em;
}

@media screen and (max-width: 760px) {
  #footer-main .contact-wrapper .span4 {
    width: 46%;
    float: left;
    margin-right: 0;
    border-right: 0;
  }
  #footer-main .contact-wrapper .span4 input[type=text], #footer-main .contact-wrapper .span4 textarea, #footer-main .contact-wrapper .span4 input[type=phone], #footer-main .contact-wrapper .span4 input[type=email], #footer-main .contact-wrapper .span4 input[type=tel] {
    width: 83%;
  }

  #footer-main .contact-wrapper .span4.contact {
    width: 80%;
    float: right;
  }
  #footer-main .contact-wrapper .span4.contact:last-of-type {
    padding-top: 0;
  }
}
@media screen and (min-width: 480px) {
  #contact-us-form-container {
    width: 50%;
  }

  .menu-button, .sidebar-button, .js [role="navigation"] {
    display: none;
  }

  #footer-main {
    display: inline;
    margin-right: 0;
  }
  #footer-main .contact-wrapper .span4 input[type=text] {
    width: 85%;
    padding: 8px 0 8px 0px;
    margin: 5px 0 5px 0;
  }
  #footer-main .contact-wrapper .span4 textarea {
    width: 85%;
    padding: 10px 0 10px 5px;
    font-family: "Helvetica Nueue", Helvetica, Verdana, sans-serif;
  }

  #footer-main .copyright {
    display: block;
    clear: both;
    max-width: 1000px;
    font: 10px Arial, Sans-Serif;
    margin: 0 auto;
    padding-bottom: 10px;
    width: 96%;
  }
}
@media (min-width: 760px) {
  #contact-us-form-container {
    width: 66%;
  }

  #footer-main .span4.contact {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  #contact-us-form-container {
    width: 100%;
  }

  #footer-main .contact-wrapper .span4.address {
    border-right: 0;
  }

  #footer-main .contact-wrapper .span4.contact:last-of-type {
    padding-top: 40px;
  }

  #footer-main .contact-wrapper {
    padding-top: 0;
  }
  #footer-main .contact-wrapper .span4 {
    width: 100% !important;
    float: none;
    border-right: 0;
    margin-bottom: 0;
  }
  #footer-main .contact-wrapper .span4:last-child {
    padding-top: 0px;
  }
  #footer-main .contact-wrapper .span4:first-of-type address, #footer-main .contact-wrapper .span4:first-of-type .contact-phone {
    width: 100%;
  }
  #footer-main .contact-wrapper .span4 .comp-name {
    padding-top: 20px;
  }
  #footer-main .contact-wrapper .span4 input[type=text], #footer-main .contact-wrapper .span4 input[type=phone], #footer-main .contact-wrapper .span4 input[type=email], #footer-main .contact-wrapper .span4 input[type=tel] {
    width: 85%;
    padding: 10px 0 10px 5px;
    margin: 5px 0 5px 0;
  }
  #footer-main .contact-wrapper .span4 textarea {
    width: 85%;
    padding: 10px 0 10px 5px;
    font-family: "Helvetica Nueue", Helvetica, Verdana, sans-serif;
  }
  #footer-main .contact-wrapper .span4 iframe {
    display: none;
  }

  .foot-wrap .copyright {
    display: none;
  }
}
.field-validation-error {
  color: #BE4646;
  display: block;
  text-transform: lowercase !important;
}

.js #footer-main .contact-wrapper .span4 span.field-validation-error {
  text-transform: lowercase !important;
}

#form-submit-success {
  padding-bottom: 20px;
}

.form-processing-overlay {
  display: none;
  position: absolute;
  margin-left: 26%;
  top: 0;
  width: 60%;
  background-color: #ececec;
  height: 350px;
}

.form-submitted .form-submit {
  backgroud-color: #434343;
  background: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#434343)) !important;
}
.form-submitted .form-processing-overlay {
  display: block;
}

.fancybox-show-caption .fancybox-caption {
  background: #FFFFFF;
  bottom: initial;
  box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.7);
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 600;
  height: 58px;
  margin: 0;
  padding: 0 20px !important;
  pointer-events: visible;
  text-align: left;
  top: 0;
  z-index: 99995 !important;
}

.fancybox-caption__body {
  float: left;
}

.fancybox-stage {
  top: 58px !important;
}

.fancybox-slide {
  padding: 0 0 0 0 !important;
}

.fancybox-navigation {
  background: #FFFFFF;
  bottom: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  height: 58px;
  position: absolute;
  width: 100%;
  z-index: 99995;
}

.fancybox-navigation .fancybox-button {
  background: #FFFFFF;
  color: #2587b2;
  font-size: 1.4rem;
  opacity: 1 !important;
  visibility: visible !important;
  width: auto !important;
}
.fancybox-navigation .fancybox-button:hover {
  color: #1c6788;
}

.fancybox-prev span, .fancybox-next span {
  visibility: visible;
}

.fancybox-close-small {
  color: #000000 !important;
  cursor: pointer;
  padding: 0 !important;
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 9999 !important;
}
.fancybox-close-small i {
  font-size: 1.4rem;
}

.fancybox-content .fancybox-close-small {
  display: none;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   ==========================================================================
   Specific Page Templates
   ==========================================================================
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* ELLIANCE.COM LEGACY STYLES FOR HEADER */
.legacy-header {
  font-size: 80%;
  line-height: 1.6;
  color: #3F3F3F;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 2px 0;
  background: #FFFFFF;
  box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  z-index: 10;
}
.legacy-header p {
  font-size: 1.1em;
  line-height: 1.6em;
  padding: 5px 0 5px 0;
}
.legacy-header p strong {
  font-weight: 600;
}
.legacy-header #header {
  width: 95%;
  margin: 0 auto;
}
.legacy-header h1, .legacy-header h5, .legacy-header h3, .legacy-header .headline {
  font-family: "proxima-nova-1","proxima-nova-2", Arial, san-serif;
  font-weight: 300;
}
.legacy-header h1, .legacy-header h3, .legacy-header h5 {
  color: #2587b2;
}
.legacy-header h4, .legacy-header h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, san-serif !important;
}
.legacy-header h4 {
  color: #3F3F3F;
}
.legacy-header h2 {
  color: #000;
}
.legacy-header h2.no_underline {
  border-bottom: none;
  max-width: 68%;
  display: inline-block;
}
.legacy-header #main-section {
  padding-bottom: 25px;
}
.legacy-header .headline-block h1 {
  color: #FFF;
  font-weight: 300;
  letter-spacing: -2px;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  border-bottom: none;
  font-size: 4em;
  padding-bottom: 10px;
}
.legacy-header h1, .legacy-header .headline, .legacy-header .hero {
  font-size: 5em;
  letter-spacing: -2px;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1em;
  color: #B3B3B3;
}
.legacy-header h1 em, .legacy-header .headline em, .legacy-header .hero em {
  color: #2587b2;
}
.legacy-header h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 15px;
}
.legacy-header h2 a {
  text-decoration: none;
  color: #000;
}
.legacy-header .clean {
  border-bottom: none !important;
}
.legacy-header .underline {
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
}
.legacy-header h3 {
  font-size: 1.8em;
  line-height: 1.3;
}
.legacy-header h4, .legacy-header .client {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -5px;
  padding-top: 2px;
}
.legacy-header h5 {
  font-size: 2em;
  font-weight: 400;
}
.legacy-header h6 {
  color: #fff;
  font-size: 2.1em;
}
.legacy-header a {
  text-decoration: none;
  color: #2587b2;
}
@media screen and (max-width: 760px) {
  .legacy-header .headline, .legacy-header .headline-block h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 500px) {
  .legacy-header .headline {
    font-size: 3em;
  }
  .legacy-header .headline-block h1 {
    font-size: 3em;
  }
  .legacy-header #header {
    padding-bottom: 12px;
    border-bottom: 1px solid #FFF;
    width: 100% !important;
  }
  .legacy-header #header .logo {
    max-width: 40%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    top: 15px;
    padding-bottom: 0px;
    position: relative;
  }
  .legacy-header .words h1 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 500px) {
  .legacy-header #header .logo {
    margin-top: 14px;
    padding-bottom: 10px;
    max-width: 169px;
  }
}
@media screen and (max-width: 760px) {
  .legacy-header .logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 10px;
  }
  .legacy-header h2.no_underline {
    max-width: 96%;
    margin-left: 2%;
  }
}
@media screen and (min-width: 1000px) {
  .legacy-header #header, .legacy-header .market, .legacy-header .main-section, .legacy-header .information, .legacy-header .words, .legacy-header .two-split, .legacy-header .featured-work, .legacy-header .intro-text, .legacy-header .half-split, .legacy-header .image-split, .legacy-header .logos, .legacy-header .capability-router, .legacy-header .site-footer, .legacy-header .outro {
    max-width: 1000px;
    margin: 0 auto;
  }
  .legacy-header #header .logo, .legacy-header .market .logo, .legacy-header .main-section .logo, .legacy-header .information .logo, .legacy-header .words .logo, .legacy-header .two-split .logo, .legacy-header .featured-work .logo, .legacy-header .intro-text .logo, .legacy-header .half-split .logo, .legacy-header .image-split .logo, .legacy-header .logos .logo, .legacy-header .capability-router .logo, .legacy-header .site-footer .logo, .legacy-header .outro .logo {
    position: relative;
  }
}
.legacy-header .share-button {
  width: 80px;
  height: 20px;
}
.legacy-header .share-list li {
  display: inline;
}
.legacy-header .tw iframe {
  width: 80px !important;
}
.legacy-header .gp #___plusone_0 {
  width: 70px !important;
}
.legacy-header .gp div {
  display: inline;
}
.legacy-header #menu {
  text-align: right;
  margin-top: -35px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.legacy-header #menu #nav {
  padding-bottom: 10px;
  margin: 0;
}
.legacy-header #menu #nav .selected a {
  outline: 1px solid #D7D7D7;
  border-bottom: 2px solid #838383;
}
.legacy-header #menu #nav .selected a:hover {
  outline: 1px solid #FFF;
  border-bottom: 2px solid #838383;
}
.legacy-header #menu #nav li {
  margin-left: 6px;
  margin-right: 6px;
}
.legacy-header #menu #nav li a {
  padding: 8px 10px 8px 10px;
  text-decoration: none;
  color: #3F3F3F;
  outline: 1px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.legacy-header #menu #nav li a:hover {
  outline: 1px solid #D7D7D7;
  border-bottom: 2px solid #838383;
}
.legacy-header #menu #subnav .selected a {
  border: none !important;
  font-weight: bold;
}
.legacy-header #menu #subnav li {
  padding: 0 4px 0 4px;
}
.legacy-header #menu #subnav li a {
  color: #000;
}
.legacy-header #menu #subnav li a:hover {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #838383;
}
@media screen and (max-width: 500px) {
  .legacy-header #menu {
    display: none;
  }
  .legacy-header .off-canvas-navigation {
    width: 95%;
    padding-left: 2.5%;
    overflow: hidden;
    display: block;
    margin-top: -15px;
  }
  .legacy-header .off-canvas-navigation ul {
    margin: 0;
  }
  .legacy-header .off-canvas-navigation ul li a {
    display: block;
    background-size: 70%;
    width: 80px;
    height: 30px;
  }
  .legacy-header .off-canvas-navigation ul li.menu-item {
    display: block;
    float: left;
    padding-top: 5px;
  }
  .legacy-header .off-canvas-navigation ul li.menu-item a {
    background: url(../images/menu-button.png) no-repeat -5px -10px;
    background-size: 70%;
  }
  .legacy-header .off-canvas-navigation ul li.sidebar-item {
    float: right;
    padding-top: 5px;
  }
  .legacy-header .off-canvas-navigation ul li.sidebar-item a {
    background: url(../images/contact-button.png) no-repeat 5px -13px;
    background-size: 80%;
  }
}
@media screen and (min-width: 500px) {
  .legacy-header .off-canvas-navigation, .legacy-header #mobile-menu {
    display: none !important;
  }
  .legacy-header #menu #subnav.mac-os li {
    font-size: .82em;
  }
  .legacy-header #menu #subnav li {
    display: inline;
    font-size: .85em;
  }
  .legacy-header #menu #nav {
    margin-left: 10px;
  }
  .legacy-header #menu #nav li {
    display: inline-block;
  }
  .legacy-header #menu #nav li a {
    line-height: 32px;
    margin-left: -12px;
  }
}
@media screen and (max-width: 760px) {
  .legacy-header #menu {
    text-align: center;
    padding-top: 10px;
    margin-top: 0;
  }
  .legacy-header #menu #nav li a {
    padding: 8px 14px 8px 10px;
  }
}
.legacy-header .js [role="main"] {
  margin-left: 0;
  float: left;
  z-index: 1;
  position: relative;
}
.legacy-header .js #sidebar {
  float: left;
  background-color: #ececec;
  margin-top: -5px;
}
.legacy-header .js #sidebar .contact-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  width: 95%;
}
.legacy-header .js #sidebar .contact-wrapper .span4.address {
  border-right: 1px dotted #666;
}
.legacy-header .js #sidebar .contact-wrapper .span4 {
  font-family: "Helvetica Nueue", Helvetica, Verdana, sans-serif;
  height: 300px;
  width: 28%;
  margin-right: 5%;
  float: left;
}
.legacy-header .js #sidebar .contact-wrapper .span4:last-of-type {
  padding-top: 50px;
}
.legacy-header .js #sidebar .contact-wrapper .span4 h3 {
  font-size: 2.5em;
}
.legacy-header .js #sidebar .contact-wrapper .span4 address {
  line-height: 1.5;
  font-size: 1.3em;
  color: #666;
  padding-bottom: 20px;
}
.legacy-header .js #sidebar .contact-wrapper .span4 .map-button {
  color: #fff;
  padding: 10px;
  min-width: 100px;
  text-align: center;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f789e), to(#63a7d4));
  background: -webkit-linear-gradient(top, #3f789e, #63a7d4);
  background: -o-linear-gradient(top, #3f789e, #63a7d4);
  background-color: #3f789e;
  margin-top: 10px;
  cursor: pointer;
  border: 0;
  margin-bottom: 20px;
}
.legacy-header .js #sidebar .contact-wrapper .span4 .contact-phone {
  padding-top: 20px;
}
.legacy-header .js #sidebar .contact-wrapper .span4 .contact-phone p, .legacy-header .js #sidebar .contact-wrapper .span4 .contact-phone a {
  padding: 0;
  font-size: 1.3em;
  line-height: 1.5;
  color: #666;
}
.legacy-header .js #sidebar .contact-wrapper .span4 .Any {
  display: none;
}
.legacy-header .js #sidebar .contact-wrapper .span4 label {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.legacy-header .js #sidebar .contact-wrapper .span4 .inline {
  display: inline;
}
.legacy-header .js #sidebar .contact-wrapper .span4 input[type=submit] {
  color: #fff;
  padding: 10px;
  border: 0;
  min-width: 100px;
  text-align: center;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f789e), to(#63a7d4));
  background: -webkit-linear-gradient(top, #3f789e, #63a7d4);
  background: -o-linear-gradient(top, #3f789e, #63a7d4);
  background-color: #3f789e;
  margin-top: 10px;
  cursor: pointer;
  margin-bottom: 20px;
}
.legacy-header .js #sidebar .contact-wrapper .span4 input[type=text], .legacy-header .js #sidebar .contact-wrapper .span4 textarea, .legacy-header .js #sidebar .contact-wrapper .span4 input[type=tel], .legacy-header .js #sidebar .contact-wrapper .span4 input[type=email] {
  padding: 5px;
  width: 95%;
  background-color: #D4D4D4;
  border: 1px solid #CCC;
}
.legacy-header .js #sidebar .contact-wrapper .span4 input[type=text]:focus, .legacy-header .js #sidebar .contact-wrapper .span4 textarea:focus, .legacy-header .js #sidebar .contact-wrapper .span4 input[type=tel]:focus, .legacy-header .js #sidebar .contact-wrapper .span4 input[type=email]:focus {
  background-color: #FFF;
  font-size: 1.5em;
}
.legacy-header .js #sidebar h4 {
  color: #2587b2;
  padding: 20px;
  font-size: 2.1em;
  line-height: 2.5em;
}
.legacy-header .js #sidebar p {
  padding: 20px;
  font-size: 2.1em;
  line-height: 2.5em;
}
.legacy-header .off-canvas-navigation {
  width: 95%;
  overflow: hidden;
  display: block;
}
.legacy-header .off-canvas-navigation ul li {
  width: 20%;
  display: block;
  float: left;
}
.legacy-header .off-canvas-navigation ul li .sidebar-item {
  float: right;
}
@media screen and (max-width: 760px) {
  .legacy-header .js #sidebar .contact-wrapper .span4 {
    width: 46%;
    float: left;
    margin-right: 0;
    border-right: 0;
  }
  .legacy-header .js #sidebar .contact-wrapper .span4 input[type=text], .legacy-header .js #sidebar .contact-wrapper .span4 textarea, .legacy-header .js #sidebar .contact-wrapper .span4 input[type=phone], .legacy-header .js #sidebar .contact-wrapper .span4 input[type=email], .legacy-header .js #sidebar .contact-wrapper .span4 input[type=tel] {
    width: 83%;
  }
  .legacy-header .js #sidebar .contact-wrapper .span4.contact {
    width: 46%;
    float: right;
  }
  .legacy-header .js #sidebar .contact-wrapper .span4.contact:last-of-type {
    padding-top: 0;
  }
}
@media screen and (min-width: 500px) {
  .legacy-header .menu-button, .legacy-header .sidebar-button, .legacy-header .js [role="navigation"] {
    display: none;
  }
  .legacy-header .js #sidebar {
    display: inline;
    margin-right: 0;
  }
  .legacy-header .js #sidebar .contact-wrapper .span4 input[type=text] {
    width: 85%;
    padding: 8px 0 8px 0px;
    margin: 5px 0 5px 0;
  }
  .legacy-header .js #sidebar .contact-wrapper .span4 textarea {
    width: 85%;
    padding: 10px 0 10px 5px;
    font-family: "Helvetica Nueue", Helvetica, Verdana, sans-serif;
  }
  .legacy-header #sidebar .copyright {
    display: block;
    clear: both;
    max-width: 1000px;
    font: 10px Arial, Sans-Serif;
    margin: 0 auto;
    padding-bottom: 10px;
    width: 96%;
  }
}
@media screen and (max-width: 500px) {
  .legacy-header .js #sidebar .contact-wrapper .span4.address {
    border-right: 0;
  }
  .legacy-header .js #sidebar .contact-wrapper .span4.contact:last-of-type {
    padding-top: 40px;
  }
  .legacy-header .js #sidebar {
    margin-right: -200%;
    z-index: 2;
    background-color: #ececec;
    display: none;
  }
  .legacy-header .js #sidebar .contact-wrapper {
    padding-top: 0;
  }
  .legacy-header .js #sidebar .contact-wrapper .span4 {
    width: 100% !important;
    float: none;
    border-right: 0;
    margin-bottom: 0;
  }
  .legacy-header .js #sidebar .contact-wrapper .span4:last-child {
    padding-top: 0px;
  }
  .legacy-header .js #sidebar .contact-wrapper .span4:first-of-type address, .legacy-header .js #sidebar .contact-wrapper .span4:first-of-type .contact-phone {
    width: 100%;
  }
  .legacy-header .js #sidebar .contact-wrapper .span4 .comp-name {
    padding-top: 20px;
  }
  .legacy-header .js #sidebar .contact-wrapper .span4 input[type=text], .legacy-header .js #sidebar .contact-wrapper .span4 input[type=phone], .legacy-header .js #sidebar .contact-wrapper .span4 input[type=email], .legacy-header .js #sidebar .contact-wrapper .span4 input[type=tel] {
    width: 85%;
    padding: 10px 0 10px 5px;
    margin: 5px 0 5px 0;
  }
  .legacy-header .js #sidebar .contact-wrapper .span4 textarea {
    width: 85%;
    padding: 10px 0 10px 5px;
    font-family: "Helvetica Nueue", Helvetica, Verdana, sans-serif;
  }
  .legacy-header .js #sidebar .contact-wrapper .span4 iframe {
    display: none;
  }
  .legacy-header #sidebar .copyright {
    display: none;
    clear: both;
    max-width: 1000px;
    font: 10px Arial, Sans-Serif;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
.legacy-header .field-validation-error {
  color: #BE4646;
  display: block;
  text-transform: lowercase !important;
}
.legacy-header .js #sidebar .contact-wrapper .span4 span.field-validation-error {
  text-transform: lowercase !important;
}
.legacy-header #form-submit-success {
  padding-bottom: 20px;
}
.legacy-header .form-processing-overlay {
  display: none;
  position: absolute;
  margin-left: 26%;
  top: 0;
  width: 60%;
  background-color: #ececec;
  height: 350px;
}
.legacy-header .form-submitted .form-submit {
  backgroud-color: #434343;
  background: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#434343)) !important;
}
.legacy-header .form-submitted .form-processing-overlay {
  display: block;
}
.legacy-header .anchored-navigation {
  display: block;
  position: fixed;
  top: 50%;
  z-index: 10;
  width: 100%;
}
.legacy-header .anchored-navigation ul li a {
  padding: 20px 0 20px 0;
  width: 50px;
  color: #3F3F3F;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid #CDCDCD;
  background-color: #000;
  opacity: .3;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}
.legacy-header .anchored-navigation ul li.prev a {
  background-image: url(../images/anchor-left.png);
  background-repeat: no-repeat;
  background-position: 80px 12px;
  left: -70px;
  position: absolute;
  padding-right: 55px;
  float: left;
  text-align: left;
  padding-left: 10px;
}
.legacy-header .anchored-navigation ul li.next a {
  background-image: url(../images/anchor-right.png);
  background-repeat: no-repeat;
  background-position: 5px 12px;
  text-align: right;
  right: -70px;
  float: right;
  position: absolute;
  padding-left: 55px;
  padding-right: 10px;
}
.legacy-header .no-touch .anchored-navigation li.prev a:hover {
  left: 0;
  opacity: .9;
  color: #fff;
}
.legacy-header .no-touch .anchored-navigation li.next a:hover {
  right: 0;
  opacity: .9;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .legacy-header .anchored-navigation ul li.prev a {
    opacity: .2;
    left: -93px;
    background-position: 90px 12px;
  }
  .legacy-header .anchored-navigation ul li.next a {
    opacity: .2;
    right: -90px;
    background-position: -5px 12px;
  }
  .legacy-header .no-touch .anchored-navigation li.prev a:hover {
    position: relative;
    left: -93px;
  }
  .legacy-header .no-touch .anchored-navigation li.next a:hover {
    position: relative;
    right: -90px;
  }
}

.js [role="navigation"] {
  margin-left: -100%;
  float: left;
  position: absolute;
  z-index: 2;
}
.js [role="navigation"] ul {
  padding: 0px;
  margin: 0;
}
.js [role="navigation"] ul li {
  font-size: 1.3em;
  border-bottom: 1px solid #b5b4b4;
  line-height: 2.5em;
  padding-left: 20px;
}
.js [role="navigation"] ul li:last-child {
  display: none;
}
.js [role="navigation"] ul li ul {
  position: relative;
  left: -20px;
  margin-right: -20px;
  background-color: #6d7275;
}
.js [role="navigation"] ul li ul li {
  border-bottom: 1px solid #7f8182;
  font-size: 1em;
  padding-left: 40px;
}
.js [role="navigation"] ul li ul li:last-child {
  display: inline-block;
}
.js [role="navigation"] ul li ul li a {
  color: #f2f2f2;
}
.js [role="navigation"] ul li a {
  display: block;
  color: #555657;
}

[role="navigation"],
[role="main"],
#sidebar {
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
  width: 100%;
  display: block;
  position: relative;
}

@media screen and (min-width: 500px) {
  .menu-button, .sidebar-button, .js [role="navigation"] {
    display: none;
  }
}
.active-nav [role="navigation"] {
  margin-left: 0;
  width: 80%;
  height: 100%;
  background: #ececec;
  border-right: 1px solid #999;
  position: fixed;
  overflow: auto;
}

.active-nav [role="main"] {
  margin-left: 80%;
}

.active-sidebar [role="main"] {
  margin-left: -90%;
  left: 10%;
}

.active-sidebar #sidebar {
  top: 0;
  display: inline !important;
  width: 90%;
  margin-left: 110%;
  position: fixed;
  overflow: auto;
  height: 100%;
  background: #ececec;
  border-left: 1px solid #999;
  padding: 10px 10px 10px 15px;
}

#core {
  width: 100%;
  overflow: hidden;
}

.active-nav [role="main"] {
  -webkit-transition: .1s all ease;
  transition: .1s all ease;
}

/* ==========================================================================
   Case Study - One Sheet
   ========================================================================== */
.wwu-white-text {
  color: #FFF !important;
}
.wwu-black-text {
  color: #3E4512 !important;
}
.wwu-green-dark-text {
  color: #4F5911 !important;
}
.wwu-green-background {
  background-color: #A1B040;
  color: white;
}
.wwu-red-text {
  color: #983441;
}
.wwu-red-background {
  background-color: #8F1336 !important;
  color: white !important;
}
.wwu-yellow-text {
  color: #F7AA08 !important;
}
.wwu-purple-text {
  color: #3F5BB3 !important;
}

.aerotech-blue-light-text {
  color: #6CB0FF !important;
}
.aerotech-blue-light-background {
  background-color: #6CB0FF !important;
  color: #fff !important;
}
.aerotech-blue-text {
  color: #2A578D !important;
}
.aerotech-blue-background {
  background-color: #2A578D !important;
  color: #fff !important;
}
.aerotech-gray-text {
  color: #6B6B6B !important;
}
.aerotech-gray-background {
  background-color: #6B6B6B !important;
  color: #fff !important;
}

.wpp-lime-text {
  color: #BFD733 !important;
}
.wpp-green-background {
  /*background-color: #6C7C49 !important;*/
  background-color: #444E2D;
  color: #fff !important;
}
.wpp-purple-text {
  color: #523D68 !important;
}

.hmig-gold-text {
  color: #CC9500 !important;
}
.hmig-blue-dark-text {
  color: #003E53 !important;
}
.hmig-blue-light-text {
  color: #00AFE8 !important;
}
.hmig-gray-background {
  background-color: #717C89;
}

.nycc-blue-text {
  color: #003764 !important;
}
.nycc-blue-background {
  background-color: #003764 !important;
}
.nycc-green-text {
  color: #4D5F0C !important;
}

.lerner-green-text {
  color: #bed600 !important;
}
.lerner-blue-text {
  color: #00539f !important;
}
.lerner-blue-dark-text {
  color: #002663 !important;
}
.lerner-white-text {
  color: #fff !important;
}

.cmu-red-text {
  color: #a81933 !important;
}
.cmu-gray-text {
  color: #484848 !important;
}

.ymca-blue-text {
  color: #0089D0 !important;
}
.ymca-green-text {
  color: #01A490 !important;
}
.ymca-purple-text {
  color: #92278F !important;
}

.boler-yellow-text {
  color: #ddb500 !important;
}
.boler-blue-text {
  color: #003d6d !important;
}
.boler-blue-light-text {
  color: #004b8e !important;
}

.ons-blue-text {
  color: #0079C2 !important;
}
.ons-blue-dark-text {
  color: #215C8E !important;
}
.ons-orange-text {
  color: #FF6600 !important;
}

.full-width {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
  clear: both;
}

.case-background {
  width: 100%;
  float: left;
  display: block;
  position: relative;
}

.case-study {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.55555556;
  color: #58595B;
}
.case-study section {
  *zoom: 1;
  display: block;
  width: 100%;
  float: left;
}
.case-study section:before, .case-study section:after {
  content: "";
  display: table;
}
.case-study section:after {
  clear: both;
}
.case-study section.case-study--section {
  margin-bottom: 54px;
}
.case-study section .contained {
  padding: 27px 0;
}
@media (min-width: 760px) {
  .case-study section .contained {
    padding: 54px 0;
  }
}
.case-study section .contained.no-padding-top {
  padding-top: 0;
}
.case-study section .contained.no-padding-bottom {
  padding-bottom: 0;
}
.case-study .intro-section, .case-study .large-font-size {
  font-size: 18px;
}
@media (min-width: 760px) {
  .case-study .intro-section, .case-study .large-font-size {
    font-size: 27px;
  }
}

.body-columns--container {
  display: block;
  width: 103.33333%;
  margin: 0 -1.66667%;
  *zoom: 1;
  display: block;
  margin-bottom: 27px;
}
.body-columns--container:before, .body-columns--container:after {
  content: "";
  display: table;
}
.body-columns--container:after {
  clear: both;
}

.body-columns--left {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
  margin-bottom: 27px;
}
@media (min-width: 760px) {
  .body-columns--left {
    display: inline;
    float: left;
    width: 46.66667%;
    margin: 0 1.66667%;
    margin-bottom: 0;
  }
}
@media (min-width: 760px) {
  .body-columns--left.left-dominate {
    display: inline;
    float: left;
    width: 46.66667%;
    margin: 0 1.66667%;
  }
}
@media (min-width: 920px) {
  .body-columns--left.left-dominate {
    display: inline;
    float: left;
    width: 63.33333%;
    margin: 0 1.66667%;
  }
}
@media (min-width: 760px) {
  .body-columns--left.left-recessive {
    display: inline;
    float: left;
    width: 46.66667%;
    margin: 0 1.66667%;
  }
}
@media (min-width: 920px) {
  .body-columns--left.left-recessive {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.66667%;
  }
}

.body-columns--right {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
}
@media (min-width: 760px) {
  .body-columns--right {
    display: inline;
    float: left;
    width: 46.66667%;
    margin: 0 1.66667%;
  }
}
@media (min-width: 760px) {
  .body-columns--right.right-dominate {
    display: inline;
    float: left;
    width: 46.66667%;
    margin: 0 1.66667%;
  }
}
@media (min-width: 920px) {
  .body-columns--right.right-dominate {
    display: inline;
    float: left;
    width: 63.33333%;
    margin: 0 1.66667%;
  }
}
@media (min-width: 760px) {
  .body-columns--right.right-recessive {
    display: inline;
    float: left;
    width: 46.66667%;
    margin: 0 1.66667%;
  }
}
@media (min-width: 920px) {
  .body-columns--right.right-recessive {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.66667%;
  }
}

@media (min-width: 920px) {
  .body-columns--left.left-dominate.boler {
    display: inline;
    float: left;
    width: 55.0%;
    margin: 0 1.66667%;
  }
}

.body-columns--right.right-recessive.boler {
  padding-bottom: 60px;
  text-align: center;
}
@media (min-width: 760px) {
  .body-columns--right.right-recessive.boler {
    padding-bottom: 0;
  }
}
@media (min-width: 920px) {
  .body-columns--right.right-recessive.boler {
    display: inline;
    float: left;
    width: 38.33333%;
    margin: 0 1.66667%;
  }
}
.body-columns--right.right-recessive.boler #icons img {
  max-width: 320px;
}

.body-columns--full {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
}

.half-grid {
  display: inline;
  float: left;
  width: 100%;
}
@media (min-width: 760px) {
  .half-grid {
    display: inline;
    float: left;
    width: 50%;
  }
}
.half-grid img {
  width: 100%;
}

.scroll-carousel {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}
.scroll-carousel .scroll-carousel--slide {
  width: 75%;
  float: left;
}
@media (min-width: 760px) {
  .scroll-carousel .scroll-carousel--slide {
    width: 45%;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
}
@media (min-width: 650px) {
  .hero {
    padding-bottom: 61.25%;
    background: #2F312E;
  }
}
@media (min-width: 760px) {
  .hero {
    background: #2F312E;
  }
}
@media (min-width: 650px) {
  .hero.wwu-hero-v2 {
    padding-bottom: 46.875%;
  }
}
@media (max-width: 650px) {
  .hero.wwu-hero-v2 .hero-image {
    padding-bottom: 94%;
  }
}
.hero.wwu-hero-v2 .case-study-title {
  font-family: "EB Garamond", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.51px;
  margin-bottom: 40px;
  color: #58595B;
}
@media (min-width: 650px) {
  .hero.wwu-hero-v2 .case-study-title {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .hero.wwu-hero-v2 .case-study-title {
    font-size: 80px;
  }
}
.hero.wwu-hero-v2 .case-study-client {
  font-size: 20px;
}
@media (min-width: 650px) {
  .hero.wwu-hero-v2 .case-study-client {
    color: #A3D55D;
  }
}
@media (min-width: 1200px) {
  .hero.wwu-hero-v2 .case-study-client {
    font-size: 20px;
  }
}
@media (min-width: 650px) {
  .hero.aerotech {
    padding-bottom: 46.75%;
  }
}
@media (max-width: 650px) {
  .hero.aerotech .hero-image {
    padding-bottom: 93%;
  }
}
.hero.aerotech .case-study-title {
  font-family: "EB Garamond", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.15384615 !important;
  letter-spacing: -0.51px;
  margin-bottom: 40px;
  color: #58595B;
}
@media (min-width: 650px) {
  .hero.aerotech .case-study-title {
    color: #fff;
  }
}
@media (min-width: 760px) {
  .hero.aerotech .case-study-title {
    font-size: 45px;
  }
}
@media (min-width: 920px) {
  .hero.aerotech .case-study-title {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .hero.aerotech .case-study-title {
    font-size: 64px;
  }
}
.hero.aerotech .case-study-client {
  font-size: 20px;
}
@media (min-width: 650px) {
  .hero.aerotech .case-study-client {
    color: #6CB0FF;
  }
}
@media (min-width: 1200px) {
  .hero.aerotech .case-study-client {
    font-size: 20px;
  }
}
@media (min-width: 650px) {
  .hero.wpp {
    padding-bottom: 46.875%;
  }
}
@media (max-width: 650px) {
  .hero.wpp .hero-image {
    padding-bottom: 94%;
  }
}
.hero.wpp .case-study-title {
  font-family: "EB Garamond", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.51px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #58595B;
}
@media (min-width: 650px) {
  .hero.wpp .case-study-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .hero.wpp .case-study-title {
    font-size: 80px;
  }
}
.hero.wpp .case-study-client {
  font-size: 20px;
}
@media (min-width: 650px) {
  .hero.wpp .case-study-client {
    color: #A3D55D;
  }
}
@media (min-width: 1200px) {
  .hero.wpp .case-study-client {
    font-size: 20px;
  }
}
@media (min-width: 650px) {
  .hero.hmig {
    padding-bottom: 46.875%;
  }
}
@media (max-width: 650px) {
  .hero.hmig .hero-image {
    padding-bottom: 94%;
  }
}
.hero.hmig .case-study-title {
  font-family: "EB Garamond", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.51px;
  margin-bottom: 40px;
  color: #58595B;
}
@media (min-width: 650px) {
  .hero.hmig .case-study-title {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .hero.hmig .case-study-title {
    font-size: 80px;
  }
}
.hero.hmig .case-study-client {
  font-size: 20px;
}
@media (min-width: 650px) {
  .hero.hmig .case-study-client {
    color: #CC9500;
  }
}
@media (min-width: 1200px) {
  .hero.hmig .case-study-client {
    font-size: 20px;
  }
}
.hero.nycc .hero-text {
  position: relative;
}
@media (min-width: 650px) {
  .hero.nycc .hero-text {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 10%;
    left: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.hero.nycc .case-study-title {
  font-family: "EB Garamond", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.51px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #58595B;
}
@media (min-width: 650px) {
  .hero.nycc .case-study-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .hero.nycc .case-study-title {
    font-size: 80px;
  }
}
.hero.nycc .case-study-client {
  font-size: 20px;
}
@media (min-width: 650px) {
  .hero.nycc .case-study-client {
    color: #ABD025;
  }
}
@media (min-width: 1200px) {
  .hero.nycc .case-study-client {
    font-size: 20px;
  }
}
.hero.lerner .hero-text {
  position: relative;
}
@media (min-width: 650px) {
  .hero.lerner .hero-text {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 10%;
    left: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.hero.lerner .case-study-title {
  font-family: "EB Garamond", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.51px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #58595B;
}
@media (min-width: 650px) {
  .hero.lerner .case-study-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .hero.lerner .case-study-title {
    font-size: 80px;
  }
}
.hero.lerner .case-study-client {
  font-size: 20px;
}
@media (min-width: 650px) {
  .hero.lerner .case-study-client {
    color: #bed600;
  }
}
@media (min-width: 1200px) {
  .hero.lerner .case-study-client {
    font-size: 20px;
  }
}
.hero.catholic .image-overlay {
  background: -webkit-linear-gradient(left, #484848 0%, rgba(72, 72, 72, 0.99) 1%, transparent 100%);
  background: linear-gradient(to right, #484848 0%, rgba(72, 72, 72, 0.99) 1%, transparent 100%);
  height: 100%;
  position: absolute;
  width: 60%;
  z-index: 99;
}
.hero.business-schools .image-overlay {
  background: -webkit-linear-gradient(left, #003d6d 0%, rgba(0, 61, 109, 0.99) 1%, transparent 100%);
  background: linear-gradient(to right, #003d6d 0%, rgba(0, 61, 109, 0.99) 1%, transparent 100%);
  height: 100%;
  position: absolute;
  width: 60%;
  z-index: 99;
}
.hero.business-schools img {
  top: 60px;
}
.hero.cmu .hero-text {
  line-height: 1.2em;
}
.hero.cmu .image-overlay {
  background: -webkit-linear-gradient(left, #6786ae 0%, rgba(103, 134, 174, 0.99) 1%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, #6786ae 0%, rgba(103, 134, 174, 0.99) 1%, rgba(125, 185, 232, 0) 100%);
  height: 100%;
  position: absolute;
  width: 50%;
  z-index: 99;
}
.hero.cmu .case-study-title {
  font-family: "EB Garamond", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.51px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #a81933;
}
@media (min-width: 650px) {
  .hero.cmu .case-study-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .hero.cmu .case-study-title {
    font-size: 80px;
  }
}
.hero.cmu .case-study-client {
  font-size: 20px;
}
@media (min-width: 650px) {
  .hero.cmu .case-study-client {
    color: #a81933;
  }
}
@media (min-width: 1200px) {
  .hero.cmu .case-study-client {
    font-size: 20px;
  }
}
.hero.boler .hero-text {
  line-height: 1.2em;
}
.hero.boler .case-study-title {
  color: #003d6d;
  font-family: "EB Garamond", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.51px;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 650px) {
  .hero.boler .case-study-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .hero.boler .case-study-title {
    font-size: 82px;
  }
}
@media (min-width: 650px) {
  .hero.boler .case-study-client {
    color: #e7e7e7;
    font-size: 20px;
  }
}
@media (min-width: 650px) {
  .hero.boler .image-overlay {
    background: -webkit-linear-gradient(left, #003d6d 0%, rgba(0, 61, 109, 0.9) 40%, rgba(0, 75, 142, 0) 100%);
    background: linear-gradient(to right, #003d6d 0%, rgba(0, 61, 109, 0.9) 40%, rgba(0, 75, 142, 0) 100%);
    height: 100%;
    position: absolute;
    width: 50%;
    z-index: 99;
  }
}
@media (min-width: 920px) {
  .hero.boler .image-overlay {
    background: -webkit-linear-gradient(left, #003d6d 0%, rgba(0, 61, 109, 0.9) 50%, rgba(0, 75, 142, 0) 100%);
    background: linear-gradient(to right, #003d6d 0%, rgba(0, 61, 109, 0.9) 50%, rgba(0, 75, 142, 0) 100%);
  }
}
@media (min-width: 1200px) {
  .hero.boler .image-overlay {
    background: -webkit-linear-gradient(left, #003d6d 0%, rgba(0, 61, 109, 0.9) 50%, rgba(0, 75, 142, 0) 100%);
    background: linear-gradient(to right, #003d6d 0%, rgba(0, 61, 109, 0.9) 50%, rgba(0, 75, 142, 0) 100%);
    width: 40%;
  }
}
@media (min-width: 1400px) {
  .hero.boler .image-overlay {
    width: 45%;
  }
}
.hero.boler .hero-text-inner {
  width: 100%;
}
@media (min-width: 650px) {
  .hero.boler .hero-text-inner {
    padding-top: 80px;
    width: 50%;
  }
}
@media (min-width: 920px) {
  .hero.boler .hero-text-inner {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .hero.boler .hero-text-inner {
    width: 60%;
  }
}
.hero.ons .hero-text {
  line-height: 1.2em;
}
.hero.ons .case-study-title {
  color: #0079C2;
  font-family: "EB Garamond", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.51px;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 650px) {
  .hero.ons .case-study-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .hero.ons .case-study-title {
    font-size: 82px;
  }
}
@media (min-width: 650px) {
  .hero.ons .case-study-client {
    color: #e7e7e7;
    font-size: 20px;
  }
}
@media (min-width: 650px) {
  .hero.ons .image-overlay {
    background: -webkit-linear-gradient(left, #215c8e 0%, rgba(0, 121, 194, 0.62) 38%, rgba(33, 92, 142, 0) 100%);
    background: linear-gradient(to right, #215c8e 0%, rgba(0, 121, 194, 0.62) 38%, rgba(33, 92, 142, 0) 100%);
    background: -webkit-linear-gradient(left, #215c8e 0%, #0079c2 41%, rgba(0, 121, 194, 0.69) 59%, rgba(33, 92, 142, 0) 100%);
    background: linear-gradient(to right, #215c8e 0%, #0079c2 41%, rgba(0, 121, 194, 0.69) 59%, rgba(33, 92, 142, 0) 100%);
    height: 100%;
    position: absolute;
    width: 50%;
    z-index: 99;
  }
}
@media (min-width: 1200px) {
  .hero.ons .image-overlay {
    width: 45%;
  }
}
@media (min-width: 1400px) {
  .hero.ons .image-overlay {
    width: 50%;
  }
}
.hero.ons .hero-text-inner {
  width: 100%;
}
@media (min-width: 650px) {
  .hero.ons .hero-text-inner {
    padding-top: 80px;
    width: 50%;
  }
}
@media (min-width: 920px) {
  .hero.ons .hero-text-inner {
    padding-top: 0;
  }
}
@media (min-width: 650px) {
  .hero.ymca img {
    margin-left: 180px;
  }
}
.hero.ymca .hero-text {
  line-height: 1.2em;
}
@media (min-width: 650px) {
  .hero.ymca .hero-text {
    top: 60%;
  }
}
@media (min-width: 650px) {
  .hero.ymca .image-overlay {
    background: -webkit-linear-gradient(left, #0089d0 0%, #0089d0 59%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, #0089d0 0%, #0089d0 59%, rgba(125, 185, 232, 0) 100%);
    height: 100%;
    position: absolute;
    width: 50%;
    z-index: 99;
  }
}
@media (min-width: 920px) {
  .hero.ymca .image-overlay {
    background: -webkit-linear-gradient(left, #0089d0 0%, #0089d0 40%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, #0089d0 0%, #0089d0 40%, rgba(125, 185, 232, 0) 100%);
  }
}
@media (min-width: 1200px) {
  .hero.ymca .image-overlay {
    background: -webkit-linear-gradient(left, #0089d0 0%, #0089d0 30%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, #0089d0 0%, #0089d0 30%, rgba(125, 185, 232, 0) 100%);
  }
}
.hero.ymca .hero-text-inner {
  width: 100%;
}
@media (min-width: 650px) {
  .hero.ymca .hero-text-inner {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .hero.ymca .hero-text-inner {
    width: 60%;
  }
}
.hero.ymca .case-study-title {
  font-family: "EB Garamond", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.51px;
  line-height: 50px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #0089D0;
}
@media (min-width: 650px) {
  .hero.ymca .case-study-title {
    font-size: 46px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 920px) {
  .hero.ymca .case-study-title {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (min-width: 1200px) {
  .hero.ymca .case-study-title {
    font-size: 80px;
    line-height: 85px;
  }
}
.hero.ymca .case-study-client {
  font-size: 20px;
}
@media (min-width: 650px) {
  .hero.ymca .case-study-client {
    color: lightgray;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .hero.ymca .case-study-client {
    font-size: 20px;
  }
}

.case-background.ymca {
  background: #0089D0;
}
.case-background.ymca h3 {
  color: #FFFFFF;
  font-weight: 900;
}

.ons h4 {
  font-size: 16px;
}
@media (min-width: 760px) {
  .ons h4 {
    font-size: 18px;
  }
}
.ons .numbers {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.ons .numbers .stat {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 760px) {
  .ons .numbers .stat {
    margin-bottom: 0;
    width: 28.5%;
  }
}
.ons .number {
  color: #FF6600;
  display: block;
  line-height: 80px;
  font-size: 6em;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.wrapper--website-group-two-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
}
.wrapper--website-group-two-cols img {
  box-shadow: 5px 5px 7px #888888;
}

.wrapper--website-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
}
.wrapper--website-group img {
  box-shadow: 5px 5px 7px #888888;
}

.hero-image {
  position: relative;
  width: 200%;
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
  padding-bottom: 94%;
  overflow: hidden;
  margin-bottom: 13.5px;
}
@media (min-width: 650px) {
  .hero-image {
    padding-bottom: 63.142857%;
    width: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    position: absolute;
    top: 0;
    margin-bottom: 0;
  }
}
.hero-image.wwu-v1 img {
  top: -50px;
}
@media (min-width: 650px) {
  .hero-image.wwu-v1 img {
    top: 0;
  }
}
@media (max-width: 650px) {
  .hero-image.nycc {
    width: 150%;
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
.hero-image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-image.loaded img {
  -webkit-animation: hero-fade-in 500ms ease-in-out;
          animation: hero-fade-in 500ms ease-in-out;
}

.hero-text {
  position: relative;
}
@media (min-width: 650px) {
  .hero-text {
    position: absolute;
    width: 100%;
    padding: 27px 0;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .hero-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.hero-text .contained {
  padding: 0;
}
@media (min-width: 650px) {
  .hero-text .contained {
    padding: 0 1em;
  }
}
.hero-text .hero-text-inner {
  width: 100%;
}
@media (min-width: 650px) {
  .hero-text .hero-text-inner {
    width: 50%;
  }
  .hero-text .hero-text-inner.big {
    width: 60%;
  }
  .hero-text .hero-text-inner.bigger {
    width: 75%;
  }
}
.hero-text .case-study-title {
  line-height: 0.93333333;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  font-size: 45px;
  letter-spacing: -2px;
}
@media (min-width: 650px) {
  .hero-text .case-study-title {
    font-size: 38px;
    color: white;
  }
}
@media (min-width: 760px) {
  .hero-text .case-study-title {
    font-size: 58px;
  }
}
@media (min-width: 920px) {
  .hero-text .case-study-title {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .hero-text .case-study-title {
    font-size: 90px;
  }
}
.hero-text .case-study-client {
  line-height: 1.22222222;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #a2a2a4;
}
@media (min-width: 760px) {
  .hero-text .case-study-client {
    color: #e7e7e7;
  }
}
@media (min-width: 1200px) {
  .hero-text .case-study-client {
    font-size: 27px;
  }
}

.ymca .section-title {
  color: #92278F;
}

.body-columns--right.right-recessive.ymca {
  margin-top: -60px;
}

@-webkit-keyframes hero-fade-in {
  0% {
    -webkit-transform: scale(1.0125, 1.0125);
            transform: scale(1.0125, 1.0125);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes hero-fade-in {
  0% {
    -webkit-transform: scale(1.0125, 1.0125);
            transform: scale(1.0125, 1.0125);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
.boler .section-three {
  background-position: 20% center !important;
}
@media (min-width: 760px) {
  .boler .section-three {
    background-position: top center;
  }
}

.caption {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  font-size: 15px;
  line-height: 1.5;
  color: #575757;
  padding: 8px 0;
}

.case-study-carousel, .case-study-carousel--full {
  padding-bottom: 27px;
}
.case-study-carousel .flickity-viewport, .case-study-carousel--full .flickity-viewport {
  width: 100%;
}
.case-study-carousel .carousel-slide, .case-study-carousel--full .carousel-slide {
  width: 100%;
  position: relative;
}
.case-study-carousel .slide-image, .case-study-carousel--full .slide-image {
  position: relative;
}
.case-study-carousel .slide-image img, .case-study-carousel--full .slide-image img {
  width: 100%;
}
.case-study-carousel .slide-caption, .case-study-carousel--full .slide-caption {
  width: 100%;
  position: relative;
}
.case-study-carousel .flickity-prev-next-button.previous, .case-study-carousel--full .flickity-prev-next-button.previous {
  left: -2%;
}
@media (min-width: 1200px) {
  .case-study-carousel .flickity-prev-next-button.previous, .case-study-carousel--full .flickity-prev-next-button.previous {
    left: -50px;
  }
}
.case-study-carousel .flickity-prev-next-button.next, .case-study-carousel--full .flickity-prev-next-button.next {
  right: -2%;
}
@media (min-width: 1200px) {
  .case-study-carousel .flickity-prev-next-button.next, .case-study-carousel--full .flickity-prev-next-button.next {
    right: -50px;
  }
}
.case-study-carousel .flickity-prev-next-button, .case-study-carousel--full .flickity-prev-next-button {
  background: rgba(255, 255, 255, 0.85);
}
@media (min-width: 1200px) {
  .case-study-carousel .flickity-prev-next-button, .case-study-carousel--full .flickity-prev-next-button {
    background: rgba(255, 255, 255, 0);
  }
}

.case-study-carousel--full {
  margin: 0 25px;
}
@media (min-width: 480px) {
  .case-study-carousel--full {
    margin: 0 50px;
  }
}
.case-study-carousel--full .flickity-prev-next-button.previous {
  left: -25px;
}
@media (min-width: 480px) {
  .case-study-carousel--full .flickity-prev-next-button.previous {
    left: -50px;
  }
}
.case-study-carousel--full .flickity-prev-next-button.next {
  right: -25px;
}
@media (min-width: 480px) {
  .case-study-carousel--full .flickity-prev-next-button.next {
    right: -50px;
  }
}
.case-study-carousel--full .full-slide--caption {
  padding: 13.5px 0;
  width: 100%;
  float: left;
}
@media (min-width: 650px) {
  .case-study-carousel--full .full-slide--caption {
    padding: 27px 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.case-study-carousel--full .full-slide--caption .caption-container {
  max-width: 1000px;
  width: calc(95% - 25px);
  margin: 0 auto;
  display: block;
}
@media (min-width: 650px) {
  .case-study-carousel--full .full-slide--caption .caption-container {
    width: calc(95% - 50px);
  }
}
.case-study-carousel--full .full-slide--caption *:last-child {
  margin-bottom: 0;
}
.case-study-carousel--full .full-slide--caption .caption-light-text-color {
  color: #58595B;
}
@media (min-width: 650px) {
  .case-study-carousel--full .full-slide--caption .caption-light-text-color {
    color: #fff;
  }
}

.button-row {
  display: none;
}
@media (min-width: 920px) {
  .button-row {
    display: block;
    display: inline;
    float: left;
    width: 96.66667%;
    margin: 0 1.66667%;
    margin-bottom: 27px;
  }
}
.button-row .button, .button-row .button--full {
  width: 145px;
  margin: 0 0.5%;
  float: left;
  padding-bottom: 5px;
  cursor: pointer;
}
.button-row .carousel-nav .flickity-viewport {
  min-height: 100px;
}
.button-row .button.is-selected,
.button-row .button--full.is-selected {
  border-bottom: 5px solid #ddd;
}
.button-row.wwu .button.is-selected,
.button-row.wwu .button--full.is-selected {
  border-bottom: 5px solid #A1B040;
}
.button-row.aerotech .button.is-selected,
.button-row.aerotech .button--full.is-selected {
  border-bottom: 5px solid #6CB0FF;
}
.button-row.wpp .button.is-selected,
.button-row.wpp .button--full.is-selected {
  border-bottom: 5px solid #BFD733;
}
.button-row.hmig .button.is-selected,
.button-row.hmig .button--full.is-selected {
  border-bottom: 5px solid #CC9500;
}

.screenshot {
  margin: 20px 0;
}

.margin-top-large {
  margin-top: 80px;
}

#icons {
  position: relative;
}
#icons img {
  max-width: 330px;
  width: 100%;
}

#icon1 {
  opacity: 1;
}

#icon2 {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

.fadeIn {
  -webkit-transition: opacity 1.5s linear;
          transition: opacity 1.5s linear;
  opacity: 1 !important;
}

.fadeOut {
  -webkit-transition: opacity 1.5s linear;
          transition: opacity 1.5s linear;
  opacity: .2 !important;
}

.quote-full {
  width: 100%;
}

.quote-carousel {
  margin-bottom: 27px;
}
.quote-carousel .quote-slide {
  width: 100%;
  margin-right: 27px;
}
.quote-carousel .flickity-prev-next-button.previous {
  left: -50px;
}
.quote-carousel .flickity-prev-next-button.next {
  right: -50px;
}

.case--background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case--background-image.wpp {
  background-position: 75%;
}
@media (min-width: 760px) {
  .case--background-image.wpp {
    background-position: center;
  }
}

.section-full-image {
  width: 100%;
  float: left;
  position: relative;
  display: block;
}
.section-full-image img {
  width: 100%;
}

.image-inset {
  padding: 0 25px;
}
@media (min-width: 760px) {
  .image-inset {
    padding: 0 50px;
  }
}

.case-study--image-inline {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 27px;
}

.cmu .case-study--image-inline {
  text-align: center;
}

.full-carousel {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}
.full-carousel .full-carousel--slide {
  width: 100%;
  float: left;
}

.grid--class-based {
  width: 100%;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.grid--class-based .demo-grid {
  height: 250px;
  background: #808080;
  color: white;
  font-family: monospace;
  font-size: 15px;
  padding: 1rem;
  border: 1px solid #ccc;
}
.grid--class-based .one-half {
  width: 100%;
}
@media (min-width: 480px) {
  .grid--class-based .one-half {
    width: 50%;
  }
}
.grid--class-based .one-third {
  width: 100%;
}
@media (min-width: 480px) {
  .grid--class-based .one-third {
    width: 33.3333333%;
  }
}
.grid--class-based .two-thirds {
  width: 100%;
}
@media (min-width: 480px) {
  .grid--class-based .two-thirds {
    width: 66.666666%;
  }
}
.grid--class-based .one-quarter {
  width: 100%;
}
@media (min-width: 480px) {
  .grid--class-based .one-quarter {
    width: 50%;
  }
}
@media (min-width: 760px) {
  .grid--class-based .one-quarter {
    width: 25%;
  }
}
.grid--class-based .three-quarters {
  width: 100%;
}
@media (min-width: 480px) {
  .grid--class-based .three-quarters {
    width: 100%;
  }
}
@media (min-width: 760px) {
  .grid--class-based .three-quarters {
    width: 75%;
  }
}

.two-stats, .three-stats, .four-stats, .stats-carousel {
  padding-top: 54px;
  padding-bottom: 54px;
}
@media (min-width: 760px) {
  .two-stats, .three-stats, .four-stats, .stats-carousel {
    padding-top: 27px;
    padding-bottom: 54px;
  }
}
.two-stats .section-title, .three-stats .section-title, .four-stats .section-title, .stats-carousel .section-title {
  margin-top: 0;
}
.two-stats .stat, .three-stats .stat, .four-stats .stat, .stats-carousel .stat {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 54px;
}
@media (min-width: 760px) {
  .two-stats .stat, .three-stats .stat, .four-stats .stat, .stats-carousel .stat {
    margin-bottom: 0;
  }
}
.two-stats .stat .award, .three-stats .stat .award, .four-stats .stat .award, .stats-carousel .stat .award {
  max-width: 300px;
  display: inline-block;
}
@media (min-width: 760px) {
  .two-stats .stat .award, .three-stats .stat .award, .four-stats .stat .award, .stats-carousel .stat .award {
    margin-top: -1.5rem;
    max-width: none;
  }
}
@media (min-width: 760px) {
  .two-stats .stat.arrow-after .stat-data:after, .three-stats .stat.arrow-after .stat-data:after, .four-stats .stat.arrow-after .stat-data:after, .stats-carousel .stat.arrow-after .stat-data:after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: -60px;
    height: 52px;
    width: 82px;
    background-image: url(../images/wwu/wwu-arrow.png);
    background-repeat: no-repeat;
    background-size: 82px;
  }
}
@media (max-width: 760px) {
  .two-stats .stat.arrow-after .sub-stat:after, .three-stats .stat.arrow-after .sub-stat:after, .four-stats .stat.arrow-after .sub-stat:after, .stats-carousel .stat.arrow-after .sub-stat:after {
    content: "";
    display: block;
    position: relative;
    margin: 0 auto;
    bottom: -17px;
    right: 0;
    height: 32px;
    width: 52px;
    background-image: url(../images/wwu/wwu-arrow.png);
    background-repeat: no-repeat;
    background-size: 52px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-bottom: 1rem;
  }
}
.two-stats .stat-data, .three-stats .stat-data, .four-stats .stat-data, .stats-carousel .stat-data {
  display: block;
  font-weight: 500;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -0.51px;
  position: relative;
}
.two-stats .sub-stat, .three-stats .sub-stat, .four-stats .sub-stat, .stats-carousel .sub-stat {
  display: block;
  font-size: 16px;
  line-height: 1.17647059;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media (min-width: 760px) {
  .two-stats .sub-stat, .three-stats .sub-stat, .four-stats .sub-stat, .stats-carousel .sub-stat {
    font-size: 17px;
  }
}

.two-stats .stat {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
  margin-bottom: 27px;
}
@media (min-width: 480px) {
  .two-stats .stat {
    display: inline;
    float: left;
    width: 46.66667%;
    margin: 0 1.66667%;
  }
}
.two-stats .stat-data {
  display: block;
  font-weight: 500;
  font-size: 64px;
  line-height: 90px;
  letter-spacing: -0.51px;
  position: relative;
}
.two-stats.nycc--two-stats {
  padding: 0;
}

.three-stats .stat {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
  margin-bottom: 27px;
}
@media (min-width: 760px) {
  .three-stats .stat {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.66667%;
  }
}

.four-stats .stat {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
  margin-bottom: 27px;
}
@media (min-width: 760px) {
  .four-stats .stat {
    display: inline;
    float: left;
    width: 21.66667%;
    margin: 0 1.66667%;
  }
}

.stats-carousel .stat {
  width: 100%;
  margin: 0;
}
@media (min-width: 630px) {
  .stats-carousel .stat {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 990px) {
  .stats-carousel .stat {
    width: 25%;
    margin: 0;
  }
}
.stats-carousel .flickity-prev-next-button.previous {
  left: 0;
}
.stats-carousel .flickity-prev-next-button.next {
  right: 0;
}

.awards {
  padding-top: 0 !important;
}

.award-grid {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
}
.award-grid .award {
  display: inline;
  float: left;
  width: 46.66667%;
  margin: 0 1.66667%;
}
@media (min-width: 760px) {
  .award-grid .award {
    display: inline;
    float: left;
    width: 21.66667%;
    margin: 0 1.66667%;
  }
}
.award-grid.offset {
  display: inline;
  float: left;
  width: 71.66667%;
  margin: 0 1.66667%;
  margin-left: 14.16667%;
}
.award-grid.offset .award {
  display: inline;
  float: left;
  width: 30%;
  margin: 0 1.66667%;
}

.wwu-stat-title {
  text-align: center;
}
@media (min-width: 760px) {
  .wwu-stat-title {
    text-align: left;
  }
}

.lerner-stats .contained {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lerner-stats .stat-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.lerner-stats .stat-2 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 760px) {
  .lerner-stats .stat-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lerner-stats .stat-3 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 760px) {
  .lerner-stats .stat-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.lerner-stats .stat {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
  margin-bottom: 54px;
}
@media (min-width: 480px) {
  .lerner-stats .stat {
    display: inline;
    float: left;
    width: 63.33333%;
    margin: 0 1.66667%;
    margin-left: 18.33333%;
    margin-bottom: 54px;
  }
}
@media (min-width: 760px) {
  .lerner-stats .stat {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.66667%;
  }
}

.logo-grid {
  width: 100%;
  position: relative;
  display: block;
  float: left;
}
.logo-grid ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo-grid li {
  display: inline;
  float: left;
  width: 46.66667%;
  margin: 0 1.66667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-bottom: 16px;
  box-sizing: border-box;
  padding: 25px;
}
@media (min-width: 480px) {
  .logo-grid li {
    margin-bottom: 35px;
    padding: 25px 9%;
  }
}
@media (min-width: 760px) {
  .logo-grid li {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.66667%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 50px;
  }
}
@media (min-width: 1200px) {
  .logo-grid li {
    display: inline;
    float: left;
    width: 21.66667%;
    margin: 0 1.66667%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.logo-grid li img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.seen {
  -webkit-animation: element-from-bottom 750ms ease-in-out;
          animation: element-from-bottom 750ms ease-in-out;
}

@-webkit-keyframes element-from-bottom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes element-from-bottom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wwu-v2--intro-section, .v2--intro-section {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 54px;
  position: relative;
  display: block;
  float: left;
}
@media (min-width: 760px) {
  .wwu-v2--intro-section, .v2--intro-section {
    font-size: 18px;
    margin-bottom: 0;
  }
}

@-webkit-keyframes flipForward {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  80% {
    -webkit-transform: rotate(170deg);
            transform: rotate(170deg);
  }
  97% {
    -webkit-transform: rotate(185deg);
            transform: rotate(185deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes flipForward {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  80% {
    -webkit-transform: rotate(170deg);
            transform: rotate(170deg);
  }
  97% {
    -webkit-transform: rotate(185deg);
            transform: rotate(185deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes flipBackward {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes flipBackward {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.flip-visible.aos-init {
  -webkit-animation: flipBackward 250ms ease-in-out forwards;
          animation: flipBackward 250ms ease-in-out forwards;
}
.flip-visible.aos-animate {
  -webkit-animation: flipForward 1000ms ease-in-out forwards;
          animation: flipForward 1000ms ease-in-out forwards;
}

.funnel-img {
  max-width: 330px;
  margin: 0 auto 27px;
  padding: 0 3rem;
}
@media (min-width: 760px) {
  .funnel-img {
    padding: 0;
  }
}

.cmu .funnel-img {
  padding: 0;
}

.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 75px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: opacity 250ms ease;
          transition: opacity 250ms ease;
}
.video-play-icon:hover, .video-play-icon:focus, .video-play-icon:active {
  opacity: 1;
}
@media (min-width: 760px) {
  .video-play-icon {
    max-width: 125px;
  }
}

.phone-video--frame {
  position: relative;
  width: 235px;
  margin: 0 auto;
}
@media (min-width: 760px) {
  .phone-video--frame {
    margin-top: -90px;
    margin-bottom: -134px;
  }
}

.phone-video--video {
  position: absolute;
  top: 55.5px;
  left: 17px;
}
.phone-video--video video, .phone-video--video img {
  width: 202px;
}

.wwu-rankings--left {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
  margin-bottom: 27px;
}
@media (min-width: 760px) {
  .wwu-rankings--left {
    display: inline;
    float: left;
    width: 71.66667%;
    margin: 0 1.66667%;
  }
}

.wwu-rankings--right {
  display: inline;
  float: left;
  width: 80%;
  margin: 0 1.66667%;
  margin-left: 10.0%;
  text-align: center;
}
@media (min-width: 480px) {
  .wwu-rankings--right {
    display: inline;
    float: left;
    width: 46.66667%;
    margin: 0 1.66667%;
    margin-left: 26.66667%;
  }
}
@media (min-width: 760px) {
  .wwu-rankings--right {
    display: inline;
    float: left;
    width: 21.66667%;
    margin: 0 1.66667%;
    margin-left: 1.66667%;
  }
}

.wwu-rankings--award {
  max-width: 300px;
  display: inline-block;
  text-align: center;
}
@media (min-width: 760px) {
  .wwu-rankings--award {
    margin-top: -1.5rem;
    max-width: 100%;
  }
}
.wwu-rankings--award img {
  display: inline-block;
}

.oval-img {
  max-width: 330px;
  margin: 0 auto 27px;
  padding: 0 3rem;
}
@media (min-width: 760px) {
  .oval-img {
    padding: 0;
  }
}

.hmig--bold-underlined {
  font-family: "EB Garamond", Georgia, Times, "Times New Roman", serif;
  text-align: center;
  padding: 80px 0;
}
@media (min-width: 700px) {
  .hmig--bold-underlined {
    padding: 100px 0;
  }
}
@media (min-width: 850px) {
  .hmig--bold-underlined {
    padding: 110px 0;
  }
}
@media (min-width: 1200px) {
  .hmig--bold-underlined {
    padding: 120px 0;
  }
}
.hmig--bold-underlined span {
  display: inline;
  border-bottom: 3px solid #00AFE8;
  font-size: 35px;
  font-size: 7.65vw;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -0.97px;
}
@media (min-width: 700px) {
  .hmig--bold-underlined span {
    display: inline-block;
    border-bottom: 4px solid #00AFE8;
    font-size: 50px;
    line-height: 51.25px;
    margin-bottom: 5px;
  }
}
@media (min-width: 850px) {
  .hmig--bold-underlined span {
    font-size: 60px;
    line-height: 62.5px;
  }
}
@media (min-width: 1200px) {
  .hmig--bold-underlined span {
    font-size: 80px;
    line-height: 85px;
  }
}
.hmig--bold-underlined span:after, .hmig--bold-underlined span:before {
  content: "";
  display: block;
}

.banner--text-img {
  width: 90%;
  margin: 150px auto 135px;
}
@media (min-width: 760px) {
  .banner--text-img {
    width: 75%;
    margin: 175px auto 150px;
  }
}

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

@keyframes imgSwapOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes imgSwapIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgSwapIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.img-swap {
  position: relative;
}
.img-swap .img-swap--start, .img-swap .img-swap--end {
  position: absolute;
  top: 0;
  left: 0;
}
.img-swap .img-swap--start img, .img-swap .img-swap--end img {
  width: 310px;
}
.img-swap .img-swap--start {
  opacity: 1;
}
.img-swap .img-swap--end {
  opacity: 0;
}
.img-swap.hmig {
  height: 162px;
  width: 275px;
  margin: 0 auto 27px;
}
.img-swap.wpp {
  height: 210px;
  width: 280px;
  margin: 0 auto 27px;
}
.img-swap.lerner {
  height: auto;
  width: auto;
  padding-bottom: 55.25%;
}
.img-swap.lerner img {
  width: 100%;
}

.cmu .numbers,
.boler .numbers,
.nycc .numbers {
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmu .numbers span,
.boler .numbers span,
.nycc .numbers span {
  display: block;
}
.cmu .numbers .stat,
.boler .numbers .stat,
.nycc .numbers .stat {
  padding: 0 10px;
  position: relative;
}
@media (min-width: 760px) {
  .cmu .numbers .stat,
  .boler .numbers .stat,
  .nycc .numbers .stat {
    padding: 0 30px;
  }
}
.cmu .numbers .stat .number,
.boler .numbers .stat .number,
.nycc .numbers .stat .number {
  color: #084e7e;
  line-height: 80px;
  font-size: 6em;
  font-weight: 600;
  text-align: center;
}
.cmu .numbers .stat .number span,
.boler .numbers .stat .number span,
.nycc .numbers .stat .number span {
  display: inline;
}
.cmu .numbers .stat.percentage .label:first-of-type,
.boler .numbers .stat.percentage .label:first-of-type,
.nycc .numbers .stat.percentage .label:first-of-type {
  position: absolute;
  top: -10px;
}

.boler .numbers {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 80px;
}
@media (min-width: 760px) {
  .boler .numbers {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.boler .numbers .stat {
  padding-bottom: 50px;
}
@media (min-width: 760px) {
  .boler .numbers .stat {
    padding-bottom: 0;
  }
}
.boler .numbers .stat .label {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}

.view-link {
  padding-top: 40px;
  text-align: center;
}

.ytvideo {
  background-image: url("../images/boler/video-screenshot.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: relative;
}
.ytvideo .playbutton {
  background: url("../images/icon-play-video-white.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  opacity: .6;
  -webkit-transition: opacity .5s linear;
          transition: opacity .5s linear;
}
.ytvideo .playbutton:hover {
  opacity: 1;
}
@media (min-width: 760px) {
  .ytvideo .playbutton {
    height: 228px;
    width: 228px;
  }
}

.aos-animate .img-swap--start {
  -webkit-animation: imgSwapOut 500ms ease-in-out forwards;
          animation: imgSwapOut 500ms ease-in-out forwards;
}
.aos-animate .img-swap--end {
  -webkit-animation: imgSwapIn 500ms ease-in-out forwards;
          animation: imgSwapIn 500ms ease-in-out forwards;
}

.is-hiding-nav-ui .flickity-prev-next-button {
  display: none;
}

.landing-page h4 {
  color: #a81933;
  margin-top: 0;
}
.landing-page h5 {
  text-transform: uppercase;
}
@media (min-width: 760px) {
  .landing-page h5 {
    margin-top: 0;
  }
}
.landing-page #header {
  padding: 10px 0;
}
.landing-page #header .logo {
  top: 0;
}
@media (min-width: 640px) {
  .landing-page .header--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.landing-page .header--inner .btn {
  color: #FFFFFF;
  font-size: 1.2em;
  left: 50%;
  margin-top: 15px;
  position: relative;
  width: 90%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 480px) {
  .landing-page .header--inner .btn {
    width: 60%;
  }
}
@media (min-width: 640px) {
  .landing-page .header--inner .btn {
    font-size: 1.1em;
    left: 0;
    margin-top: 0;
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (min-width: 920px) {
  .landing-page .hero-text-inner {
    width: 54%;
  }
}
.landing-page .hero-text-inner h2 {
  line-height: 3.4rem;
}
@media (min-width: 920px) {
  .landing-page .hero-text-inner h2 {
    font-size: 5.2rem;
    line-height: 5.4rem;
  }
}
.landing-page .hero-text-inner .case-study-client {
  font-size: 1.1rem;
}
@media (min-width: 760px) {
  .landing-page .hero-text-inner .case-study-client {
    font-size: 1.3rem;
    line-height: 32px;
  }
}
.landing-page .intro-text {
  font-size: 2rem;
  margin-bottom: 0;
  text-align: center;
}
.landing-page .intro-sub-text {
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 760px) {
  .landing-page .intro-sub-text {
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (min-width: 920px) {
  .landing-page .intro-sub-text {
    width: 100%;
  }
}
.landing-page .cover-callout {
  background: #a81933;
  text-align: center;
}
.landing-page .cover-callout h2 {
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 400;
}
.landing-page .cover-callout p {
  color: #FFFFFF;
}
.landing-page .no-br {
  white-space: nowrap;
}
.landing-page .align-center {
  font-size: 1.2rem;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 920px) {
  .landing-page .align-center {
    width: 90%;
  }
}
.landing-page .body-columns p {
  font-size: 1.3rem;
}
.landing-page .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
}
.landing-page .columns .col-block {
  width: 100%;
}
@media (min-width: 640px) {
  .landing-page .columns .col-block {
    width: 45%;
  }
}
.landing-page .columns .col-block h4 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 12px;
}
.landing-page .columns .col-block h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}
.landing-page .columns .col-block p {
  font-size: 1.1rem;
  margin-top: 20px;
}
.landing-page .insights {
  display: inline;
  float: left;
  width: 88.33333%;
  margin: 0 1.66667%;
  margin-left: 10.0%;
  padding: 40px 0;
  position: relative;
}
.landing-page .insights li {
  font-size: 1.5rem;
  padding-bottom: 30px;
}
.landing-page .callout {
  padding: 40px 0;
}
@media (min-width: 760px) {
  .landing-page .callout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .landing-page .callout img {
    max-width: 360px;
  }
  .landing-page .callout.left .callout-inner {
    padding-left: 30px;
  }
  .landing-page .callout.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .landing-page .callout.right .callout-inner {
    padding-right: 30px;
  }
}
@media (min-width: 920px) {
  .landing-page .callout.left .callout-inner {
    padding-left: 0;
  }
  .landing-page .callout.right .callout-inner {
    padding-right: 0;
  }
}
@media (min-width: 760px) {
  .landing-page .callout-inner {
    width: 60%;
  }
}
.landing-page .callout-inner h4 {
  font-size: 2rem;
  font-weight: 400;
}
.landing-page .callout-inner p {
  font-size: 1.3rem;
}
.landing-page .center {
  text-align: center;
}
.landing-page .form#section4 label {
  display: block;
  margin-bottom: 5px;
}
.landing-page .form#section4 input,
.landing-page .form#section4 textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
}
.landing-page .form#section4 input {
  font-size: 20px;
  margin-bottom: 20px;
  padding: 10px 5px;
}
.landing-page .form#section4 textarea {
  padding: 10px 5px;
}
.landing-page .testimonial {
  background: rgba(211, 211, 211, 0.4);
}
.landing-page .section-background {
  min-height: 50vh;
}
.landing-page .image-wrapper {
  max-height: 150px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .landing-page .image-wrapper {
    max-height: 180px;
  }
}
@media (min-width: 640px) {
  .landing-page .image-wrapper {
    max-height: 250px;
  }
}
.landing-page .image-wrapper img {
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  width: 100%;
}

.boler .numbers.mobile-only {
  display: block;
}
@media (min-width: 760px) {
  .boler .numbers.mobile-only {
    display: none;
  }
}

.boler .numbers.desktop-only {
  display: none;
}
@media (min-width: 760px) {
  .boler .numbers.desktop-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.portfolio-page #main-section {
  padding-top: 100px;
}
.portfolio-page #button-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 35px;
}
@media (min-width: 480px) {
  .portfolio-page #button-filters {
    padding-bottom: 12px;
    padding-top: 20px;
  }
}
@media (min-width: 640px) {
  .portfolio-page .header--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.portfolio-page .header--inner .btn {
  color: #FFFFFF;
  font-size: 1.5em;
  margin: 0 5px;
  position: relative;
}
@media (min-width: 480px) {
  .portfolio-page .header--inner .btn {
    font-size: 1.2em;
    width: 60%;
  }
}
@media (min-width: 640px) {
  .portfolio-page .header--inner .btn {
    font-size: 1.1em;
    left: 0;
    margin-top: 0;
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.portfolio-page .container {
  padding-left: 0;
  padding-right: 0;
}
.portfolio-page .words {
  clear: both;
}
.portfolio-page .words h1 {
  font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
  font-size: 3em;
  font-weight: 300;
  letter-spacing: -2px;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1em;
  color: #B3B3B3;
  -webkit-transition: .2s all ease;
          transition: .2s all ease;
}
@media (min-width: 640px) {
  .portfolio-page .words h1 {
    font-size: 4rem;
  }
}
@media (min-width: 760px) {
  .portfolio-page .words h1 {
    font-size: 5rem;
  }
}
.portfolio-page .words h1 em {
  color: #2587b2;
  font-style: normal;
}
.portfolio-page .featured-work {
  max-width: 1600px;
}
.portfolio-page .featured-work:after {
  content: '';
  display: block;
  clear: both;
}
.portfolio-page .featured-work .featured-item {
  margin: 10px 0;
  position: relative;
  width: 100%;
}
@media (min-width: 640px) {
  .portfolio-page .featured-work .featured-item {
    float: left;
    height: 250px;
    margin: 15px;
    width: 45%;
  }
}
@media (min-width: 760px) {
  .portfolio-page .featured-work .featured-item {
    width: 29%;
  }
}
@media (min-width: 920px) {
  .portfolio-page .featured-work .featured-item {
    width: 30%;
  }
}
.portfolio-page .featured-work .featured-item a {
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.portfolio-page .featured-work .featured-item a:hover img {
  opacity: .7;
  -webkit-transition: opacity .5s ease;
          transition: opacity .5s ease;
}
.portfolio-page .featured-work .featured-item > * {
  margin: 0;
  padding: 0;
}
.portfolio-page .featured-work .featured-item--title {
  color: #2587b2;
  margin: 10px 0 5px 0;
}
.portfolio-page .featured-work .featured-item--subtitle {
  color: #3F3F3F;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}

.mixitup-control-active {
  background: #13475e;
}

.portfolio-item-title,
.portfolio-nav {
  padding: 20px 0 10px 0;
}
.portfolio-item-title.sticky,
.portfolio-nav.sticky {
  position: fixed;
  width: 100%;
}

.portfolio-item-title {
  border-bottom: 1px solid #ccc;
  top: 48px;
}

.portfolio-nav {
  border-top: 1px solid #ccc;
  bottom: 0;
}
.portfolio-nav nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.portfolio-nav nav a {
  font-size: 1.8em;
  font-weight: 600;
}

.section-title-inner {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
}

.section-title h1 {
  color: #FFFFFF;
  margin: 0;
}

.section {
  background: #FFFFFF;
  *zoom: 1;
  display: block;
}
.section:before, .section:after {
  content: "";
  display: table;
}
.section:after {
  clear: both;
}
.section .inner {
  display: block;
  width: 103.33333%;
  margin: 0 -1.66667%;
  *zoom: 1;
  display: block;
  padding: 0 0 54px 0;
}
.section .inner:before, .section .inner:after {
  content: "";
  display: table;
}
.section .inner:after {
  clear: both;
}

section.cover {
  z-index: 10;
  position: relative;
}

.section-background {
  z-index: 1;
}

.section-title {
  width: 100%;
}

.fixed {
  position: absolute;
  left: 0;
  top: 60%;
  opacity: 1;
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
  z-index: 1;
}

.no-touch .fixed {
  position: absolute;
  z-index: 10;
  top: -100%;
  left: -100%;
  font-size: 3em;
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}

.no-touch .locked {
  position: fixed;
  left: 0;
  top: 60%;
  opacity: 1;
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
  z-index: 1;
}

.section-background {
  width: 100%;
  min-height: 90vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.25);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  /*VH and VW units can cause issues on iOS devices: http://caniuse.com/#feat=viewport-units */
  /*iPad with portrait orientation.*/
  /* iPad with landscape orientation.	 */
  /*iPhone 5*/
}
@media (min-width: 760px) {
  .section-background {
    min-height: 95vh;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .section-background {
    min-height: 1024px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .section-background {
    min-height: 768px;
  }
}
@media screen and (device-aspect-ratio: 40 / 71) {
  .section-background {
    min-height: 500px;
  }
}
.no-touch .section-background {
  background-attachment: fixed;
}

.section-background-inner {
  position: relative;
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
  overflow: hidden;
}

.case-full-height-demo {
  width: 100%;
  height: 100vh;
  background: white;
  position: relative;
  display: block;
}

/* ==========================================================================
   Directory
   ========================================================================== */
.directory ul {
  margin-left: 0;
  list-style: none;
}
.directory.profile-grid {
  display: block;
  width: 103.33333%;
  margin: 0 -1.66667%;
  *zoom: 1;
  display: block;
}
.directory.profile-grid:before, .directory.profile-grid:after {
  content: "";
  display: table;
}
.directory.profile-grid:after {
  clear: both;
}
.directory.profile-grid li {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
}
@media (min-width: 480px) {
  .directory.profile-grid li {
    display: inline;
    float: left;
    width: 46.66667%;
    margin: 0 1.66667%;
  }
}
@media (min-width: 760px) {
  .directory.profile-grid li {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.66667%;
  }
}
@media (min-width: 1200px) {
  .directory.profile-grid li {
    display: inline;
    float: left;
    width: 21.66667%;
    margin: 0 1.66667%;
  }
}
.directory.profile-list li {
  display: block;
  width: 103.33333%;
  margin: 0 -1.66667%;
  *zoom: 1;
  display: block;
  margin-bottom: 27px;
}
.directory.profile-list li:before, .directory.profile-list li:after {
  content: "";
  display: table;
}
.directory.profile-list li:after {
  clear: both;
}
.directory.profile-list li .profile-image {
  display: inline;
  float: left;
  width: 38.33333%;
  margin: 0 1.66667%;
}
@media (min-width: 760px) {
  .directory.profile-list li .profile-image {
    display: inline;
    float: left;
    width: 21.66667%;
    margin: 0 1.66667%;
  }
}
.directory.profile-list li .profile-text {
  display: inline;
  float: left;
  width: 55.0%;
  margin: 0 1.66667%;
}
@media (min-width: 760px) {
  .directory.profile-list li .profile-text {
    display: inline;
    float: left;
    width: 71.66667%;
    margin: 0 1.66667%;
  }
}
.directory .name, .directory .title {
  display: block;
}
.directory a {
  text-decoration: none;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   ==========================================================================
   Plugins
   ==========================================================================
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
          transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
          transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
          transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
          transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.share-mobile {
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #fff;
  padding-top: 0.5em;
  z-index: 20;
  margin-bottom: 0;
  border-top: 1px solid grey;
}
.share-mobile.relative {
  position: relative;
}
@media (min-width: 900px) {
  .share-mobile {
    display: none;
  }
}
.share-mobile.headroom--unpinned {
  position: absolute;
}
@media (min-height: 400px) {
  .share-mobile.headroom--unpinned {
    position: fixed;
  }
}
.share-mobile.headroom--pinned {
  position: absolute;
}

/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'Material-Design-Iconic-Font';
  src: url("../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0") format("woff2"), url("../fonts/Material-Design-Iconic-Font.woff?v=2.2.0") format("woff"), url("../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.zmdi-hc-2x {
  font-size: 2em;
}

.zmdi-hc-3x {
  font-size: 3em;
}

.zmdi-hc-4x {
  font-size: 4em;
}

.zmdi-hc-5x {
  font-size: 5em;
}

.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center;
}

.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.zmdi-hc-ul > li {
  position: relative;
}

.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}

.zmdi-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px;
}

.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 50%;
}

.zmdi.pull-left {
  float: left;
  margin-right: .15em;
}

.zmdi.pull-right {
  float: right;
  margin-left: .15em;
}

.zmdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
  animation: zmdi-spin 1.5s infinite linear;
}

.zmdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
  animation: zmdi-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.zmdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.zmdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.zmdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.zmdi-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.zmdi-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.zmdi-hc-stack-1x {
  line-height: inherit;
}

.zmdi-hc-stack-2x {
  font-size: 2em;
}

.zmdi-hc-inverse {
  color: #ffffff;
}

/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.zmdi-3d-rotation:before {
  content: '\f101';
}

.zmdi-airplane-off:before {
  content: '\f102';
}

.zmdi-airplane:before {
  content: '\f103';
}

.zmdi-album:before {
  content: '\f104';
}

.zmdi-archive:before {
  content: '\f105';
}

.zmdi-assignment-account:before {
  content: '\f106';
}

.zmdi-assignment-alert:before {
  content: '\f107';
}

.zmdi-assignment-check:before {
  content: '\f108';
}

.zmdi-assignment-o:before {
  content: '\f109';
}

.zmdi-assignment-return:before {
  content: '\f10a';
}

.zmdi-assignment-returned:before {
  content: '\f10b';
}

.zmdi-assignment:before {
  content: '\f10c';
}

.zmdi-attachment-alt:before {
  content: '\f10d';
}

.zmdi-attachment:before {
  content: '\f10e';
}

.zmdi-audio:before {
  content: '\f10f';
}

.zmdi-badge-check:before {
  content: '\f110';
}

.zmdi-balance-wallet:before {
  content: '\f111';
}

.zmdi-balance:before {
  content: '\f112';
}

.zmdi-battery-alert:before {
  content: '\f113';
}

.zmdi-battery-flash:before {
  content: '\f114';
}

.zmdi-battery-unknown:before {
  content: '\f115';
}

.zmdi-battery:before {
  content: '\f116';
}

.zmdi-bike:before {
  content: '\f117';
}

.zmdi-block-alt:before {
  content: '\f118';
}

.zmdi-block:before {
  content: '\f119';
}

.zmdi-boat:before {
  content: '\f11a';
}

.zmdi-book-image:before {
  content: '\f11b';
}

.zmdi-book:before {
  content: '\f11c';
}

.zmdi-bookmark-outline:before {
  content: '\f11d';
}

.zmdi-bookmark:before {
  content: '\f11e';
}

.zmdi-brush:before {
  content: '\f11f';
}

.zmdi-bug:before {
  content: '\f120';
}

.zmdi-bus:before {
  content: '\f121';
}

.zmdi-cake:before {
  content: '\f122';
}

.zmdi-car-taxi:before {
  content: '\f123';
}

.zmdi-car-wash:before {
  content: '\f124';
}

.zmdi-car:before {
  content: '\f125';
}

.zmdi-card-giftcard:before {
  content: '\f126';
}

.zmdi-card-membership:before {
  content: '\f127';
}

.zmdi-card-travel:before {
  content: '\f128';
}

.zmdi-card:before {
  content: '\f129';
}

.zmdi-case-check:before {
  content: '\f12a';
}

.zmdi-case-download:before {
  content: '\f12b';
}

.zmdi-case-play:before {
  content: '\f12c';
}

.zmdi-case:before {
  content: '\f12d';
}

.zmdi-cast-connected:before {
  content: '\f12e';
}

.zmdi-cast:before {
  content: '\f12f';
}

.zmdi-chart-donut:before {
  content: '\f130';
}

.zmdi-chart:before {
  content: '\f131';
}

.zmdi-city-alt:before {
  content: '\f132';
}

.zmdi-city:before {
  content: '\f133';
}

.zmdi-close-circle-o:before {
  content: '\f134';
}

.zmdi-close-circle:before {
  content: '\f135';
}

.zmdi-close:before {
  content: '\f136';
}

.zmdi-cocktail:before {
  content: '\f137';
}

.zmdi-code-setting:before {
  content: '\f138';
}

.zmdi-code-smartphone:before {
  content: '\f139';
}

.zmdi-code:before {
  content: '\f13a';
}

.zmdi-coffee:before {
  content: '\f13b';
}

.zmdi-collection-bookmark:before {
  content: '\f13c';
}

.zmdi-collection-case-play:before {
  content: '\f13d';
}

.zmdi-collection-folder-image:before {
  content: '\f13e';
}

.zmdi-collection-image-o:before {
  content: '\f13f';
}

.zmdi-collection-image:before {
  content: '\f140';
}

.zmdi-collection-item-1:before {
  content: '\f141';
}

.zmdi-collection-item-2:before {
  content: '\f142';
}

.zmdi-collection-item-3:before {
  content: '\f143';
}

.zmdi-collection-item-4:before {
  content: '\f144';
}

.zmdi-collection-item-5:before {
  content: '\f145';
}

.zmdi-collection-item-6:before {
  content: '\f146';
}

.zmdi-collection-item-7:before {
  content: '\f147';
}

.zmdi-collection-item-8:before {
  content: '\f148';
}

.zmdi-collection-item-9-plus:before {
  content: '\f149';
}

.zmdi-collection-item-9:before {
  content: '\f14a';
}

.zmdi-collection-item:before {
  content: '\f14b';
}

.zmdi-collection-music:before {
  content: '\f14c';
}

.zmdi-collection-pdf:before {
  content: '\f14d';
}

.zmdi-collection-plus:before {
  content: '\f14e';
}

.zmdi-collection-speaker:before {
  content: '\f14f';
}

.zmdi-collection-text:before {
  content: '\f150';
}

.zmdi-collection-video:before {
  content: '\f151';
}

.zmdi-compass:before {
  content: '\f152';
}

.zmdi-cutlery:before {
  content: '\f153';
}

.zmdi-delete:before {
  content: '\f154';
}

.zmdi-dialpad:before {
  content: '\f155';
}

.zmdi-dns:before {
  content: '\f156';
}

.zmdi-drink:before {
  content: '\f157';
}

.zmdi-edit:before {
  content: '\f158';
}

.zmdi-email-open:before {
  content: '\f159';
}

.zmdi-email:before {
  content: '\f15a';
}

.zmdi-eye-off:before {
  content: '\f15b';
}

.zmdi-eye:before {
  content: '\f15c';
}

.zmdi-eyedropper:before {
  content: '\f15d';
}

.zmdi-favorite-outline:before {
  content: '\f15e';
}

.zmdi-favorite:before {
  content: '\f15f';
}

.zmdi-filter-list:before {
  content: '\f160';
}

.zmdi-fire:before {
  content: '\f161';
}

.zmdi-flag:before {
  content: '\f162';
}

.zmdi-flare:before {
  content: '\f163';
}

.zmdi-flash-auto:before {
  content: '\f164';
}

.zmdi-flash-off:before {
  content: '\f165';
}

.zmdi-flash:before {
  content: '\f166';
}

.zmdi-flip:before {
  content: '\f167';
}

.zmdi-flower-alt:before {
  content: '\f168';
}

.zmdi-flower:before {
  content: '\f169';
}

.zmdi-font:before {
  content: '\f16a';
}

.zmdi-fullscreen-alt:before {
  content: '\f16b';
}

.zmdi-fullscreen-exit:before {
  content: '\f16c';
}

.zmdi-fullscreen:before {
  content: '\f16d';
}

.zmdi-functions:before {
  content: '\f16e';
}

.zmdi-gas-station:before {
  content: '\f16f';
}

.zmdi-gesture:before {
  content: '\f170';
}

.zmdi-globe-alt:before {
  content: '\f171';
}

.zmdi-globe-lock:before {
  content: '\f172';
}

.zmdi-globe:before {
  content: '\f173';
}

.zmdi-graduation-cap:before {
  content: '\f174';
}

.zmdi-home:before {
  content: '\f175';
}

.zmdi-hospital-alt:before {
  content: '\f176';
}

.zmdi-hospital:before {
  content: '\f177';
}

.zmdi-hotel:before {
  content: '\f178';
}

.zmdi-hourglass-alt:before {
  content: '\f179';
}

.zmdi-hourglass-outline:before {
  content: '\f17a';
}

.zmdi-hourglass:before {
  content: '\f17b';
}

.zmdi-http:before {
  content: '\f17c';
}

.zmdi-image-alt:before {
  content: '\f17d';
}

.zmdi-image-o:before {
  content: '\f17e';
}

.zmdi-image:before {
  content: '\f17f';
}

.zmdi-inbox:before {
  content: '\f180';
}

.zmdi-invert-colors-off:before {
  content: '\f181';
}

.zmdi-invert-colors:before {
  content: '\f182';
}

.zmdi-key:before {
  content: '\f183';
}

.zmdi-label-alt-outline:before {
  content: '\f184';
}

.zmdi-label-alt:before {
  content: '\f185';
}

.zmdi-label-heart:before {
  content: '\f186';
}

.zmdi-label:before {
  content: '\f187';
}

.zmdi-labels:before {
  content: '\f188';
}

.zmdi-lamp:before {
  content: '\f189';
}

.zmdi-landscape:before {
  content: '\f18a';
}

.zmdi-layers-off:before {
  content: '\f18b';
}

.zmdi-layers:before {
  content: '\f18c';
}

.zmdi-library:before {
  content: '\f18d';
}

.zmdi-link:before {
  content: '\f18e';
}

.zmdi-lock-open:before {
  content: '\f18f';
}

.zmdi-lock-outline:before {
  content: '\f190';
}

.zmdi-lock:before {
  content: '\f191';
}

.zmdi-mail-reply-all:before {
  content: '\f192';
}

.zmdi-mail-reply:before {
  content: '\f193';
}

.zmdi-mail-send:before {
  content: '\f194';
}

.zmdi-mall:before {
  content: '\f195';
}

.zmdi-map:before {
  content: '\f196';
}

.zmdi-menu:before {
  content: '\f197';
}

.zmdi-money-box:before {
  content: '\f198';
}

.zmdi-money-off:before {
  content: '\f199';
}

.zmdi-money:before {
  content: '\f19a';
}

.zmdi-more-vert:before {
  content: '\f19b';
}

.zmdi-more:before {
  content: '\f19c';
}

.zmdi-movie-alt:before {
  content: '\f19d';
}

.zmdi-movie:before {
  content: '\f19e';
}

.zmdi-nature-people:before {
  content: '\f19f';
}

.zmdi-nature:before {
  content: '\f1a0';
}

.zmdi-navigation:before {
  content: '\f1a1';
}

.zmdi-open-in-browser:before {
  content: '\f1a2';
}

.zmdi-open-in-new:before {
  content: '\f1a3';
}

.zmdi-palette:before {
  content: '\f1a4';
}

.zmdi-parking:before {
  content: '\f1a5';
}

.zmdi-pin-account:before {
  content: '\f1a6';
}

.zmdi-pin-assistant:before {
  content: '\f1a7';
}

.zmdi-pin-drop:before {
  content: '\f1a8';
}

.zmdi-pin-help:before {
  content: '\f1a9';
}

.zmdi-pin-off:before {
  content: '\f1aa';
}

.zmdi-pin:before {
  content: '\f1ab';
}

.zmdi-pizza:before {
  content: '\f1ac';
}

.zmdi-plaster:before {
  content: '\f1ad';
}

.zmdi-power-setting:before {
  content: '\f1ae';
}

.zmdi-power:before {
  content: '\f1af';
}

.zmdi-print:before {
  content: '\f1b0';
}

.zmdi-puzzle-piece:before {
  content: '\f1b1';
}

.zmdi-quote:before {
  content: '\f1b2';
}

.zmdi-railway:before {
  content: '\f1b3';
}

.zmdi-receipt:before {
  content: '\f1b4';
}

.zmdi-refresh-alt:before {
  content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}

.zmdi-refresh-sync:before {
  content: '\f1b8';
}

.zmdi-refresh:before {
  content: '\f1b9';
}

.zmdi-roller:before {
  content: '\f1ba';
}

.zmdi-ruler:before {
  content: '\f1bb';
}

.zmdi-scissors:before {
  content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}

.zmdi-screen-rotation:before {
  content: '\f1be';
}

.zmdi-search-for:before {
  content: '\f1bf';
}

.zmdi-search-in-file:before {
  content: '\f1c0';
}

.zmdi-search-in-page:before {
  content: '\f1c1';
}

.zmdi-search-replace:before {
  content: '\f1c2';
}

.zmdi-search:before {
  content: '\f1c3';
}

.zmdi-seat:before {
  content: '\f1c4';
}

.zmdi-settings-square:before {
  content: '\f1c5';
}

.zmdi-settings:before {
  content: '\f1c6';
}

.zmdi-shield-check:before {
  content: '\f1c7';
}

.zmdi-shield-security:before {
  content: '\f1c8';
}

.zmdi-shopping-basket:before {
  content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}

.zmdi-shopping-cart:before {
  content: '\f1cb';
}

.zmdi-sign-in:before {
  content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}

.zmdi-sort-asc:before {
  content: '\f1cf';
}

.zmdi-sort-desc:before {
  content: '\f1d0';
}

.zmdi-spellcheck:before {
  content: '\f1d1';
}

.zmdi-storage:before {
  content: '\f1d2';
}

.zmdi-store-24:before {
  content: '\f1d3';
}

.zmdi-store:before {
  content: '\f1d4';
}

.zmdi-subway:before {
  content: '\f1d5';
}

.zmdi-sun:before {
  content: '\f1d6';
}

.zmdi-tab-unselected:before {
  content: '\f1d7';
}

.zmdi-tab:before {
  content: '\f1d8';
}

.zmdi-tag-close:before {
  content: '\f1d9';
}

.zmdi-tag-more:before {
  content: '\f1da';
}

.zmdi-tag:before {
  content: '\f1db';
}

.zmdi-thumb-down:before {
  content: '\f1dc';
}

.zmdi-thumb-up-down:before {
  content: '\f1dd';
}

.zmdi-thumb-up:before {
  content: '\f1de';
}

.zmdi-ticket-star:before {
  content: '\f1df';
}

.zmdi-toll:before {
  content: '\f1e0';
}

.zmdi-toys:before {
  content: '\f1e1';
}

.zmdi-traffic:before {
  content: '\f1e2';
}

.zmdi-translate:before {
  content: '\f1e3';
}

.zmdi-triangle-down:before {
  content: '\f1e4';
}

.zmdi-triangle-up:before {
  content: '\f1e5';
}

.zmdi-truck:before {
  content: '\f1e6';
}

.zmdi-turning-sign:before {
  content: '\f1e7';
}

.zmdi-wallpaper:before {
  content: '\f1e8';
}

.zmdi-washing-machine:before {
  content: '\f1e9';
}

.zmdi-window-maximize:before {
  content: '\f1ea';
}

.zmdi-window-minimize:before {
  content: '\f1eb';
}

.zmdi-window-restore:before {
  content: '\f1ec';
}

.zmdi-wrench:before {
  content: '\f1ed';
}

.zmdi-zoom-in:before {
  content: '\f1ee';
}

.zmdi-zoom-out:before {
  content: '\f1ef';
}

.zmdi-alert-circle-o:before {
  content: '\f1f0';
}

.zmdi-alert-circle:before {
  content: '\f1f1';
}

.zmdi-alert-octagon:before {
  content: '\f1f2';
}

.zmdi-alert-polygon:before {
  content: '\f1f3';
}

.zmdi-alert-triangle:before {
  content: '\f1f4';
}

.zmdi-help-outline:before {
  content: '\f1f5';
}

.zmdi-help:before {
  content: '\f1f6';
}

.zmdi-info-outline:before {
  content: '\f1f7';
}

.zmdi-info:before {
  content: '\f1f8';
}

.zmdi-notifications-active:before {
  content: '\f1f9';
}

.zmdi-notifications-add:before {
  content: '\f1fa';
}

.zmdi-notifications-none:before {
  content: '\f1fb';
}

.zmdi-notifications-off:before {
  content: '\f1fc';
}

.zmdi-notifications-paused:before {
  content: '\f1fd';
}

.zmdi-notifications:before {
  content: '\f1fe';
}

.zmdi-account-add:before {
  content: '\f1ff';
}

.zmdi-account-box-mail:before {
  content: '\f200';
}

.zmdi-account-box-o:before {
  content: '\f201';
}

.zmdi-account-box-phone:before {
  content: '\f202';
}

.zmdi-account-box:before {
  content: '\f203';
}

.zmdi-account-calendar:before {
  content: '\f204';
}

.zmdi-account-circle:before {
  content: '\f205';
}

.zmdi-account-o:before {
  content: '\f206';
}

.zmdi-account:before {
  content: '\f207';
}

.zmdi-accounts-add:before {
  content: '\f208';
}

.zmdi-accounts-alt:before {
  content: '\f209';
}

.zmdi-accounts-list-alt:before {
  content: '\f20a';
}

.zmdi-accounts-list:before {
  content: '\f20b';
}

.zmdi-accounts-outline:before {
  content: '\f20c';
}

.zmdi-accounts:before {
  content: '\f20d';
}

.zmdi-face:before {
  content: '\f20e';
}

.zmdi-female:before {
  content: '\f20f';
}

.zmdi-male-alt:before {
  content: '\f210';
}

.zmdi-male-female:before {
  content: '\f211';
}

.zmdi-male:before {
  content: '\f212';
}

.zmdi-mood-bad:before {
  content: '\f213';
}

.zmdi-mood:before {
  content: '\f214';
}

.zmdi-run:before {
  content: '\f215';
}

.zmdi-walk:before {
  content: '\f216';
}

.zmdi-cloud-box:before {
  content: '\f217';
}

.zmdi-cloud-circle:before {
  content: '\f218';
}

.zmdi-cloud-done:before {
  content: '\f219';
}

.zmdi-cloud-download:before {
  content: '\f21a';
}

.zmdi-cloud-off:before {
  content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}

.zmdi-cloud-outline:before {
  content: '\f21d';
}

.zmdi-cloud-upload:before {
  content: '\f21e';
}

.zmdi-cloud:before {
  content: '\f21f';
}

.zmdi-download:before {
  content: '\f220';
}

.zmdi-file-plus:before {
  content: '\f221';
}

.zmdi-file-text:before {
  content: '\f222';
}

.zmdi-file:before {
  content: '\f223';
}

.zmdi-folder-outline:before {
  content: '\f224';
}

.zmdi-folder-person:before {
  content: '\f225';
}

.zmdi-folder-star-alt:before {
  content: '\f226';
}

.zmdi-folder-star:before {
  content: '\f227';
}

.zmdi-folder:before {
  content: '\f228';
}

.zmdi-gif:before {
  content: '\f229';
}

.zmdi-upload:before {
  content: '\f22a';
}

.zmdi-border-all:before {
  content: '\f22b';
}

.zmdi-border-bottom:before {
  content: '\f22c';
}

.zmdi-border-clear:before {
  content: '\f22d';
}

.zmdi-border-color:before {
  content: '\f22e';
}

.zmdi-border-horizontal:before {
  content: '\f22f';
}

.zmdi-border-inner:before {
  content: '\f230';
}

.zmdi-border-left:before {
  content: '\f231';
}

.zmdi-border-outer:before {
  content: '\f232';
}

.zmdi-border-right:before {
  content: '\f233';
}

.zmdi-border-style:before {
  content: '\f234';
}

.zmdi-border-top:before {
  content: '\f235';
}

.zmdi-border-vertical:before {
  content: '\f236';
}

.zmdi-copy:before {
  content: '\f237';
}

.zmdi-crop:before {
  content: '\f238';
}

.zmdi-format-align-center:before {
  content: '\f239';
}

.zmdi-format-align-justify:before {
  content: '\f23a';
}

.zmdi-format-align-left:before {
  content: '\f23b';
}

.zmdi-format-align-right:before {
  content: '\f23c';
}

.zmdi-format-bold:before {
  content: '\f23d';
}

.zmdi-format-clear-all:before {
  content: '\f23e';
}

.zmdi-format-clear:before {
  content: '\f23f';
}

.zmdi-format-color-fill:before {
  content: '\f240';
}

.zmdi-format-color-reset:before {
  content: '\f241';
}

.zmdi-format-color-text:before {
  content: '\f242';
}

.zmdi-format-indent-decrease:before {
  content: '\f243';
}

.zmdi-format-indent-increase:before {
  content: '\f244';
}

.zmdi-format-italic:before {
  content: '\f245';
}

.zmdi-format-line-spacing:before {
  content: '\f246';
}

.zmdi-format-list-bulleted:before {
  content: '\f247';
}

.zmdi-format-list-numbered:before {
  content: '\f248';
}

.zmdi-format-ltr:before {
  content: '\f249';
}

.zmdi-format-rtl:before {
  content: '\f24a';
}

.zmdi-format-size:before {
  content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}

.zmdi-format-strikethrough:before {
  content: '\f24d';
}

.zmdi-format-subject:before {
  content: '\f24e';
}

.zmdi-format-underlined:before {
  content: '\f24f';
}

.zmdi-format-valign-bottom:before {
  content: '\f250';
}

.zmdi-format-valign-center:before {
  content: '\f251';
}

.zmdi-format-valign-top:before {
  content: '\f252';
}

.zmdi-redo:before {
  content: '\f253';
}

.zmdi-select-all:before {
  content: '\f254';
}

.zmdi-space-bar:before {
  content: '\f255';
}

.zmdi-text-format:before {
  content: '\f256';
}

.zmdi-transform:before {
  content: '\f257';
}

.zmdi-undo:before {
  content: '\f258';
}

.zmdi-wrap-text:before {
  content: '\f259';
}

.zmdi-comment-alert:before {
  content: '\f25a';
}

.zmdi-comment-alt-text:before {
  content: '\f25b';
}

.zmdi-comment-alt:before {
  content: '\f25c';
}

.zmdi-comment-edit:before {
  content: '\f25d';
}

.zmdi-comment-image:before {
  content: '\f25e';
}

.zmdi-comment-list:before {
  content: '\f25f';
}

.zmdi-comment-more:before {
  content: '\f260';
}

.zmdi-comment-outline:before {
  content: '\f261';
}

.zmdi-comment-text-alt:before {
  content: '\f262';
}

.zmdi-comment-text:before {
  content: '\f263';
}

.zmdi-comment-video:before {
  content: '\f264';
}

.zmdi-comment:before {
  content: '\f265';
}

.zmdi-comments:before {
  content: '\f266';
}

.zmdi-check-all:before {
  content: '\f267';
}

.zmdi-check-circle-u:before {
  content: '\f268';
}

.zmdi-check-circle:before {
  content: '\f269';
}

.zmdi-check-square:before {
  content: '\f26a';
}

.zmdi-check:before {
  content: '\f26b';
}

.zmdi-circle-o:before {
  content: '\f26c';
}

.zmdi-circle:before {
  content: '\f26d';
}

.zmdi-dot-circle-alt:before {
  content: '\f26e';
}

.zmdi-dot-circle:before {
  content: '\f26f';
}

.zmdi-minus-circle-outline:before {
  content: '\f270';
}

.zmdi-minus-circle:before {
  content: '\f271';
}

.zmdi-minus-square:before {
  content: '\f272';
}

.zmdi-minus:before {
  content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

.zmdi-plus-circle-o:before {
  content: '\f275';
}

.zmdi-plus-circle:before {
  content: '\f276';
}

.zmdi-plus-square:before {
  content: '\f277';
}

.zmdi-plus:before {
  content: '\f278';
}

.zmdi-square-o:before {
  content: '\f279';
}

.zmdi-star-circle:before {
  content: '\f27a';
}

.zmdi-star-half:before {
  content: '\f27b';
}

.zmdi-star-outline:before {
  content: '\f27c';
}

.zmdi-star:before {
  content: '\f27d';
}

.zmdi-bluetooth-connected:before {
  content: '\f27e';
}

.zmdi-bluetooth-off:before {
  content: '\f27f';
}

.zmdi-bluetooth-search:before {
  content: '\f280';
}

.zmdi-bluetooth-setting:before {
  content: '\f281';
}

.zmdi-bluetooth:before {
  content: '\f282';
}

.zmdi-camera-add:before {
  content: '\f283';
}

.zmdi-camera-alt:before {
  content: '\f284';
}

.zmdi-camera-bw:before {
  content: '\f285';
}

.zmdi-camera-front:before {
  content: '\f286';
}

.zmdi-camera-mic:before {
  content: '\f287';
}

.zmdi-camera-party-mode:before {
  content: '\f288';
}

.zmdi-camera-rear:before {
  content: '\f289';
}

.zmdi-camera-roll:before {
  content: '\f28a';
}

.zmdi-camera-switch:before {
  content: '\f28b';
}

.zmdi-camera:before {
  content: '\f28c';
}

.zmdi-card-alert:before {
  content: '\f28d';
}

.zmdi-card-off:before {
  content: '\f28e';
}

.zmdi-card-sd:before {
  content: '\f28f';
}

.zmdi-card-sim:before {
  content: '\f290';
}

.zmdi-desktop-mac:before {
  content: '\f291';
}

.zmdi-desktop-windows:before {
  content: '\f292';
}

.zmdi-device-hub:before {
  content: '\f293';
}

.zmdi-devices-off:before {
  content: '\f294';
}

.zmdi-devices:before {
  content: '\f295';
}

.zmdi-dock:before {
  content: '\f296';
}

.zmdi-floppy:before {
  content: '\f297';
}

.zmdi-gamepad:before {
  content: '\f298';
}

.zmdi-gps-dot:before {
  content: '\f299';
}

.zmdi-gps-off:before {
  content: '\f29a';
}

.zmdi-gps:before {
  content: '\f29b';
}

.zmdi-headset-mic:before {
  content: '\f29c';
}

.zmdi-headset:before {
  content: '\f29d';
}

.zmdi-input-antenna:before {
  content: '\f29e';
}

.zmdi-input-composite:before {
  content: '\f29f';
}

.zmdi-input-hdmi:before {
  content: '\f2a0';
}

.zmdi-input-power:before {
  content: '\f2a1';
}

.zmdi-input-svideo:before {
  content: '\f2a2';
}

.zmdi-keyboard-hide:before {
  content: '\f2a3';
}

.zmdi-keyboard:before {
  content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}

.zmdi-laptop-mac:before {
  content: '\f2a6';
}

.zmdi-laptop:before {
  content: '\f2a7';
}

.zmdi-mic-off:before {
  content: '\f2a8';
}

.zmdi-mic-outline:before {
  content: '\f2a9';
}

.zmdi-mic-setting:before {
  content: '\f2aa';
}

.zmdi-mic:before {
  content: '\f2ab';
}

.zmdi-mouse:before {
  content: '\f2ac';
}

.zmdi-network-alert:before {
  content: '\f2ad';
}

.zmdi-network-locked:before {
  content: '\f2ae';
}

.zmdi-network-off:before {
  content: '\f2af';
}

.zmdi-network-outline:before {
  content: '\f2b0';
}

.zmdi-network-setting:before {
  content: '\f2b1';
}

.zmdi-network:before {
  content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}

.zmdi-phone-end:before {
  content: '\f2b4';
}

.zmdi-phone-forwarded:before {
  content: '\f2b5';
}

.zmdi-phone-in-talk:before {
  content: '\f2b6';
}

.zmdi-phone-locked:before {
  content: '\f2b7';
}

.zmdi-phone-missed:before {
  content: '\f2b8';
}

.zmdi-phone-msg:before {
  content: '\f2b9';
}

.zmdi-phone-paused:before {
  content: '\f2ba';
}

.zmdi-phone-ring:before {
  content: '\f2bb';
}

.zmdi-phone-setting:before {
  content: '\f2bc';
}

.zmdi-phone-sip:before {
  content: '\f2bd';
}

.zmdi-phone:before {
  content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}

.zmdi-portable-wifi:before {
  content: '\f2c1';
}

.zmdi-radio:before {
  content: '\f2c2';
}

.zmdi-reader:before {
  content: '\f2c3';
}

.zmdi-remote-control-alt:before {
  content: '\f2c4';
}

.zmdi-remote-control:before {
  content: '\f2c5';
}

.zmdi-router:before {
  content: '\f2c6';
}

.zmdi-scanner:before {
  content: '\f2c7';
}

.zmdi-smartphone-android:before {
  content: '\f2c8';
}

.zmdi-smartphone-download:before {
  content: '\f2c9';
}

.zmdi-smartphone-erase:before {
  content: '\f2ca';
}

.zmdi-smartphone-info:before {
  content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}

.zmdi-smartphone-lock:before {
  content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

.zmdi-smartphone-ring:before {
  content: '\f2d1';
}

.zmdi-smartphone-setting:before {
  content: '\f2d2';
}

.zmdi-smartphone-setup:before {
  content: '\f2d3';
}

.zmdi-smartphone:before {
  content: '\f2d4';
}

.zmdi-speaker:before {
  content: '\f2d5';
}

.zmdi-tablet-android:before {
  content: '\f2d6';
}

.zmdi-tablet-mac:before {
  content: '\f2d7';
}

.zmdi-tablet:before {
  content: '\f2d8';
}

.zmdi-tv-alt-play:before {
  content: '\f2d9';
}

.zmdi-tv-list:before {
  content: '\f2da';
}

.zmdi-tv-play:before {
  content: '\f2db';
}

.zmdi-tv:before {
  content: '\f2dc';
}

.zmdi-usb:before {
  content: '\f2dd';
}

.zmdi-videocam-off:before {
  content: '\f2de';
}

.zmdi-videocam-switch:before {
  content: '\f2df';
}

.zmdi-videocam:before {
  content: '\f2e0';
}

.zmdi-watch:before {
  content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}

.zmdi-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-wifi-info:before {
  content: '\f2e4';
}

.zmdi-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-wifi-off:before {
  content: '\f2e6';
}

.zmdi-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-wifi:before {
  content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}

.zmdi-arrow-left:before {
  content: '\f2ea';
}

.zmdi-arrow-merge:before {
  content: '\f2eb';
}

.zmdi-arrow-missed:before {
  content: '\f2ec';
}

.zmdi-arrow-right-top:before {
  content: '\f2ed';
}

.zmdi-arrow-right:before {
  content: '\f2ee';
}

.zmdi-arrow-split:before {
  content: '\f2ef';
}

.zmdi-arrows:before {
  content: '\f2f0';
}

.zmdi-caret-down-circle:before {
  content: '\f2f1';
}

.zmdi-caret-down:before {
  content: '\f2f2';
}

.zmdi-caret-left-circle:before {
  content: '\f2f3';
}

.zmdi-caret-left:before {
  content: '\f2f4';
}

.zmdi-caret-right-circle:before {
  content: '\f2f5';
}

.zmdi-caret-right:before {
  content: '\f2f6';
}

.zmdi-caret-up-circle:before {
  content: '\f2f7';
}

.zmdi-caret-up:before {
  content: '\f2f8';
}

.zmdi-chevron-down:before {
  content: '\f2f9';
}

.zmdi-chevron-left:before {
  content: '\f2fa';
}

.zmdi-chevron-right:before {
  content: '\f2fb';
}

.zmdi-chevron-up:before {
  content: '\f2fc';
}

.zmdi-forward:before {
  content: '\f2fd';
}

.zmdi-long-arrow-down:before {
  content: '\f2fe';
}

.zmdi-long-arrow-left:before {
  content: '\f2ff';
}

.zmdi-long-arrow-return:before {
  content: '\f300';
}

.zmdi-long-arrow-right:before {
  content: '\f301';
}

.zmdi-long-arrow-tab:before {
  content: '\f302';
}

.zmdi-long-arrow-up:before {
  content: '\f303';
}

.zmdi-rotate-ccw:before {
  content: '\f304';
}

.zmdi-rotate-cw:before {
  content: '\f305';
}

.zmdi-rotate-left:before {
  content: '\f306';
}

.zmdi-rotate-right:before {
  content: '\f307';
}

.zmdi-square-down:before {
  content: '\f308';
}

.zmdi-square-right:before {
  content: '\f309';
}

.zmdi-swap-alt:before {
  content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}

.zmdi-swap-vertical:before {
  content: '\f30c';
}

.zmdi-swap:before {
  content: '\f30d';
}

.zmdi-trending-down:before {
  content: '\f30e';
}

.zmdi-trending-flat:before {
  content: '\f30f';
}

.zmdi-trending-up:before {
  content: '\f310';
}

.zmdi-unfold-less:before {
  content: '\f311';
}

.zmdi-unfold-more:before {
  content: '\f312';
}

.zmdi-apps:before {
  content: '\f313';
}

.zmdi-grid-off:before {
  content: '\f314';
}

.zmdi-grid:before {
  content: '\f315';
}

.zmdi-view-agenda:before {
  content: '\f316';
}

.zmdi-view-array:before {
  content: '\f317';
}

.zmdi-view-carousel:before {
  content: '\f318';
}

.zmdi-view-column:before {
  content: '\f319';
}

.zmdi-view-comfy:before {
  content: '\f31a';
}

.zmdi-view-compact:before {
  content: '\f31b';
}

.zmdi-view-dashboard:before {
  content: '\f31c';
}

.zmdi-view-day:before {
  content: '\f31d';
}

.zmdi-view-headline:before {
  content: '\f31e';
}

.zmdi-view-list-alt:before {
  content: '\f31f';
}

.zmdi-view-list:before {
  content: '\f320';
}

.zmdi-view-module:before {
  content: '\f321';
}

.zmdi-view-quilt:before {
  content: '\f322';
}

.zmdi-view-stream:before {
  content: '\f323';
}

.zmdi-view-subtitles:before {
  content: '\f324';
}

.zmdi-view-toc:before {
  content: '\f325';
}

.zmdi-view-web:before {
  content: '\f326';
}

.zmdi-view-week:before {
  content: '\f327';
}

.zmdi-widgets:before {
  content: '\f328';
}

.zmdi-alarm-check:before {
  content: '\f329';
}

.zmdi-alarm-off:before {
  content: '\f32a';
}

.zmdi-alarm-plus:before {
  content: '\f32b';
}

.zmdi-alarm-snooze:before {
  content: '\f32c';
}

.zmdi-alarm:before {
  content: '\f32d';
}

.zmdi-calendar-alt:before {
  content: '\f32e';
}

.zmdi-calendar-check:before {
  content: '\f32f';
}

.zmdi-calendar-close:before {
  content: '\f330';
}

.zmdi-calendar-note:before {
  content: '\f331';
}

.zmdi-calendar:before {
  content: '\f332';
}

.zmdi-time-countdown:before {
  content: '\f333';
}

.zmdi-time-interval:before {
  content: '\f334';
}

.zmdi-time-restore-setting:before {
  content: '\f335';
}

.zmdi-time-restore:before {
  content: '\f336';
}

.zmdi-time:before {
  content: '\f337';
}

.zmdi-timer-off:before {
  content: '\f338';
}

.zmdi-timer:before {
  content: '\f339';
}

.zmdi-android-alt:before {
  content: '\f33a';
}

.zmdi-android:before {
  content: '\f33b';
}

.zmdi-apple:before {
  content: '\f33c';
}

.zmdi-behance:before {
  content: '\f33d';
}

.zmdi-codepen:before {
  content: '\f33e';
}

.zmdi-dribbble:before {
  content: '\f33f';
}

.zmdi-dropbox:before {
  content: '\f340';
}

.zmdi-evernote:before {
  content: '\f341';
}

.zmdi-facebook-box:before {
  content: '\f342';
}

.zmdi-facebook:before {
  content: '\f343';
}

.zmdi-github-box:before {
  content: '\f344';
}

.zmdi-github:before {
  content: '\f345';
}

.zmdi-google-drive:before {
  content: '\f346';
}

.zmdi-google-earth:before {
  content: '\f347';
}

.zmdi-google-glass:before {
  content: '\f348';
}

.zmdi-google-maps:before {
  content: '\f349';
}

.zmdi-google-pages:before {
  content: '\f34a';
}

.zmdi-google-play:before {
  content: '\f34b';
}

.zmdi-google-plus-box:before {
  content: '\f34c';
}

.zmdi-google-plus:before {
  content: '\f34d';
}

.zmdi-google:before {
  content: '\f34e';
}

.zmdi-instagram:before {
  content: '\f34f';
}

.zmdi-language-css3:before {
  content: '\f350';
}

.zmdi-language-html5:before {
  content: '\f351';
}

.zmdi-language-javascript:before {
  content: '\f352';
}

.zmdi-language-python-alt:before {
  content: '\f353';
}

.zmdi-language-python:before {
  content: '\f354';
}

.zmdi-lastfm:before {
  content: '\f355';
}

.zmdi-linkedin-box:before {
  content: '\f356';
}

.zmdi-paypal:before {
  content: '\f357';
}

.zmdi-pinterest-box:before {
  content: '\f358';
}

.zmdi-pocket:before {
  content: '\f359';
}

.zmdi-polymer:before {
  content: '\f35a';
}

.zmdi-share:before {
  content: '\f35b';
}

.zmdi-stackoverflow:before {
  content: '\f35c';
}

.zmdi-steam-square:before {
  content: '\f35d';
}

.zmdi-steam:before {
  content: '\f35e';
}

.zmdi-twitter-box:before {
  content: '\f35f';
}

.zmdi-twitter:before {
  content: '\f360';
}

.zmdi-vk:before {
  content: '\f361';
}

.zmdi-wikipedia:before {
  content: '\f362';
}

.zmdi-windows:before {
  content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}

.zmdi-aspect-ratio:before {
  content: '\f365';
}

.zmdi-blur-circular:before {
  content: '\f366';
}

.zmdi-blur-linear:before {
  content: '\f367';
}

.zmdi-blur-off:before {
  content: '\f368';
}

.zmdi-blur:before {
  content: '\f369';
}

.zmdi-brightness-2:before {
  content: '\f36a';
}

.zmdi-brightness-3:before {
  content: '\f36b';
}

.zmdi-brightness-4:before {
  content: '\f36c';
}

.zmdi-brightness-5:before {
  content: '\f36d';
}

.zmdi-brightness-6:before {
  content: '\f36e';
}

.zmdi-brightness-7:before {
  content: '\f36f';
}

.zmdi-brightness-auto:before {
  content: '\f370';
}

.zmdi-brightness-setting:before {
  content: '\f371';
}

.zmdi-broken-image:before {
  content: '\f372';
}

.zmdi-center-focus-strong:before {
  content: '\f373';
}

.zmdi-center-focus-weak:before {
  content: '\f374';
}

.zmdi-compare:before {
  content: '\f375';
}

.zmdi-crop-16-9:before {
  content: '\f376';
}

.zmdi-crop-3-2:before {
  content: '\f377';
}

.zmdi-crop-5-4:before {
  content: '\f378';
}

.zmdi-crop-7-5:before {
  content: '\f379';
}

.zmdi-crop-din:before {
  content: '\f37a';
}

.zmdi-crop-free:before {
  content: '\f37b';
}

.zmdi-crop-landscape:before {
  content: '\f37c';
}

.zmdi-crop-portrait:before {
  content: '\f37d';
}

.zmdi-crop-square:before {
  content: '\f37e';
}

.zmdi-exposure-alt:before {
  content: '\f37f';
}

.zmdi-exposure:before {
  content: '\f380';
}

.zmdi-filter-b-and-w:before {
  content: '\f381';
}

.zmdi-filter-center-focus:before {
  content: '\f382';
}

.zmdi-filter-frames:before {
  content: '\f383';
}

.zmdi-filter-tilt-shift:before {
  content: '\f384';
}

.zmdi-gradient:before {
  content: '\f385';
}

.zmdi-grain:before {
  content: '\f386';
}

.zmdi-graphic-eq:before {
  content: '\f387';
}

.zmdi-hdr-off:before {
  content: '\f388';
}

.zmdi-hdr-strong:before {
  content: '\f389';
}

.zmdi-hdr-weak:before {
  content: '\f38a';
}

.zmdi-hdr:before {
  content: '\f38b';
}

.zmdi-iridescent:before {
  content: '\f38c';
}

.zmdi-leak-off:before {
  content: '\f38d';
}

.zmdi-leak:before {
  content: '\f38e';
}

.zmdi-looks:before {
  content: '\f38f';
}

.zmdi-loupe:before {
  content: '\f390';
}

.zmdi-panorama-horizontal:before {
  content: '\f391';
}

.zmdi-panorama-vertical:before {
  content: '\f392';
}

.zmdi-panorama-wide-angle:before {
  content: '\f393';
}

.zmdi-photo-size-select-large:before {
  content: '\f394';
}

.zmdi-photo-size-select-small:before {
  content: '\f395';
}

.zmdi-picture-in-picture:before {
  content: '\f396';
}

.zmdi-slideshow:before {
  content: '\f397';
}

.zmdi-texture:before {
  content: '\f398';
}

.zmdi-tonality:before {
  content: '\f399';
}

.zmdi-vignette:before {
  content: '\f39a';
}

.zmdi-wb-auto:before {
  content: '\f39b';
}

.zmdi-eject-alt:before {
  content: '\f39c';
}

.zmdi-eject:before {
  content: '\f39d';
}

.zmdi-equalizer:before {
  content: '\f39e';
}

.zmdi-fast-forward:before {
  content: '\f39f';
}

.zmdi-fast-rewind:before {
  content: '\f3a0';
}

.zmdi-forward-10:before {
  content: '\f3a1';
}

.zmdi-forward-30:before {
  content: '\f3a2';
}

.zmdi-forward-5:before {
  content: '\f3a3';
}

.zmdi-hearing:before {
  content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}

.zmdi-pause-circle:before {
  content: '\f3a6';
}

.zmdi-pause:before {
  content: '\f3a7';
}

.zmdi-play-circle-outline:before {
  content: '\f3a8';
}

.zmdi-play-circle:before {
  content: '\f3a9';
}

.zmdi-play:before {
  content: '\f3aa';
}

.zmdi-playlist-audio:before {
  content: '\f3ab';
}

.zmdi-playlist-plus:before {
  content: '\f3ac';
}

.zmdi-repeat-one:before {
  content: '\f3ad';
}

.zmdi-repeat:before {
  content: '\f3ae';
}

.zmdi-replay-10:before {
  content: '\f3af';
}

.zmdi-replay-30:before {
  content: '\f3b0';
}

.zmdi-replay-5:before {
  content: '\f3b1';
}

.zmdi-replay:before {
  content: '\f3b2';
}

.zmdi-shuffle:before {
  content: '\f3b3';
}

.zmdi-skip-next:before {
  content: '\f3b4';
}

.zmdi-skip-previous:before {
  content: '\f3b5';
}

.zmdi-stop:before {
  content: '\f3b6';
}

.zmdi-surround-sound:before {
  content: '\f3b7';
}

.zmdi-tune:before {
  content: '\f3b8';
}

.zmdi-volume-down:before {
  content: '\f3b9';
}

.zmdi-volume-mute:before {
  content: '\f3ba';
}

.zmdi-volume-off:before {
  content: '\f3bb';
}

.zmdi-volume-up:before {
  content: '\f3bc';
}

.zmdi-n-1-square:before {
  content: '\f3bd';
}

.zmdi-n-2-square:before {
  content: '\f3be';
}

.zmdi-n-3-square:before {
  content: '\f3bf';
}

.zmdi-n-4-square:before {
  content: '\f3c0';
}

.zmdi-n-5-square:before {
  content: '\f3c1';
}

.zmdi-n-6-square:before {
  content: '\f3c2';
}

.zmdi-neg-1:before {
  content: '\f3c3';
}

.zmdi-neg-2:before {
  content: '\f3c4';
}

.zmdi-plus-1:before {
  content: '\f3c5';
}

.zmdi-plus-2:before {
  content: '\f3c6';
}

.zmdi-sec-10:before {
  content: '\f3c7';
}

.zmdi-sec-3:before {
  content: '\f3c8';
}

.zmdi-zero:before {
  content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

.zmdi-airplay:before {
  content: '\f3d2';
}

.zmdi-closed-caption:before {
  content: '\f3d3';
}

.zmdi-confirmation-number:before {
  content: '\f3d4';
}

.zmdi-developer-board:before {
  content: '\f3d5';
}

.zmdi-disc-full:before {
  content: '\f3d6';
}

.zmdi-explicit:before {
  content: '\f3d7';
}

.zmdi-flight-land:before {
  content: '\f3d8';
}

.zmdi-flight-takeoff:before {
  content: '\f3d9';
}

.zmdi-flip-to-back:before {
  content: '\f3da';
}

.zmdi-flip-to-front:before {
  content: '\f3db';
}

.zmdi-group-work:before {
  content: '\f3dc';
}

.zmdi-hd:before {
  content: '\f3dd';
}

.zmdi-hq:before {
  content: '\f3de';
}

.zmdi-markunread-mailbox:before {
  content: '\f3df';
}

.zmdi-memory:before {
  content: '\f3e0';
}

.zmdi-nfc:before {
  content: '\f3e1';
}

.zmdi-play-for-work:before {
  content: '\f3e2';
}

.zmdi-power-input:before {
  content: '\f3e3';
}

.zmdi-present-to-all:before {
  content: '\f3e4';
}

.zmdi-satellite:before {
  content: '\f3e5';
}

.zmdi-tap-and-play:before {
  content: '\f3e6';
}

.zmdi-vibration:before {
  content: '\f3e7';
}

.zmdi-voicemail:before {
  content: '\f3e8';
}

.zmdi-group:before {
  content: '\f3e9';
}

.zmdi-rss:before {
  content: '\f3ea';
}

.zmdi-shape:before {
  content: '\f3eb';
}

.zmdi-spinner:before {
  content: '\f3ec';
}

.zmdi-ungroup:before {
  content: '\f3ed';
}

.zmdi-500px:before {
  content: '\f3ee';
}

.zmdi-8tracks:before {
  content: '\f3ef';
}

.zmdi-amazon:before {
  content: '\f3f0';
}

.zmdi-blogger:before {
  content: '\f3f1';
}

.zmdi-delicious:before {
  content: '\f3f2';
}

.zmdi-disqus:before {
  content: '\f3f3';
}

.zmdi-flattr:before {
  content: '\f3f4';
}

.zmdi-flickr:before {
  content: '\f3f5';
}

.zmdi-github-alt:before {
  content: '\f3f6';
}

.zmdi-google-old:before {
  content: '\f3f7';
}

.zmdi-linkedin:before {
  content: '\f3f8';
}

.zmdi-odnoklassniki:before {
  content: '\f3f9';
}

.zmdi-outlook:before {
  content: '\f3fa';
}

.zmdi-paypal-alt:before {
  content: '\f3fb';
}

.zmdi-pinterest:before {
  content: '\f3fc';
}

.zmdi-playstation:before {
  content: '\f3fd';
}

.zmdi-reddit:before {
  content: '\f3fe';
}

.zmdi-skype:before {
  content: '\f3ff';
}

.zmdi-slideshare:before {
  content: '\f400';
}

.zmdi-soundcloud:before {
  content: '\f401';
}

.zmdi-tumblr:before {
  content: '\f402';
}

.zmdi-twitch:before {
  content: '\f403';
}

.zmdi-vimeo:before {
  content: '\f404';
}

.zmdi-whatsapp:before {
  content: '\f405';
}

.zmdi-xbox:before {
  content: '\f406';
}

.zmdi-yahoo:before {
  content: '\f407';
}

.zmdi-youtube-play:before {
  content: '\f408';
}

.zmdi-youtube:before {
  content: '\f409';
}

.zmdi-3d-rotation:before {
  content: '\f101';
}

.zmdi-airplane-off:before {
  content: '\f102';
}

.zmdi-airplane:before {
  content: '\f103';
}

.zmdi-album:before {
  content: '\f104';
}

.zmdi-archive:before {
  content: '\f105';
}

.zmdi-assignment-account:before {
  content: '\f106';
}

.zmdi-assignment-alert:before {
  content: '\f107';
}

.zmdi-assignment-check:before {
  content: '\f108';
}

.zmdi-assignment-o:before {
  content: '\f109';
}

.zmdi-assignment-return:before {
  content: '\f10a';
}

.zmdi-assignment-returned:before {
  content: '\f10b';
}

.zmdi-assignment:before {
  content: '\f10c';
}

.zmdi-attachment-alt:before {
  content: '\f10d';
}

.zmdi-attachment:before {
  content: '\f10e';
}

.zmdi-audio:before {
  content: '\f10f';
}

.zmdi-badge-check:before {
  content: '\f110';
}

.zmdi-balance-wallet:before {
  content: '\f111';
}

.zmdi-balance:before {
  content: '\f112';
}

.zmdi-battery-alert:before {
  content: '\f113';
}

.zmdi-battery-flash:before {
  content: '\f114';
}

.zmdi-battery-unknown:before {
  content: '\f115';
}

.zmdi-battery:before {
  content: '\f116';
}

.zmdi-bike:before {
  content: '\f117';
}

.zmdi-block-alt:before {
  content: '\f118';
}

.zmdi-block:before {
  content: '\f119';
}

.zmdi-boat:before {
  content: '\f11a';
}

.zmdi-book-image:before {
  content: '\f11b';
}

.zmdi-book:before {
  content: '\f11c';
}

.zmdi-bookmark-outline:before {
  content: '\f11d';
}

.zmdi-bookmark:before {
  content: '\f11e';
}

.zmdi-brush:before {
  content: '\f11f';
}

.zmdi-bug:before {
  content: '\f120';
}

.zmdi-bus:before {
  content: '\f121';
}

.zmdi-cake:before {
  content: '\f122';
}

.zmdi-car-taxi:before {
  content: '\f123';
}

.zmdi-car-wash:before {
  content: '\f124';
}

.zmdi-car:before {
  content: '\f125';
}

.zmdi-card-giftcard:before {
  content: '\f126';
}

.zmdi-card-membership:before {
  content: '\f127';
}

.zmdi-card-travel:before {
  content: '\f128';
}

.zmdi-card:before {
  content: '\f129';
}

.zmdi-case-check:before {
  content: '\f12a';
}

.zmdi-case-download:before {
  content: '\f12b';
}

.zmdi-case-play:before {
  content: '\f12c';
}

.zmdi-case:before {
  content: '\f12d';
}

.zmdi-cast-connected:before {
  content: '\f12e';
}

.zmdi-cast:before {
  content: '\f12f';
}

.zmdi-chart-donut:before {
  content: '\f130';
}

.zmdi-chart:before {
  content: '\f131';
}

.zmdi-city-alt:before {
  content: '\f132';
}

.zmdi-city:before {
  content: '\f133';
}

.zmdi-close-circle-o:before {
  content: '\f134';
}

.zmdi-close-circle:before {
  content: '\f135';
}

.zmdi-close:before {
  content: '\f136';
}

.zmdi-cocktail:before {
  content: '\f137';
}

.zmdi-code-setting:before {
  content: '\f138';
}

.zmdi-code-smartphone:before {
  content: '\f139';
}

.zmdi-code:before {
  content: '\f13a';
}

.zmdi-coffee:before {
  content: '\f13b';
}

.zmdi-collection-bookmark:before {
  content: '\f13c';
}

.zmdi-collection-case-play:before {
  content: '\f13d';
}

.zmdi-collection-folder-image:before {
  content: '\f13e';
}

.zmdi-collection-image-o:before {
  content: '\f13f';
}

.zmdi-collection-image:before {
  content: '\f140';
}

.zmdi-collection-item-1:before {
  content: '\f141';
}

.zmdi-collection-item-2:before {
  content: '\f142';
}

.zmdi-collection-item-3:before {
  content: '\f143';
}

.zmdi-collection-item-4:before {
  content: '\f144';
}

.zmdi-collection-item-5:before {
  content: '\f145';
}

.zmdi-collection-item-6:before {
  content: '\f146';
}

.zmdi-collection-item-7:before {
  content: '\f147';
}

.zmdi-collection-item-8:before {
  content: '\f148';
}

.zmdi-collection-item-9-plus:before {
  content: '\f149';
}

.zmdi-collection-item-9:before {
  content: '\f14a';
}

.zmdi-collection-item:before {
  content: '\f14b';
}

.zmdi-collection-music:before {
  content: '\f14c';
}

.zmdi-collection-pdf:before {
  content: '\f14d';
}

.zmdi-collection-plus:before {
  content: '\f14e';
}

.zmdi-collection-speaker:before {
  content: '\f14f';
}

.zmdi-collection-text:before {
  content: '\f150';
}

.zmdi-collection-video:before {
  content: '\f151';
}

.zmdi-compass:before {
  content: '\f152';
}

.zmdi-cutlery:before {
  content: '\f153';
}

.zmdi-delete:before {
  content: '\f154';
}

.zmdi-dialpad:before {
  content: '\f155';
}

.zmdi-dns:before {
  content: '\f156';
}

.zmdi-drink:before {
  content: '\f157';
}

.zmdi-edit:before {
  content: '\f158';
}

.zmdi-email-open:before {
  content: '\f159';
}

.zmdi-email:before {
  content: '\f15a';
}

.zmdi-eye-off:before {
  content: '\f15b';
}

.zmdi-eye:before {
  content: '\f15c';
}

.zmdi-eyedropper:before {
  content: '\f15d';
}

.zmdi-favorite-outline:before {
  content: '\f15e';
}

.zmdi-favorite:before {
  content: '\f15f';
}

.zmdi-filter-list:before {
  content: '\f160';
}

.zmdi-fire:before {
  content: '\f161';
}

.zmdi-flag:before {
  content: '\f162';
}

.zmdi-flare:before {
  content: '\f163';
}

.zmdi-flash-auto:before {
  content: '\f164';
}

.zmdi-flash-off:before {
  content: '\f165';
}

.zmdi-flash:before {
  content: '\f166';
}

.zmdi-flip:before {
  content: '\f167';
}

.zmdi-flower-alt:before {
  content: '\f168';
}

.zmdi-flower:before {
  content: '\f169';
}

.zmdi-font:before {
  content: '\f16a';
}

.zmdi-fullscreen-alt:before {
  content: '\f16b';
}

.zmdi-fullscreen-exit:before {
  content: '\f16c';
}

.zmdi-fullscreen:before {
  content: '\f16d';
}

.zmdi-functions:before {
  content: '\f16e';
}

.zmdi-gas-station:before {
  content: '\f16f';
}

.zmdi-gesture:before {
  content: '\f170';
}

.zmdi-globe-alt:before {
  content: '\f171';
}

.zmdi-globe-lock:before {
  content: '\f172';
}

.zmdi-globe:before {
  content: '\f173';
}

.zmdi-graduation-cap:before {
  content: '\f174';
}

.zmdi-home:before {
  content: '\f175';
}

.zmdi-hospital-alt:before {
  content: '\f176';
}

.zmdi-hospital:before {
  content: '\f177';
}

.zmdi-hotel:before {
  content: '\f178';
}

.zmdi-hourglass-alt:before {
  content: '\f179';
}

.zmdi-hourglass-outline:before {
  content: '\f17a';
}

.zmdi-hourglass:before {
  content: '\f17b';
}

.zmdi-http:before {
  content: '\f17c';
}

.zmdi-image-alt:before {
  content: '\f17d';
}

.zmdi-image-o:before {
  content: '\f17e';
}

.zmdi-image:before {
  content: '\f17f';
}

.zmdi-inbox:before {
  content: '\f180';
}

.zmdi-invert-colors-off:before {
  content: '\f181';
}

.zmdi-invert-colors:before {
  content: '\f182';
}

.zmdi-key:before {
  content: '\f183';
}

.zmdi-label-alt-outline:before {
  content: '\f184';
}

.zmdi-label-alt:before {
  content: '\f185';
}

.zmdi-label-heart:before {
  content: '\f186';
}

.zmdi-label:before {
  content: '\f187';
}

.zmdi-labels:before {
  content: '\f188';
}

.zmdi-lamp:before {
  content: '\f189';
}

.zmdi-landscape:before {
  content: '\f18a';
}

.zmdi-layers-off:before {
  content: '\f18b';
}

.zmdi-layers:before {
  content: '\f18c';
}

.zmdi-library:before {
  content: '\f18d';
}

.zmdi-link:before {
  content: '\f18e';
}

.zmdi-lock-open:before {
  content: '\f18f';
}

.zmdi-lock-outline:before {
  content: '\f190';
}

.zmdi-lock:before {
  content: '\f191';
}

.zmdi-mail-reply-all:before {
  content: '\f192';
}

.zmdi-mail-reply:before {
  content: '\f193';
}

.zmdi-mail-send:before {
  content: '\f194';
}

.zmdi-mall:before {
  content: '\f195';
}

.zmdi-map:before {
  content: '\f196';
}

.zmdi-menu:before {
  content: '\f197';
}

.zmdi-money-box:before {
  content: '\f198';
}

.zmdi-money-off:before {
  content: '\f199';
}

.zmdi-money:before {
  content: '\f19a';
}

.zmdi-more-vert:before {
  content: '\f19b';
}

.zmdi-more:before {
  content: '\f19c';
}

.zmdi-movie-alt:before {
  content: '\f19d';
}

.zmdi-movie:before {
  content: '\f19e';
}

.zmdi-nature-people:before {
  content: '\f19f';
}

.zmdi-nature:before {
  content: '\f1a0';
}

.zmdi-navigation:before {
  content: '\f1a1';
}

.zmdi-open-in-browser:before {
  content: '\f1a2';
}

.zmdi-open-in-new:before {
  content: '\f1a3';
}

.zmdi-palette:before {
  content: '\f1a4';
}

.zmdi-parking:before {
  content: '\f1a5';
}

.zmdi-pin-account:before {
  content: '\f1a6';
}

.zmdi-pin-assistant:before {
  content: '\f1a7';
}

.zmdi-pin-drop:before {
  content: '\f1a8';
}

.zmdi-pin-help:before {
  content: '\f1a9';
}

.zmdi-pin-off:before {
  content: '\f1aa';
}

.zmdi-pin:before {
  content: '\f1ab';
}

.zmdi-pizza:before {
  content: '\f1ac';
}

.zmdi-plaster:before {
  content: '\f1ad';
}

.zmdi-power-setting:before {
  content: '\f1ae';
}

.zmdi-power:before {
  content: '\f1af';
}

.zmdi-print:before {
  content: '\f1b0';
}

.zmdi-puzzle-piece:before {
  content: '\f1b1';
}

.zmdi-quote:before {
  content: '\f1b2';
}

.zmdi-railway:before {
  content: '\f1b3';
}

.zmdi-receipt:before {
  content: '\f1b4';
}

.zmdi-refresh-alt:before {
  content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}

.zmdi-refresh-sync:before {
  content: '\f1b8';
}

.zmdi-refresh:before {
  content: '\f1b9';
}

.zmdi-roller:before {
  content: '\f1ba';
}

.zmdi-ruler:before {
  content: '\f1bb';
}

.zmdi-scissors:before {
  content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}

.zmdi-screen-rotation:before {
  content: '\f1be';
}

.zmdi-search-for:before {
  content: '\f1bf';
}

.zmdi-search-in-file:before {
  content: '\f1c0';
}

.zmdi-search-in-page:before {
  content: '\f1c1';
}

.zmdi-search-replace:before {
  content: '\f1c2';
}

.zmdi-search:before {
  content: '\f1c3';
}

.zmdi-seat:before {
  content: '\f1c4';
}

.zmdi-settings-square:before {
  content: '\f1c5';
}

.zmdi-settings:before {
  content: '\f1c6';
}

.zmdi-shield-check:before {
  content: '\f1c7';
}

.zmdi-shield-security:before {
  content: '\f1c8';
}

.zmdi-shopping-basket:before {
  content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}

.zmdi-shopping-cart:before {
  content: '\f1cb';
}

.zmdi-sign-in:before {
  content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}

.zmdi-sort-asc:before {
  content: '\f1cf';
}

.zmdi-sort-desc:before {
  content: '\f1d0';
}

.zmdi-spellcheck:before {
  content: '\f1d1';
}

.zmdi-storage:before {
  content: '\f1d2';
}

.zmdi-store-24:before {
  content: '\f1d3';
}

.zmdi-store:before {
  content: '\f1d4';
}

.zmdi-subway:before {
  content: '\f1d5';
}

.zmdi-sun:before {
  content: '\f1d6';
}

.zmdi-tab-unselected:before {
  content: '\f1d7';
}

.zmdi-tab:before {
  content: '\f1d8';
}

.zmdi-tag-close:before {
  content: '\f1d9';
}

.zmdi-tag-more:before {
  content: '\f1da';
}

.zmdi-tag:before {
  content: '\f1db';
}

.zmdi-thumb-down:before {
  content: '\f1dc';
}

.zmdi-thumb-up-down:before {
  content: '\f1dd';
}

.zmdi-thumb-up:before {
  content: '\f1de';
}

.zmdi-ticket-star:before {
  content: '\f1df';
}

.zmdi-toll:before {
  content: '\f1e0';
}

.zmdi-toys:before {
  content: '\f1e1';
}

.zmdi-traffic:before {
  content: '\f1e2';
}

.zmdi-translate:before {
  content: '\f1e3';
}

.zmdi-triangle-down:before {
  content: '\f1e4';
}

.zmdi-triangle-up:before {
  content: '\f1e5';
}

.zmdi-truck:before {
  content: '\f1e6';
}

.zmdi-turning-sign:before {
  content: '\f1e7';
}

.zmdi-wallpaper:before {
  content: '\f1e8';
}

.zmdi-washing-machine:before {
  content: '\f1e9';
}

.zmdi-window-maximize:before {
  content: '\f1ea';
}

.zmdi-window-minimize:before {
  content: '\f1eb';
}

.zmdi-window-restore:before {
  content: '\f1ec';
}

.zmdi-wrench:before {
  content: '\f1ed';
}

.zmdi-zoom-in:before {
  content: '\f1ee';
}

.zmdi-zoom-out:before {
  content: '\f1ef';
}

.zmdi-alert-circle-o:before {
  content: '\f1f0';
}

.zmdi-alert-circle:before {
  content: '\f1f1';
}

.zmdi-alert-octagon:before {
  content: '\f1f2';
}

.zmdi-alert-polygon:before {
  content: '\f1f3';
}

.zmdi-alert-triangle:before {
  content: '\f1f4';
}

.zmdi-help-outline:before {
  content: '\f1f5';
}

.zmdi-help:before {
  content: '\f1f6';
}

.zmdi-info-outline:before {
  content: '\f1f7';
}

.zmdi-info:before {
  content: '\f1f8';
}

.zmdi-notifications-active:before {
  content: '\f1f9';
}

.zmdi-notifications-add:before {
  content: '\f1fa';
}

.zmdi-notifications-none:before {
  content: '\f1fb';
}

.zmdi-notifications-off:before {
  content: '\f1fc';
}

.zmdi-notifications-paused:before {
  content: '\f1fd';
}

.zmdi-notifications:before {
  content: '\f1fe';
}

.zmdi-account-add:before {
  content: '\f1ff';
}

.zmdi-account-box-mail:before {
  content: '\f200';
}

.zmdi-account-box-o:before {
  content: '\f201';
}

.zmdi-account-box-phone:before {
  content: '\f202';
}

.zmdi-account-box:before {
  content: '\f203';
}

.zmdi-account-calendar:before {
  content: '\f204';
}

.zmdi-account-circle:before {
  content: '\f205';
}

.zmdi-account-o:before {
  content: '\f206';
}

.zmdi-account:before {
  content: '\f207';
}

.zmdi-accounts-add:before {
  content: '\f208';
}

.zmdi-accounts-alt:before {
  content: '\f209';
}

.zmdi-accounts-list-alt:before {
  content: '\f20a';
}

.zmdi-accounts-list:before {
  content: '\f20b';
}

.zmdi-accounts-outline:before {
  content: '\f20c';
}

.zmdi-accounts:before {
  content: '\f20d';
}

.zmdi-face:before {
  content: '\f20e';
}

.zmdi-female:before {
  content: '\f20f';
}

.zmdi-male-alt:before {
  content: '\f210';
}

.zmdi-male-female:before {
  content: '\f211';
}

.zmdi-male:before {
  content: '\f212';
}

.zmdi-mood-bad:before {
  content: '\f213';
}

.zmdi-mood:before {
  content: '\f214';
}

.zmdi-run:before {
  content: '\f215';
}

.zmdi-walk:before {
  content: '\f216';
}

.zmdi-cloud-box:before {
  content: '\f217';
}

.zmdi-cloud-circle:before {
  content: '\f218';
}

.zmdi-cloud-done:before {
  content: '\f219';
}

.zmdi-cloud-download:before {
  content: '\f21a';
}

.zmdi-cloud-off:before {
  content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}

.zmdi-cloud-outline:before {
  content: '\f21d';
}

.zmdi-cloud-upload:before {
  content: '\f21e';
}

.zmdi-cloud:before {
  content: '\f21f';
}

.zmdi-download:before {
  content: '\f220';
}

.zmdi-file-plus:before {
  content: '\f221';
}

.zmdi-file-text:before {
  content: '\f222';
}

.zmdi-file:before {
  content: '\f223';
}

.zmdi-folder-outline:before {
  content: '\f224';
}

.zmdi-folder-person:before {
  content: '\f225';
}

.zmdi-folder-star-alt:before {
  content: '\f226';
}

.zmdi-folder-star:before {
  content: '\f227';
}

.zmdi-folder:before {
  content: '\f228';
}

.zmdi-gif:before {
  content: '\f229';
}

.zmdi-upload:before {
  content: '\f22a';
}

.zmdi-border-all:before {
  content: '\f22b';
}

.zmdi-border-bottom:before {
  content: '\f22c';
}

.zmdi-border-clear:before {
  content: '\f22d';
}

.zmdi-border-color:before {
  content: '\f22e';
}

.zmdi-border-horizontal:before {
  content: '\f22f';
}

.zmdi-border-inner:before {
  content: '\f230';
}

.zmdi-border-left:before {
  content: '\f231';
}

.zmdi-border-outer:before {
  content: '\f232';
}

.zmdi-border-right:before {
  content: '\f233';
}

.zmdi-border-style:before {
  content: '\f234';
}

.zmdi-border-top:before {
  content: '\f235';
}

.zmdi-border-vertical:before {
  content: '\f236';
}

.zmdi-copy:before {
  content: '\f237';
}

.zmdi-crop:before {
  content: '\f238';
}

.zmdi-format-align-center:before {
  content: '\f239';
}

.zmdi-format-align-justify:before {
  content: '\f23a';
}

.zmdi-format-align-left:before {
  content: '\f23b';
}

.zmdi-format-align-right:before {
  content: '\f23c';
}

.zmdi-format-bold:before {
  content: '\f23d';
}

.zmdi-format-clear-all:before {
  content: '\f23e';
}

.zmdi-format-clear:before {
  content: '\f23f';
}

.zmdi-format-color-fill:before {
  content: '\f240';
}

.zmdi-format-color-reset:before {
  content: '\f241';
}

.zmdi-format-color-text:before {
  content: '\f242';
}

.zmdi-format-indent-decrease:before {
  content: '\f243';
}

.zmdi-format-indent-increase:before {
  content: '\f244';
}

.zmdi-format-italic:before {
  content: '\f245';
}

.zmdi-format-line-spacing:before {
  content: '\f246';
}

.zmdi-format-list-bulleted:before {
  content: '\f247';
}

.zmdi-format-list-numbered:before {
  content: '\f248';
}

.zmdi-format-ltr:before {
  content: '\f249';
}

.zmdi-format-rtl:before {
  content: '\f24a';
}

.zmdi-format-size:before {
  content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}

.zmdi-format-strikethrough:before {
  content: '\f24d';
}

.zmdi-format-subject:before {
  content: '\f24e';
}

.zmdi-format-underlined:before {
  content: '\f24f';
}

.zmdi-format-valign-bottom:before {
  content: '\f250';
}

.zmdi-format-valign-center:before {
  content: '\f251';
}

.zmdi-format-valign-top:before {
  content: '\f252';
}

.zmdi-redo:before {
  content: '\f253';
}

.zmdi-select-all:before {
  content: '\f254';
}

.zmdi-space-bar:before {
  content: '\f255';
}

.zmdi-text-format:before {
  content: '\f256';
}

.zmdi-transform:before {
  content: '\f257';
}

.zmdi-undo:before {
  content: '\f258';
}

.zmdi-wrap-text:before {
  content: '\f259';
}

.zmdi-comment-alert:before {
  content: '\f25a';
}

.zmdi-comment-alt-text:before {
  content: '\f25b';
}

.zmdi-comment-alt:before {
  content: '\f25c';
}

.zmdi-comment-edit:before {
  content: '\f25d';
}

.zmdi-comment-image:before {
  content: '\f25e';
}

.zmdi-comment-list:before {
  content: '\f25f';
}

.zmdi-comment-more:before {
  content: '\f260';
}

.zmdi-comment-outline:before {
  content: '\f261';
}

.zmdi-comment-text-alt:before {
  content: '\f262';
}

.zmdi-comment-text:before {
  content: '\f263';
}

.zmdi-comment-video:before {
  content: '\f264';
}

.zmdi-comment:before {
  content: '\f265';
}

.zmdi-comments:before {
  content: '\f266';
}

.zmdi-check-all:before {
  content: '\f267';
}

.zmdi-check-circle-u:before {
  content: '\f268';
}

.zmdi-check-circle:before {
  content: '\f269';
}

.zmdi-check-square:before {
  content: '\f26a';
}

.zmdi-check:before {
  content: '\f26b';
}

.zmdi-circle-o:before {
  content: '\f26c';
}

.zmdi-circle:before {
  content: '\f26d';
}

.zmdi-dot-circle-alt:before {
  content: '\f26e';
}

.zmdi-dot-circle:before {
  content: '\f26f';
}

.zmdi-minus-circle-outline:before {
  content: '\f270';
}

.zmdi-minus-circle:before {
  content: '\f271';
}

.zmdi-minus-square:before {
  content: '\f272';
}

.zmdi-minus:before {
  content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

.zmdi-plus-circle-o:before {
  content: '\f275';
}

.zmdi-plus-circle:before {
  content: '\f276';
}

.zmdi-plus-square:before {
  content: '\f277';
}

.zmdi-plus:before {
  content: '\f278';
}

.zmdi-square-o:before {
  content: '\f279';
}

.zmdi-star-circle:before {
  content: '\f27a';
}

.zmdi-star-half:before {
  content: '\f27b';
}

.zmdi-star-outline:before {
  content: '\f27c';
}

.zmdi-star:before {
  content: '\f27d';
}

.zmdi-bluetooth-connected:before {
  content: '\f27e';
}

.zmdi-bluetooth-off:before {
  content: '\f27f';
}

.zmdi-bluetooth-search:before {
  content: '\f280';
}

.zmdi-bluetooth-setting:before {
  content: '\f281';
}

.zmdi-bluetooth:before {
  content: '\f282';
}

.zmdi-camera-add:before {
  content: '\f283';
}

.zmdi-camera-alt:before {
  content: '\f284';
}

.zmdi-camera-bw:before {
  content: '\f285';
}

.zmdi-camera-front:before {
  content: '\f286';
}

.zmdi-camera-mic:before {
  content: '\f287';
}

.zmdi-camera-party-mode:before {
  content: '\f288';
}

.zmdi-camera-rear:before {
  content: '\f289';
}

.zmdi-camera-roll:before {
  content: '\f28a';
}

.zmdi-camera-switch:before {
  content: '\f28b';
}

.zmdi-camera:before {
  content: '\f28c';
}

.zmdi-card-alert:before {
  content: '\f28d';
}

.zmdi-card-off:before {
  content: '\f28e';
}

.zmdi-card-sd:before {
  content: '\f28f';
}

.zmdi-card-sim:before {
  content: '\f290';
}

.zmdi-desktop-mac:before {
  content: '\f291';
}

.zmdi-desktop-windows:before {
  content: '\f292';
}

.zmdi-device-hub:before {
  content: '\f293';
}

.zmdi-devices-off:before {
  content: '\f294';
}

.zmdi-devices:before {
  content: '\f295';
}

.zmdi-dock:before {
  content: '\f296';
}

.zmdi-floppy:before {
  content: '\f297';
}

.zmdi-gamepad:before {
  content: '\f298';
}

.zmdi-gps-dot:before {
  content: '\f299';
}

.zmdi-gps-off:before {
  content: '\f29a';
}

.zmdi-gps:before {
  content: '\f29b';
}

.zmdi-headset-mic:before {
  content: '\f29c';
}

.zmdi-headset:before {
  content: '\f29d';
}

.zmdi-input-antenna:before {
  content: '\f29e';
}

.zmdi-input-composite:before {
  content: '\f29f';
}

.zmdi-input-hdmi:before {
  content: '\f2a0';
}

.zmdi-input-power:before {
  content: '\f2a1';
}

.zmdi-input-svideo:before {
  content: '\f2a2';
}

.zmdi-keyboard-hide:before {
  content: '\f2a3';
}

.zmdi-keyboard:before {
  content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}

.zmdi-laptop-mac:before {
  content: '\f2a6';
}

.zmdi-laptop:before {
  content: '\f2a7';
}

.zmdi-mic-off:before {
  content: '\f2a8';
}

.zmdi-mic-outline:before {
  content: '\f2a9';
}

.zmdi-mic-setting:before {
  content: '\f2aa';
}

.zmdi-mic:before {
  content: '\f2ab';
}

.zmdi-mouse:before {
  content: '\f2ac';
}

.zmdi-network-alert:before {
  content: '\f2ad';
}

.zmdi-network-locked:before {
  content: '\f2ae';
}

.zmdi-network-off:before {
  content: '\f2af';
}

.zmdi-network-outline:before {
  content: '\f2b0';
}

.zmdi-network-setting:before {
  content: '\f2b1';
}

.zmdi-network:before {
  content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}

.zmdi-phone-end:before {
  content: '\f2b4';
}

.zmdi-phone-forwarded:before {
  content: '\f2b5';
}

.zmdi-phone-in-talk:before {
  content: '\f2b6';
}

.zmdi-phone-locked:before {
  content: '\f2b7';
}

.zmdi-phone-missed:before {
  content: '\f2b8';
}

.zmdi-phone-msg:before {
  content: '\f2b9';
}

.zmdi-phone-paused:before {
  content: '\f2ba';
}

.zmdi-phone-ring:before {
  content: '\f2bb';
}

.zmdi-phone-setting:before {
  content: '\f2bc';
}

.zmdi-phone-sip:before {
  content: '\f2bd';
}

.zmdi-phone:before {
  content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}

.zmdi-portable-wifi:before {
  content: '\f2c1';
}

.zmdi-radio:before {
  content: '\f2c2';
}

.zmdi-reader:before {
  content: '\f2c3';
}

.zmdi-remote-control-alt:before {
  content: '\f2c4';
}

.zmdi-remote-control:before {
  content: '\f2c5';
}

.zmdi-router:before {
  content: '\f2c6';
}

.zmdi-scanner:before {
  content: '\f2c7';
}

.zmdi-smartphone-android:before {
  content: '\f2c8';
}

.zmdi-smartphone-download:before {
  content: '\f2c9';
}

.zmdi-smartphone-erase:before {
  content: '\f2ca';
}

.zmdi-smartphone-info:before {
  content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}

.zmdi-smartphone-lock:before {
  content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

.zmdi-smartphone-ring:before {
  content: '\f2d1';
}

.zmdi-smartphone-setting:before {
  content: '\f2d2';
}

.zmdi-smartphone-setup:before {
  content: '\f2d3';
}

.zmdi-smartphone:before {
  content: '\f2d4';
}

.zmdi-speaker:before {
  content: '\f2d5';
}

.zmdi-tablet-android:before {
  content: '\f2d6';
}

.zmdi-tablet-mac:before {
  content: '\f2d7';
}

.zmdi-tablet:before {
  content: '\f2d8';
}

.zmdi-tv-alt-play:before {
  content: '\f2d9';
}

.zmdi-tv-list:before {
  content: '\f2da';
}

.zmdi-tv-play:before {
  content: '\f2db';
}

.zmdi-tv:before {
  content: '\f2dc';
}

.zmdi-usb:before {
  content: '\f2dd';
}

.zmdi-videocam-off:before {
  content: '\f2de';
}

.zmdi-videocam-switch:before {
  content: '\f2df';
}

.zmdi-videocam:before {
  content: '\f2e0';
}

.zmdi-watch:before {
  content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}

.zmdi-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-wifi-info:before {
  content: '\f2e4';
}

.zmdi-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-wifi-off:before {
  content: '\f2e6';
}

.zmdi-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-wifi:before {
  content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}

.zmdi-arrow-left:before {
  content: '\f2ea';
}

.zmdi-arrow-merge:before {
  content: '\f2eb';
}

.zmdi-arrow-missed:before {
  content: '\f2ec';
}

.zmdi-arrow-right-top:before {
  content: '\f2ed';
}

.zmdi-arrow-right:before {
  content: '\f2ee';
}

.zmdi-arrow-split:before {
  content: '\f2ef';
}

.zmdi-arrows:before {
  content: '\f2f0';
}

.zmdi-caret-down-circle:before {
  content: '\f2f1';
}

.zmdi-caret-down:before {
  content: '\f2f2';
}

.zmdi-caret-left-circle:before {
  content: '\f2f3';
}

.zmdi-caret-left:before {
  content: '\f2f4';
}

.zmdi-caret-right-circle:before {
  content: '\f2f5';
}

.zmdi-caret-right:before {
  content: '\f2f6';
}

.zmdi-caret-up-circle:before {
  content: '\f2f7';
}

.zmdi-caret-up:before {
  content: '\f2f8';
}

.zmdi-chevron-down:before {
  content: '\f2f9';
}

.zmdi-chevron-left:before {
  content: '\f2fa';
}

.zmdi-chevron-right:before {
  content: '\f2fb';
}

.zmdi-chevron-up:before {
  content: '\f2fc';
}

.zmdi-forward:before {
  content: '\f2fd';
}

.zmdi-long-arrow-down:before {
  content: '\f2fe';
}

.zmdi-long-arrow-left:before {
  content: '\f2ff';
}

.zmdi-long-arrow-return:before {
  content: '\f300';
}

.zmdi-long-arrow-right:before {
  content: '\f301';
}

.zmdi-long-arrow-tab:before {
  content: '\f302';
}

.zmdi-long-arrow-up:before {
  content: '\f303';
}

.zmdi-rotate-ccw:before {
  content: '\f304';
}

.zmdi-rotate-cw:before {
  content: '\f305';
}

.zmdi-rotate-left:before {
  content: '\f306';
}

.zmdi-rotate-right:before {
  content: '\f307';
}

.zmdi-square-down:before {
  content: '\f308';
}

.zmdi-square-right:before {
  content: '\f309';
}

.zmdi-swap-alt:before {
  content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}

.zmdi-swap-vertical:before {
  content: '\f30c';
}

.zmdi-swap:before {
  content: '\f30d';
}

.zmdi-trending-down:before {
  content: '\f30e';
}

.zmdi-trending-flat:before {
  content: '\f30f';
}

.zmdi-trending-up:before {
  content: '\f310';
}

.zmdi-unfold-less:before {
  content: '\f311';
}

.zmdi-unfold-more:before {
  content: '\f312';
}

.zmdi-apps:before {
  content: '\f313';
}

.zmdi-grid-off:before {
  content: '\f314';
}

.zmdi-grid:before {
  content: '\f315';
}

.zmdi-view-agenda:before {
  content: '\f316';
}

.zmdi-view-array:before {
  content: '\f317';
}

.zmdi-view-carousel:before {
  content: '\f318';
}

.zmdi-view-column:before {
  content: '\f319';
}

.zmdi-view-comfy:before {
  content: '\f31a';
}

.zmdi-view-compact:before {
  content: '\f31b';
}

.zmdi-view-dashboard:before {
  content: '\f31c';
}

.zmdi-view-day:before {
  content: '\f31d';
}

.zmdi-view-headline:before {
  content: '\f31e';
}

.zmdi-view-list-alt:before {
  content: '\f31f';
}

.zmdi-view-list:before {
  content: '\f320';
}

.zmdi-view-module:before {
  content: '\f321';
}

.zmdi-view-quilt:before {
  content: '\f322';
}

.zmdi-view-stream:before {
  content: '\f323';
}

.zmdi-view-subtitles:before {
  content: '\f324';
}

.zmdi-view-toc:before {
  content: '\f325';
}

.zmdi-view-web:before {
  content: '\f326';
}

.zmdi-view-week:before {
  content: '\f327';
}

.zmdi-widgets:before {
  content: '\f328';
}

.zmdi-alarm-check:before {
  content: '\f329';
}

.zmdi-alarm-off:before {
  content: '\f32a';
}

.zmdi-alarm-plus:before {
  content: '\f32b';
}

.zmdi-alarm-snooze:before {
  content: '\f32c';
}

.zmdi-alarm:before {
  content: '\f32d';
}

.zmdi-calendar-alt:before {
  content: '\f32e';
}

.zmdi-calendar-check:before {
  content: '\f32f';
}

.zmdi-calendar-close:before {
  content: '\f330';
}

.zmdi-calendar-note:before {
  content: '\f331';
}

.zmdi-calendar:before {
  content: '\f332';
}

.zmdi-time-countdown:before {
  content: '\f333';
}

.zmdi-time-interval:before {
  content: '\f334';
}

.zmdi-time-restore-setting:before {
  content: '\f335';
}

.zmdi-time-restore:before {
  content: '\f336';
}

.zmdi-time:before {
  content: '\f337';
}

.zmdi-timer-off:before {
  content: '\f338';
}

.zmdi-timer:before {
  content: '\f339';
}

.zmdi-android-alt:before {
  content: '\f33a';
}

.zmdi-android:before {
  content: '\f33b';
}

.zmdi-apple:before {
  content: '\f33c';
}

.zmdi-behance:before {
  content: '\f33d';
}

.zmdi-codepen:before {
  content: '\f33e';
}

.zmdi-dribbble:before {
  content: '\f33f';
}

.zmdi-dropbox:before {
  content: '\f340';
}

.zmdi-evernote:before {
  content: '\f341';
}

.zmdi-facebook-box:before {
  content: '\f342';
}

.zmdi-facebook:before {
  content: '\f343';
}

.zmdi-github-box:before {
  content: '\f344';
}

.zmdi-github:before {
  content: '\f345';
}

.zmdi-google-drive:before {
  content: '\f346';
}

.zmdi-google-earth:before {
  content: '\f347';
}

.zmdi-google-glass:before {
  content: '\f348';
}

.zmdi-google-maps:before {
  content: '\f349';
}

.zmdi-google-pages:before {
  content: '\f34a';
}

.zmdi-google-play:before {
  content: '\f34b';
}

.zmdi-google-plus-box:before {
  content: '\f34c';
}

.zmdi-google-plus:before {
  content: '\f34d';
}

.zmdi-google:before {
  content: '\f34e';
}

.zmdi-instagram:before {
  content: '\f34f';
}

.zmdi-language-css3:before {
  content: '\f350';
}

.zmdi-language-html5:before {
  content: '\f351';
}

.zmdi-language-javascript:before {
  content: '\f352';
}

.zmdi-language-python-alt:before {
  content: '\f353';
}

.zmdi-language-python:before {
  content: '\f354';
}

.zmdi-lastfm:before {
  content: '\f355';
}

.zmdi-linkedin-box:before {
  content: '\f356';
}

.zmdi-paypal:before {
  content: '\f357';
}

.zmdi-pinterest-box:before {
  content: '\f358';
}

.zmdi-pocket:before {
  content: '\f359';
}

.zmdi-polymer:before {
  content: '\f35a';
}

.zmdi-share:before {
  content: '\f35b';
}

.zmdi-stackoverflow:before {
  content: '\f35c';
}

.zmdi-steam-square:before {
  content: '\f35d';
}

.zmdi-steam:before {
  content: '\f35e';
}

.zmdi-twitter-box:before {
  content: '\f35f';
}

.zmdi-twitter:before {
  content: '\f360';
}

.zmdi-vk:before {
  content: '\f361';
}

.zmdi-wikipedia:before {
  content: '\f362';
}

.zmdi-windows:before {
  content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}

.zmdi-aspect-ratio:before {
  content: '\f365';
}

.zmdi-blur-circular:before {
  content: '\f366';
}

.zmdi-blur-linear:before {
  content: '\f367';
}

.zmdi-blur-off:before {
  content: '\f368';
}

.zmdi-blur:before {
  content: '\f369';
}

.zmdi-brightness-2:before {
  content: '\f36a';
}

.zmdi-brightness-3:before {
  content: '\f36b';
}

.zmdi-brightness-4:before {
  content: '\f36c';
}

.zmdi-brightness-5:before {
  content: '\f36d';
}

.zmdi-brightness-6:before {
  content: '\f36e';
}

.zmdi-brightness-7:before {
  content: '\f36f';
}

.zmdi-brightness-auto:before {
  content: '\f370';
}

.zmdi-brightness-setting:before {
  content: '\f371';
}

.zmdi-broken-image:before {
  content: '\f372';
}

.zmdi-center-focus-strong:before {
  content: '\f373';
}

.zmdi-center-focus-weak:before {
  content: '\f374';
}

.zmdi-compare:before {
  content: '\f375';
}

.zmdi-crop-16-9:before {
  content: '\f376';
}

.zmdi-crop-3-2:before {
  content: '\f377';
}

.zmdi-crop-5-4:before {
  content: '\f378';
}

.zmdi-crop-7-5:before {
  content: '\f379';
}

.zmdi-crop-din:before {
  content: '\f37a';
}

.zmdi-crop-free:before {
  content: '\f37b';
}

.zmdi-crop-landscape:before {
  content: '\f37c';
}

.zmdi-crop-portrait:before {
  content: '\f37d';
}

.zmdi-crop-square:before {
  content: '\f37e';
}

.zmdi-exposure-alt:before {
  content: '\f37f';
}

.zmdi-exposure:before {
  content: '\f380';
}

.zmdi-filter-b-and-w:before {
  content: '\f381';
}

.zmdi-filter-center-focus:before {
  content: '\f382';
}

.zmdi-filter-frames:before {
  content: '\f383';
}

.zmdi-filter-tilt-shift:before {
  content: '\f384';
}

.zmdi-gradient:before {
  content: '\f385';
}

.zmdi-grain:before {
  content: '\f386';
}

.zmdi-graphic-eq:before {
  content: '\f387';
}

.zmdi-hdr-off:before {
  content: '\f388';
}

.zmdi-hdr-strong:before {
  content: '\f389';
}

.zmdi-hdr-weak:before {
  content: '\f38a';
}

.zmdi-hdr:before {
  content: '\f38b';
}

.zmdi-iridescent:before {
  content: '\f38c';
}

.zmdi-leak-off:before {
  content: '\f38d';
}

.zmdi-leak:before {
  content: '\f38e';
}

.zmdi-looks:before {
  content: '\f38f';
}

.zmdi-loupe:before {
  content: '\f390';
}

.zmdi-panorama-horizontal:before {
  content: '\f391';
}

.zmdi-panorama-vertical:before {
  content: '\f392';
}

.zmdi-panorama-wide-angle:before {
  content: '\f393';
}

.zmdi-photo-size-select-large:before {
  content: '\f394';
}

.zmdi-photo-size-select-small:before {
  content: '\f395';
}

.zmdi-picture-in-picture:before {
  content: '\f396';
}

.zmdi-slideshow:before {
  content: '\f397';
}

.zmdi-texture:before {
  content: '\f398';
}

.zmdi-tonality:before {
  content: '\f399';
}

.zmdi-vignette:before {
  content: '\f39a';
}

.zmdi-wb-auto:before {
  content: '\f39b';
}

.zmdi-eject-alt:before {
  content: '\f39c';
}

.zmdi-eject:before {
  content: '\f39d';
}

.zmdi-equalizer:before {
  content: '\f39e';
}

.zmdi-fast-forward:before {
  content: '\f39f';
}

.zmdi-fast-rewind:before {
  content: '\f3a0';
}

.zmdi-forward-10:before {
  content: '\f3a1';
}

.zmdi-forward-30:before {
  content: '\f3a2';
}

.zmdi-forward-5:before {
  content: '\f3a3';
}

.zmdi-hearing:before {
  content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}

.zmdi-pause-circle:before {
  content: '\f3a6';
}

.zmdi-pause:before {
  content: '\f3a7';
}

.zmdi-play-circle-outline:before {
  content: '\f3a8';
}

.zmdi-play-circle:before {
  content: '\f3a9';
}

.zmdi-play:before {
  content: '\f3aa';
}

.zmdi-playlist-audio:before {
  content: '\f3ab';
}

.zmdi-playlist-plus:before {
  content: '\f3ac';
}

.zmdi-repeat-one:before {
  content: '\f3ad';
}

.zmdi-repeat:before {
  content: '\f3ae';
}

.zmdi-replay-10:before {
  content: '\f3af';
}

.zmdi-replay-30:before {
  content: '\f3b0';
}

.zmdi-replay-5:before {
  content: '\f3b1';
}

.zmdi-replay:before {
  content: '\f3b2';
}

.zmdi-shuffle:before {
  content: '\f3b3';
}

.zmdi-skip-next:before {
  content: '\f3b4';
}

.zmdi-skip-previous:before {
  content: '\f3b5';
}

.zmdi-stop:before {
  content: '\f3b6';
}

.zmdi-surround-sound:before {
  content: '\f3b7';
}

.zmdi-tune:before {
  content: '\f3b8';
}

.zmdi-volume-down:before {
  content: '\f3b9';
}

.zmdi-volume-mute:before {
  content: '\f3ba';
}

.zmdi-volume-off:before {
  content: '\f3bb';
}

.zmdi-volume-up:before {
  content: '\f3bc';
}

.zmdi-n-1-square:before {
  content: '\f3bd';
}

.zmdi-n-2-square:before {
  content: '\f3be';
}

.zmdi-n-3-square:before {
  content: '\f3bf';
}

.zmdi-n-4-square:before {
  content: '\f3c0';
}

.zmdi-n-5-square:before {
  content: '\f3c1';
}

.zmdi-n-6-square:before {
  content: '\f3c2';
}

.zmdi-neg-1:before {
  content: '\f3c3';
}

.zmdi-neg-2:before {
  content: '\f3c4';
}

.zmdi-plus-1:before {
  content: '\f3c5';
}

.zmdi-plus-2:before {
  content: '\f3c6';
}

.zmdi-sec-10:before {
  content: '\f3c7';
}

.zmdi-sec-3:before {
  content: '\f3c8';
}

.zmdi-zero:before {
  content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

.zmdi-airplay:before {
  content: '\f3d2';
}

.zmdi-closed-caption:before {
  content: '\f3d3';
}

.zmdi-confirmation-number:before {
  content: '\f3d4';
}

.zmdi-developer-board:before {
  content: '\f3d5';
}

.zmdi-disc-full:before {
  content: '\f3d6';
}

.zmdi-explicit:before {
  content: '\f3d7';
}

.zmdi-flight-land:before {
  content: '\f3d8';
}

.zmdi-flight-takeoff:before {
  content: '\f3d9';
}

.zmdi-flip-to-back:before {
  content: '\f3da';
}

.zmdi-flip-to-front:before {
  content: '\f3db';
}

.zmdi-group-work:before {
  content: '\f3dc';
}

.zmdi-hd:before {
  content: '\f3dd';
}

.zmdi-hq:before {
  content: '\f3de';
}

.zmdi-markunread-mailbox:before {
  content: '\f3df';
}

.zmdi-memory:before {
  content: '\f3e0';
}

.zmdi-nfc:before {
  content: '\f3e1';
}

.zmdi-play-for-work:before {
  content: '\f3e2';
}

.zmdi-power-input:before {
  content: '\f3e3';
}

.zmdi-present-to-all:before {
  content: '\f3e4';
}

.zmdi-satellite:before {
  content: '\f3e5';
}

.zmdi-tap-and-play:before {
  content: '\f3e6';
}

.zmdi-vibration:before {
  content: '\f3e7';
}

.zmdi-voicemail:before {
  content: '\f3e8';
}

.zmdi-group:before {
  content: '\f3e9';
}

.zmdi-rss:before {
  content: '\f3ea';
}

.zmdi-shape:before {
  content: '\f3eb';
}

.zmdi-spinner:before {
  content: '\f3ec';
}

.zmdi-ungroup:before {
  content: '\f3ed';
}

.zmdi-500px:before {
  content: '\f3ee';
}

.zmdi-8tracks:before {
  content: '\f3ef';
}

.zmdi-amazon:before {
  content: '\f3f0';
}

.zmdi-blogger:before {
  content: '\f3f1';
}

.zmdi-delicious:before {
  content: '\f3f2';
}

.zmdi-disqus:before {
  content: '\f3f3';
}

.zmdi-flattr:before {
  content: '\f3f4';
}

.zmdi-flickr:before {
  content: '\f3f5';
}

.zmdi-github-alt:before {
  content: '\f3f6';
}

.zmdi-google-old:before {
  content: '\f3f7';
}

.zmdi-linkedin:before {
  content: '\f3f8';
}

.zmdi-odnoklassniki:before {
  content: '\f3f9';
}

.zmdi-outlook:before {
  content: '\f3fa';
}

.zmdi-paypal-alt:before {
  content: '\f3fb';
}

.zmdi-pinterest:before {
  content: '\f3fc';
}

.zmdi-playstation:before {
  content: '\f3fd';
}

.zmdi-reddit:before {
  content: '\f3fe';
}

.zmdi-skype:before {
  content: '\f3ff';
}

.zmdi-slideshare:before {
  content: '\f400';
}

.zmdi-soundcloud:before {
  content: '\f401';
}

.zmdi-tumblr:before {
  content: '\f402';
}

.zmdi-twitch:before {
  content: '\f403';
}

.zmdi-vimeo:before {
  content: '\f404';
}

.zmdi-whatsapp:before {
  content: '\f405';
}

.zmdi-xbox:before {
  content: '\f406';
}

.zmdi-yahoo:before {
  content: '\f407';
}

.zmdi-youtube-play:before {
  content: '\f408';
}

.zmdi-youtube:before {
  content: '\f409';
}

.zmdi-import-export:before {
  content: '\f30c';
}

.zmdi-swap-vertical-:before {
  content: '\f30c';
}

.zmdi-airplanemode-inactive:before {
  content: '\f102';
}

.zmdi-airplanemode-active:before {
  content: '\f103';
}

.zmdi-rate-review:before {
  content: '\f103';
}

.zmdi-comment-sign:before {
  content: '\f25a';
}

.zmdi-network-warning:before {
  content: '\f2ad';
}

.zmdi-shopping-cart-add:before {
  content: '\f1ca';
}

.zmdi-file-add:before {
  content: '\f221';
}

.zmdi-network-wifi-scan:before {
  content: '\f2e4';
}

.zmdi-collection-add:before {
  content: '\f14e';
}

.zmdi-format-playlist-add:before {
  content: '\f3ac';
}

.zmdi-format-queue-music:before {
  content: '\f3ab';
}

.zmdi-plus-box:before {
  content: '\f277';
}

.zmdi-tag-backspace:before {
  content: '\f1d9';
}

.zmdi-alarm-add:before {
  content: '\f32b';
}

.zmdi-battery-charging:before {
  content: '\f114';
}

.zmdi-daydream-setting:before {
  content: '\f217';
}

.zmdi-more-horiz:before {
  content: '\f19c';
}

.zmdi-book-photo:before {
  content: '\f11b';
}

.zmdi-incandescent:before {
  content: '\f189';
}

.zmdi-wb-iridescent:before {
  content: '\f38c';
}

.zmdi-calendar-remove:before {
  content: '\f330';
}

.zmdi-refresh-sync-disabled:before {
  content: '\f1b7';
}

.zmdi-refresh-sync-problem:before {
  content: '\f1b6';
}

.zmdi-crop-original:before {
  content: '\f17e';
}

.zmdi-power-off:before {
  content: '\f1af';
}

.zmdi-power-off-setting:before {
  content: '\f1ae';
}

.zmdi-leak-remove:before {
  content: '\f38d';
}

.zmdi-star-border:before {
  content: '\f27c';
}

.zmdi-brightness-low:before {
  content: '\f36d';
}

.zmdi-brightness-medium:before {
  content: '\f36e';
}

.zmdi-brightness-high:before {
  content: '\f36f';
}

.zmdi-smartphone-portrait:before {
  content: '\f2d4';
}

.zmdi-live-tv:before {
  content: '\f2d9';
}

.zmdi-format-textdirection-l-to-r:before {
  content: '\f249';
}

.zmdi-format-textdirection-r-to-l:before {
  content: '\f24a';
}

.zmdi-arrow-back:before {
  content: '\f2ea';
}

.zmdi-arrow-forward:before {
  content: '\f2ee';
}

.zmdi-arrow-in:before {
  content: '\f2e9';
}

.zmdi-arrow-out:before {
  content: '\f2ed';
}

.zmdi-rotate-90-degrees-ccw:before {
  content: '\f304';
}

.zmdi-adb:before {
  content: '\f33a';
}

.zmdi-network-wifi:before {
  content: '\f2e8';
}

.zmdi-network-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-network-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-network-wifi-off:before {
  content: '\f2e6';
}

.zmdi-network-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-network-wifi-info:before {
  content: '\f2e4';
}

.zmdi-layers-clear:before {
  content: '\f18b';
}

.zmdi-colorize:before {
  content: '\f15d';
}

.zmdi-format-paint:before {
  content: '\f1ba';
}

.zmdi-format-quote:before {
  content: '\f1b2';
}

.zmdi-camera-monochrome-photos:before {
  content: '\f285';
}

.zmdi-sort-by-alpha:before {
  content: '\f1cf';
}

.zmdi-folder-shared:before {
  content: '\f225';
}

.zmdi-folder-special:before {
  content: '\f226';
}

.zmdi-comment-dots:before {
  content: '\f260';
}

.zmdi-reorder:before {
  content: '\f31e';
}

.zmdi-dehaze:before {
  content: '\f197';
}

.zmdi-sort:before {
  content: '\f1ce';
}

.zmdi-pages:before {
  content: '\f34a';
}

.zmdi-stack-overflow:before {
  content: '\f35c';
}

.zmdi-calendar-account:before {
  content: '\f204';
}

.zmdi-paste:before {
  content: '\f109';
}

.zmdi-cut:before {
  content: '\f1bc';
}

.zmdi-save:before {
  content: '\f297';
}

.zmdi-smartphone-code:before {
  content: '\f139';
}

.zmdi-directions-bike:before {
  content: '\f117';
}

.zmdi-directions-boat:before {
  content: '\f11a';
}

.zmdi-directions-bus:before {
  content: '\f121';
}

.zmdi-directions-car:before {
  content: '\f125';
}

.zmdi-directions-railway:before {
  content: '\f1b3';
}

.zmdi-directions-run:before {
  content: '\f215';
}

.zmdi-directions-subway:before {
  content: '\f1d5';
}

.zmdi-directions-walk:before {
  content: '\f216';
}

.zmdi-local-hotel:before {
  content: '\f178';
}

.zmdi-local-activity:before {
  content: '\f1df';
}

.zmdi-local-play:before {
  content: '\f1df';
}

.zmdi-local-airport:before {
  content: '\f103';
}

.zmdi-local-atm:before {
  content: '\f198';
}

.zmdi-local-bar:before {
  content: '\f137';
}

.zmdi-local-cafe:before {
  content: '\f13b';
}

.zmdi-local-car-wash:before {
  content: '\f124';
}

.zmdi-local-convenience-store:before {
  content: '\f1d3';
}

.zmdi-local-dining:before {
  content: '\f153';
}

.zmdi-local-drink:before {
  content: '\f157';
}

.zmdi-local-florist:before {
  content: '\f168';
}

.zmdi-local-gas-station:before {
  content: '\f16f';
}

.zmdi-local-grocery-store:before {
  content: '\f1cb';
}

.zmdi-local-hospital:before {
  content: '\f177';
}

.zmdi-local-laundry-service:before {
  content: '\f1e9';
}

.zmdi-local-library:before {
  content: '\f18d';
}

.zmdi-local-mall:before {
  content: '\f195';
}

.zmdi-local-movies:before {
  content: '\f19d';
}

.zmdi-local-offer:before {
  content: '\f187';
}

.zmdi-local-parking:before {
  content: '\f1a5';
}

.zmdi-local-parking:before {
  content: '\f1a5';
}

.zmdi-local-pharmacy:before {
  content: '\f176';
}

.zmdi-local-phone:before {
  content: '\f2be';
}

.zmdi-local-pizza:before {
  content: '\f1ac';
}

.zmdi-local-post-office:before {
  content: '\f15a';
}

.zmdi-local-printshop:before {
  content: '\f1b0';
}

.zmdi-local-see:before {
  content: '\f28c';
}

.zmdi-local-shipping:before {
  content: '\f1e6';
}

.zmdi-local-store:before {
  content: '\f1d4';
}

.zmdi-local-taxi:before {
  content: '\f123';
}

.zmdi-local-wc:before {
  content: '\f211';
}

.zmdi-my-location:before {
  content: '\f299';
}

.zmdi-directions:before {
  content: '\f1e7';
}

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Styleguide
   ========================================================================== */
section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.section-headings {
  color: #aaa;
  border-bottom: 1px solid #ccc;
  margin-top: 2em;
}

ul.color-blocks {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  display: block;
  width: 103.33333%;
  margin: 0 -1.66667%;
  *zoom: 1;
  display: block;
}
ul.color-blocks:before, ul.color-blocks:after {
  content: "";
  display: table;
}
ul.color-blocks:after {
  clear: both;
}

.color-container {
  background: #ffffff;
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
  margin-bottom: 0.5em !important;
  float: left;
  padding: 0.5em;
}
@media (min-width: 500px) {
  .color-container {
    display: inline;
    float: left;
    width: 21.66667%;
    margin: 0 1.66667%;
  }
}
@media (min-width: 800px) {
  .color-container {
    display: inline;
    float: left;
    width: 13.33333%;
    margin: 0 1.66667%;
  }
}
.color-container:last-child {
  margin-right: 0;
}
.color-container .color-style {
  height: 100px;
  border: 1px solid #ddd;
}
.color-container .hex, .color-container .color-name {
  text-align: center;
  padding: 0.5em 0 0.25;
  color: gray;
}

.serif {
  font-family: Georgia, Times, "Times New Roman", serif !important;
}

.condensed {
  font-family: "Roboto Condensed", "Roboto", Arial, Helvetica, san-serif !important;
}

.sans {
  font-family: "proxima-nova-1", "proxima-nova-2", Arial, Helvetica, san-serif !important;
}

.monospace {
  font-family: "Roboto Mono", "Courier New", Courier, monospace !important;
}

.typography-styles p {
  line-height: 1;
  margin-bottom: 0;
}
.typography-styles .serif {
  font-size: 2em;
}
.typography-styles .condensed {
  font-size: 2em;
}
.typography-styles .sans-serif {
  font-size: 2em;
}
.typography-styles .monospace {
  font-size: 2em;
}

.row {
  display: block;
  width: 103.33333%;
  margin: 0 -1.66667%;
  *zoom: 1;
  display: block;
  margin-bottom: 0.75em;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.grid {
  background: #ccc;
  text-align: center;
  padding: 1em 0;
}

.one {
  display: inline;
  float: left;
  width: 5%;
  margin: 0 1.66667%;
}

.two {
  display: inline;
  float: left;
  width: 13.33333%;
  margin: 0 1.66667%;
}

.three {
  display: inline;
  float: left;
  width: 21.66667%;
  margin: 0 1.66667%;
}

.four {
  display: inline;
  float: left;
  width: 30%;
  margin: 0 1.66667%;
}

.five {
  display: inline;
  float: left;
  width: 38.33333%;
  margin: 0 1.66667%;
}

.six {
  display: inline;
  float: left;
  width: 46.66667%;
  margin: 0 1.66667%;
}

.seven {
  display: inline;
  float: left;
  width: 55.0%;
  margin: 0 1.66667%;
}

.eight {
  display: inline;
  float: left;
  width: 63.33333%;
  margin: 0 1.66667%;
}

.nine {
  display: inline;
  float: left;
  width: 71.66667%;
  margin: 0 1.66667%;
}

.ten {
  display: inline;
  float: left;
  width: 80%;
  margin: 0 1.66667%;
}

.eleven {
  display: inline;
  float: left;
  width: 88.33333%;
  margin: 0 1.66667%;
}

.tweleve {
  display: inline;
  float: left;
  width: 96.66667%;
  margin: 0 1.66667%;
}

.styleguide-sprite ul {
  list-style: none;
  margin-left: 0;
}
.styleguide-sprite i {
  display: block;
  float: left;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  img, p {
    page-break-inside: avoid;
  }

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

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: auto;
    /* auto is the initial value */
    /* this affects the margin in the printer settings */
    margin: 25mm 0mm 25mm 0mm;
  }
}
/* Custom Print Styles */
