/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box; }

html {
  background: #ddd; }

body {
  background: #fff;
  font-family: 'Work Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0 auto;
  max-width: 1360px; }

.container {
  padding: 0 20px; }
  @media screen and (min-width: 1100px) {
    .container {
      padding: 0 40px; } }

.main .container {
  padding: 40px 20px; }
  @media screen and (min-width: 1100px) {
    .main .container {
      padding: 40px; } }

.container.max {
  margin: 0 auto;
  max-width: 70%; }

.layout {
  padding-top: 40px;
  padding-bottom: 40px; }

.layout--main-sidebar {
  padding: 40px 0; }

@media screen and (min-width: 768px) {
  .layout--main-sidebar {
    display: flex; }
    .layout--main-sidebar .main {
      flex: 2; }
    .layout--main-sidebar .sidebar {
      flex: 1; } }

@media screen and (min-width: 768px) {
  .layout--main-sidebar .main {
    flex: 3; } }

h1 {
  font-size: 45px;
  font-weight: 300;
  margin: 0 0 15px 0; }

h2 {
  font-size: 45px;
  font-weight: 300;
  margin: 0 0 15px 0; }

h3 {
  font-size: 27px;
  font-weight: 300;
  margin: 0 0 15px 0; }

h4 {
  font-size: 21px;
  margin: 0; }

.title--blue {
  color: #00a4e4; }

.title--green {
  color: #b5d334; }

.title--teal {
  color: #00ae9e; }

.title--purple {
  color: #492f92; }

.title--orange {
  color: #f7941d; }

.block-edge-title {
  position: relative;
  height: 100%; }
  .block-edge-title h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
    position: absolute;
    bottom: -30px;
    left: 0;
    text-transform: uppercase; }
    @media screen and (min-width: 700px) {
      .block-edge-title h1 {
        font-size: 90px;
        line-height: 110px;
        bottom: -25px; } }

.subtitle {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  position: relative; }
  .subtitle span {
    background: #fff;
    padding: 0 5px;
    position: relative;
    z-index: 2; }
  .subtitle:before {
    background: #aaa;
    display: block;
    position: absolute;
    top: 50%;
    content: "";
    height: 1px;
    width: 100%;
    z-index: 1; }

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 0 15px 0; }

p.large {
  font-size: 21px;
  font-weight: 400;
  line-height: 27px; }

.aligncenter {
  text-align: center; }

.max-width-text {
  margin: 0 auto;
  max-width: 80%; }

.button-holder {
  display: inline-block;
  padding-bottom: 15px;
  padding-top: 10px; }
  .button-holder.text-center {
    display: block;
    text-align: center; }

.button {
  background: #666;
  border-radius: 3px;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 7px 15px;
  text-decoration: none; }
  .button--small {
    font-size: 13px;
    padding: 5px 12px; }
  .button.primary-blue {
    background: #00a4e4; }
    .button.primary-blue:hover {
      background: #19bdfd; }
  .button.primary-green {
    background: #b5d334; }
    .button.primary-green:hover {
      background: #ceec4d; }
  .button.primary-teal {
    background: #00ae9e; }
    .button.primary-teal:hover {
      background: #19c7b7; }
  .button.primary-purple {
    background: #492f92; }
    .button.primary-purple:hover {
      background: #6248ab; }
  .button.primary-orange {
    background: #f7941d; }
    .button.primary-orange:hover {
      background: #ffad36; }

.header {
  border-bottom: 1px solid #ddd;
  padding: 25px 0; }

.header__logo {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 205px; }

.header__tagline {
  color: #492f92;
  font-size: 17px;
  font-weight: 500;
  text-align: center; }

.header__search {
  display: none; }

.header__toggle {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  top: 15px;
  right: 15px; }

@media screen and (min-width: 768px) {
  .header {
    border: none;
    padding: 0; }
  .header__wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px; }
  .header__logo {
    margin: 0; }
  .header__col__wrap {
    align-items: flex-end;
    display: flex;
    flex-direction: column-reverse; }
  .header__tagline {
    margin: 20px 0;
    text-align: right; }
  .header__search {
    border-bottom: 1px solid #888;
    display: block;
    padding-bottom: 5px; }
    .header__search.validation-error {
      border-bottom-color: red; }
    .header__search .search-field {
      border: none;
      color: #666;
      width: 250px; }
    .header__search .search-field:focus,
    .header__search .search-submit:focus {
      outline: none; }
    .header__search .search-submit {
      background: none;
      background-image: url("../images/icon-search.png");
      background-repeat: no-repeat;
      background-position: center center;
      border: none;
      color: #666;
      cursor: pointer;
      height: 25px;
      width: 25px; }
  .header__toggle {
    display: none; } }

.navigation {
  border-top: 1px solid #ddd;
  display: none; }
  .navigation ul {
    list-style: none; }
  .navigation li {
    font-size: 16px; }
  .navigation a {
    border-bottom: 1px solid #ddd;
    color: #666;
    display: block;
    padding: 13px 10px;
    text-decoration: none; }
  .navigation.open {
    display: block; }

.navigation__wrap {
  padding: 0; }

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

ul.sub-menu {
  list-style: none;
  padding: 0; }
  ul.sub-menu a {
    padding-left: 20px; }

@media screen and (min-width: 768px) {
  .navigation {
    background: #00a4e4;
    border: none;
    display: block;
    position: relative; }
    .navigation a {
      border: none; }
  .navigation__wrap {
    align-items: center;
    display: flex;
    height: 55px;
    justify-content: space-between;
    padding-left: 40px; }
    .navigation__wrap > ul {
      display: flex; }
  .nav__links {
    height: 100%; }
    .nav__links > li {
      height: 100%;
      align-items: center;
      display: flex;
      height: 100%;
      position: relative; }
    .nav__links a {
      border-left: 2px solid #fff;
      color: #fff;
      height: 30px;
      line-height: 30px;
      padding: 0 30px 0 10px; }
    .nav__links li.active,
    .nav__links li.active a,
    .nav__links a:hover {
      border-color: #b5d334;
      color: #b5d334;
      font-weight: 500; }
    .nav__links a:hover {
      font-weight: 400; }
  ul.sub-menu {
    background: #492f92;
    background: #492f92;
    height: auto;
    padding: 10px 0 0 0;
    position: absolute;
    top: 55px;
    left: 0;
    width: 200px;
    display: none;
    z-index: 99; }
    ul.sub-menu li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      font-size: 14px;
      font-weight: 500;
      height: auto;
      padding: 10px;
      position: relative; }
      ul.sub-menu li:last-of-type {
        border: none; }
    ul.sub-menu a {
      color: #fff;
      border: none;
      padding: 0 10px 0 0;
      height: auto;
      line-height: 18px; }
    ul.sub-menu li.alt {
      background: #5d43a6; }
  .sub-menu .sub-menu {
    background: #9649B2;
    background: #492f92;
    display: none;
    top: -10px;
    left: 100%; }
  .nav__links li:hover > .nav__subnav,
  .nav__links li:hover > .sub-menu {
    display: block; } }

@media screen and (min-width: 900px) {
  .header__tagline {
    font-size: 24px;
    margin: 20px 0;
    text-align: right; }
  .navigation li {
    font-size: 18px; } }

.footer {
  color: #222;
  font-size: 12px; }

.footer__search {
  background: #492f92;
  color: #fff;
  padding: 40px 0;
  position: relative;
  text-align: center; }
  .footer__search h2 {
    font-size: 36px;
    font-weight: 300;
    margin: 0; }
  .footer__search p {
    font-size: 21px;
    font-weight: 300;
    margin: 0; }
  .footer__search ul {
    justify-content: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer__search li {
    flex: 1;
    margin: 0 10px;
    max-width: 350px; }
  .footer__search form {
    padding: 20px 0; }
  .footer__search input[type="text"],
  .footer__search input[type="email"] {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    margin: 0 15px 20px 0;
    padding: 0 0 5px 0; }
  .footer__search input[type="text"]:focus,
  .footer__search input[type="email"]:focus {
    border-bottom: 1px solid #b5d334;
    outline: none !important; }
  .footer__search input[type="submit"] {
    background: #b5d334;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    height: 100px;
    font-size: 21px;
    font-weight: 600;
    padding: 0;
    position: absolute;
    bottom: -50px;
    left: 50%;
    left: calc(50% - 50px);
    text-transform: uppercase;
    width: 100px; }
  .footer__search input[type="submit"]:hover {
    background: #ceec4d; }
  .footer__search .gfield_label {
    display: none; }
  .footer__search .validation_error {
    margin-bottom: 10px; }
  .footer__search .gform_confirmation_message {
    font-size: 16px;
    padding: 10px; }

.footer__widgets {
  padding: 70px 20px 20px 20px; }

.footer__heading {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 10px 0; }

.widget_nav_menu .menu,
.footer__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_nav_menu .menu li,
  .footer__list li {
    margin: 0 0 10px 0; }
  .widget_nav_menu .menu a,
  .footer__list a {
    color: #222;
    text-decoration: none; }
    .widget_nav_menu .menu a:hover,
    .footer__list a:hover {
      color: #00a4e4; }

.footer__list--social a {
  color: #00a4e4;
  display: block; }

.footer__widget {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center; }
  .footer__widget img {
    display: block;
    margin: 0 auto;
    max-width: 200px; }
  .footer__widget p {
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 10px 0; }
    .footer__widget p a {
      color: #00a4e4;
      text-decoration: none; }

@media screen and (min-width: 1100px) {
  .footer__search input[type="text"],
  .footer__search input[type="email"] {
    width: 350px; }
  .footer__widgets {
    display: flex;
    justify-content: space-between;
    padding: 70px 40px 20px 40px; }
  .footer__widget {
    border-bottom: none;
    text-align: left;
    width: 20%; }
    .footer__widget img {
      max-width: 100%; } }

.artgrid {
  display: flex;
  padding-left: 5px;
  width: 100%; }
  .artgrid .artgrid {
    padding-left: 0; }
  .artgrid .column {
    flex: 1; }
  .artgrid .column--2 {
    flex: 2; }
  .artgrid .item {
    align-items: center;
    background: #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5px 5px 0 0;
    text-decoration: none; }
  .artgrid .item--single {
    height: 250px; }
  .artgrid .item--double {
    height: 505px; }
  .artgrid .item__title {
    background: #666;
    border-radius: 5px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    padding: 10px;
    text-align: center; }
    .artgrid .item__title.purple {
      background: #492f92; }
    .artgrid .item__title.green {
      background: #b5d334; }
    .artgrid .item__title.teal {
      background: #00ae9e; }
    .artgrid .item__title.orange {
      background: #f7941d; }
    .artgrid .item__title.blue {
      background: #00a4e4; }
  .artgrid.main {
    margin-bottom: 40px; }

.slide {
  background: #ddd;
  background-position: bottom center;
  height: 450px; }

.slide__content {
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  height: 100%;
  padding: 50px;
  text-align: center;
  max-width: 560px; }
  @media screen and (min-width: 540px) {
    .slide__content {
      margin: 0 40px; } }
  .slide__content h2 {
    font-size: 40px;
    font-weight: 700; }
  .slide__content p {
    font-size: 28px; }

.home-slick-slider .inner_content {
  background-image: url("../content/bubble.png");
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  height: 450px;
  padding: 50px;
  text-align: center;
  max-width: 560px; }
  @media screen and (min-width: 540px) {
    .home-slick-slider .inner_content {
      margin: 0 40px; } }
  .home-slick-slider .inner_content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px; }
  .home-slick-slider .inner_content p {
    font-size: 28px;
    line-height: 33px; }

.feature {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
  width: 100%; }

.feature__content {
  background: #492f92;
  color: #fff;
  padding: 20px; }
  .feature__content p {
    line-height: 21px; }

.feature__image {
  background: #ddd;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  padding: 20px;
  position: relative; }

.feature__more {
  background: #f7941d;
  border-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  right: 0; }

.feature__more:hover {
  background: #ffb23b; }

.feature__title strong {
  font-weight: 600; }

.feature__byline {
  font-weight: 400; }

@media screen and (min-width: 600px) {
  .feature {
    flex-direction: row; }
  .feature__content,
  .feature__image {
    flex: 1; }
  .feature__content {
    display: flex;
    justify-content: flex-end;
    padding: 40px; }
  .feature__content__wrap {
    max-width: 320px; }
  .feature__more {
    border-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    font-size: 28px;
    padding: 10px 20px;
    bottom: 40px; } }

@media screen and (min-width: 768px) {
  .feature__image {
    flex: 2; } }

@media screen and (min-width: 1000px) {
  .feature__title {
    font-size: 55px; } }

.icon-nav .x-column {
  border-right: 1px solid #ddd; }

.icon-nav .x-ul-icons {
  height: 100px;
  margin: 0 !important;
  padding: 0; }

.icon-nav .x-li-icon {
  align-items: center;
  border-bottom: 10px solid #00a4e4;
  display: flex;
  flex-wrap: wrap;
  height: 100px;
  justify-content: center;
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  padding-left: 90px !important;
  width: 100%; }
  .icon-nav .x-li-icon a {
    flex: 1;
    text-decoration: none; }
  .icon-nav .x-li-icon i {
    font-size: 36px;
    margin-left: 20px; }
  .icon-nav .x-li-icon.green {
    border-bottom-color: #b5d334; }
    .icon-nav .x-li-icon.green a, .icon-nav .x-li-icon.green i {
      color: #b5d334; }
    .icon-nav .x-li-icon.green:hover {
      border-bottom-color: #ceec4d; }
      .icon-nav .x-li-icon.green:hover a, .icon-nav .x-li-icon.green:hover i {
        color: #ceec4d; }
  .icon-nav .x-li-icon.teal {
    border-bottom-color: #00ae9e; }
    .icon-nav .x-li-icon.teal a, .icon-nav .x-li-icon.teal i {
      color: #00ae9e; }
    .icon-nav .x-li-icon.teal:hover {
      border-bottom-color: #19c7b7; }
      .icon-nav .x-li-icon.teal:hover a, .icon-nav .x-li-icon.teal:hover i {
        color: #19c7b7; }
  .icon-nav .x-li-icon.purple {
    border-bottom-color: #492f92; }
    .icon-nav .x-li-icon.purple a, .icon-nav .x-li-icon.purple i {
      color: #492f92; }
    .icon-nav .x-li-icon.purple:hover {
      border-bottom-color: #6248ab; }
      .icon-nav .x-li-icon.purple:hover a, .icon-nav .x-li-icon.purple:hover i {
        color: #6248ab; }
  .icon-nav .x-li-icon.orange {
    border-bottom-color: #f7941d; }
    .icon-nav .x-li-icon.orange a, .icon-nav .x-li-icon.orange i {
      color: #f7941d; }
    .icon-nav .x-li-icon.orange:hover {
      border-bottom-color: #ffad36; }
      .icon-nav .x-li-icon.orange:hover a, .icon-nav .x-li-icon.orange:hover i {
        color: #ffad36; }

.latest {
  margin-bottom: 40px; }
  .latest h2, .latest h3 {
    margin: 0; }

.latest__image {
  background-repeat: none;
  background-size: cover;
  background-position: center center;
  min-height: 200px;
  position: relative;
  overflow: hidden; }
  .latest__image .icon {
    background-repeat: no-repeat;
    background-position: 90px 60px;
    border-radius: 50%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    display: block;
    height: 150px;
    position: absolute;
    top: 50%;
    top: calc(50% - 75px);
    left: -75px;
    width: 150px; }
  .latest__image .icon.green {
    background-color: #b5d334; }
  .latest__image .icon.orange {
    background-color: #f7941d; }
  .latest__image .icon.blue {
    background-color: #00a4e4; }

.latest__category {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  margin: 0;
  position: absolute;
  bottom: -10px;
  right: 0;
  text-transform: uppercase; }

.latest__content {
  background: #f5f4f4;
  padding: 20px; }
  .latest__content h3 {
    font-size: 21px;
    margin-bottom: 10px; }
    .latest__content h3.green {
      color: #b5d334; }
    .latest__content h3.orange {
      color: #f7941d; }
    .latest__content h3.blue {
      color: #00a4e4; }
  .latest__content p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px; }
  .latest__content p.meta {
    font-weight: 600; }
  .latest__content a.readmore {
    background: #b5d334;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    padding: 8px;
    text-decoration: none; }
    .latest__content a.readmore.green {
      background: #b5d334; }
    .latest__content a.readmore.orange {
      background: #f7941d; }
    .latest__content a.readmore.blue {
      background: #00a4e4; }
  .latest__content a.readmore.green:hover {
    background: #ceec4d; }
  .latest__content a.readmore.orange:hover {
    background: #ffad36; }
  .latest__content a.readmore.blue:hover {
    background: #19bdfd; }

.latest__other {
  background: #f5f4f4; }

@media screen and (min-width: 600px) {
  .latest__main {
    display: flex; }
  .latest__image {
    width: 50%; }
  .latest__content {
    width: 50%; } }

@media screen and (min-width: 1000px) {
  .latest {
    display: flex; }
  .latest__main {
    flex: 2; }
  .latest__other {
    flex: 1; }
  .latest__content {
    padding: 40px; }
  .latest__category {
    font-size: 95px;
    bottom: -25px;
    right: -5px; }
  .latest__other {
    position: relative; }
    .latest__other:before {
      background: #aaa;
      content: "";
      height: 90%;
      position: absolute;
      top: 5%;
      left: 0;
      width: 1px; } }

.article-grid__item {
  background: #bbb;
  margin-bottom: 20px;
  padding: 10px; }

.article-grid__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 250px; }

.article-grid__title {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 10px 0; }

.article-grid__details {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.article-grid__meta {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin: 0; }

.article-grid__more {
  background: #00a4e4;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 10px;
  text-transform: capitalize;
  text-decoration: none; }
  .article-grid__more:after {
    background: #fff;
    border-radius: 50%;
    color: #00a4e4;
    content: "\25b6";
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    height: 10px;
    margin-left: 5px;
    padding: 3px;
    text-align: right;
    width: 10px; }

.article-grid__more:hover {
  background: #19bdfd; }
  .article-grid__more:hover:after {
    color: #19bdfd; }

/**
* layout specifics
*/
.article-grid__inner {
  padding: 10px; }

@media screen and (min-width: 720px) {
  .article-grid__row--1 {
    display: flex;
    justify-content: space-between; }
    .article-grid__row--1 .article-grid__item {
      width: 48.5%; } }

@media screen and (min-width: 960px) {
  .article-grid__row--1 .article-grid__item:nth-child(1) {
    width: 66%; }
  .article-grid__row--1 .article-grid__item:nth-child(2) {
    width: 32%; } }

@media screen and (min-width: 720px) {
  .article-grid__row--2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .article-grid__row--2 .article-grid__item {
      width: 48.5%; }
    .article-grid__row--2 > .article-grid__item:nth-child(1) {
      order: 1; }
    .article-grid__row--2 .article-grid__column {
      display: flex;
      justify-content: space-between;
      order: 3;
      width: 100%; }
    .article-grid__row--2 > .article-grid__item:nth-child(3) {
      order: 2; } }

@media screen and (min-width: 960px) {
  .article-grid__row--2 > .article-grid__item,
  .article-grid__row--2 .article-grid__column {
    order: 1;
    width: 32%; }
  .article-grid__row--2 .article-grid__column {
    flex-direction: column; }
    .article-grid__row--2 .article-grid__column .article-grid__item {
      width: 100%; } }

@media screen and (min-width: 720px) {
  .article-grid__row--3 {
    display: flex;
    justify-content: space-between; }
    .article-grid__row--3 .article-grid__item {
      width: 48.5%; } }

@media screen and (min-width: 960px) {
  .article-grid__row--3 .article-grid__item:nth-child(1) {
    width: 32%; }
  .article-grid__row--3 .article-grid__item:nth-child(2) {
    width: 66%; } }

.slick-arrow {
  background: #b5d334;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 1px;
  margin: 0 10px 0 0;
  outline: none;
  padding: 7px 15px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-decoration: none;
  z-index: 99; }

.slick-arrow.slick-next {
  left: auto;
  right: 15px; }

.slick-arrow:active {
  outline: none; }

.entry-content .gform_wrapper .top_label .gfield_label {
  color: #666;
  font-weight: 400; }

.entry-content .gform_wrapper input,
.entry-content .gform_wrapper textarea {
  background: #ccecf8;
  border: none;
  padding: 5px 10px; }

.entry-content .gform_wrapper .gform_footer input[type="submit"] {
  background: #b5d334;
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 100px;
  font-size: 21px;
  font-weight: 600;
  margin: 0 auto;
  text-transform: uppercase;
  width: 100px; }

.single-post .cs-content,
.single-project .cs-content {
  word-wrap: break-word; }
  .single-post .cs-content h1,
  .single-project .cs-content h1 {
    color: #565656;
    font-weight: 600; }
  .single-post .cs-content h3.title--related,
  .single-project .cs-content h3.title--related {
    border-bottom: 1px solid #ddd;
    color: #492f92;
    font-weight: 600;
    padding-bottom: 10px; }
  .single-post .cs-content a,
  .single-project .cs-content a {
    border-bottom: 1px solid rgba(0, 164, 228, 0.8);
    color: #00a4e4;
    padding-bottom: 2px;
    text-decoration: none; }
    .single-post .cs-content a:hover,
    .single-project .cs-content a:hover {
      border-bottom-color: transparent; }
  .single-post .cs-content p,
  .single-project .cs-content p {
    color: #646464; }
  .single-post .cs-content ul li,
  .single-project .cs-content ul li {
    color: #646464;
    font-size: 17px;
    line-height: 23px; }
  .single-post .cs-content ul.related-list,
  .single-project .cs-content ul.related-list {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0; }
    .single-post .cs-content ul.related-list li,
    .single-project .cs-content ul.related-list li {
      border-bottom: 1px solid #ddd;
      font-size: 15px;
      padding: 10px 0; }
    .single-post .cs-content ul.related-list a,
    .single-project .cs-content ul.related-list a {
      border-bottom: none;
      font-weight: 600; }
      .single-post .cs-content ul.related-list a:hover,
      .single-project .cs-content ul.related-list a:hover {
        color: #b5d334; }
      .single-post .cs-content ul.related-list a.related-download,
      .single-project .cs-content ul.related-list a.related-download {
        background: #b5d334;
        border-radius: 3px;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        padding: 3px 5px; }
        .single-post .cs-content ul.related-list a.related-download:hover,
        .single-project .cs-content ul.related-list a.related-download:hover {
          background: #00a4e4;
          color: #fff; }

.single-post .header--news,
.single-post .header--blog,
.single-post .header--project,
.single-project .header--news,
.single-project .header--blog,
.single-project .header--project {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px; }
  .single-post .header--news h2,
  .single-post .header--blog h2,
  .single-post .header--project h2,
  .single-project .header--news h2,
  .single-project .header--blog h2,
  .single-project .header--project h2 {
    color: #492f92;
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 0; }
  .single-post .header--news a,
  .single-post .header--blog a,
  .single-post .header--project a,
  .single-project .header--news a,
  .single-project .header--blog a,
  .single-project .header--project a {
    color: #fff;
    padding-bottom: 7px; }

.white-text {
  color: #fff; }

.hide-overflow {
  overflow: hidden; }

.bg-multiply {
  position: relative; }
  .bg-multiply:after {
    background: #666;
    content: "";
    display: block;
    position: absolute;
    top: -50%;
    bottom: -50%;
    right: -50%;
    left: -50%;
    z-index: 0; }
  @media screen and (min-width: 675px) {
    .bg-multiply--left:after {
      left: -50%;
      right: 0; }
    .bg-multiply--right:after {
      right: -50%;
      left: -0; } }
  .bg-multiply * {
    position: relative;
    z-index: 2; }

.bg-multiply--green:after {
  background-color: rgba(141, 171, 12, 0.6); }

.bg-multiply--purple:after {
  background-color: rgba(33, 7, 106, 0.6); }

.team-profile .x-column,
.project-profile .x-column {
  border: 3px solid transparent;
  position: relative; }
  .team-profile .x-column:first-child,
  .project-profile .x-column:first-child {
    border-left-width: 6px; }
  .team-profile .x-column:last-child,
  .project-profile .x-column:last-child {
    border-right-width: 6px; }
  .team-profile .x-column .x-img,
  .project-profile .x-column .x-img {
    margin-bottom: 0 !important;
    width: 100%; }
  .team-profile .x-column .x-text,
  .project-profile .x-column .x-text {
    background: rgba(0, 139, 203, 0.6);
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 75px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%; }
    .team-profile .x-column .x-text p,
    .project-profile .x-column .x-text p {
      color: #fff;
      font-size: 13px;
      margin-bottom: 5px; }

.team-profile.purple .x-text,
.project-profile.purple .x-text {
  background: rgba(48, 22, 121, 0.6); }

.team-profile.green .x-text,
.project-profile.green .x-text {
  background: rgba(156, 186, 27, 0.6); }

.team-profile.teal .x-text,
.project-profile.teal .x-text {
  background: rgba(0, 149, 133, 0.6); }

.team-profile.orange .x-text,
.project-profile.orange .x-text {
  background: rgba(247, 148, 29, 0.7); }

.resource-list-title,
.news-list-title {
  margin-bottom: 40px;
  text-align: center; }

.resources-widget,
.news-blogs-widget {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px; }
  .resources-widget p,
  .news-blogs-widget p {
    color: #666;
    font-size: 19px;
    margin: 0 0 5px 0; }
  .resources-widget h4,
  .news-blogs-widget h4 {
    height: 70px;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px 0; }

.hin-team,
.hin-project {
  background: url("../images/content-placeholder--square.png");
  background-position: center center;
  background-size: cover;
  margin: 0 5px 10px 5px;
  position: relative;
  position: relative; }
  .hin-team:before,
  .hin-project:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .hin-team > .content--aspect,
  .hin-project > .content--aspect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .hin-team > .content--aspect,
  .hin-project > .content--aspect {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .hin-team > .content--aspect > .hin-team--content,
    .hin-team > .content--aspect > .hin-project--content,
    .hin-project > .content--aspect > .hin-team--content,
    .hin-project > .content--aspect > .hin-project--content {
      background: rgba(0, 139, 203, 0.6);
      min-height: 90px;
      padding: 15px; }
      .hin-team > .content--aspect > .hin-team--content > h4,
      .hin-team > .content--aspect > .hin-project--content > h4,
      .hin-project > .content--aspect > .hin-team--content > h4,
      .hin-project > .content--aspect > .hin-project--content > h4 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 5px; }
      .hin-team > .content--aspect > .hin-team--content > p,
      .hin-team > .content--aspect > .hin-project--content > p,
      .hin-project > .content--aspect > .hin-team--content > p,
      .hin-project > .content--aspect > .hin-project--content > p {
        font-size: 13px;
        line-height: 16px;
        margin: 0; }
      .hin-team > .content--aspect > .hin-team--content.background--blue,
      .hin-team > .content--aspect > .hin-project--content.background--blue,
      .hin-project > .content--aspect > .hin-team--content.background--blue,
      .hin-project > .content--aspect > .hin-project--content.background--blue {
        background: rgba(0, 164, 228, 0.7); }
      .hin-team > .content--aspect > .hin-team--content.background--green,
      .hin-team > .content--aspect > .hin-project--content.background--green,
      .hin-project > .content--aspect > .hin-team--content.background--green,
      .hin-project > .content--aspect > .hin-project--content.background--green {
        background: rgba(181, 211, 52, 0.7); }
      .hin-team > .content--aspect > .hin-team--content.background--purple,
      .hin-team > .content--aspect > .hin-project--content.background--purple,
      .hin-project > .content--aspect > .hin-team--content.background--purple,
      .hin-project > .content--aspect > .hin-project--content.background--purple {
        background: rgba(73, 47, 146, 0.7); }
      .hin-team > .content--aspect > .hin-team--content.background--teal,
      .hin-team > .content--aspect > .hin-project--content.background--teal,
      .hin-project > .content--aspect > .hin-team--content.background--teal,
      .hin-project > .content--aspect > .hin-project--content.background--teal {
        background: rgba(0, 174, 158, 0.7); }
      .hin-team > .content--aspect > .hin-team--content.background--orange,
      .hin-team > .content--aspect > .hin-project--content.background--orange,
      .hin-project > .content--aspect > .hin-team--content.background--orange,
      .hin-project > .content--aspect > .hin-project--content.background--orange {
        background: rgba(247, 148, 29, 0.7); }
    .hin-team > .content--aspect > .hin-team-excerpt,
    .hin-project > .content--aspect > .hin-team-excerpt {
      background: #00a4e4;
      display: none;
      font-size: 15px;
      padding: 15px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      .hin-team > .content--aspect > .hin-team-excerpt.background--blue,
      .hin-project > .content--aspect > .hin-team-excerpt.background--blue {
        background: #00a4e4; }
      .hin-team > .content--aspect > .hin-team-excerpt.background--green,
      .hin-project > .content--aspect > .hin-team-excerpt.background--green {
        background: #b5d334; }
      .hin-team > .content--aspect > .hin-team-excerpt.background--purple,
      .hin-project > .content--aspect > .hin-team-excerpt.background--purple {
        background: #492f92; }
      .hin-team > .content--aspect > .hin-team-excerpt.background--teal,
      .hin-project > .content--aspect > .hin-team-excerpt.background--teal {
        background: #00ae9e; }
      .hin-team > .content--aspect > .hin-team-excerpt.background--orange,
      .hin-project > .content--aspect > .hin-team-excerpt.background--orange {
        background: #f7941d; }
  .hin-team:hover > .content--aspect > .hin-team-excerpt,
  .hin-project:hover > .content--aspect > .hin-team-excerpt {
    display: block; }
