/**
* Master.css
*
*/
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* --------------------------------------------------------------------------------------------
	$VARS
-------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------
	@MIXINS
-------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------
	MASTER
-------------------------------------------------------------------------------------------- */
html, body {
  background: #fff;
  color: #505050;
  font-family: "Equip-Light", helvetica, arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  height: 100%;
  padding: 0;
  margin: 0;
  text-align: center; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -75px; }
  .wrapper:before {
    background: #ec008a;
    background: -moz-linear-gradient(left, #ec008a 0%, #6b308f 36%, #6b308f 51%, #6b308f 64%, #00adec 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ec008a), color-stop(36%, #6b308f), color-stop(51%, #6b308f), color-stop(64%, #6b308f), color-stop(100%, #00adec));
    background: -webkit-linear-gradient(left, #ec008a 0%, #6b308f 36%, #6b308f 51%, #6b308f 64%, #00adec 100%);
    background: -o-linear-gradient(left, #ec008a 0%, #6b308f 36%, #6b308f 51%, #6b308f 64%, #00adec 100%);
    background: -ms-linear-gradient(left, #ec008a 0%, #6b308f 36%, #6b308f 51%, #6b308f 64%, #00adec 100%);
    background: linear-gradient(to right, #ec008a 0%, #6b308f 36%, #6b308f 51%, #6b308f 64%, #00adec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec008a', endColorstr='#00adec', GradientType=1 );
    content: '';
    display: block;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.push {
  min-height: -75px; }

.border-top, #footer .wrap {
  border-top: 3px solid #6a308f; }

.responsive-img {
  height: auto;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #6a308f;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.154em;
  margin-bottom: 0;
  margin: 0; }

h1 {
  font-size: 25px;
  font-family: "Equip-Medium", helvetica, arial, sans-serif; }

h2 {
  font-size: 27px;
  font-family: "Equip-Medium", helvetica, arial, sans-serif; }

h3 {
  font-size: 17px;
  font-family: "Equip-Medium", helvetica, arial, sans-serif; }

h4, h5, h6 {
  font-size: 15px;
  font-family: "Equip-Medium", helvetica, arial, sans-serif; }

p {
  margin: 0; }

.purpletxt {
  color: #662b8c; }

* {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

@media only screen and (max-width: 600px) {
  .mobile-hidden {
    display: none; } }
.videoplayer {
  clear: both;
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .videoplayer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* --------------------------------------------------------------------------------------------
	HEADER
-------------------------------------------------------------------------------------------- */
#masthead {
  display: block;
  height: 130px;
  position: relative;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 100%; }
  #masthead.fluid {
    margin: 0 100px;
    width: auto; }
  #masthead .branding {
    display: block;
    position: absolute;
    top: 20px;
    left: 100px; }
    #masthead .branding #logo {
      display: block;
      height: 85px;
      margin-left: -2px;
      width: 220px; }
      #masthead .branding #logo a {
        background-image: url(../img/logo.svg) !important;
        background-position: 0 0 !important;
        background-repeat: no-repeat !important;
        background-size: auto 100%;
        display: inline-block;
        float: left;
        height: 85px;
        text-indent: -9999px;
        width: 220px; }
      #masthead .branding #logo span {
        color: #8c8c8a;
        font-size: 15px;
        display: inline-block;
        letter-spacing: .06em;
        margin-top: 15px;
        text-align: left;
        width: 200px; }
  #masthead .navigation {
    display: block;
    height: 100px;
    position: absolute;
    top: 38px;
    right: 100px;
    text-align: right; }
    #masthead .navigation #mobile > .menu-btn {
      background-image: url(../img/icon-menu.svg) !important;
      background-position: 0 0 !important;
      background-repeat: no-repeat !important;
      background-size: auto 100%;
      display: block;
      height: 30px;
      width: 30px;
      float: right;
      overflow: hidden;
      text-indent: 9999px;
      display: none; }
      #masthead .navigation #mobile > .menu-btn.is-active {
        background-image: url(../img/icon-close.svg) !important;
        background-position: 0 0 !important;
        background-repeat: no-repeat !important; }
    #masthead .navigation #global {
      display: block;
      font-weight: normal;
      font-size: 14px;
      letter-spacing: .06em;
      line-height: 1em;
      position: relative;
      /* --- DROPMENU --- */ }
      #masthead .navigation #global a {
        color: #8c8c8a;
        text-decoration: none; }
        #masthead .navigation #global a:hover {
          color: #6a308f;
          text-decoration: none; }
      #masthead .navigation #global ul {
        display: inline-block;
        margin: 0 0 0 -2em;
        padding: 0;
        position: relative; }
        #masthead .navigation #global ul li {
          display: inline-block;
          text-align: left; }
          #masthead .navigation #global ul li.toplevel {
            margin-left: 2em; }
        #masthead .navigation #global ul li.curr a {
          color: #6a308f; }
        #masthead .navigation #global ul li.curr li a {
          color: #8c8c8a; }
        #masthead .navigation #global ul li.curr li a:hover {
          color: #6a308f; }
        #masthead .navigation #global ul ul {
          display: block;
          clear: both;
          position: absolute;
          padding: 0;
          margin: 10px 0 0; }
          #masthead .navigation #global ul ul li {
            display: block;
            float: none;
            line-height: 1.5em;
            margin: 0;
            width: 100%; }
            #masthead .navigation #global ul ul li:not(:first-child) {
              margin-top: .095em; }
            #masthead .navigation #global ul ul li.curr a {
              color: #6a308f; }
    #masthead .navigation #projectnav {
      color: #8c8c8a;
      display: block;
      font-size: 14px;
      line-height: 1.25em;
      position: absolute;
      top: 25px;
      left: 0;
      text-align: left;
      width: auto; }
      #masthead .navigation #projectnav a {
        display: block;
        color: #8c8c8a;
        padding: .15em 0;
        text-decoration: none; }
        #masthead .navigation #projectnav a:hover {
          color: #6a308f; }
      #masthead .navigation #projectnav a.curr {
        color: #6a308f; }
  @media only screen and (max-width: 940px) {
    #masthead > .branding {
      top: 20px;
      left: 50px; }
    #masthead > .navigation {
      right: 50px; } }
  @media only screen and (max-width: 600px) {
    #masthead {
      height: 125px;
      padding-left: 30px;
      padding-right: 30px; }
      #masthead > .branding {
        top: 20px;
        left: 30px !important; }
      #masthead > .navigation {
        top: 30px;
        right: 30px !important;
        width: 50px; }
        #masthead > .navigation > #global,
        #masthead > .navigation > #projectnav {
          display: none; }
        #masthead > .navigation #mobile > .menu-btn {
          display: block; } }

.inner #masthead {
  height: 170px;
  max-width: 1040px; }
  .inner #masthead .branding {
    left: 50px; }
  .inner #masthead .navigation {
    right: 50px; }

.mobile-navigation {
  background-color: #6a308f;
  display: block;
  overflow: hidden;
  padding: 0;
  display: none;
  -webkit-transition: opacity 0.3s ease-in, height 0.4s ease-in;
  -moz-transition: opacity 0.3s ease-in, height 0.4s ease-in;
  transition: opacity 0.3s ease-in, height 0.4s ease-in; }
  @media only screen and (max-width: 600px) {
    .mobile-navigation {
      display: block;
      opacity: 0;
      height: 0; }
      .mobile-navigation.is-active {
        height: auto;
        opacity: 1;
        padding: 30px; } }
  .mobile-navigation > div {
    display: block;
    float: left;
    width: 50%; }
  .mobile-navigation a {
    color: #b2b2b1;
    text-decoration: none; }
  .mobile-navigation ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
    .mobile-navigation ul li:not(:first-child) {
      margin-top: 5px; }
  .mobile-navigation ul > li.active a {
    color: #fff; }
  .mobile-navigation .mobile-secondary {
    position: relative; }
    .mobile-navigation .mobile-secondary:before {
      background-color: #fff;
      content: '';
      display: block;
      height: 100%;
      width: 1px;
      opacity: 0.3;
      position: absolute;
      left: -20px;
      top: 0; }

.topslider {
  display: block;
  overview: hidden;
  position: relative;
  margin: 0 auto; }
  .topslider-headline {
    text-align: left;
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 2; }
    .topslider-headline > h1 {
      color: #6a308f;
      font-size: 44px;
      font-weight: 700;
      line-height: 1.05em; }
  .topslider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
    .topslider-nav.is-hidden {
      display: none; }
    .topslider-nav > span {
      background-image: url(../img/arrow-right.svg) !important;
      background-position: 0 0 !important;
      background-repeat: no-repeat !important;
      background-size: auto 100%;
      display: inline-block;
      margin-top: -20px;
      position: absolute;
      height: 40px;
      width: 40px;
      text-indent: -9999px; }
      .topslider-nav > span:hover {
        cursor: pointer; }
    .topslider-nav > span.nav-prev {
      background-image: url(../img/arrow-left.svg) !important;
      background-position: 0 0 !important;
      background-repeat: no-repeat !important;
      left: 25px; }
    .topslider-nav > span.nav-next {
      right: 25px; }
  .topslider-slides {
    display: block;
    position: relative; }
  .topslider-slide {
    display: block;
    margin: 0 100px; }
  .topslider .slide-photo {
    line-height: 1%; }
  .topslider .slide-caption {
    background-color: #6a308f;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 60px;
    min-height: 40px;
    width: calc((100% / 3) - 120px);
    color: #fff;
    text-align: left; }
    .topslider .slide-caption h2 {
      color: #fff;
      font-size: 15px;
      margin-bottom: .35em; }
    .topslider .slide-caption p {
      color: #b2b2b1;
      font-size: 15px; }
  @media only screen and (max-width: 940px) {
    .topslider-slide {
      margin-left: 50px;
      margin-right: 50px; }
    .topslider-nav > span.nav-prev {
      left: 0; }
    .topslider-nav > span.nav-next {
      right: 0; }
    .topslider .slide-caption {
      padding-left: 40px;
      padding-right: 40px;
      width: calc(50% - 80px); } }
  @media only screen and (max-width: 768px) {
    .topslider {
      margin-left: 50px;
      margin-right: 50px; }
      .topslider-slide {
        margin: 0; } }
  @media only screen and (max-width: 768px) {
    .topslider {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; }
      .topslider-headline {
        display: none; }
      .topslider-slides {
        padding-bottom: 0; }
      .topslider-slide {
        text-align: left; }
      .topslider .slide-caption {
        padding: 20px 30px;
        position: relative;
        min-width: 0;
        min-height: 61px;
        max-height: 61px;
        max-width: calc(100% - 111px);
        width: 100%; }
        .topslider .slide-caption[data-length="1"] {
          max-width: calc(100% - 60px); }
        .topslider .slide-caption h2, .topslider .slide-caption p {
          font-size: 13px; }
      .topslider-nav {
        top: auto;
        bottom: 0;
        height: 101px;
        left: auto;
        width: 50px;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none; }
        .topslider-nav > span {
          background-color: #6a308f;
          background-size: auto 40%;
          background-position: center center !important;
          height: 50px;
          width: 50px;
          margin: 0;
          position: relative; }
          .topslider-nav > span.nav-prev {
            background-position: center center !important;
            left: 0;
            margin-bottom: 1px; }
          .topslider-nav > span.nav-next {
            right: 0; } }

.features {
  display: block;
  display: -webkit-flex;
  display: flex;
  overview: hidden;
  position: relative;
  margin: 0 auto; }
  .features .feature-mission {
    background-color: #ececea;
    width: calc(100% / 3); }
    .features .feature-mission-body {
      display: block;
      padding: 60px;
      text-align: left; }
      .features .feature-mission-body a {
        text-decoration: none; }
      .features .feature-mission-body h3 > span {
        display: block; }
      .features .feature-mission-body h3 > span:last-child {
        margin-top: 40px;
        position: relative; }
        .features .feature-mission-body h3 > span:last-child:before {
          background-color: #6a308f;
          content: '';
          display: inline-block;
          height: 5px;
          width: 50px;
          position: absolute;
          top: -20px;
          left: 0; }
    .features .feature-mission h3 {
      color: #58595b;
      font-size: 28px;
      font-family: "Equip-Light", helvetica, arial, sans-serif; }
      .features .feature-mission h3 strong {
        color: #6a308f; }
  .features .feature-process {
    width: calc((100% / 3) * 2); }
    .features .feature-process-row {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .features .feature-process-row:nth-child(odd) {
        display: -webkit-flex;
        /* Safari */
        -webkit-flex-direction: row-reverse;
        /* Safari 6.1+ */
        display: flex;
        flex-direction: row-reverse; }
      .features .feature-process-row .column {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        display: -webkit-flex;
        display: flex;
        max-width: calc(100%/2); }
    .features .feature-process-body {
      display: block;
      padding: 40px;
      position: relative;
      text-align: left;
      width: 100%; }
    .features .feature-process-photo {
      line-height: 1%; }
    .features .feature-process p {
      top: 50%;
      left: 0;
      right: 0;
      padding: inherit;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
      .features .feature-process p strong {
        color: #6a308f;
        font-weight: normal; }
      .features .feature-process p:before {
        background-color: #6a308f;
        content: '';
        display: inline-block;
        height: 5px;
        width: 50px;
        position: absolute;
        top: 20px;
        left: 40px; }
  @media only screen and (max-width: 1080px) {
    .features .feature-mission-body h3 {
      font-size: 23px; } }
  @media only screen and (max-width: 940px) {
    .features {
      display: block; }
      .features .feature-mission {
        min-width: 100%;
        max-width: 100%; }
      .features .feature-mission-body {
        padding-left: 40px;
        padding-right: 40px; }
        .features .feature-mission-body span {
          display: inline; }
        .features .feature-mission-body span:last-child {
          margin-top: auto; }
          .features .feature-mission-body span:last-child:before {
            display: none; }
      .features .feature-process {
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    .features {
      display: block;
      margin-left: 50px;
      margin-right: 50px; }
      .features .feature-mission {
        min-width: 100%;
        max-width: 100%; } }
  @media only screen and (max-width: 768px) {
    .features {
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0; }
      .features .feature-mission-body {
        padding: 40px 30px; }
        .features .feature-mission-body span {
          display: inline; }
        .features .feature-mission-body span:last-child {
          margin-top: auto; }
          .features .feature-mission-body span:last-child:before {
            display: none; }
        .features .feature-mission-body h3 {
          font-size: 23px; } }
  @media only screen and (max-width: 680px) {
    .features .feature-process-row .column {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .features .feature-process-body {
      padding: 40px 20px 20px; }
    .features .feature-process p {
      position: relative;
      top: auto;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none; }
    .features .feature-process p:before {
      top: 10px;
      left: 20px; } }

/* --------------------------------------------------------------------------------------------
	CONTENT / LAYOUTS
-------------------------------------------------------------------------------------------- */
.slideshow {
  line-height: 1%; }

ul.category-list {
  font-size: 15px;
  line-height: 1.55em;
  font-size: 14px;
  line-height: 1.25em;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.category-list li {
    padding: .15em 0; }
  ul.category-list a {
    color: #505050;
    text-decoration: none; }
    ul.category-list a:hover, ul.category-list a.curr {
      color: #6a308f; }
  ul.category-list li.active a {
    color: #6a308f; }

.content {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1040px;
  /* BASE TYPOGRAPHY */
  /* COLUMNS */ }
  @media only screen and (max-width: 600px) {
    .content {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 30px; } }
  .content p {
    color: #505050;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.32em;
    margin-bottom: 1em; }
    .content p:last-child {
      margin-bottom: 0; }
    .content p a {
      color: #6a308f;
      text-decoration: none; }
      .content p a:hover {
        text-decoration: underline; }
  .content .column {
    padding-bottom: 25px;
    /* PROJECT SECTION */
    /* TABLET */ }
    .content .column:not(:first-child) {
      padding-bottom: 50px; }
    .content .column h1, .content .column h2, .content .column h3, .content .column h4, .content .column h5, .content .column h6 {
      color: #6a308f;
      font-size: 15px;
      font-weight: normal;
      line-height: 1.25em;
      margin-bottom: 0; }
    .content .column-hdr {
      display: block;
      line-height: 1em;
      padding: 1.45em 0 1.15em; }
      .content .column-hdr h1, .content .column-hdr h2, .content .column-hdr h3, .content .column-hdr h4, .content .column-hdr h5, .content .column-hdr h6 {
        color: #6a308f;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.15em;
        margin-bottom: 0; }
    .content .column.main {
      float: left;
      margin: 0;
      text-align: left;
      max-width: 70%;
      width: 100%; }
      .content .column.main.base {
        clear: both;
        max-width: calc(70% - 25px);
        /* TABLET */
        /* SMALL */ }
        @media only screen and (max-width: 768px) {
          .content .column.main.base {
            max-width: 100%; }
            .content .column.main.base.project-section {
              margin-bottom: 30px; } }
        @media only screen and (max-width: 600px) {
          .content .column.main.base > *:not(.slideshow) {
            margin-left: 30px;
            margin-right: 30px; } }
      .content .column.main.grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* SMALL */
        /* SMALL */
        /* TABLET */
        /* MOBILE LANDSCAPE */
        /* MOBILE LANDSCAPE */ }
        .content .column.main.grid.fullwidth {
          min-width: calc(100% + 25px); }
        .content .column.main.grid > .gridcol {
          -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          margin-right: 25px;
          text-align: left;
          width: calc(50% - 25px);
          max-width: calc(50% - 25px); }
          .content .column.main.grid > .gridcol.news:nth-child(n+4) {
            margin-top: 30px;
            position: relative; }
            .content .column.main.grid > .gridcol.news:nth-child(n+4):before {
              border-top: 3px solid #6a308f;
              content: '';
              display: block;
              margin-top: -30px;
              margin-bottom: 27px; }
        .content .column.main.grid.threecols > .gridcol {
          max-width: calc((100%/3) - 25px);
          width: calc((100%/3) - 25px); }
        .content .column.main.grid > .gridcol .image {
          display: block;
          line-height: 1%;
          text-align: center; }
        .content .column.main.grid > .gridcol .caption {
          display: block;
          padding-top: 25px;
          padding-bottom: 25px; }
          .content .column.main.grid > .gridcol .caption > h3 {
            color: #505050;
            margin-bottom: 5px; }
        .content .column.main.grid > .gridcol a,
        .content .column.main.grid > .gridcol a h3 {
          color: #6a308f !important;
          text-decoration: none; }
        .content .column.main.grid > .gridcol > a {
          display: block;
          text-decoration: none; }
        @media only screen and (max-width: 1080px) {
          .content .column.main.grid.threecols#expertise > .gridcol {
            max-width: calc((100% / 2) - 25px);
            width: calc((100% / 2) - 25px); }
          .content .column.main.grid.threecols#expertise > .gridcol .image > img {
            max-width: 200px; } }
        @media only screen and (max-width: 940px) {
          .content .column.main.grid > .gridcol {
            max-width: calc(100% - 25px);
            width: calc(100% - 25px); } }
        @media only screen and (max-width: 768px) {
          .content .column.main.grid.threecols > .gridcol {
            max-width: calc((100%/2) - 25px);
            width: calc((100%/2) - 25px); }
          .content .column.main.grid > .gridcol.news:nth-child(n+3) {
            margin-top: 30px;
            position: relative; }
            .content .column.main.grid > .gridcol.news:nth-child(n+3):before {
              border-top: 3px solid #6a308f;
              content: '';
              display: block;
              margin-top: -30px;
              margin-bottom: 27px; } }
        @media only screen and (max-width: 600px) {
          .content .column.main.grid {
            max-width: 100%; }
            .content .column.main.grid > .gridcol {
              max-width: 100%;
              margin-right: 0; }
            .content .column.main.grid > .gridcol .caption {
              padding-left: 30px;
              padding-right: 30px; }
            .content .column.main.grid.threecols {
              min-width: 100%; }
            .content .column.main.grid.threecols#expertise > .gridcol {
              max-width: calc((100% / 2) - 55px);
              width: calc((100% / 2) - 55px); }
            .content .column.main.grid.threecols:not(#expertise) > .gridcol {
              margin-right: 0;
              max-width: 100%;
              width: 100%; }
            .content .column.main.grid > .gridcol.news:not(:first-child) {
              margin-top: 30px;
              position: relative; }
              .content .column.main.grid > .gridcol.news:not(:first-child):before {
                border-top: 3px solid #6a308f;
                content: '';
                display: block;
                margin-top: -30px;
                margin-bottom: 27px;
                margin-left: 30px;
                margin-right: 30px; } }
        @media only screen and (max-width: 420px) {
          .content .column.main.grid.threecols#expertise > .gridcol {
            max-width: calc(100% - 55px);
            width: calc(100% - 55px); }
          .content .column.main.grid.threecols#expertise > .gridcol .caption {
            left: 0;
            right: 0; }
          .content .column.main.grid.threecols#expertise > .gridcol .image > img {
            max-width: 200px; } }
    .content .column.side {
      float: right;
      margin: 0;
      text-align: left;
      max-width: 30%;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .content .column.side.base {
          max-width: 100%; }
          .content .column.side.base.border-top, .content #footer .column.side.base.wrap, #footer .content .column.side.base.wrap {
            border: none; } }
      @media only screen and (max-width: 600px) {
        .content .column.side.base > *:not(.slideshow):not(.gridcol) {
          padding-left: 30px;
          padding-right: 30px; } }
    @media only screen and (max-width: 768px) {
      .content .column.base:not(:last-of-type) {
        padding-bottom: 0 !important; } }
    @media only screen and (max-width: 768px) {
      .content .column.project-section {
        margin-bottom: 30px !important; }
        .content .column.project-section br {
          display: none; } }

/* --------------------------------------------------------------------------------------------
	EXPERTISE
-------------------------------------------------------------------------------------------- */
#expertise .gridcol {
  position: relative; }

#expertise .gridcol .caption {
  background-color: #6a308f;
  color: white;
  display: block;
  font-size: 13px;
  opacity: 1;
  margin-top: -25px;
  padding: 15px;
  position: absolute;
  left: -10%;
  right: -10%;
  z-index: 999;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }
  #expertise .gridcol .caption.ishidden {
    opacity: 0; }
  #expertise .gridcol .caption.offscreen {
    left: -9999px; }
  #expertise .gridcol .caption:before {
    display: block;
    height: 0;
    width: 0;
    margin-left: -10px;
    position: absolute;
    top: -12px;
    left: 50%;
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #6a308f; }

/*
 *
 * FOOTER
 *
 */
#footer {
  display: block;
  clear: both;
  color: #505050;
  font-size: 14px;
  font-weight: "normal";
  line-height: 1.32em;
  margin-bottom: 1em;
  color: #555555;
  margin: -60px auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1040px;
  position: relative;
  /* MOBILE */
  /* MINI */ }
  #footer .wrap {
    display: block;
    overflow: hidden;
    position: relative; }
  #footer:before {
    background-image: url(../img/icon-symbol.svg) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    background-size: auto 95%;
    content: '';
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #footer .footer-inquiry {
    display: none; }
  #footer .footer-links {
    display: block;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px; }
    #footer .footer-links a {
      color: #8c8c8a;
      display: inline-block;
      font-size: 13px;
      margin-right: 1em;
      text-decoration: none; }
    #footer .footer-links a:hover,
    #footer .footer-links a.active {
      color: #6a308f; }
  @media only screen and (max-width: 600px) {
    #footer {
      padding-left: 0;
      padding-right: 0; }
      #footer:before {
        left: 50px; }
      #footer .footer-links {
        margin-left: 80px; } }
  @media only screen and (max-width: 299px) {
    #footer {
      padding-left: 0;
      padding-right: 0; }
      #footer:before {
        top: 40%;
        left: 50%; }
      #footer .footer-links {
        margin-top: 80px;
        margin-left: 0;
        float: none; } }

.frontpage #footer {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%; }
  .frontpage #footer:before {
    left: 40px; }
  .frontpage #footer .footer-links {
    margin-left: 80px; }
  .frontpage #footer .wrap {
    border: none; }
    .frontpage #footer .wrap:before {
      background-color: #6a308f;
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      width: calc((100% / 3) * 2); }
  @media only screen and (min-width: 940px) {
    .frontpage #footer .footer-inquiry {
      display: block !important;
      padding-top: 30px;
      padding-left: 30px;
      position: absolute;
      left: calc(100% - ((100%/3)*2));
      z-index: 2;
      font-size: 13px;
      color: #fff;
      font-weight: normal; }
      .frontpage #footer .footer-inquiry a {
        color: #fff;
        display: inline-block;
        text-decoration: none; }
        .frontpage #footer .footer-inquiry a:before {
          border-left: 1px solid #8c8c8a;
          content: ' ';
          white-space: pre;
          display: inline-block;
          margin-left: .75em;
          padding-left: 1em;
          width: 1px; } }
  @media only screen and (max-width: 940px) {
    .frontpage #footer .wrap:before {
      width: calc(100% / 2); } }
  @media only screen and (max-width: 600px) {
    .frontpage #footer:before {
      left: 50px; }
    .frontpage #footer .wrap:before {
      left: 0;
      height: 3px;
      width: 100%; } }
