/*Color: #4c3490
Color2: #4c3490
Color3: #4c3490
*/


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@charset "UTF-8";
/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

@charset "UTF-8";
/**
 * selectize.default.css (v0.12.4) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb; }

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px; }

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none; }

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6; }

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none; }

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }

.selectize-control.single .selectize-input {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0); }

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8; }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em; }

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none; }

@charset "UTF-8";
/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
/*$small-range: (0em, 63.9375em);
$medium-range: (63.9376em, 63.9376em);
$large-range: (64em, 95em);
$xlarge-range: (95.063em, 120em);*/
/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

meta.foundation-version {
  font-family: "/5.1.0/"; }

meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:63.063em)/";
  width: 63.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;   
  }

a:hover {
  cursor: pointer; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 95%;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.46875rem;
    margin-right: -0.46875rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
  width: 100%;
  float: left; }

@media only screen {
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .small-push-0 {
    left: 0%;
    right: auto; }
  .small-pull-0 {
    right: 0%;
    left: auto; }
  .small-push-1 {
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    left: 25%;
    right: auto; }
  .small-pull-3 {
    right: 25%;
    left: auto; }
  .small-push-4 {
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    left: 50%;
    right: auto; }
  .small-pull-6 {
    right: 50%;
    left: auto; }
  .small-push-7 {
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    left: 75%;
    right: auto; }
  .small-pull-9 {
    right: 75%;
    left: auto; }
  .small-push-10 {
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }

@media only screen and (min-width: 40.063em) {
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .medium-push-0 {
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    right: 0%;
    left: auto; }
  .medium-push-1 {
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    right: 25%;
    left: auto; }
  .medium-push-4 {
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    right: 50%;
    left: auto; }
  .medium-push-7 {
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    right: 75%;
    left: auto; }
  .medium-push-10 {
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .push-0 {
    left: 0%;
    right: auto; }
  .pull-0 {
    right: 0%;
    left: auto; }
  .push-1 {
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    right: 8.33333%;
    left: auto; }
  .push-2 {
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    right: 16.66667%;
    left: auto; }
  .push-3 {
    left: 25%;
    right: auto; }
  .pull-3 {
    right: 25%;
    left: auto; }
  .push-4 {
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    right: 33.33333%;
    left: auto; }
  .push-5 {
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    right: 41.66667%;
    left: auto; }
  .push-6 {
    left: 50%;
    right: auto; }
  .pull-6 {
    right: 50%;
    left: auto; }
  .push-7 {
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    right: 58.33333%;
    left: auto; }
  .push-8 {
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    right: 66.66667%;
    left: auto; }
  .push-9 {
    left: 75%;
    right: auto; }
  .pull-9 {
    right: 75%;
    left: auto; }
  .push-10 {
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    right: 83.33333%;
    left: auto; }
  .push-11 {
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 63.063em) {
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .large-push-0 {
    left: 0%;
    right: auto; }
  .large-pull-0 {
    right: 0%;
    left: auto; }
  .large-push-1 {
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    left: 25%;
    right: auto; }
  .large-pull-3 {
    right: 25%;
    left: auto; }
  .large-push-4 {
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    left: 50%;
    right: auto; }
  .large-pull-6 {
    right: 50%;
    left: auto; }
  .large-push-7 {
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    left: 75%;
    right: auto; }
  .large-pull-9 {
    right: 75%;
    left: auto; }
  .large-push-10 {
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .push-0 {
    left: 0%;
    right: auto; }
  .pull-0 {
    right: 0%;
    left: auto; }
  .push-1 {
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    right: 8.33333%;
    left: auto; }
  .push-2 {
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    right: 16.66667%;
    left: auto; }
  .push-3 {
    left: 25%;
    right: auto; }
  .pull-3 {
    right: 25%;
    left: auto; }
  .push-4 {
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    right: 33.33333%;
    left: auto; }
  .push-5 {
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    right: 41.66667%;
    left: auto; }
  .push-6 {
    left: 50%;
    right: auto; }
  .pull-6 {
    right: 50%;
    left: auto; }
  .push-7 {
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    right: 58.33333%;
    left: auto; }
  .push-8 {
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    right: 66.66667%;
    left: auto; }
  .push-9 {
    left: 75%;
    right: auto; }
  .pull-9 {
    right: 75%;
    left: auto; }
  .push-10 {
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    right: 83.33333%;
    left: auto; }
  .push-11 {
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 90.063em) {
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right; }
  .xlarge-push-0 {
    left: 0%;
    right: auto; }
  .xlarge-pull-0 {
    right: 0%;
    left: auto; }
  .xlarge-push-1 {
    left: 8.33333%;
    right: auto; }
  .xlarge-pull-1 {
    right: 8.33333%;
    left: auto; }
  .xlarge-push-2 {
    left: 16.66667%;
    right: auto; }
  .xlarge-pull-2 {
    right: 16.66667%;
    left: auto; }
  .xlarge-push-3 {
    left: 25%;
    right: auto; }
  .xlarge-pull-3 {
    right: 25%;
    left: auto; }
  .xlarge-push-4 {
    left: 33.33333%;
    right: auto; }
  .xlarge-pull-4 {
    right: 33.33333%;
    left: auto; }
  .xlarge-push-5 {
    left: 41.66667%;
    right: auto; }
  .xlarge-pull-5 {
    right: 41.66667%;
    left: auto; }
  .xlarge-push-6 {
    left: 50%;
    right: auto; }
  .xlarge-pull-6 {
    right: 50%;
    left: auto; }
  .xlarge-push-7 {
    left: 58.33333%;
    right: auto; }
  .xlarge-pull-7 {
    right: 58.33333%;
    left: auto; }
  .xlarge-push-8 {
    left: 66.66667%;
    right: auto; }
  .xlarge-pull-8 {
    right: 66.66667%;
    left: auto; }
  .xlarge-push-9 {
    left: 75%;
    right: auto; }
  .xlarge-pull-9 {
    right: 75%;
    left: auto; }
  .xlarge-push-10 {
    left: 83.33333%;
    right: auto; }
  .xlarge-pull-10 {
    right: 83.33333%;
    left: auto; }
  .xlarge-push-11 {
    left: 91.66667%;
    right: auto; }
  .xlarge-pull-11 {
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    float: left; }
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .xlarge-offset-0 {
    margin-left: 0% !important; }
  .xlarge-offset-1 {
    margin-left: 8.33333% !important; }
  .xlarge-offset-2 {
    margin-left: 16.66667% !important; }
  .xlarge-offset-3 {
    margin-left: 25% !important; }
  .xlarge-offset-4 {
    margin-left: 33.33333% !important; }
  .xlarge-offset-5 {
    margin-left: 41.66667% !important; }
  .xlarge-offset-6 {
    margin-left: 50% !important; }
  .xlarge-offset-7 {
    margin-left: 58.33333% !important; }
  .xlarge-offset-8 {
    margin-left: 66.66667% !important; }
  .xlarge-offset-9 {
    margin-left: 75% !important; }
  .xlarge-offset-10 {
    margin-left: 83.33333% !important; }
  .xlarge-offset-11 {
    margin-left: 91.66667% !important; }
  .xlarge-reset-order,
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }

@media only screen and (min-width: 120.063em) {
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right; }
  .xxlarge-push-0 {
    left: 0%;
    right: auto; }
  .xxlarge-pull-0 {
    right: 0%;
    left: auto; }
  .xxlarge-push-1 {
    left: 8.33333%;
    right: auto; }
  .xxlarge-pull-1 {
    right: 8.33333%;
    left: auto; }
  .xxlarge-push-2 {
    left: 16.66667%;
    right: auto; }
  .xxlarge-pull-2 {
    right: 16.66667%;
    left: auto; }
  .xxlarge-push-3 {
    left: 25%;
    right: auto; }
  .xxlarge-pull-3 {
    right: 25%;
    left: auto; }
  .xxlarge-push-4 {
    left: 33.33333%;
    right: auto; }
  .xxlarge-pull-4 {
    right: 33.33333%;
    left: auto; }
  .xxlarge-push-5 {
    left: 41.66667%;
    right: auto; }
  .xxlarge-pull-5 {
    right: 41.66667%;
    left: auto; }
  .xxlarge-push-6 {
    left: 50%;
    right: auto; }
  .xxlarge-pull-6 {
    right: 50%;
    left: auto; }
  .xxlarge-push-7 {
    left: 58.33333%;
    right: auto; }
  .xxlarge-pull-7 {
    right: 58.33333%;
    left: auto; }
  .xxlarge-push-8 {
    left: 66.66667%;
    right: auto; }
  .xxlarge-pull-8 {
    right: 66.66667%;
    left: auto; }
  .xxlarge-push-9 {
    left: 75%;
    right: auto; }
  .xxlarge-pull-9 {
    right: 75%;
    left: auto; }
  .xxlarge-push-10 {
    left: 83.33333%;
    right: auto; }
  .xxlarge-pull-10 {
    right: 83.33333%;
    left: auto; }
  .xxlarge-push-11 {
    left: 91.66667%;
    right: auto; }
  .xxlarge-pull-11 {
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    float: left; }
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-12 {
    width: 100%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .xxlarge-offset-0 {
    margin-left: 0% !important; }
  .xxlarge-offset-1 {
    margin-left: 8.33333% !important; }
  .xxlarge-offset-2 {
    margin-left: 16.66667% !important; }
  .xxlarge-offset-3 {
    margin-left: 25% !important; }
  .xxlarge-offset-4 {
    margin-left: 33.33333% !important; }
  .xxlarge-offset-5 {
    margin-left: 41.66667% !important; }
  .xxlarge-offset-6 {
    margin-left: 50% !important; }
  .xxlarge-offset-7 {
    margin-left: 58.33333% !important; }
  .xxlarge-offset-8 {
    margin-left: 66.66667% !important; }
  .xxlarge-offset-9 {
    margin-left: 75% !important; }
  .xxlarge-offset-10 {
    margin-left: 83.33333% !important; }
  .xxlarge-offset-11 {
    margin-left: 91.66667% !important; }
  .xxlarge-reset-order,
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }

.accordion {
  *zoom: 1;
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion dd.active a {
      background: #e8e8e8; }
    .accordion dd > a {
      background: #efefef;
      color: #222;
      padding: 1rem;
      display: block;
      font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .accordion dd > a:hover {
        background: #e3e3e3; }
  .accordion .content {
    display: none;
    padding: 0.46875rem; }
    .accordion .content.active {
      display: block;
      background: #fff; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  background-color: #4c3490;
  border-color: #00906c;
  color: #fff; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success, .alert-box.Administration_MenuBar__menu_tile {
    background-color: #4c3490;
    border-color: #00906c;
    color: #fff; }
  .alert-box.alert {
    background-color: #d23c2d;
    border-color: #b53427;
    color: #fff; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.46875rem;
  *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.46875rem 0.9375rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 63.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a,
    .breadcrumbs > * span {
      text-transform: uppercase;
      color: #4c3490; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999; }
      .breadcrumbs > *.unavailable a {
        color: #999; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

button, a.badge,
button.badge, .btn, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #4c3490;
  border-color: #008665;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important; }
  button:hover, a.badge:hover, .btn:hover, button:focus, a.badge:focus, .btn:focus, .button:hover, .button:focus {
    background-color: #008665; }
  button:hover, a.badge:hover, .btn:hover, button:focus, a.badge:focus, .btn:focus, .button:hover, .button:focus {
    color: #fff; }
  button.secondary, a.secondary.badge, .secondary.btn, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333; }
    button.secondary:hover, a.secondary.badge:hover, .secondary.btn:hover, button.secondary:focus, a.secondary.badge:focus, .secondary.btn:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, a.secondary.badge:hover, .secondary.btn:hover, button.secondary:focus, a.secondary.badge:focus, .secondary.btn:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333; }
  button.success, button.Administration_MenuBar__menu_tile, a.Administration_MenuBar__menu_tile.badge, .Administration_MenuBar__menu_tile.btn, a.success.badge, .success.btn, .button.success, .button.Administration_MenuBar__menu_tile {
    background-color: #4c3490;
    border-color: #008665;
    color: #fff; }
    button.success:hover, button.Administration_MenuBar__menu_tile:hover, a.Administration_MenuBar__menu_tile.badge:hover, .Administration_MenuBar__menu_tile.btn:hover, a.success.badge:hover, .success.btn:hover, button.success:focus, button.Administration_MenuBar__menu_tile:focus, a.Administration_MenuBar__menu_tile.badge:focus, .Administration_MenuBar__menu_tile.btn:focus, a.success.badge:focus, .success.btn:focus, .button.success:hover, .button.Administration_MenuBar__menu_tile:hover, .button.success:focus, .button.Administration_MenuBar__menu_tile:focus {
      background-color: #008665; }
    button.success:hover, button.Administration_MenuBar__menu_tile:hover, a.Administration_MenuBar__menu_tile.badge:hover, .Administration_MenuBar__menu_tile.btn:hover, a.success.badge:hover, .success.btn:hover, button.success:focus, button.Administration_MenuBar__menu_tile:focus, a.Administration_MenuBar__menu_tile.badge:focus, .Administration_MenuBar__menu_tile.btn:focus, a.success.badge:focus, .success.btn:focus, .button.success:hover, .button.Administration_MenuBar__menu_tile:hover, .button.success:focus, .button.Administration_MenuBar__menu_tile:focus {
      color: #fff; }
  button.alert, a.alert.badge, .alert.btn, .button.alert {
    background-color: #d23c2d;
    border-color: #a83024;
    color: #fff; }
    button.alert:hover, a.alert.badge:hover, .alert.btn:hover, button.alert:focus, a.alert.badge:focus, .alert.btn:focus, .button.alert:hover, .button.alert:focus {
      background-color: #a83024; }
    button.alert:hover, a.alert.badge:hover, .alert.btn:hover, button.alert:focus, a.alert.badge:focus, .alert.btn:focus, .button.alert:hover, .button.alert:focus {
      color: #fff; }
  button.large, a.large.badge, .large.btn, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.small, a.small.badge, .small.btn, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.tiny, a.tiny.badge, .tiny.btn, .button.tiny, #dashboard .button.x-tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.expand, a.expand.badge, .expand.btn, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, a.left-align.badge, .left-align.btn, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, a.right-align.badge, .right-align.btn, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, a.radius.badge, .radius.btn, .button.radius {
    border-radius: 3px; }
  button.round, a.round.badge, .round.btn, .button.round {
    border-radius: 1000px; }
  button.disabled, a.disabled.badge, .disabled.btn, button[disabled], a[disabled].badge, [disabled].btn, .button.disabled, .button[disabled] {
    background-color: #4c3490;
    border-color: #008665;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, a.disabled.badge:hover, .disabled.btn:hover, button.disabled:focus, a.disabled.badge:focus, .disabled.btn:focus, button[disabled]:hover, a[disabled].badge:hover, [disabled].btn:hover, button[disabled]:focus, a[disabled].badge:focus, [disabled].btn:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008665; }
    button.disabled:hover, a.disabled.badge:hover, .disabled.btn:hover, button.disabled:focus, a.disabled.badge:focus, .disabled.btn:focus, button[disabled]:hover, a[disabled].badge:hover, [disabled].btn:hover, button[disabled]:focus, a[disabled].badge:focus, [disabled].btn:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #fff; }
    button.disabled:hover, a.disabled.badge:hover, .disabled.btn:hover, button.disabled:focus, a.disabled.badge:focus, .disabled.btn:focus, button[disabled]:hover, a[disabled].badge:hover, [disabled].btn:hover, button[disabled]:focus, a[disabled].badge:focus, [disabled].btn:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #4c3490; }
    button.disabled.secondary, a.disabled.secondary.badge, .disabled.secondary.btn, button[disabled].secondary, a[disabled].secondary.badge, [disabled].secondary.btn, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, a.disabled.secondary.badge:hover, .disabled.secondary.btn:hover, button.disabled.secondary:focus, a.disabled.secondary.badge:focus, .disabled.secondary.btn:focus, button[disabled].secondary:hover, a[disabled].secondary.badge:hover, [disabled].secondary.btn:hover, button[disabled].secondary:focus, a[disabled].secondary.badge:focus, [disabled].secondary.btn:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, a.disabled.secondary.badge:hover, .disabled.secondary.btn:hover, button.disabled.secondary:focus, a.disabled.secondary.badge:focus, .disabled.secondary.btn:focus, button[disabled].secondary:hover, a[disabled].secondary.badge:hover, [disabled].secondary.btn:hover, button[disabled].secondary:focus, a[disabled].secondary.badge:focus, [disabled].secondary.btn:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333; }
      button.disabled.secondary:hover, a.disabled.secondary.badge:hover, .disabled.secondary.btn:hover, button.disabled.secondary:focus, a.disabled.secondary.badge:focus, .disabled.secondary.btn:focus, button[disabled].secondary:hover, a[disabled].secondary.badge:hover, [disabled].secondary.btn:hover, button[disabled].secondary:focus, a[disabled].secondary.badge:focus, [disabled].secondary.btn:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button.disabled.Administration_MenuBar__menu_tile, a.disabled.Administration_MenuBar__menu_tile.badge, .disabled.Administration_MenuBar__menu_tile.btn, a.disabled.success.badge, .disabled.success.btn, button[disabled].success, button[disabled].Administration_MenuBar__menu_tile, a[disabled].Administration_MenuBar__menu_tile.badge, [disabled].Administration_MenuBar__menu_tile.btn, a[disabled].success.badge, [disabled].success.btn, .button.disabled.success, .button.disabled.Administration_MenuBar__menu_tile, .button[disabled].success, .button[disabled].Administration_MenuBar__menu_tile {
      background-color: #4c3490;
      border-color: #008665;
      color: #fff;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.Administration_MenuBar__menu_tile:hover, a.disabled.Administration_MenuBar__menu_tile.badge:hover, .disabled.Administration_MenuBar__menu_tile.btn:hover, a.disabled.success.badge:hover, .disabled.success.btn:hover, button.disabled.success:focus, button.disabled.Administration_MenuBar__menu_tile:focus, a.disabled.Administration_MenuBar__menu_tile.badge:focus, .disabled.Administration_MenuBar__menu_tile.btn:focus, a.disabled.success.badge:focus, .disabled.success.btn:focus, button[disabled].success:hover, button[disabled].Administration_MenuBar__menu_tile:hover, a[disabled].Administration_MenuBar__menu_tile.badge:hover, [disabled].Administration_MenuBar__menu_tile.btn:hover, a[disabled].success.badge:hover, [disabled].success.btn:hover, button[disabled].success:focus, button[disabled].Administration_MenuBar__menu_tile:focus, a[disabled].Administration_MenuBar__menu_tile.badge:focus, [disabled].Administration_MenuBar__menu_tile.btn:focus, a[disabled].success.badge:focus, [disabled].success.btn:focus, .button.disabled.success:hover, .button.disabled.Administration_MenuBar__menu_tile:hover, .button.disabled.success:focus, .button.disabled.Administration_MenuBar__menu_tile:focus, .button[disabled].success:hover, .button[disabled].Administration_MenuBar__menu_tile:hover, .button[disabled].success:focus, .button[disabled].Administration_MenuBar__menu_tile:focus {
        background-color: #008665; }
      button.disabled.success:hover, button.disabled.Administration_MenuBar__menu_tile:hover, a.disabled.Administration_MenuBar__menu_tile.badge:hover, .disabled.Administration_MenuBar__menu_tile.btn:hover, a.disabled.success.badge:hover, .disabled.success.btn:hover, button.disabled.success:focus, button.disabled.Administration_MenuBar__menu_tile:focus, a.disabled.Administration_MenuBar__menu_tile.badge:focus, .disabled.Administration_MenuBar__menu_tile.btn:focus, a.disabled.success.badge:focus, .disabled.success.btn:focus, button[disabled].success:hover, button[disabled].Administration_MenuBar__menu_tile:hover, a[disabled].Administration_MenuBar__menu_tile.badge:hover, [disabled].Administration_MenuBar__menu_tile.btn:hover, a[disabled].success.badge:hover, [disabled].success.btn:hover, button[disabled].success:focus, button[disabled].Administration_MenuBar__menu_tile:focus, a[disabled].Administration_MenuBar__menu_tile.badge:focus, [disabled].Administration_MenuBar__menu_tile.btn:focus, a[disabled].success.badge:focus, [disabled].success.btn:focus, .button.disabled.success:hover, .button.disabled.Administration_MenuBar__menu_tile:hover, .button.disabled.success:focus, .button.disabled.Administration_MenuBar__menu_tile:focus, .button[disabled].success:hover, .button[disabled].Administration_MenuBar__menu_tile:hover, .button[disabled].success:focus, .button[disabled].Administration_MenuBar__menu_tile:focus {
        color: #fff; }
      button.disabled.success:hover, button.disabled.Administration_MenuBar__menu_tile:hover, a.disabled.Administration_MenuBar__menu_tile.badge:hover, .disabled.Administration_MenuBar__menu_tile.btn:hover, a.disabled.success.badge:hover, .disabled.success.btn:hover, button.disabled.success:focus, button.disabled.Administration_MenuBar__menu_tile:focus, a.disabled.Administration_MenuBar__menu_tile.badge:focus, .disabled.Administration_MenuBar__menu_tile.btn:focus, a.disabled.success.badge:focus, .disabled.success.btn:focus, button[disabled].success:hover, button[disabled].Administration_MenuBar__menu_tile:hover, a[disabled].Administration_MenuBar__menu_tile.badge:hover, [disabled].Administration_MenuBar__menu_tile.btn:hover, a[disabled].success.badge:hover, [disabled].success.btn:hover, button[disabled].success:focus, button[disabled].Administration_MenuBar__menu_tile:focus, a[disabled].Administration_MenuBar__menu_tile.badge:focus, [disabled].Administration_MenuBar__menu_tile.btn:focus, a[disabled].success.badge:focus, [disabled].success.btn:focus, .button.disabled.success:hover, .button.disabled.Administration_MenuBar__menu_tile:hover, .button.disabled.success:focus, .button.disabled.Administration_MenuBar__menu_tile:focus, .button[disabled].success:hover, .button[disabled].Administration_MenuBar__menu_tile:hover, .button[disabled].success:focus, .button[disabled].Administration_MenuBar__menu_tile:focus {
        background-color: #4c3490; }
    button.disabled.alert, a.disabled.alert.badge, .disabled.alert.btn, button[disabled].alert, a[disabled].alert.badge, [disabled].alert.btn, .button.disabled.alert, .button[disabled].alert {
      background-color: #d23c2d;
      border-color: #a83024;
      color: #fff;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, a.disabled.alert.badge:hover, .disabled.alert.btn:hover, button.disabled.alert:focus, a.disabled.alert.badge:focus, .disabled.alert.btn:focus, button[disabled].alert:hover, a[disabled].alert.badge:hover, [disabled].alert.btn:hover, button[disabled].alert:focus, a[disabled].alert.badge:focus, [disabled].alert.btn:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #a83024; }
      button.disabled.alert:hover, a.disabled.alert.badge:hover, .disabled.alert.btn:hover, button.disabled.alert:focus, a.disabled.alert.badge:focus, .disabled.alert.btn:focus, button[disabled].alert:hover, a[disabled].alert.badge:hover, [disabled].alert.btn:hover, button[disabled].alert:focus, a[disabled].alert.badge:focus, [disabled].alert.btn:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #fff; }
      button.disabled.alert:hover, a.disabled.alert.badge:hover, .disabled.alert.btn:hover, button.disabled.alert:focus, a.disabled.alert.badge:focus, .disabled.alert.btn:focus, button[disabled].alert:hover, a[disabled].alert.badge:hover, [disabled].alert.btn:hover, button[disabled].alert:focus, a[disabled].alert.badge:focus, [disabled].alert.btn:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #d23c2d; }

@media only screen and (min-width: 40.063em) {
  button, a.badge,
  button.badge, .btn, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > * {
    margin: 0;
    float: left; }
    .button-group > * > button, .button-group > * > a.badge, .button-group > * > .btn, .button-group > * .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > *:last-child button, .button-group > *:last-child a.badge, .button-group > *:last-child .btn, .button-group > *:last-child .button {
      border-right: 0; }
    .button-group > *:first-child {
      margin-left: 0; }
  .button-group.radius > * > button, .button-group.radius > * > a.badge, .button-group.radius > * > .btn, .button-group.radius > * .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius > *:last-child button, .button-group.radius > *:last-child a.badge, .button-group.radius > *:last-child .btn, .button-group.radius > *:last-child .button {
    border-right: 0; }
  .button-group.radius > *:first-child,
  .button-group.radius > *:first-child > a,
  .button-group.radius > *:first-child > button,
  .button-group.radius > *:first-child > a.badge,
  .button-group.radius > *:first-child > .btn,
  .button-group.radius > *:first-child > .button {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .button-group.radius > *:last-child,
  .button-group.radius > *:last-child > a,
  .button-group.radius > *:last-child > button,
  .button-group.radius > *:last-child > a.badge,
  .button-group.radius > *:last-child > .btn,
  .button-group.radius > *:last-child > .button {
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .button-group.round > * > button, .button-group.round > * > a.badge, .button-group.round > * > .btn, .button-group.round > * .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round > *:last-child button, .button-group.round > *:last-child a.badge, .button-group.round > *:last-child .btn, .button-group.round > *:last-child .button {
    border-right: 0; }
  .button-group.round > *:first-child,
  .button-group.round > *:first-child > a,
  .button-group.round > *:first-child > button,
  .button-group.round > *:first-child > a.badge,
  .button-group.round > *:first-child > .btn,
  .button-group.round > *:first-child > .button {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child,
  .button-group.round > *:last-child > a,
  .button-group.round > *:last-child > button,
  .button-group.round > *:last-child > a.badge,
  .button-group.round > *:last-child > .btn,
  .button-group.round > *:last-child > .button {
    -moz-border-radius-bottomright: 1000px;
    -moz-border-radius-topright: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li > a.badge, .button-group.even-2 li > .btn, .button-group.even-2 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:last-child button, .button-group.even-2 li:last-child a.badge, .button-group.even-2 li:last-child .btn, .button-group.even-2 li:last-child .button {
      border-right: 0; }
    .button-group.even-2 li button, .button-group.even-2 li a.badge, .button-group.even-2 li .btn, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li > a.badge, .button-group.even-3 li > .btn, .button-group.even-3 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:last-child button, .button-group.even-3 li:last-child a.badge, .button-group.even-3 li:last-child .btn, .button-group.even-3 li:last-child .button {
      border-right: 0; }
    .button-group.even-3 li button, .button-group.even-3 li a.badge, .button-group.even-3 li .btn, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li > a.badge, .button-group.even-4 li > .btn, .button-group.even-4 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:last-child button, .button-group.even-4 li:last-child a.badge, .button-group.even-4 li:last-child .btn, .button-group.even-4 li:last-child .button {
      border-right: 0; }
    .button-group.even-4 li button, .button-group.even-4 li a.badge, .button-group.even-4 li .btn, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li > a.badge, .button-group.even-5 li > .btn, .button-group.even-5 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:last-child button, .button-group.even-5 li:last-child a.badge, .button-group.even-5 li:last-child .btn, .button-group.even-5 li:last-child .button {
      border-right: 0; }
    .button-group.even-5 li button, .button-group.even-5 li a.badge, .button-group.even-5 li .btn, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li > a.badge, .button-group.even-6 li > .btn, .button-group.even-6 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:last-child button, .button-group.even-6 li:last-child a.badge, .button-group.even-6 li:last-child .btn, .button-group.even-6 li:last-child .button {
      border-right: 0; }
    .button-group.even-6 li button, .button-group.even-6 li a.badge, .button-group.even-6 li .btn, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li > a.badge, .button-group.even-7 li > .btn, .button-group.even-7 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:last-child button, .button-group.even-7 li:last-child a.badge, .button-group.even-7 li:last-child .btn, .button-group.even-7 li:last-child .button {
      border-right: 0; }
    .button-group.even-7 li button, .button-group.even-7 li a.badge, .button-group.even-7 li .btn, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li > a.badge, .button-group.even-8 li > .btn, .button-group.even-8 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:last-child button, .button-group.even-8 li:last-child a.badge, .button-group.even-8 li:last-child .btn, .button-group.even-8 li:last-child .button {
      border-right: 0; }
    .button-group.even-8 li button, .button-group.even-8 li a.badge, .button-group.even-8 li .btn, .button-group.even-8 li .button {
      width: 100%; }

.button-bar {
  *zoom: 1; }
  .button-bar:before, .button-bar:after {
    content: " ";
    display: table; }
  .button-bar:after {
    clear: both; }
  .button-bar .button-group {
    float: left;
    margin-right: 0.625rem; }
    .button-bar .button-group div {
      overflow: hidden; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #ccc;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #ccc; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #ccc; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    overflow: hidden;
    height: 85%; }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

@media only screen and (max-width: 40em) {
  .f-dropdown {
    max-width: 100%;
    left: 0; } }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.dropdown.button, button.dropdown, a.dropdown.badge, .dropdown.btn {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:before, button.dropdown:before, a.dropdown.badge:before, .dropdown.btn:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before, button.dropdown:before, a.dropdown.badge:before, .dropdown.btn:before {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:before, button.dropdown:before, a.dropdown.badge:before, .dropdown.btn:before {
    border-color: #fff transparent transparent transparent; }
  .dropdown.button.tiny, #dashboard .dropdown.button.x-tiny, button.dropdown.tiny, a.dropdown.tiny.badge, .dropdown.tiny.btn {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before, #dashboard .dropdown.button.x-tiny:before, button.dropdown.tiny:before, a.dropdown.tiny.badge:before, .dropdown.tiny.btn:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:before, #dashboard .dropdown.button.x-tiny:before, button.dropdown.tiny:before, a.dropdown.tiny.badge:before, .dropdown.tiny.btn:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small, a.dropdown.small.badge, .dropdown.small.btn {
    padding-right: 3.0625rem; }
    .dropdown.button.small:before, button.dropdown.small:before, a.dropdown.small.badge:before, .dropdown.small.btn:before {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:before, button.dropdown.small:before, a.dropdown.small.badge:before, .dropdown.small.btn:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large, a.dropdown.large.badge, .dropdown.large.btn {
    padding-right: 3.625rem; }
    .dropdown.button.large:before, button.dropdown.large:before, a.dropdown.large.badge:before, .dropdown.large.btn:before {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:before, button.dropdown.large:before, a.dropdown.large.badge:before, .dropdown.large.btn:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.secondary:before, button.dropdown.secondary:before, a.dropdown.secondary.badge:before, .dropdown.secondary.btn:before {
    border-color: #333 transparent transparent transparent; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.55%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select {
  -webkit-appearance: none !important;
  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background: #f3f3f3 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border-color: #999999; }

select::-ms-expand {
  display: none; }

@-moz-document url-prefix() {
  select {
    background: #fafafa; }
  select:hover {
    background: #f3f3f3; } }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -moz-border-radius-bottomright: 1000px;
  -moz-border-radius-topright: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #cccccc; }
  span.prefix.radius, label.prefix.radius {
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #cccccc; }
  span.postfix.radius, label.postfix.radius {
    border-radius: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -webkit-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #ddd; }

/* Add height value for select elements to match text input height */
select {
  height: 2.3125rem; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 100;
  font-style: italic;
  background: #d23c2d;
  color: #fff; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 100;
  font-style: italic;
  background: #d23c2d;
  color: #fff; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #d23c2d; }

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 100;
  font-style: italic;
  background: #d23c2d;
  color: #fff; }

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }

.error span.error-message {
  display: block; }

input.error,
textarea.error {
  margin-bottom: 0; }

label.error {
  color: #d23c2d; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333;
  color: #fff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eee !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #ffffff; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875rem;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.label {
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #4c3490;
  color: #fff; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #d23c2d;
    color: #fff; }
  .label.success, .label.Administration_MenuBar__menu_tile {
    background-color: #4c3490;
    color: #fff; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

[data-magellan-expedition] {
  background: #fff;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a {
      line-height: 1.8em; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #fff;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: transparent;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #fff;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent #fff; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-color: transparent transparent transparent #333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: none;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #fff; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #fff;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #fff; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #ccc;
    float: none;
    margin-right: 6px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important; }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none; } }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999;
      border-radius: 3px; }
    ul.pagination li:hover a,
    ul.pagination li a:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #4c3490;
      color: #fff;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #4c3490; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b5ffed;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #eafffa; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: #333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a {
      color: #4c3490; }
  .panel.radius {
    border-radius: 3px; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #eee;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #f6f6f6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .description {
    background-color: #fff;
    padding: 0.9375rem;
    text-align: center;
    color: #777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .bullet-item {
    background-color: #fff;
    padding: 0.9375rem;
    text-align: center;
    color: #333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .cta-button {
    background-color: #fff;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #4c3490;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter, .progress.Administration_MenuBar__menu_tile .meter {
    background: #4c3490;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #d23c2d;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  background: #fafafa; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #ddd;
    margin: 1.25rem 0;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #fafafa;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #4c3490;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #00936f; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5; }
  .range-slider-active-segment ~ .range-slider-handle {
    margin-left: -0.5rem; }

.range-slider-handle {
  display: inline-block;
  position: relative;
  margin-top: -0.625rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #009671;
  cursor: pointer;
  background: #4c3490; }
  .range-slider-handle:hover {
    background: #00936f; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(195, 183, 229, 0.8);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -45%;
  width: 90%;
  background-color: #fff;
  padding: 0;
  border: solid 0px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 30px; }
  dialog .column,
  dialog .columns, .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 1.375rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    padding: 0;
    top: 30px; }
    dialog.tiny, .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; }
    dialog.small, .reveal-modal.small {
      margin-left: -20%;
      width: 40%; }
    dialog.medium, .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; }
    dialog.large, .reveal-modal.large {
      margin-left: -35%;
      width: 70%; }
    dialog.xlarge, .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }

@media print {
  dialog, .reveal-modal {
    background: #fff !important; } }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem; }
    .side-nav li a:not(.button) {
      display: block;
      color: #4c3490; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        color: #0fffc4; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #0fffc4;
      font-weight: normal;
      font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:before {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:before {
    border-color: #fff transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:before {
    border-color: #fff transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span, .split.button.Administration_MenuBar__menu_tile span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny, #dashboard .split.button.x-tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span, #dashboard .split.button.x-tiny span {
      width: 2.25rem; }
      .split.button.tiny span:before, #dashboard .split.button.x-tiny span:before {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:before {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:before {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:before {
    border-color: #333 transparent transparent transparent; }
  .split.button.radius span {
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -moz-border-radius-bottomright: 1000px;
    -moz-border-radius-topright: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      font-weight: normal;
      background: #4c3490;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: #fff; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #00906c; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: #fff;
  border-color: #cccccc; }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none; }
    div.switch input:hover, div.switch input:focus {
      cursor: pointer; }
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  div.switch input:not(:checked) + label {
    opacity: 0; }
  div.switch input:checked {
    display: none !important; }
  div.switch input {
    left: 0;
    display: block !important; }
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%; }
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%; }
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right; }
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto; }
  div.switch span.custom {
    display: none !important; }
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible; }
  div.switch label {
    padding: 0;
    line-height: 2.3rem;
    font-size: 0.875rem; }
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875rem; }
  div.switch span:last-child {
    width: 2.25rem;
    height: 2.25rem; }
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #eafffa, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5; }
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%); }
  div.switch:active {
    background: transparent; }
  div.switch.large {
    height: 2.75rem; }
    div.switch.large label {
      padding: 0;
      line-height: 2.3rem;
      font-size: 1.0625rem; }
    div.switch.large input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -2.6875rem; }
    div.switch.large span:last-child {
      width: 2.75rem;
      height: 2.75rem; }
  div.switch.small {
    height: 1.75rem; }
    div.switch.small label {
      padding: 0;
      line-height: 2.1rem;
      font-size: 0.75rem; }
    div.switch.small input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.6875rem; }
    div.switch.small span:last-child {
      width: 1.75rem;
      height: 1.75rem; }
  div.switch.tiny {
    height: 1.375rem; }
    div.switch.tiny label {
      padding: 0;
      line-height: 1.9rem;
      font-size: 0.6875rem; }
    div.switch.tiny input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.3125rem; }
    div.switch.tiny span:last-child {
      width: 1.375rem;
      height: 1.375rem; }
  div.switch.radius {
    border-radius: 4px; }
    div.switch.radius span:last-child {
      border-radius: 3px; }
  div.switch.round {
    border-radius: 1000px; }
    div.switch.round span:last-child {
      border-radius: 999px; }
    div.switch.round label {
      padding: 0 0.5625rem; }

@-webkit-keyframes webkitSiblingBugfix {
  from {
    position: relative; }
  to {
    position: relative; } }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #ddd; }
  table thead,
  table tfoot {
    background: #f5f5f5; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.tabs {
  *zoom: 1;
  margin-bottom: 0 !important; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    top: 1px;
    float: left; }
    .tabs dd > a {
      display: block;
      background: #efefef;
      color: #222;
      padding-top: 1rem;
      padding-right: 2rem;
      padding-bottom: 1.0625rem;
      padding-left: 2rem;
      font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover {
        background: #e1e1e1; }
    .tabs dd.active a {
      background: #fff; }
  .tabs.radius dd:first-child a {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a {
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  *zoom: 1;
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.46875rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block; }
    .tabs-content > .content.contained {
      padding: 0.46875rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.46875rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px; } }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 167, 126, 0.5); }
  .th.radius {
    border-radius: 3px; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #004b39;
    color: #4c3490; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 1.5;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    top: -10px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #4c3490 !important;
    border-bottom: dotted 1px #004b39 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777;
  font-weight: normal; }

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #fff; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 60px; }

.top-bar {
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  position: relative;
  background: #fff;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 60px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 60px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: #000;
        width: 50%;
        display: block;
        padding: 0 20px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #000;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 20px;
      height: 60px;
      line-height: 60px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 20px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0;
        padding-right: 25px;
        color: #fff;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: "";
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #fff; }
    .top-bar.expanded .toggle-topbar a {
      color: #888; }
      .top-bar.expanded .toggle-topbar a span {
        box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: transparent;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px gray;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #000;
    padding: 12px 0 12px 0;
    padding-left: 20px;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    background: transparent; }
    .top-bar-section ul li > a.button {
      background: #4c3490;
      font-size: 0.75rem;
      padding-right: 20px;
      padding-left: 20px; }
      .top-bar-section ul li > a.button:hover {
        background: #007a5c; }
    .top-bar-section ul li > a.button.secondary {
      background: #e7e7e7; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #cecece; }
    .top-bar-section ul li > a.button.success, .top-bar-section ul li > a.button.Administration_MenuBar__menu_tile {
      background: #4c3490; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.Administration_MenuBar__menu_tile:hover {
        background: #008464; }
    .top-bar-section ul li > a.button.alert {
      background: #d23c2d; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #ac3125; }
  .top-bar-section ul li:hover > a {
    background: #fff;
    color: #333; }
  .top-bar-section ul li.active > a {
    background: #4c3490;
    color: #fff !important;
	}
    .top-bar-section ul li.active > a:hover {
      background: #00906c;
      color: #fff; }
  .top-bar-section .has-form {
    padding: 20px; }
  .top-bar-section .has-dropdown {
    position: relative; }	
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0; 
      border: inset 5px;
      border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
      border-left-style: solid;
      margin-right: 20px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100% !important;
      height: auto;
	  }
	  
      .top-bar-section .dropdown li a {
        font-weight: bold;
        padding: 16px 0px !important;
	line-height: 1em;
	display: block;
	font-size: 0.75em !important;
	letter-spacing: 0;
	color: #333;
	box-sizing: border-box; }		
		
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: #000;
          line-height: 30px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 20px; }
      .top-bar-section .dropdown li .button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 20px 2px;
      margin-bottom: 0;
      /*text-transform: uppercase;*/
      color: #777;
      font-weight: bold;
      font-size: 0.625rem; }	 
	  	  
.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #fff;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #fff; }
  .contain-to-grid .top-bar {
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    -webkit-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background: #fff;
      color: #333; }
    /*.top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 20px;
      line-height: 60px;
      background: #fff; }*/
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #fff; }
		.top-bar-section li.has-dropdown ul.dropdown li a:hover{
		background: #4c3490 !important; color: #fff !important;}
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      /*padding: 0 20px;
      line-height: 60px;*/
      color: #fff;
      background: #4c3490; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        color: #4c3490 !important; 
		background: #fff !important; }
    .top-bar-section .has-dropdown > a {
      padding-right: 40px !important; }
      .top-bar-section .has-dropdown > a:after { 
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 30px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: none; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -2px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #333;		
        line-height: 1;
        white-space: nowrap;
        padding: 12px 20px !important;
        }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
	  background: #333;*}
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #eee;
      clear: none;
      height: 60px;
      width: 0; }
    .top-bar-section .has-form {
      background: #fff;
      padding: 0 20px;
      height: 60px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
	  .top-bar-section .left li .dropdown:hover > a{
      display:block;
	  color:red;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
	.top-bar-section .left li .dropdown ul li:hover > a {
    background: #fff;
    color: #333; }	
  .top-bar-section ul li:hover > a {
    background: #fff;
    color: #333; }
  .top-bar-section ul li:active > a {
    background: #4c3490;
    color: #fff; }
  .top-bar-section .has-dropdown:hover > .dropdown {
    display: block; } }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 63em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 63.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 63.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #4c3490;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #00906c; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #992c21; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 63em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 63.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 63.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow-x: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    height: 100%; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

nav.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #FFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
    color: #FFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 {
    font-size: 1.125rem; }

section.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  box-shadow: 1px 0 0 #4e4e4e;
  left: 0; }

section.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #4e4e4e;
  box-shadow: -1px 0 0 #1a1a1a;
  right: 0; }

section.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    section.tab-bar-section {
      text-align: left; } }
  section.tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  section.tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  section.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

a.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: #fff;
  position: relative; }
  a.menu-icon span {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    left: 0.8125rem;
    top: 0.3125rem;
    box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF; }
  a.menu-icon:hover span {
    box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    padding: 0.3rem 0.9375rem;
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }

.move-right a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .move-right a.exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0); }

.move-left a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .move-left a.exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0); }

.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
  -webkit-transform: translate(-250px, 0);
  transform: translate(-250px, 0); }

.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
  -webkit-transform: translate(250px, 0);
  transform: translate(250px, 0); }

.no-csstransforms .left-off-canvas-menu {
  left: -250px; }

.no-csstransforms .right-off-canvas-menu {
  right: -250px; }

.no-csstransforms .move-left > .inner-wrap {
  right: 250px; }

.no-csstransforms .move-right > .inner-wrap {
  left: 250px; }

/*
New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's.
Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported:

  rem-calc(10 20 30px 40);

Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets

  rem-calc((10, 20, 30, 40px));

Optionally call with a different base (eg: 8px) to calculate rem.

  rem-calc(16px 32px 48px, 8px);

If you require to comma separate your list

  rem-calc((16px, 32px, 48), 8px);
*/
meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important; }

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important; }

/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table; }

thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important; }

td.show-for-small, td.show-for-small-only, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge,
th.hide-for-xlarge-up,
th.hide-for-xxlarge-up {
  display: table-cell !important; }

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }

/* Large Displays: 1024px and up */
@media only screen and (min-width: 63.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }

/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-large-only,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }

/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important; }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

/* ------------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Frutiger LT W01 65 Bold', Arial;
  }

@font-face {
  font-family: 'Frutiger LT W01 65 Bold', Arial;
  }

@font-face {
  font-family: 'Frutiger LT W01 65 Bold', Arial;
  }

@font-face {
  font-family: 'Frutiger LT W01 65 Bold', Arial;
  }
/* ------------------------------------------------------------------------------------------------------------- */
* {
  text-rendering: optimizeLegibility; }

body {
  background-color: #e4e4e4;
  font-family: "Open Sans";
  text-shadow: none; }

a {
  outline: 0; }

#main-grid {
  margin: 40px 0 40px 0;
  min-height: 100px; }
  #main-grid .griditem {
    background-color: #fff;
    margin: 0 0 15px 0; }

#topnav {
  height: 100px; }
  #topnav.toolbox {
    height: 120px; }
  #topnav #logo {
    position: absolute;
    top: 5px;
    left: 0px;
    height: 90px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    /*#topnav #logo:hover {
      opacity: 0.7;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }*/
  #topnav #quicksearch-large, #topnav #quicksearch-small {
    position: absolute;
    right: 60px;
    top: 35px; }
    #topnav #quicksearch-large input, #topnav #quicksearch-small input {
      width: 200px;
      border: 1px solid #e5e5e5;
      box-shadow: none;
      font-size: 10px;
      height: 30px;
      padding-right: 20px;
      width: 400px;
      padding-left: 5px;
      margin-right: 20px; }

.sticky #quicksearch-small {
  display: none; }

.show-for-print {
  display: none;
  width: 150px;
  margin-left: 20px; }

#mainnav-wrap {
  opacity: 1 !important;
  height: 55px !important;
  background-color: #fff; }
  #mainnav-wrap nav, #mainnav-wrap section, #mainnav-wrap ul, #mainnav-wrap ul li {
    /*height: 54px !important;*/
    background-color: #fff; }
  #mainnav-wrap ul li:hover a.main {
    background-color: #4c3490  !important; 
	color: #fff !important;}

#mainnav-wrap.fixed {
  border-bottom: 1px solid transparent;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 200; }

#mainnav {
  width: 99%; }
  #mainnav ul.left {
    display: block;
    width: 100%; }
    #mainnav ul.left li {
      width: 14.25%; }
      #mainnav ul.left li a.main {
        line-height: 1em;
        display: block;
        padding: 15px 0 2px 7px;
        text-transform: uppercase;
        font-weight: 900 !important;
        font-size: 0.75em !important;
        letter-spacing: 0;
        color: #4c3490;
        box-sizing: border-box; }	
        #mainnav ul.left li a.sel {
          color: #4c3490; }
      #mainnav ul.left li a.smallcaption {
        padding: 3px 0 5px 7px;
        font-size: 0.68em !important;
        text-transform: none;
        letter-spacing: 0 !important;
        font-style: italic;
        color: #aaa; }

#small-logo {
  display: none; }

@media only screen and (max-width: 40em) {
  .f-topbar-fixed {
    padding-top: 0px !important; } }

@media only screen and (min-width: 63.063em) {
  .f-topbar-fixed {
    padding-top: 55px !important; } }

section#secondary-nav {
  margin-right: 20px; }
  section#secondary-nav ul {
    text-transform: uppercase;
    margin-top: -10px; }
    section#secondary-nav ul li a {
      font-size: 10px !important;
      color: #666;
      margin: 0;
      padding: 0 0 0 10px;
      background-color: transparent; }
      section#secondary-nav ul li a.profile-area {
        color: #4c3490; }
      section#secondary-nav ul li a:hover {
        color: #4c3490; }

#login-bubble {
  box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.3);
  display: none;
  position: absolute;
  right: 90px;
  top: -22px;
  opacity: 0;
  z-index: 20000;
  padding: 15px 10px 0 10px;
  background: #fff;
  min-width: 250px; }
  #login-bubble label, #login-bubble input, #login-bubble a {
    font-size: 11px !important; }
  #login-bubble .button {
    margin: 0 0 15px; }
  #login-bubble:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
    top: -7px;
    right: 40px;
    bottom: auto;
    left: auto;
    border-width: 0 7px 7px; }

div.divider-line {
  height: 1px;
  background-image: -webkit-linear-gradient(left, #fff 10%, #ccc, #fff 90%);
  background-image: linear-gradient(90deg, #fff 10%, #ccc, #fff 90%); }

#big-logo span {
  background: url(../../../www.stateofgreen.com/Graphics/logo.png);
  width: 180px;
  height: 50px;
  background-size: 100%;
  margin-top: -5px;
  display: inline-block;
  background-position: 0 13px;
  background-repeat: no-repeat;
  margin-left: -2px; }

#small-logo span {
  background: url(img/design/logo.png);
  width: 100px;
  height: 30px;
  background-size: 100%;
  margin-top: -3px;
  display: inline-block;
  background-position: 0 10px;
  background-repeat: no-repeat;
  margin-left: -2px; }

#big-foldout-menu {
  position: absolute;
  top: 156px;
  background-color: rgba(250, 250, 250, 0.97);
  width: 100%;
  z-index: 20000;
  display: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding: 0 0 0px 0; }
  #big-foldout-menu .mainmenu-column {
    width: 14.25%;
    float: left;
    padding: 20px 25px 0 7px;
    margin-top: 0px;
    font-size: 0.75em;
    line-height: 1.2em;
    min-height: 380px;
    box-sizing: border-box;
    border-left: 1px solid transparent; }
    #big-foldout-menu .mainmenu-column.selected-col {
      background-color: #eee;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      border-left: 1px solid #ddd; }
    #big-foldout-menu .mainmenu-column .mainmenu-item {
      margin: 0 0 10px 0;
      font-weight: 100; }
      #big-foldout-menu .mainmenu-column .mainmenu-item a {
        color: #4c3490; }
        #big-foldout-menu .mainmenu-column .mainmenu-item a:hover {
          color: #333;
          -webkit-transition: color 0.2s;
          transition: color 0.2s; }

#photo-banner {
  height: 400px;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0; }
  #photo-banner.photo-banner {
    height: 300px;
    background-size: cover;
    background-position: top center; }
  #photo-banner.news-banner {
    background-image: url(img/design/coverimages/cover_news.jpg);
    background-position: top center;
    background-size: cover;
    height: 212px;
    margin-bottom: 5px; }
  #photo-banner.events-banner {
    background-image: url(img/design/coverimages/cover_events.jpg);
    background-position: top center;
    background-size: cover;
    height: 212px;
    margin-bottom: 5px; }
  #photo-banner.infocus-banner {
    background-image: url(img/design/coverimages/cover_infocus.jpg);
    background-size: cover; }
  #photo-banner.tours-banner {
    background-image: url(img/design/coverimages/cover_tours.jpg);
    background-size: cover; }
  #photo-banner.sector-banner {
    background-size: cover;
    background-position: center top; }
  #photo-banner.subsector-banner {
    height: 250px;
    margin: 0; }
  #photo-banner.toolbox-banner {
    height: 275px;
    background-color: #666;
    background-image: url(img/design/toolbox_banner.jpg);
    background-size: cover; }
  #photo-banner #banner-content {
    margin-top: 50px; }
    #photo-banner #banner-content h1 {
      color: #fff;
      font-family: SohoGothicStdBold;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 2em;
      line-height: 1.1em;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }
      #photo-banner #banner-content h1.banner-text-animate-left {
        -webkit-animation: SogSlideInFromLeft 0.45s 0s 1; }
      #photo-banner #banner-content h1.banner-text-animate-top {
        -webkit-animation: SogSlideInFromTop 0.45s 0s 1; }
      #photo-banner #banner-content h1.banner-text-big {
        font-size: 60px; }
    #photo-banner #banner-content h2 {
      max-width: 80%;
      font-size: 1em;
      color: #fff;
      font-weight: 100;
      margin-bottom: 2em;
      text-shadow: 0px 0px 10px black; }
    #photo-banner #banner-content #start-connecting {
      width: 300px;
      text-transform: uppercase;
      font-weight: 100 !important;
      letter-spacing: 1px;
      font-size: 1.1em !important;
      font-family: SohoGothicStdLight;
      text-align: left; }
      #photo-banner #banner-content #start-connecting:hover {
        opacity: 0.9;
        -webkit-transition: all 1s;
        transition: all 1s; }
        #photo-banner #banner-content #start-connecting:hover img {
          -webkit-animation: SogRotate 2s 0s 1 !important;
          animation: SogRotate 2s 0s 1 !important; }
  #photo-banner #home-banner, #photo-banner #top-banner {
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover; }
  #photo-banner #home-banner {
    background-image: url(img/design/home-new-1-opt.jpg);
    background-position: left center; }
  #photo-banner .banner-share {
    position: absolute;
    bottom: 0;
    right: 41px; }
  #photo-banner .banner-header {
    -webkit-animation: SogSlideInFromTop 0.45s 0s 1;
    animation: SogSlideInFromTop 0.45s 0s 1; }
  #photo-banner .banner-subheader {
    -webkit-animation: SogSlideInFromLeft 0.45s 0s 1;
    animation: SogSlideInFromLeft 0.45s 0s 1; }
  #photo-banner .banner-button {
    -webkit-animation: SogSlideInFromBottom 0.95s 0s 1;
    animation: SogSlideInFromBottom 0.95s 0s 1; }
    #photo-banner .banner-button img {
      position: absolute;
      top: 14px;
      right: 15px;
      -webkit-animation: SogRotateThree 10s 0s infinite;
      animation: SogRotateThree 10s 0s infinite; }

.banner-shadow {
  position: absolute;
  opacity: 0.8;
  background-image: url(img/design/shadow.png);
  width: 100%;
  height: 22px;
  background-size: cover; }
  .banner-shadow.top-shadow {
    top: 0; }
  .banner-shadow.bottom-shadow {
    top: 556px;
    opacity: 0.8; }

#share-top, #share-bottom {
  overflow: hidden; }
  #share-top #show-share, #share-bottom #show-share {
    position: relative;
    background-color: #4c3490;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    padding: 0 40px 0 10px;
    float: left;
    margin: 0 3px 0 0; }
    #share-top #show-share:hover, #share-bottom #show-share:hover {
      opacity: 0.8; }
    #share-top #show-share .icon, #share-bottom #show-share .icon {
      background-image: url("img/design/icons/frontend_share_ffffff.png");
      background-size: 100%;
      width: 24px;
      height: 24px;
      position: absolute;
      right: 5px;
      top: 3px;
      display: block; }
  #share-top #shareicons, #share-bottom #shareicons {
    overflow: hidden;
    height: 32px; }
    #share-top #shareicons .addthis_toolbox a, #share-bottom #shareicons .addthis_toolbox a {
      height: 32px;
      padding: 0 !important;
      margin: 0 2px !important;
      opacity: 0.7; }
    #share-top #shareicons .addthis_toolbox a:hover, #share-bottom #shareicons .addthis_toolbox a:hover {
      opacity: 1;
      -webkit-transform: translate(0, 2px);
      transform: translate(0, 2px);
      -webkit-transition: all 0.2s; }

#share-top {
  margin-bottom: 20px; }
  #share-top #shareicons {
    display: none;
    float: left; }

#share-bottom {
  margin: 0; }
  #share-bottom #addthis-txt {
    float: right;
    height: 32px;
    line-height: 32px;
    margin: 0 10px 0 0;
    font-size: 12px;
    font-weight: bold; }
  #share-bottom #addthis-icons {
    float: right; }

.at300b {
  padding: 2px !important; }

#main-grid .griditem#sector-menu {
  background-color: #d23c2d; }

.tilesection .sog-tile:hover section .dimming-layer {
  opacity: 0.47;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.tilesection .sog-tile.video section {
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: #fff !important; }
  .tilesection .sog-tile.video section h1, .tilesection .sog-tile.video section h2, .tilesection .sog-tile.video section p, .tilesection .sog-tile.video section a, .tilesection .sog-tile.video section span {
    color: #fff !important; }
  .tilesection .sog-tile.video section span.plus {
    background-image: url(img/design/icons/white/icon_plus.png) !important;
    display: none; }
  .tilesection .sog-tile.video section .tile-text a.video {
    background-image: url(img/design/icons/green/icon_video.png);
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    background-size: 100%; }
  .tilesection .sog-tile.video section .tile-text a.video:hover {
    background-image: url(img/design/icons/green/icon_video_alt.png); }

.tilesection .sog-tile section {
  cursor: pointer;
  height: 300px;
  background-color: #fff;
  margin-bottom: 15px; }
  .tilesection .sog-tile section .transparent-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: transparent; }
  .tilesection .sog-tile section.publication {
    height: 300px; }
  .tilesection .sog-tile section.red-bg {
    background-color: #d23c2d;
    color: #fff; }
    .tilesection .sog-tile section.red-bg .tile-text h1, .tilesection .sog-tile section.red-bg .tile-text h2, .tilesection .sog-tile section.red-bg .tile-text .subhead {
      color: #fff;}
    .tilesection .sog-tile section.red-bg .tile-text .subhead a {
      color: #fff; }
      .tilesection .sog-tile section.red-bg .tile-text .subhead a:hover {
        color: #000; }
  .tilesection .sog-tile section.lightgreen-bg, .tilesection .sog-tile section.tour {
    background-color: #fff;
    color: #4c3490; }
    .tilesection .sog-tile section.lightgreen-bg .tile-text h1, .tilesection .sog-tile section.lightgreen-bg .tile-text .subhead, .tilesection .sog-tile section.lightgreen-bg .tile-text h2, .tilesection .sog-tile section.tour .tile-text h1, .tilesection .sog-tile section.tour .tile-text .subhead, .tilesection .sog-tile section.tour .tile-text h2 {
      color: #fff; }
  .tilesection .sog-tile section.chinese-map-tile {
    background-image: url(img/design/tiles/china_map.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .tilesection .sog-tile section.chinese-map-tile .tile-text h1, .tilesection .sog-tile section.chinese-map-tile .tile-text h1 {
    color: #FFFFFF !important; }
  .tilesection .sog-tile section.bigheadingbox .tile-text h1 {
    font-size: 40px !important; }
  .tilesection .sog-tile section.eventsbox .photo-bg {
    background-image: url(img/design/tiles/events_bg.jpg); }
  .tilesection .sog-tile section.eventsbox .tile-text h1 {
    color: #4c3490; }
  .tilesection .sog-tile section.eventsbox .tile-text h2 {
    color: #4c3490; }
  .tilesection .sog-tile section.hogbox .tile-text h1 {
    color: #fff; }
  .tilesection .sog-tile section.hogbox .tile-text h2 {
    color: #fff; }
  .tilesection .sog-tile section.eventsnewsbox .photo-bg {
    background-image: url(img/design/tiles/news_bg.jpg); }
  .tilesection .sog-tile section.eventsnewsbox .tile-text h1 {
    color: #fff; }
  .tilesection .sog-tile section.eventsnewsbox .tile-text h2 {
    color: #fff; }
  .tilesection .sog-tile section.factsbox .tile-text h1 {
    color: #4c3490; }
  .tilesection .sog-tile section.factsbox .tile-text h2 {
    color: #333; }
  .tilesection .sog-tile section.factsbox .photo-bg {
    background-image: url(img/design/tiles/facts_bg.jpg); }
  .tilesection .sog-tile section.factsbox .photo-bg, .tilesection .sog-tile section.eventsbox .photo-bg {
    background-size: cover;
    background-position: center center; }
  .tilesection .sog-tile section.lightgreen-bg.expanding {
    z-index: 100;
    background-color: #4c3490; }
    .tilesection .sog-tile section.lightgreen-bg.expanding span.plus {
      background-image: url(img/design/icons/white/icon_read_more.png); }
    .tilesection .sog-tile section.lightgreen-bg.expanding a.transparent-link {
      z-index: 100; }
    .tilesection .sog-tile section.lightgreen-bg.expanding #moreinfo {
      font-size: 12px !important;
      line-height: 15px !important; }
      .tilesection .sog-tile section.lightgreen-bg.expanding #moreinfo * {
        line-height: 15px !important;
        font-size: 12px !important; }
      .tilesection .sog-tile section.lightgreen-bg.expanding #moreinfo p {
        margin: 15px 0; }
      .tilesection .sog-tile section.lightgreen-bg.expanding #moreinfo strong {
        display: block;
        margin: 0 0 2px 0;
        font-style: italic; }
        .tilesection .sog-tile section.lightgreen-bg.expanding #moreinfo strong:last-child {
          margin: 15px 0; }
  .tilesection .sog-tile section.darkgreen-bg {
    background-color: #4c3490;
    color: #fff; }
    .tilesection .sog-tile section.darkgreen-bg .tile-text h1, .tilesection .sog-tile section.darkgreen-bg .tile-text .subhead, .tilesection .sog-tile section.darkgreen-bg .tile-text h2 {
      color: #fff; }
  .tilesection .sog-tile section.page, .tilesection .sog-tile section.file {
    background-color: #fff;
    color: #fff; }
    .tilesection .sog-tile section.page .tile-text h1, .tilesection .sog-tile section.page .tile-text h2, .tilesection .sog-tile section.file .tile-text h1, .tilesection .sog-tile section.file .tile-text h2 {
      color: #fff; }
    .tilesection .sog-tile section.page .tile-text .subhead, .tilesection .sog-tile section.file .tile-text .subhead {
      color: #4c3490; }
    .tilesection .sog-tile section.page .tile-text span.plus, .tilesection .sog-tile section.file .tile-text span.plus {
      background-image: url(img/design/icons/green/icon_plus.png); }
  .tilesection .sog-tile section.news, .tilesection .sog-tile section.event {
    background-color: #fff;
    color: #fff; }
    .tilesection .sog-tile section.news .tile-text .subhead, .tilesection .sog-tile section.event .tile-text .subhead {
      color: #15a3d6; }
      .tilesection .sog-tile section.news .tile-text .subhead .newsdate, .tilesection .sog-tile section.event .tile-text .subhead .newsdate {
        color: #333; }
    .tilesection .sog-tile section.news .tile-text span.plus, .tilesection .sog-tile section.event .tile-text span.plus {
      background-image: url(img/design/icons/blue/icon_plus.png); }
  .tilesection .sog-tile section.infocus .tile-text .subhead, .tilesection .sog-tile section.cmspage .tile-text .subhead, .tilesection .sog-tile section.video .tile-text .subhead {
    color: #d23c2d; }
  .tilesection .sog-tile section.infocus .tile-text h1, .tilesection .sog-tile section.infocus .tile-text h2, .tilesection .sog-tile section.cmspage .tile-text h1, .tilesection .sog-tile section.cmspage .tile-text h2, .tilesection .sog-tile section.video .tile-text h1, .tilesection .sog-tile section.video .tile-text h2 {
    color: #fff; }
  .tilesection .sog-tile section.infocus .dimming-layer {
    opacity: 0.58; }
  .tilesection .sog-tile section.infocus:hover .dimming-layer {
    opacity: 0.47;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s; }
  .tilesection .sog-tile section.infocus .tile-text .subhead {
    color: #d23c2d; }
  .tilesection .sog-tile section.infocus .tile-text h1, .tilesection .sog-tile section.infocus .tile-text h2 {
    color: #fff; }
  .tilesection .sog-tile section.infocus .tile-text span.plus {
    background-image: url(img/design/icons/red/icon_plus.png); }
  .tilesection .sog-tile section.toolbox-preset .tile-text .subhead {
    color: #4c3490; }
  .tilesection .sog-tile section.toolbox-preset .tile-text h1, .tilesection .sog-tile section.toolbox-preset .tile-text h2 {
    color: #333; }
  .tilesection .sog-tile section.toolbox-preset .tile-text span.plus {
    background-image: url(img/design/icons/green/icon_plus.png); }
  .tilesection .sog-tile section.toolbox-preset .dimming-layer {
    display: none; }
  .tilesection .sog-tile section.solution .tile-text .subhead {
    color: #4c3490; }
    .tilesection .sog-tile section.solution .tile-text .subhead span {
      color: #fff; }
  .tilesection .sog-tile section.solution .tile-text h1, .tilesection .sog-tile section.solution .tile-text h2 {
    color: #fff; }
  .tilesection .sog-tile section.solution .tile-text span.plus {
    background-image: url(img/design/icons/green/icon_plus.png); }
  .tilesection .sog-tile section.integratedsolution .tile-text .subhead {
    color: #d23c2d; }
    .tilesection .sog-tile section.integratedsolution .tile-text .subhead span {
      color: #fff; }
  .tilesection .sog-tile section.integratedsolution .tile-text h1, .tilesection .sog-tile section.integratedsolution .tile-text h2 {
    color: #fff; }
  .tilesection .sog-tile section.integratedsolution .tile-text span.plus {
    background-image: url(img/design/icons/green/icon_plus.png); }
  .tilesection .sog-tile section.profile .tile-text .subhead, .tilesection .sog-tile section.sector .tile-text .subhead, .tilesection .sog-tile section.subsector .tile-text .subhead {
    color: #333; }
  .tilesection .sog-tile section.profile .tile-text h1, .tilesection .sog-tile section.profile .tile-text h2, .tilesection .sog-tile section.sector .tile-text h1, .tilesection .sog-tile section.sector .tile-text h2, .tilesection .sog-tile section.subsector .tile-text h1, .tilesection .sog-tile section.subsector .tile-text h2 {
    color: #333; }
  .tilesection .sog-tile section.profile .photo-bg, .tilesection .sog-tile section.sector .photo-bg, .tilesection .sog-tile section.subsector .photo-bg {
    background-position: 50% 80%;
    background-size: 70%; }
  .tilesection .sog-tile section.profile span.plus, .tilesection .sog-tile section.sector span.plus, .tilesection .sog-tile section.subsector span.plus {
    background-image: url(img/design/icons/black/icon_plus.png); }
  .tilesection .sog-tile section.profile .photo-bg {
    background-size: 70%; }
  .tilesection .sog-tile section.sector .dimming-layer {
    background-color: #fff; }
  .tilesection .sog-tile section.sector .tile-text .subhead {
    color: #4c3490; }
  .tilesection .sog-tile section.sector .tile-text h1, .tilesection .sog-tile section.sector .tile-text h2 {
    color: #333; }

.tilesection section.sector-description-text {
  background-color: #4c3490;
  position: relative;
  color: #333; }
  .tilesection section.sector-description-text h1 {
    font-family: SohoGothicStdBold;
    font-size: 1.2em;
    color: #fff;
    max-width: 100%; }
  .tilesection section.sector-description-text a.readmore {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0; }
  .tilesection section.sector-description-text .inner {
    height: 95%;
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
    position: relative; }
    .tilesection section.sector-description-text .inner .readmore-divider {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      background-image: -webkit-linear-gradient(left, #eee, #ccc, #eee);
      background-image: linear-gradient(90deg, #eee, #ccc, #eee);
      height: 1px; }
    .tilesection section.sector-description-text .inner .inner-pad {
      padding: 15px; }
    .tilesection section.sector-description-text .inner p {
      font-weight: 100;
      font-size: 0.8em; }

.resultssection .filter-type-splitter section, .tilesection .filter-type-splitter section {
  background-color: #4c3490;
  padding: 15px 20px;
  margin: 15px 0 5px 0;
  color: #fff;
  font-weight: 900;
  font-size: 16px; }

.resultssection .sog-tile, .tilesection .sog-tile {
  position: relative; }
  .resultssection .sog-tile section, .tilesection .sog-tile section {
    cursor: pointer;
    margin-bottom: 15px;
    position: relative; }
    .resultssection .sog-tile section .transparent-link, .tilesection .sog-tile section .transparent-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 20;
      background-color: transparent; }
    .resultssection .sog-tile section .photo-bg, .tilesection .sog-tile section .photo-bg {
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-size: cover; }
    .resultssection .sog-tile section .dimming-layer, .tilesection .sog-tile section .dimming-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background-color: #000;
      opacity: 0.7; }
    .resultssection .sog-tile section .tile-text, .tilesection .sog-tile section .tile-text {
      padding: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      overflow: hidden; }
      .resultssection .sog-tile section .tile-text .subhead, .tilesection .sog-tile section .tile-text .subhead {
        font-size: 0.5em !important;
        display: block !important;
        text-transform: uppercase !important;
        margin-bottom: 3px !important;
        letter-spacing: 1px !important;
        font-weight: 400 !important; }
        .resultssection .sog-tile section .tile-text .subhead span, .tilesection .sog-tile section .tile-text .subhead span {
          color: #333; }
      .resultssection .sog-tile section .tile-text h1, .tilesection .sog-tile section .tile-text h1 {
        color: #333;
        font-size: 1.2em;
        line-height: 1.3em;
        text-transform: uppercase;
        font-weight: 900;
        margin: 0; }
        .resultssection .sog-tile section .tile-text h1 a, .tilesection .sog-tile section .tile-text h1 a {
          color: inherit; }
          .resultssection .sog-tile section .tile-text h1 a:hover, .tilesection .sog-tile section .tile-text h1 a:hover {
            opacity: 0.9;
            text-decoration: underline; }
      .resultssection .sog-tile section .tile-text h2, .tilesection .sog-tile section .tile-text h2 {
        color: #444;
        font-size: 0.60em;
        margin: 10px 0 0 0;
        font-weight: 100;
		text-transform:none;}
    .resultssection .sog-tile section span.plus, .tilesection .sog-tile section span.plus {
      cursor: pointer;
      background-image: url(img/design/icon_plus.png);
      display: block;
      position: absolute;
      bottom: 15px;
      right: 15px;
      background-size: 100%;
      width: 30px;
      height: 30px; }

.resultssection {
  margin: 0 0 50px 0; }
  .resultssection .sog-tile.result.splitter:after {
    width: 500px !important;
    height: 100px !important;
    display: block !important;
    background-color: red !important;
    position: relative; }
  .resultssection .sog-tile.result.profile.tileviewed section, .resultssection .sog-tile.result.profile.listviewed section, .resultssection .sog-tile.result.file.tileviewed section, .resultssection .sog-tile.result.file.listviewed section, .resultssection .sog-tile.result.page.tileviewed section, .resultssection .sog-tile.result.page.listviewed section, .resultssection .sog-tile.result.sector.tileviewed section, .resultssection .sog-tile.result.subsector.tileviewed section {
    background-color: #fff; }
    .resultssection .sog-tile.result.profile.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.profile.listviewed section .tile-text .subhead, .resultssection .sog-tile.result.file.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.file.listviewed section .tile-text .subhead, .resultssection .sog-tile.result.page.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.page.listviewed section .tile-text .subhead, .resultssection .sog-tile.result.sector.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.subsector.tileviewed section .tile-text .subhead {
      color: #4c3490; }
      .resultssection .sog-tile.result.profile.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.profile.listviewed section .tile-text .subhead span, .resultssection .sog-tile.result.file.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.file.listviewed section .tile-text .subhead span, .resultssection .sog-tile.result.page.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.page.listviewed section .tile-text .subhead span, .resultssection .sog-tile.result.sector.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.subsector.tileviewed section .tile-text .subhead span {
        color: #333; }
    .resultssection .sog-tile.result.profile.tileviewed section .tile-text h1, .resultssection .sog-tile.result.profile.listviewed section .tile-text h1, .resultssection .sog-tile.result.file.tileviewed section .tile-text h1, .resultssection .sog-tile.result.file.listviewed section .tile-text h1, .resultssection .sog-tile.result.page.tileviewed section .tile-text h1, .resultssection .sog-tile.result.page.listviewed section .tile-text h1, .resultssection .sog-tile.result.sector.tileviewed section .tile-text h1, .resultssection .sog-tile.result.subsector.tileviewed section .tile-text h1 {
      color: #333; }
    .resultssection .sog-tile.result.profile.tileviewed section .tile-text h2, .resultssection .sog-tile.result.profile.listviewed section .tile-text h2, .resultssection .sog-tile.result.file.tileviewed section .tile-text h2, .resultssection .sog-tile.result.file.listviewed section .tile-text h2, .resultssection .sog-tile.result.page.tileviewed section .tile-text h2, .resultssection .sog-tile.result.page.listviewed section .tile-text h2, .resultssection .sog-tile.result.sector.tileviewed section .tile-text h2, .resultssection .sog-tile.result.subsector.tileviewed section .tile-text h2 {
      color: #333;
      line-height: 1.3em; }
    .resultssection .sog-tile.result.profile.tileviewed section .photo-bg, .resultssection .sog-tile.result.profile.listviewed section .photo-bg, .resultssection .sog-tile.result.file.tileviewed section .photo-bg, .resultssection .sog-tile.result.file.listviewed section .photo-bg, .resultssection .sog-tile.result.page.tileviewed section .photo-bg, .resultssection .sog-tile.result.page.listviewed section .photo-bg, .resultssection .sog-tile.result.sector.tileviewed section .photo-bg, .resultssection .sog-tile.result.subsector.tileviewed section .photo-bg {
      background-position: 50% 80%;
      background-size: 70%; }
  .resultssection .sog-tile.result.news.tileviewed section .tile-text span.plus, .resultssection .sog-tile.result.news.listviewed section .tile-text span.plus, .resultssection .sog-tile.result.news section .tile-text span.plus, .resultssection .sog-tile.result.sector section .tile-text span.plus, .resultssection .sog-tile.result.subsector.tileviewed section .tile-text span.plus, .resultssection .sog-tile.result.subsector section .tile-text span.plus {
    background-image: url(img/design/icons/blue/icon_plus.png); }
  .resultssection .sog-tile.result.news.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.news.listviewed section .tile-text .subhead, .resultssection .sog-tile.result.news section .tile-text .subhead, .resultssection .sog-tile.result.sector section .tile-text .subhead, .resultssection .sog-tile.result.subsector.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.subsector section .tile-text .subhead {
    color: #15a3d6; }
    .resultssection .sog-tile.result.news.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.news.listviewed section .tile-text .subhead span, .resultssection .sog-tile.result.news section .tile-text .subhead span, .resultssection .sog-tile.result.sector section .tile-text .subhead span, .resultssection .sog-tile.result.subsector.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.subsector section .tile-text .subhead span {
      padding-left: 0px;
      color: #333; }
  .resultssection .sog-tile.result.page.tileviewed section .tile-text span.plus, .resultssection .sog-tile.result.page.listviewed section .tile-text span.plus, .resultssection .sog-tile.result.publication.tileviewed section .tile-text span.plus, .resultssection .sog-tile.result.publication.listviewed section .tile-text span.plus {
    background-image: url(img/design/icons/green/icon_plus.png); }
  .resultssection .sog-tile.result.page.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.page.listviewed section .tile-text .subhead, .resultssection .sog-tile.result.publication.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.publication.listviewed section .tile-text .subhead {
    color: #4c3490; }
    .resultssection .sog-tile.result.page.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.page.listviewed section .tile-text .subhead span, .resultssection .sog-tile.result.publication.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.publication.listviewed section .tile-text .subhead span {
      padding-left: 0px;
      color: #333; }
  .resultssection .sog-tile.result.file.tileviewed section .tile-text span.plus, .resultssection .sog-tile.result.file.listviewed section .tile-text span.plus {
    background-image: url(img/design/icons/blue/icon_plus.png); }
  .resultssection .sog-tile.result.file.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.file.listviewed section .tile-text .subhead {
    color: #15a3d6; }
    .resultssection .sog-tile.result.file.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.file.listviewed section .tile-text .subhead span {
      padding-left: 0px;
      color: #333; }
  .resultssection .sog-tile.result.event.tileviewed section .tile-text span.plus, .resultssection .sog-tile.result.event.listviewed section .tile-text span.plus {
    background-image: url(img/design/icons/blue/icon_plus.png); }
  .resultssection .sog-tile.result.event.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.event.listviewed section .tile-text .subhead {
    color: #15a3d6; }
    .resultssection .sog-tile.result.event.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.event.listviewed section .tile-text .subhead span {
      padding-left: 0px;
      color: #333; }
  .resultssection .sog-tile.result.solution.tileviewed .tile-text span.plus, .resultssection .sog-tile.result.solution.listviewed .tile-text span.plus, .resultssection .sog-tile.result.publication.tileviewed .tile-text span.plus, .resultssection .sog-tile.result.publication.listviewed .tile-text span.plus, .resultssection .sog-tile.result.infocus.tileviewed .tile-text span.plus, .resultssection .sog-tile.result.infocus.listviewed .tile-text span.plus, .resultssection .sog-tile.result.person.tileviewed .tile-text span.plus, .resultssection .sog-tile.result.person.listviewed .tile-text span.plus {
    background-image: url(img/design/icons/green/icon_plus.png); }
  .resultssection .sog-tile.result.solution.tileviewed .tile-text .subhead span, .resultssection .sog-tile.result.solution.listviewed .tile-text .subhead span, .resultssection .sog-tile.result.publication.tileviewed .tile-text .subhead span, .resultssection .sog-tile.result.publication.listviewed .tile-text .subhead span, .resultssection .sog-tile.result.infocus.tileviewed .tile-text .subhead span, .resultssection .sog-tile.result.infocus.listviewed .tile-text .subhead span, .resultssection .sog-tile.result.person.tileviewed .tile-text .subhead span, .resultssection .sog-tile.result.person.listviewed .tile-text .subhead span {
    color: #ccc; }
  .resultssection .sog-tile.result.solution.tileviewed .photo-bg, .resultssection .sog-tile.result.solution.listviewed .photo-bg, .resultssection .sog-tile.result.publication.tileviewed .photo-bg, .resultssection .sog-tile.result.publication.listviewed .photo-bg, .resultssection .sog-tile.result.infocus.tileviewed .photo-bg, .resultssection .sog-tile.result.infocus.listviewed .photo-bg, .resultssection .sog-tile.result.person.tileviewed .photo-bg, .resultssection .sog-tile.result.person.listviewed .photo-bg {
    background-size: cover; }
  .resultssection .sog-tile.result.integratedsolution.tileviewed .tile-text .subhead, .resultssection .sog-tile.result.integratedsolutions.listviewed .tile-text .subhead {
    color: #15a3d6; }
  .resultssection .sog-tile.result.publication.tileviewed .dimming-layer, .resultssection .sog-tile.result.publication.listviewed .dimming-layer {
    opacity: 0.6; }
  .resultssection .sog-tile.result.publication.tileviewed:hover .dimming-layer, .resultssection .sog-tile.result.publication.listviewed:hover .dimming-layer {
    opacity: 0.4; }
  .resultssection .sog-tile.result.profile.tileviewed .tile-text span.plus, .resultssection .sog-tile.result.profile.listviewed .tile-text span.plus {
    background-image: url(img/design/icons/black/icon_plus.png); }
  .resultssection .sog-tile.result.profile.tileviewed .photo-bg, .resultssection .sog-tile.result.profile.listviewed .photo-bg {
    background-size: 70%; }
  .resultssection .sog-tile.result.tileviewed:hover section .dimming-layer {
    opacity: 0.47;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s; }
  .resultssection .sog-tile.result.tileviewed section .tile-text .subhead {
    color: #4c3490; }
  .resultssection .sog-tile.result.tileviewed section .tile-text h1 {
    color: #fff; }
  .resultssection .sog-tile.result.tileviewed section .tile-text h2 {
    color: #eee; }
  .resultssection .sog-tile.result.tileviewed section .tile-text span.plus {
    background-image: url(img/design/icon_plus.png); }
  .resultssection .sog-tile.result.tileviewed section .tile-text a.video {
    background-image: url(img/design/icons/green/icon_video.png);
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    background-size: 100%; }
  .resultssection .sog-tile.result.tileviewed section .tile-text a.video:hover {
    background-image: url(img/design/icons/green/icon_video_alt.png); }
  .resultssection .sog-tile.result.listviewed {
    display: block;
    width: 100% !important;
    clear: both;
    height: auto;
    margin-bottom: 1px; }
    .resultssection .sog-tile.result.listviewed section {
      background-color: #333;
      position: relative;
      overflow: hidden;
      height: 100%;
      margin: 0; }
      .resultssection .sog-tile.result.listviewed section .photo-bg {
        position: static;
        float: left;
        width: 20%;
        height: 100%;
        background-image: none !important; }
      .resultssection .sog-tile.result.listviewed section .dimming-layer {
        display: none; }
      .resultssection .sog-tile.result.listviewed section .tile-text {
        float: left;
        width: 80%;
        height: 100%;
        position: static;
        padding: 20px; }
        .resultssection .sog-tile.result.listviewed section .tile-text .subhead {
          color: #4c3490; }
        .resultssection .sog-tile.result.listviewed section .tile-text h1 {
          color: #fff;
          font-size: 1.2em;
          line-height: 1.3em;
          text-transform: uppercase;
          font-weight: 900;
          margin: 0; }
        .resultssection .sog-tile.result.listviewed section .tile-text h2 {
          color: #eee;
          font-size: 0.75em;
          margin: 20px 0 0 0; }
        .resultssection .sog-tile.result.listviewed section .tile-text span.plus {
          cursor: pointer;
          display: block;
          position: absolute;
          bottom: 15px;
          right: 15px;
          background-image: url(img/design/icon_plus.png);
          background-size: 100%;
          width: 30px;
          height: 30px; }

.filter-heading {
  float: left;
  height: 25px;
  line-height: 25px;
  margin-right: 15px; }

.filter-pagination {
  font-family: 'Open Sans';
  font-weight: 900;
  float: right;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  padding: 0; }
  .filter-pagination a {
    color: #aaa;
    font-weight: 400; }
    .filter-pagination a:hover, .filter-pagination a.selected {
      color: #4c3490;
      text-shadow: 1px 1px 1px #ccc; }
  .filter-pagination span {
    font-weight: 700;
    color: #000;
    margin-right: 10px;
    float: left; }
    .filter-pagination span:last-child {
      margin-right: 0; }

.divider {
  height: 1px;
  background-image: -webkit-linear-gradient(left, #e4e4e4, #aaa, #e4e4e4);
  background-image: linear-gradient(90deg, #e4e4e4, #aaa, #e4e4e4);
  margin: 15px 0; }

.results-filter .results-filter-inner {
  overflow: hidden;
  height: 40px;
  line-height: 40px; }
  .results-filter .results-filter-inner .left, .results-filter .results-filter-inner .right {
    overflow: hidden; }
    .results-filter .results-filter-inner .left span, .results-filter .results-filter-inner .left a, .results-filter .results-filter-inner .right span, .results-filter .results-filter-inner .right a {
      font-size: 0.8em;
      text-transform: uppercase;
      display: block;
      float: left; }
    .results-filter .results-filter-inner .left span, .results-filter .results-filter-inner .right span {
      font-weight: 700;
      color: #000; }
    .results-filter .results-filter-inner .left a, .results-filter .results-filter-inner .right a {
      font-weight: 400;
      color: #aaa; }
      .results-filter .results-filter-inner .left a:hover, .results-filter .results-filter-inner .right a:hover {
        color: #4c3490;
        text-shadow: 1px 1px 1px #ccc; }
      .results-filter .results-filter-inner .left a:focus, .results-filter .results-filter-inner .left a:active, .results-filter .results-filter-inner .right a:focus, .results-filter .results-filter-inner .right a:active {
        color: #333; }
      .results-filter .results-filter-inner .left a.selected, .results-filter .results-filter-inner .right a.selected {
        color: #4c3490;
        text-shadow: 1px 1px 1px #ccc; }
      .results-filter .results-filter-inner .left a.selected:hover, .results-filter .results-filter-inner .right a.selected:hover {
        color: #4c3490;
        text-decoration: none; }
      .results-filter .results-filter-inner .left a.tileview, .results-filter .results-filter-inner .left a.listview, .results-filter .results-filter-inner .right a.tileview, .results-filter .results-filter-inner .right a.listview {
        background-size: 100%;
        width: 30px;
        height: 30px;
        margin: 5px; }
      .results-filter .results-filter-inner .left a.tileview, .results-filter .results-filter-inner .right a.tileview {
        background-image: url(img/design/tileview_large.png); }
      .results-filter .results-filter-inner .left a.listview, .results-filter .results-filter-inner .right a.listview {
        background-image: url(img/design/listview_large.png); }
  .results-filter .results-filter-inner .left {
    margin-right: 15px; }
    .results-filter .results-filter-inner .left span, .results-filter .results-filter-inner .left a {
      margin-right: 10px; }
  .results-filter .results-filter-inner .right {
    margin-left: 15px; }
    .results-filter .results-filter-inner .right span, .results-filter .results-filter-inner .right a {
      margin-left: 10px; }

.red-bg {
  background-color: #d23c2d; }

.removefromvplan {
  background-color: #d23c2d !important;
  font-size: 0.75em;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  padding: 5px;
  font-weight: 400; }
  .removefromvplan:hover {
    color: #333; }

.abs {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 97;
  overflow: hidden; }

footer {
  padding-bottom: 100px;
  text-transform: uppercase;
  font-size: 0.75em;
  color: #aaa;
  font-weight: 100;
  letter-spacing: 1px; }
  footer #adrblock {
    text-align: center; }
    footer #adrblock:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
  footer address {
    display: inline-block;
    vertical-align: middle;
    margin: 15px auto;
    font-size: 0.9em !important;
    text-align: left;
    font-style: normal; }
    footer address div {
      float: left;
      margin: 0 1.5em 0 1.5em; }
  footer #links {
    display: inline-block;
    font-size: 0.9em !important;
    text-align: center; }
    footer #links div {
      float: left;
      margin: 0 1.5em 0 1.5em; }

.filter-title {
  color: #4c3490;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.1em;
  overflow: hidden;
  font-weight: 900; }

.mega-filter-outer {
  display: none;
  /*
    &.frontpagebg{
        background-color: #fafafa;
        margin-bottom: 30px;
    }
    */ }
  .mega-filter-outer .mega-filter {
    /* Track */
    /* Handle */
    background-color: transparent;
    padding: 20px 20px;
    opacity: 1;
    box-sizing: border-box; }
    .mega-filter-outer .mega-filter ::-webkit-scrollbar {
      width: 5px; }
    .mega-filter-outer .mega-filter ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
      border-radius: 0px; }
    .mega-filter-outer .mega-filter ::-webkit-scrollbar-thumb {
      border-radius: 0px;
      background: rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
    .mega-filter-outer .mega-filter ::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(255, 0, 0, 0.4); }
    .mega-filter-outer .mega-filter .filter-part {
      margin: 15px 15px 15px 0;
      border-right: 1px solid #ccc;
      box-sizing: border-box;
      padding: 0 20px 0 0;
      -webkit-transition: all 1s;
      transition: all 1s; }
      .mega-filter-outer .mega-filter .filter-part h6 {
        -webkit-transition: color 2s;
        transition: color 2s;
        font-size: 0.8em;
        color: #333;
        text-transform: uppercase;
        word-spacing: 2px;
        margin: 0; }
        .mega-filter-outer .mega-filter .filter-part h6 span {
          font-weight: 900; }
      .mega-filter-outer .mega-filter .filter-part.inactive {
        opacity: 0.3; }
      .mega-filter-outer .mega-filter .filter-part.active {
        opacity: 1;
        -webkit-transition: opacity 0.75s;
        transition: opacity 0.75s; }
      .mega-filter-outer .mega-filter .filter-part.last {
        border-right: 0; }
      .mega-filter-outer .mega-filter .filter-part .filter-part-choices {
        max-height: 415px;
        overflow: auto;
        margin-top: 15px;
        font-size: 0.8em;
        color: #666; }
        .mega-filter-outer .mega-filter .filter-part .filter-part-choices .mainsector-title {
          font-size: 0.9em;
          margin: 0 0 10px 0;
          color: #333;
          font-weight: 900; }
        .mega-filter-outer .mega-filter .filter-part .filter-part-choices .subsector-group {
          margin-bottom: 20px; }
        .mega-filter-outer .mega-filter .filter-part .filter-part-choices .filter-option {
          margin: 0 0 10px 0;
          overflow: hidden;
          text-transform: uppercase; }
          .mega-filter-outer .mega-filter .filter-part .filter-part-choices .filter-option:hover {
            -webkit-transition: color 0.3s;
            transition: color 0.3s;
            color: #4c3490;
            text-shadow: 1px 1px 1px #ccc; }
            .mega-filter-outer .mega-filter .filter-part .filter-part-choices .filter-option:hover .box {
              background-color: #4c3490;
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              border: 1px solid #4c3490;
              box-shadow: 1px 1px 1px #ccc; }
          .mega-filter-outer .mega-filter .filter-part .filter-part-choices .filter-option .filter-sector-title {
            line-height: 15px;
            height: 15px;
            width: auto;
            cursor: pointer; }
          .mega-filter-outer .mega-filter .filter-part .filter-part-choices .filter-option .box {
            width: 15px;
            height: 15px;
            border: 1px solid #666;
            cursor: pointer;
            float: left;
            margin: 0 10px 0 0; }
          .mega-filter-outer .mega-filter .filter-part .filter-part-choices .filter-option.checked .box {
            background-color: #4c3490;
            border: 1px solid #4c3490;
            box-shadow: 1px 1px 1px #ccc; }
          .mega-filter-outer .mega-filter .filter-part .filter-part-choices .filter-option.checked .filter-sector-title {
            text-shadow: 1px 1px 1px #ccc;
            color: #4c3490; }
          .mega-filter-outer .mega-filter .filter-part .filter-part-choices .filter-option input {
            display: none; }

.sectorbox section .thingie, .subsectorbox section .thingie, .small-sectorbox section .thingie {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px; }

.sectorbox .sectorlist, .subsectorbox .sectorlist, .small-sectorbox .sectorlist {
  width: 100%;
  margin: 15px 0 0 0; }

.sectorbox div.divider-line, .subsectorbox div.divider-line, .small-sectorbox div.divider-line {
  height: 1px;
  background-image: -webkit-linear-gradient(left, #d23c2d, #fff, #d23c2d);
  background-image: linear-gradient(90deg, #d23c2d, #fff, #d23c2d); }

.sectorbox a.sectoritem, .subsectorbox a.sectoritem, .small-sectorbox a.sectoritem {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 10px 0 10px 0px;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 900;
  overflow: hidden;
  min-height: 30px; }
  .sectorbox a.sectoritem:hover, .sectorbox a.sectoritem.sel, .subsectorbox a.sectoritem:hover, .subsectorbox a.sectoritem.sel, .small-sectorbox a.sectoritem:hover, .small-sectorbox a.sectoritem.sel {
    color: #000;
    -webkit-transition: color 0.2s; }
  .sectorbox a.sectoritem.small-item, .subsectorbox a.sectoritem.small-item, .small-sectorbox a.sectoritem.small-item {
    min-height: 0;
    padding: 0; }
    .sectorbox a.sectoritem.small-item .title, .subsectorbox a.sectoritem.small-item .title, .small-sectorbox a.sectoritem.small-item .title {
      padding-left: 0; }
  .sectorbox a.sectoritem .logo, .subsectorbox a.sectoritem .logo, .small-sectorbox a.sectoritem .logo {
    width: 30px;
    height: 30px;
    float: left; }
  .sectorbox a.sectoritem .title, .subsectorbox a.sectoritem .title, .small-sectorbox a.sectoritem .title {
    width: 80%;
    float: left;
    padding-left: 15px;
    padding-top: 3px;
    line-height: 1.2em; }

.subsectorbox a.sectoritem {
  padding: 7px 0 7px 0px;
  min-height: 1px; }
  .subsectorbox a.sectoritem .logo {
    display: none; }
  .subsectorbox a.sectoritem .title {
    width: 100%;
    width: auto;
    padding-left: 0px;
    padding-top: 3px;
    line-height: 1.2em; }

.sog-section {
  margin: 30px 0; }

form#joinForm small.error {
  background-color: #4c3490; }

#profile-steps-container-outer {
  height: 600px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  #profile-steps-container-outer .buttons {
    opacity: 0.98;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    line-height: 60px;
    background-color: rgba(49, 211, 133, 0.49);
    width: 100.03%;
    box-sizing: border-box;
    text-align: right;
    padding: 0 15px; }
    #profile-steps-container-outer .buttons .button.success, #profile-steps-container-outer .buttons .button.Administration_MenuBar__menu_tile {
      background-color: #4c3490; }

#profile-status {
  background-color: #4c3490;
  padding: 30px; }
  #profile-status h1 {
    font-family: SohoGothicStdBold;
    color: #fff;
    font-size: 1.2em;
    margin: 0; }
  #profile-status h5 {
    font-size: 0.9em;
    margin: 15px 0;
    color: #fff; }
    #profile-status h5.highlight {
      color: #fffaaa;
      -webkit-transition: color 0.5s; }
      #profile-status h5.highlight a {
        color: #fffaaa;
        -webkit-transition: color 0.5s; }
    #profile-status h5 a {
      color: #fff;
      text-decoration: underline; }

.profile-welcome-step {
  position: relative;
  background-color: #fff;
  padding: 25px 30px 0 30px !important;
  box-sizing: border-box; }
  .profile-welcome-step .step-description {
    width: 70%; }
    .profile-welcome-step .step-description h3 {
      font-family: SohoGothicStdBold;
      color: #4c3490;
      font-size: 1.2em;
      margin: 0 0 1em 0; }
    .profile-welcome-step .step-description h6 {
      font-weight: 100;
      font-size: 0.9em;
      margin-bottom: 2em; }
  .profile-welcome-step h5 {
    font-size: 0.9em;
    font-weight: bold;
    color: #333; }
  .profile-welcome-step .sector-title {
    font-size: 0.8em;
    padding: 5px 0;
    color: #666;
    border-bottom: 1px solid #ddd;
    margin: 0px 0 5px 0; }
  .profile-welcome-step label {
    font-weight: bold; }
    .profile-welcome-step label input, .profile-welcome-step label select, .profile-welcome-step label textarea {
      outline: 0;
      margin-top: 3px; }
  .profile-welcome-step .checkoption {
    margin: 0 0 0.1em 0;
    font-weight: normal; }
    .profile-welcome-step .checkoption label {
      font-weight: normal; }
    .profile-welcome-step .checkoption input, .profile-welcome-step .checkoption label {
      vertical-align: middle;
      font-weight: normal; }
    .profile-welcome-step .checkoption input {
      margin: 0; }
  .profile-welcome-step .ng-required, .profile-welcome-step .ng-invalid-required {
    border: 2px solid #4c3490; }
  .profile-welcome-step .ng-invalid.ng-valid-required {
    border: 2px solid #d23c2d !important; }
  .profile-welcome-step input.ng-invalid.ng-invalid-required, .profile-welcome-step select.ng-invalid.ng-invalid-required {
    border: 2px solid #4c3490 !important; }
  .profile-welcome-step div.ng-invalid-required {
    padding: 7px; }

.button.disabled.success, .button.disabled.Administration_MenuBar__menu_tile {
  opacity: 0.5; }

.pagewrap #article-type-name section {
  padding: 2px 20px;
  text-transform: uppercase; 
  color: #4c3490;
  font-size: 1.1em;
  font-weight: 900; }

.pagewrap #article-content-wrap, .pagewrap .article-wrap {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box; }
  .pagewrap #article-content-wrap #bigimg, .pagewrap .article-wrap #bigimg {
    min-width: 100%;
    margin: 0 0 35px 0;
    max-height: 320px; }
  .pagewrap #article-content-wrap h1, .pagewrap .article-wrap h1 {
    font: normal 2.1em SohoGothicStdBold;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    line-height: 1.2em;
    max-width: 75%;
    /*
            font:normal 2em "open sans";
            margin:0 0 15px 0;
            line-height: 1.2em;
            max-width: 90%;
            font-weight: bold;
            span.infocus{
                color:$AlertRed;
            }
            */ }
    .pagewrap #article-content-wrap h1 span.infocus, .pagewrap .article-wrap h1 span.infocus {
      color: #d23c2d; }
  .pagewrap #article-content-wrap h2, .pagewrap .article-wrap h2 {
    font-size: 14px;
    margin: 0 0 20px 0;
    font-weight: 900;
    line-height: 1.5;
    color: #555; }
  .pagewrap #article-content-wrap.subsector h2, .pagewrap .article-wrap.subsector h2 {
    margin-bottom: 20px; }
  .pagewrap #article-content-wrap .featured-video, .pagewrap .article-wrap .featured-video {
    margin: 20px 0; }
  .pagewrap #article-content-wrap .desc, .pagewrap #article-content-wrap .techspecs, .pagewrap .article-wrap .desc, .pagewrap .article-wrap .techspecs {
    font-size: 14px !important;
	color:#182541
    line-height: 1.5;
    font-family: "sans-serif" !important; }
    .pagewrap #article-content-wrap .desc *, .pagewrap #article-content-wrap .techspecs *, .pagewrap .article-wrap .desc *, .pagewrap .article-wrap .techspecs * {
      font-size: 14px !important;
      line-height: 1.5;
      font-family: "sans-serif" !important; color:#182541}
    .pagewrap #article-content-wrap .desc p, .pagewrap #article-content-wrap .techspecs p, .pagewrap .article-wrap .desc p, .pagewrap .article-wrap .techspecs p {
      font-size: 14px !important;
      font-weight: normal !important;
      margin: 0 0 20px 0;
      line-height: 1.5;
      font-family: "sans-serif" !important; }
      .pagewrap #article-content-wrap .desc p sub, .pagewrap #article-content-wrap .techspecs p sub, .pagewrap .article-wrap .desc p sub, .pagewrap .article-wrap .techspecs p sub {
        font-size: 8px !important; }
    .pagewrap #article-content-wrap .desc ul, .pagewrap #article-content-wrap .techspecs ul, .pagewrap .article-wrap .desc ul, .pagewrap .article-wrap .techspecs ul {
      list-style-type: square;
      font-family: "Open Sans" !important; }
  .pagewrap #article-content-wrap .techspecs, .pagewrap .article-wrap .techspecs {
    margin: 20px 0; }
    .pagewrap #article-content-wrap .techspecs h2, .pagewrap .article-wrap .techspecs h2 {
      font-family: SohoGothicStdBold !important;
      text-transform: uppercase;
      font-weight: normal;
      font-size: 1em !important;
      letter-spacing: 0px;
      margin: 0 0 15px 0; }
    .pagewrap #article-content-wrap .techspecs h2 + br, .pagewrap .article-wrap .techspecs h2 + br {
      display: none; }

.pagewrap #infobox {
  font-size: 0.75em;
  line-height: 1.5;
  padding: 0 0 0 15px; }
  .pagewrap #infobox p {
    font-size: 1em; }
  .pagewrap #infobox #profile-logo-small {
    display: inline-block;
    margin: 0px 0 25px 0;
    width: 100%; }

.pagewrap .profile-boxes-wrapper > div {
  background-color: #4c3490;
  /*background-color: #93BC55;*/
  margin: 0 0 15px 0; }
  .pagewrap .profile-boxes-wrapper > div.pageinfobox {
    position: relative;
    margin: 0 0 10px 0;
    background-color: #4c3490;
    padding: 15px;
    color: #fff;
    font-size: 0.75em;
    line-height: 1.5em; }
    .pagewrap .profile-boxes-wrapper > div.pageinfobox a {
      color: #fff;
      text-decoration: underline; }
    .pagewrap .profile-boxes-wrapper > div.pageinfobox h2 {
      font-size: 1.5em;
      color: #fff;
      text-transform: uppercase;
      font-weight: 900; }
      .pagewrap .profile-boxes-wrapper > div.pageinfobox h2 a {
        text-decoration: none; }
        .pagewrap .profile-boxes-wrapper > div.pageinfobox h2 a:hover {
          text-decoration: underline; }
    .pagewrap .profile-boxes-wrapper > div.pageinfobox div.boxcontent p {
      font-size: 1em;
      line-height: 1.5em; }
    .pagewrap .profile-boxes-wrapper > div.pageinfobox a.linklayer {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 20; }

.pagewrap .profile-actions-box .attendeelist a, .pagewrap .rightcol-box .attendeelist a {
  color: #fff;
  text-decoration: underline; }

.pagewrap .profile-actions-box a.b, .pagewrap .profile-actions-box div.iconhead, .pagewrap .rightcol-box a.b, .pagewrap .rightcol-box div.iconhead {
  position: relative;
  display: block;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 20px 20px 20px 50px;
  font-weight: 400;
  line-height: 16px;
  -webkit-transition: background-color 0.3s; }
  .pagewrap .profile-actions-box a.b .icon, .pagewrap .profile-actions-box div.iconhead .icon, .pagewrap .rightcol-box a.b .icon, .pagewrap .rightcol-box div.iconhead .icon {
    position: absolute;
    top: 16px;
    left: 20px;
    width: 24px;
    height: 24px;
    display: block;
    box-sizing: border-box;
    background-size: 100%; }
    .pagewrap .profile-actions-box a.b .icon.message, .pagewrap .profile-actions-box div.iconhead .icon.message, .pagewrap .rightcol-box a.b .icon.message, .pagewrap .rightcol-box div.iconhead .icon.message {
      background-image: url("img/design/icons/frontend_send_message_ffffff.png"); }
    .pagewrap .profile-actions-box a.b .icon.website, .pagewrap .profile-actions-box div.iconhead .icon.website, .pagewrap .rightcol-box a.b .icon.website, .pagewrap .rightcol-box div.iconhead .icon.website {
      background-image: url("img/design/icons/frontend_visit_website_ffffff.png"); }
    .pagewrap .profile-actions-box a.b .icon.map, .pagewrap .profile-actions-box div.iconhead .icon.map, .pagewrap .rightcol-box a.b .icon.map, .pagewrap .rightcol-box div.iconhead .icon.map {
      background-image: url("img/design/icons/frontend_map_ffffff.png"); }
    .pagewrap .profile-actions-box a.b .icon.visit, .pagewrap .profile-actions-box div.iconhead .icon.visit, .pagewrap .rightcol-box a.b .icon.visit, .pagewrap .rightcol-box div.iconhead .icon.visit {
      background-image: url("img/design/icons/frontend_tours_ffffff.png"); }
    .pagewrap .profile-actions-box a.b .icon.download, .pagewrap .profile-actions-box div.iconhead .icon.download, .pagewrap .rightcol-box a.b .icon.download, .pagewrap .rightcol-box div.iconhead .icon.download {
      background-image: url("img/design/icons/frontend_download_ffffff.png"); }
    .pagewrap .profile-actions-box a.b .icon.sog, .pagewrap .profile-actions-box div.iconhead .icon.sog, .pagewrap .rightcol-box a.b .icon.sog, .pagewrap .rightcol-box div.iconhead .icon.sog {
      background-image: url("img/design/sogicon.png"); }
  .pagewrap .profile-actions-box a.b:after, .pagewrap .profile-actions-box div.iconhead:after, .pagewrap .rightcol-box a.b:after, .pagewrap .rightcol-box div.iconhead:after {
    position: absolute;
    bottom: 0;
    left: 0%;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.1, #4c3490), color-stop(0.5, #eee), color-stop(0.9, #4c3490));
    background-image: -webkit-linear-gradient(90deg, #4c3490 10%, #eee, #4c3490 90%);
    background-image: -webkit-linear-gradient(left, #4c3490 10%, #eee, #4c3490 90%);
    background-image: linear-gradient(90deg, #4c3490 10%, #eee, #4c3490 90%); }

.pagewrap .profile-actions-box a.b.red, .pagewrap .rightcol-box a.b.red {
  -webkit-transition: background-color 0.2s;
  /*background-color: #d23c2d;*/ 
  background-color: #4c3490;
  }

.pagewrap .profile-actions-box a.b.attending, .pagewrap .rightcol-box a.b.attending {
  background-image: url("img/design/checkmark_50_px.png");
  background-color: #333 !important;
  background-repeat: no-repeat;
  background-position: 3% 50%;
  text-align: right;
  font-size: 1em; }

.pagewrap .profile-actions-box a.b.lightgreen, .pagewrap .rightcol-box a.b.lightgreen {
  -webkit-transition: background-color 0.2s;
  background-color: #4c3490; }

.pagewrap .profile-actions-box a.b.darkgrey, .pagewrap .rightcol-box a.b.darkgrey {
  -webkit-transition: background-color 0.2s;
  background-color: #353535;
  border-bottom: 1px solid #222; }
  .pagewrap .profile-actions-box a.b.darkgrey:last-of-type:after, .pagewrap .rightcol-box a.b.darkgrey:last-of-type:after {
    display: none; }

.pagewrap .profile-actions-box a.b:hover:after, .pagewrap .rightcol-box a.b:hover:after {
  position: absolute;
  bottom: 0;
  left: 0%;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #eee;
  background-image: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.1, #4c3490), color-stop(0.5, #eee), color-stop(0.9, #4c3490));
  background-image: -webkit-linear-gradient(90deg, #4c3490 10%, #eee, #4c3490 90%);
  background-image: -webkit-linear-gradient(left, #4c3490 10%, #eee, #4c3490 90%);
  background-image: linear-gradient(90deg, #4c3490 10%, #eee, #4c3490 90%); }

.pagewrap .profile-actions-box a.b.red:after, .pagewrap .rightcol-box a.b.red:after {
  position: absolute;
  bottom: 0;
  left: 0%;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #eee;
  background-image: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.1, #d23c2d), color-stop(0.5, #eee), color-stop(0.9, #d23c2d));
  background-image: -webkit-linear-gradient(90deg, #d23c2d 10%, #eee, #d23c2d 90%);
  background-image: -webkit-linear-gradient(left, #d23c2d 10%, #eee, #d23c2d 90%);
  background-image: linear-gradient(90deg, #d23c2d 10%, #eee, #d23c2d 90%); }

.pagewrap .profile-actions-box a.b.red:last-of-type:after, .pagewrap .rightcol-box a.b.red:last-of-type:after {
  display: none; }

.pagewrap .profile-actions-box a.b:hover, .pagewrap .rightcol-box a.b:hover {
  -webkit-transition: background-color 0.3s;
  background-color: #5631be; }

.pagewrap .profile-actions-box a.b.centered, .pagewrap .rightcol-box a.b.centered {
  text-align: center;
  padding: 20px !important;
  font-size: 1em; }

.pagewrap #filelist {
  padding: 20px 20px 0 20px;
  color: #fff;
  font-size: 0.7em;
  max-height: 300px;
  overflow: auto;
  outline: 0;
  background-color: #333; }

.pagewrap #filelist .inner-div {
  padding: 20px;
  outline: 0; }

.pagewrap #filelist .inner-div .fileitem {
  overflow: hidden;
  margin: 0 0 15px 0; }

.pagewrap #filelist .inner-div .fileitem .ext {
  float: left;
  margin-right: 10px;
  background-color: #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  padding: 0 7px; }

.pagewrap #filelist .inner-div .fileitem .name {
  float: left;
  width: 70%;
  margin-top: 3px;
  line-height: 14px; }

.pagewrap #filelist .filetypesplit {
  padding: 7px 7px;
  text-transform: uppercase;
  background-color: #444;
  margin: 0 0 10px 0; }

.pagewrap .rightcol-box, .pagewrap .mapbox {
  padding: 20px;
  color: #fff; }
  .pagewrap .rightcol-box h2, .pagewrap .mapbox h2 {
    margin: 0;
    font-size: 12px; }
  .pagewrap .rightcol-box h1, .pagewrap .mapbox h1 {
    font-size: 1em;
    font-family: SohoGothicStdBold;
    margin: 0; }
  .pagewrap .rightcol-box h3, .pagewrap .mapbox h3 {
    margin: 0;
    font-size: 12px;
    margin: 1em 0 20px 0; }
  .pagewrap .rightcol-box h1, .pagewrap .rightcol-box h2, .pagewrap .rightcol-box h3, .pagewrap .mapbox h1, .pagewrap .mapbox h2, .pagewrap .mapbox h3 {
    color: #eee; }
  .pagewrap .rightcol-box h1, .pagewrap .rightcol-box h2, .pagewrap .mapbox h1, .pagewrap .mapbox h2 {
    text-transform: uppercase; }

.pagewrap .mapbox {
  padding: 0; }
  .pagewrap .mapbox .inner {
    padding: 20px; }
    .pagewrap .mapbox .inner h2 {
      text-transform: none; }

.really-big-button {
  outline: 0;
  background-color: #333;
  display: block;
  color: #eee;
  font-size: 1.1em;
  text-align: center;
  padding: 15px 20px;
  text-transform: uppercase;
  font-family: SohoGothicStdLight;
  -webkit-transition: all 0.2s;
  border: 0;
  width: 100%;
  margin: 0;
  height: auto; }
  .really-big-button:hover {
    -webkit-transition: all 0.2s;
    background-color: #4c3490;
    color: #fff; }

.newsletterbox input[type=text], .newsletterbox input[type=email] {
  width: 100%;
  border: 0;
  margin: 10px 0;
  font-style: italic;
  font-size: 0.75em; }

.newsletterbox .newsletter-message {
  padding: 20px;
  text-align: center;
  margin: 10px 0; }
  .newsletterbox .newsletter-message.success, .newsletterbox .newsletter-message.Administration_MenuBar__menu_tile {
    background-color: green; }
  .newsletterbox .newsletter-message.error {
    background-color: #d23c2d; }

.logo-bounce {
  -webkit-animation: SogZoomOut 0.5s 0s 1;
  animation: SogZoomOut 0.5s 0s 1; }

#event-details {
  background-color: #eee;
  padding: 20px;
  margin: 50px 0; }
  #event-details table {
    background-color: transparent;
    padding: 0;
    border: 0;
    width: 100%;
    margin-top: 20px; }
    #event-details table tr td {
      font-size: 0.75em;
      padding: 10px 0 0 0;
      margin: 0; }
      #event-details table tr td:first-child {
        font-weight: 900; }
    #event-details table tr:nth-of-type(even) {
      background-color: transparent !important; }

.important-msg section {
  background-color: #d23c2d;
  margin: 20px 0 0px 0;
  padding: 20px;
  color: #fff;
  font-weight: 900; }

.green-msg section {
  background-color: #4c3490;
  margin: 20px 0 0px 0;
  padding: 20px;
  color: #fff;
  font-weight: 900; }

#no-results {
  padding: 20px;
  font-size: 0.75em;
  font-weight: 900;
  text-transform: uppercase; }
  #no-results > div {
    padding: 20px;
    background-color: #15a3d6;
    color: #fff; }

.googlemap img {
  max-width: none !important; }

#map {
  height: 640px; }

#requestModal input[type=radio] {
  margin: 0; }

#requestModal input[type=radio] + label {
  font-weight: normal; }

#requestModal label {
  font-weight: 900; }

#requestModal .request-welcome-step {
  padding: 15px 10px;
  border-bottom: 1px solid #eee; }

#requestModal #arrivaldate select {
  width: 30%;
  margin: 0 5px 0 0; }

#requestModal .request-welcome-step .step-description h3 {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 1.2em;
  color: #4c3490; }

#requestModal .request-welcome-step .step-description h6 {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 0.8em;
  color: #4c3490; }

#requestModal #profile-status {
  padding: 15px 30px; }

#requestModal .error input {
  margin-bottom: 1rem; }

#requestModal .visititem {
  margin: 0;
  border-top: 1px solid #4c3490;
  padding: 8px 8px;
  font-size: 12px;
  overflow: hidden; }

#requestModal .visititem span {
  float: right; }

#requestModal .visititem span a {
  text-decoration: none;
  color: #d23c2d; }

#requestModal .error input, #requestModal .error textarea, #requestModal .error select {
  margin-bottom: 1rem !important; }

#requestModal .error input[type=radio] {
  margin-bottom: 0 !important; }

#requestModal #siteTypes {
  display: none; }

#contactModal textarea {
  height: 180px !important; }

#contactModal input[type=radio] {
  margin: 0; }

#contactModal input[type=radio] + label {
  font-weight: normal; }

#contactModal label {
  font-weight: 900; }

#contactModal #profile-status {
  background-color: #4c3490;
  color: #fff;
  padding: 20px;
  margin: 20px 0 20px 0;
  font-size: 0.8em;
  line-height: 1.5; }

#contactModal .error input, #contactModal .error textarea, #contactModal .error select {
  margin-bottom: 1rem !important; }

#contactModal .error input[type=radio] {
  margin-bottom: 0 !important; }

/*BING BEGIN*/
#bingMapContainer {
  height: 800px; }

.MapPushpinBase div {
  display: none; }

#bingMapContainer .Infobox img {
  width: 170px;
  height: 60px;
  margin-left: 10px; }

.map-info-window {
  font-family: SohoGothicStdRegular;
  text-align: center;
  width: 200px;
  height: 100px;
  line-height: 1.2em;
  color: #000; }
  .map-info-window div {
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto; }
  .map-info-window.infoWithImage {
    height: 135px; }

#visitplan {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer; }
  #visitplan img {
    display: block; }

.breadcrumb div {
  display: inline; }

#topvisitbutton {
  display: inline;
  position: fixed;
  width: 80px;
  top: 0;
  right: 20px;
  opacity: 0.99;
  background-color: #4c3490;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4); }
  #topvisitbutton #requestcarttop {
    height: 0px;
    overflow: hidden;
    padding-top: 5px; }
    #topvisitbutton #requestcarttop.active {
      height: 80px;
      padding-bottom: 10px; }
  #topvisitbutton #requestcartbottom {
    height: 30px;
    line-height: 30px;
    font-size: 1.2em; }
    #topvisitbutton #requestcartbottom img {
      width: 25px;
      float: left;
      padding: 0 0 10px 0;
      margin-left: 20px; }
  #topvisitbutton a {
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    text-transform: uppercase;
    width: 100%;
    height: 100%; }

#topvisitbubble {
  right: -50px;
  top: 40px;
  width: 120px; }

.visitplan-overlay {
  display: none;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  background-color: #4c3490;
  color: #fff;
  font-size: 0.65em;
  text-transform: uppercase;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  line-height: 20px;
  text-align: center;
  padding: 5px; }
  .visitplan-overlay.novisits {
    background-color: #969696; }

#flash404 {
  padding: 20px 0;
  background-color: #4c3490;
  color: #fff;
  line-height: 1.5; }

#map-snurrebasse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  min-height: 100px;
  z-index: 199; }
  #map-snurrebasse img {
    top: 50%;
    left: 49%;
    position: absolute;
    background-color: #4c3490;
    padding: 5px;
    border-radius: 50px;
    -webkit-animation: SogRotateTwo 1s 0s 1000;
    animation: SogRotateTwo 1s 0s 1000; }

.newsauthor {
  margin: 20px 0;
  font-style: italic;
  font-size: 12px;
  line-height: 1.5; }

#snurrebasse-classic {
  background-color: #4c3490;
  padding: 5px;
  border-radius: 20px;
  -webkit-animation: SogRotateTwo 1s 0s 1000;
  animation: SogRotateTwo 1s 0s 1000; }

.auth-message {
  padding: 20px;
  background-color: #4c3490;
  color: #fff;
  font-weight: 900; }

.auth-message.auth-error {
  background-color: #d23c2d; }

#AdminLoginForm label {
  font-weight: 900; }

.does-not-compute {
  border: 2px solid #d23c2d !important; }

.admin-savemsg {
  position: absolute;
  right: 27px;
  padding: 10px 50px;
  background-color: #4c3490;
  color: #fff;
  font-weight: 400;
  display: none;
  font-size: 11px; }

.admin-overviewmsg {
  padding: 10px;
  background-color: #15a3d6;
  color: #fff;
  font-weight: 400;
  font-size: 11px; }
  .admin-overviewmsg a {
    color: #fff;
    text-decoration: underline; }

#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 15000;
  opacity: 0.6; }

a span.typecount {
  color: #aaa;
  font-size: 10px; }

section#toolboxmenu .side-nav.admin-menu li {
  font-weight: 900;
  font-size: 11px; }
  section#toolboxmenu .side-nav.admin-menu li ul {
    margin-top: -10px;
    border-bottom: 1px dotted #ddd; }

section#toolboxmenu .side-nav.admin-menu li li {
  font-weight: 400;
  font-size: 11px;
  margin-bottom: 1px; }
  section#toolboxmenu .side-nav.admin-menu li li a span {
    background-image: none; }

.side-nav.admin-menu li {
  margin-bottom: 12px; }

.side-nav.admin-menu li a {
  color: #666 !important;
  display: block;
  margin-left: 0;
  line-height: 24px; }

.side-nav.admin-menu li:hover > span.i {
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition: all .3s;
  -ms-transform: scale(1.2, 1.2);
  -ms-transition: all .3s;
  -moz-transform: scale(1.2, 1.2);
  -moz-transition: all .3s;
  transform: scale(1.2, 1.2);
  transition: all .3s;
  opacity: 1; }

.side-nav.admin-menu li a:hover {
  color: #4c3490 !important; }

.admin-menu li.sel a {
  color: #00aa77 !important; }

.admin-menu li.disabled a {
  color: #ddd !important;
  cursor: default; }

.side-nav.admin-menu li span.i {
  opacity: 0.8;
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  float: left;
  background-size: 100%;
  margin-right: 7px; }
  .side-nav.admin-menu li span.i.sectors {
    background-image: url(img/design/icons/backend_sectors_666666.png); }
  .side-nav.admin-menu li span.i.subsectors {
    background-image: url(img/design/icons/backend_subsectors_666666.png); }
  .side-nav.admin-menu li span.i.profiles {
    background-image: url(img/design/icons/backend_profiles_666666.png); }
  .side-nav.admin-menu li span.i.solutions {
    background-image: url(img/design/icons/backend_solutions_666666.png); }
  .side-nav.admin-menu li span.i.in-focus {
    background-image: url(img/design/icons/backend_infocus_666666.png); }
  .side-nav.admin-menu li span.i.news {
    background-image: url(img/design/icons/backend_news_666666.png); }
  .side-nav.admin-menu li span.i.press {
    background-image: url(img/design/icons/backend_press_666666.png); }
  .side-nav.admin-menu li span.i.events {
    background-image: url(img/design/icons/backend_events_666666.png); }
  .side-nav.admin-menu li span.i.pages {
    background-image: url(img/design/icons/backend_pages_666666.png); }
  .side-nav.admin-menu li span.i.grid-boxes {
    background-image: url(img/design/icons/backend_grid_boxes_666666.png); }
  .side-nav.admin-menu li span.i.videos {
    background-image: url(img/design/icons/backend_videos_666666.png); }
  .side-nav.admin-menu li span.i.contacts {
    background-image: url(img/design/icons/backend_contacts_666666.png); }
  .side-nav.admin-menu li span.i.tours {
    background-image: url(img/design/icons/backend_tours_666666.png); }
  .side-nav.admin-menu li span.i.newsletters {
    background-image: url(img/design/icons/backend_newsletters_666666.png); }
  .side-nav.admin-menu li span.i.recent-activity {
    background-image: url(img/design/icons/backend_recent_activity_666666.png); }
  .side-nav.admin-menu li span.i.content-templates {
    background-image: url(img/design/icons/backend_content_templates_666666.png); }
  .side-nav.admin-menu li span.i.users {
    background-image: url(img/design/icons/backend_users_666666.png); }
  .side-nav.admin-menu li span.i.roles {
    background-image: url(img/design/icons/backend_roles_666666.png); }
  .side-nav.admin-menu li span.i.files {
    background-image: url(img/design/icons/backend_files_666666.png); }
  .side-nav.admin-menu li span.i.stats {
    background-image: url(img/design/icons/backend_stats_666666.png); }

#admin-main h1 {
  font-size: 1.3em;
  font-weight: 900;
  margin: 0 0 1.5em 0;
  color: #4c3490;
  /*
    margin: -20px;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: inset -1px -1px 10px -5px #aaa;
    */ }
  #admin-main h1 span.dash {
    color: #ccc;
    font-family: SohoGothicStdRegular; }
  #admin-main h1 span:last-child {
    color: #4c3490; }

#admin-sidebar h1 {
  font-size: 1em;
  font-family: SohoGothicStdRegular;
  font-weight: normal;
  color: #fff;
  margin: 0; }

#admin-main section {
  background-color: #fff;
  min-height: 712px;
  padding: 20px; }

/* NEW ------------------------------------------------------------------------------ */
/*Admin dashboard begin*/
#admin-main .charts h1 {
  margin-bottom: 0;
  font-weight: 100;
  font-size: 1.1em; }

.updateView {
  margin-bottom: 0;
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  float: right;
  font-size: 1em;
  font-weight: 100 !important;
  background-color: #15a3d6; }

.chart g rect:hover {
  fill: #4c3490; }

body.all .tiplabel.new, body.new .tiplabel.all {
  display: none; }

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  font-size: 12px; }

.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center; }

.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0; }

/*Admin dashboard end*/
#sidebar {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  background-color: #f5f5f5;
  height: 100%; }
  #sidebar a:hover {
    color: inherit;
    text-decoration: underline; }

.side-nav li a:not(.button) {
  color: #4c3490; }

.side-nav li b {
  color: #4c3490;
  font-size: 14px;
  font-weight: 900;
  text-transform: none; }

li.menusubsubheader {
  font-size: 12px;
  font-style: italic;
  color: #666; }

.breadcrumbs {
  border-color: #eee;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumbs a {
    color: #4c3490;
    text-transform: none; }

.breadcrumbs li.current span {
  color: #000;
  text-transform: none; }

dl.tabs dd a {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 3px solid #ddd;
  font-weight: 400;
  margin-right: 5px;
  box-shadow: inset 0px -2px 2px #e5e5e5;
  background-color: #f5f5f5;
  color: #4c3490;
  padding: 10px 15px; }

dl.tabs dd.active a {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 3px solid #eee;
  background-color: #fff;
  box-shadow: none; }

.tabs-content .content {
  border: 1px solid #eee;
  padding: 15px; }

#page-meta {
  background-color: #f5f5f5;
  padding: 15px; }

.articletemplate-fieldwrap {
  padding: 0;
  margin: 0 0 44px 0;
  border-bottom: 3px solid #eee; }
  .articletemplate-fieldwrap .last-revision-val {
    font-size: 11px !important;
    padding: 12px;
    color: #aaa; }
    .articletemplate-fieldwrap .last-revision-val p {
      font-size: 11px !important;
      margin: 0 0 5px 0; }
    .articletemplate-fieldwrap .last-revision-val.changed-val span {
      color: #d23c2d; }
    .articletemplate-fieldwrap .last-revision-val.changed-val ins {
      text-decoration: line-through;
      font-weight: bold;
      color: #f00; }
    .articletemplate-fieldwrap .last-revision-val.changed-val del {
      text-decoration: underline;
      font-weight: bold;
      color: #090; }
  .articletemplate-fieldwrap input, .articletemplate-fieldwrap select {
    margin: 0;
    font-family: "Open Sans" !important; }
  .articletemplate-fieldwrap input, .articletemplate-fieldwrap textarea {
    padding: 10px; }
  .articletemplate-fieldwrap textarea {
    margin: 0; }

#admin-main .dataTables_wrapper label {
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important; }

#admin-main .dataTables_wrapper table td {
  border-right: 1px dotted #e5e5e5;
  font-size: 1em;
  border-bottom: 1px solid #ddd !important; }
  #admin-main .dataTables_wrapper table td:last-child {
    border: 0; }
  #admin-main .dataTables_wrapper table td.sortorder {
    color: #00906c;
    cursor: pointer; }
    #admin-main .dataTables_wrapper table td.sortorder.editing {
      cursor: auto; }
      #admin-main .dataTables_wrapper table td.sortorder.editing input {
        width: 100%;
        float: left;
        height: 28px;
        margin-bottom: 5px; }
      #admin-main .dataTables_wrapper table td.sortorder.editing button, #admin-main .dataTables_wrapper table td.sortorder.editing a.badge, #admin-main .dataTables_wrapper table td.sortorder.editing .btn {
        width: 100%;
        padding: 4px 5px;
        font-size: 12px;
        margin-bottom: 0; }

#admin-main .dataTables_wrapper table tr.deleted td {
  color: #d23c2d; }

.button.tiny.tinytiny, #dashboard .tinytiny.button.x-tiny {
  padding: 5px;
  font-size: 0.7em; }

.sorting_asc, .sorting_desc {
  color: #4c3490; }

.sorting_asc:after {
  content: " \2191"; }

.sorting_desc:after {
  content: " \2193"; }

.dataTables_length {
  float: right; }

.dataTables_length label {
  color: #666 !important; }

.dataTables_length select {
  width: 70px;
  display: inline;
  margin: 0 5px; }

.dataTables_filter {
  float: left;
  width: 50%; }

.dataTables_filter input {
  width: 70%;
  display: inline;
  border: 1px solid #4c3490; }

.dataTables_filter label {
  color: #666 !important; }

.dataTable {
  margin-top: 0px;
  font-size: 0.8em !important; }

.paginate_button, .paginate_active {
  margin: 0 0px; }

.paginate_button:after, .paginate_active:after {
  content: " | ";
  color: #ddd; }

.paginate_active {
  color: #333; }

.paginate_button.current {
  font-weight: bold; }

.tabletools_top, .tabletools_bottom {
  overflow: hidden; }

.tabletools_bottom {
  margin: 15px 0; }

.dataTables_info {
  margin-bottom: 25px;
  color: #aaa;
  font-size: 12px; }

td.title {
  font-weight: 900; }

.sponsorlogo {
  width: 150px; }

.founderpartner {
  padding: 20px 20px 0 20px; }

/* OLD ------------------------------------------------------------------------------ */
.ui-autocomplete {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 0.7em !important; }
  .ui-autocomplete span.articletype {
    color: #4c3490;
    /*font-variant:small-caps;*/
    text-transform: uppercase; }
  .ui-autocomplete span.hilite {
    color: #4c3490; }
  .ui-autocomplete span.fields {
    font-style: italic;
    color: #aaa; }
  .ui-autocomplete span.small {
    font-style: normal; }
  .ui-autocomplete span.autocomp-found-in {
    text-decoration: underline; }
    .ui-autocomplete span.autocomp-found-in:hover {
      background-color: #fcc !important; }

ul.ui-autocomplete {
  max-width: 400px;
  opacity: 0.97 !important; }
  ul.ui-autocomplete .ui-corner-all {
    border-radius: 0px !important; }
  ul.ui-autocomplete .ui-menu-item {
    border-bottom: 1px solid #eee;
    padding: 5px 0; }

ul.ui-autocomplete.ui-corner-all {
  border-radius: 0 !important; }

#admin-main .staticfields {
  overflow: hidden;
  padding: 15px 15px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #f5f8f5;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-left: 3px solid #eee; }
  #admin-main .staticfields .staticfield {
    box-sizing: border-box; }
    #admin-main .staticfields .staticfield .articletemplate-fieldwrap {
      margin: 0;
      padding: 0 0 20px 0;
      border-bottom: 0;
      /*
                label{
                    background-color:$CorporateGreen;
                    color:#fff;
                    border-top:0px solid $DarkGreen;
                    font-weight:400;
                    .fielddesc{
                        background-color:rgba(0,0,0,0.2);
                    }
                }
                */ }
      #admin-main .staticfields .staticfield .articletemplate-fieldwrap label {
        background-color: transparent;
        color: #000;
        font-weight: 900;
        font-size: 12px;
        padding: 0px 0 7px 0;
        border-top: 0px solid #ddd; }
        #admin-main .staticfields .staticfield .articletemplate-fieldwrap label .fielddesc {
          background-color: rgba(0, 0, 0, 0.2); }

.templatefield {
  background-color: #eee;
  padding: 10px;
  margin: 0 0 20px 0; }
  .templatefield .templatefield-inner {
    padding-top: 20px; }
  .templatefield h2 {
    background-color: #f5f5f5;
    cursor: pointer;
    padding: 10px;
    border-bottom: 2px solid #ddd;
    font-weight: bold;
    margin: -10px -10px -10px -10px;
    font-size: 1em; }

.ui-widget {
  border: 1px solid #ddd;
  opacity: 0.95;
  font-family: inherit; }

.ui-widget-content {
  background-image: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid transparent;
  background: #eee none 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

table.adminlisttable {
  width: 100%;
  border: 0;
  font-size: 1em; }
  table.adminlisttable th {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ddd; }
  table.adminlisttable tr:hover {
    background-color: #fffccc !important; }
  table.adminlisttable tr td {
    padding: 10px; }
  table.adminlisttable tr td.actions {
    text-align: right;
    padding: 5px; }

.adminlistitem {
  overflow: hidden;
  padding: 15px 5px;
  border-bottom: 1px solid #eee; }
  .adminlistitem .revtime {
    color: #ddd; }
  .adminlistitem div.actions {
    float: right; }
  .adminlistitem div.title {
    float: left; }
  .adminlistitem:hover {
    background-color: #f5f5f5; }

.savebar {
  text-align: right; }

#savemessageMessage {
  padding: 10px 50px;
  color: #fff;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  top: 15px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none; }
  #savemessageMessage.error {
    background-color: #4c3490; }
  #savemessageMessage.success, #savemessageMessage.Administration_MenuBar__menu_tile {
    background-color: #4c3490; }

.input .error-message {
  background-color: #d23c2d;
  color: #fff;
  padding: 10px;
  font-style: italic;
  font-size: 0.8em; }

.adminlistsection {
  padding: 10px;
  background-color: #800;
  color: #fff;
  margin: 20px 0 0 0;
  font-weight: bold; }

.selectedtag {
  float: left;
  display: inline-block;
  padding: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  font-size: 0.85em;
  border: 1px solid #ddd;
  background: #fff url("img/design/tag.png") 5px 7px no-repeat;
  padding-left: 25px;
  display: none;
  cursor: pointer; }

#pagewrap #sidebar ul.foldingmenu#tagsmenu ul {
  margin-bottom: 1em; }

#pagewrap #sidebar ul.foldingmenu ul {
  display: block; }
  #pagewrap #sidebar ul.foldingmenu ul ul {
    display: none; }

#pagewrap #sidebar ul.foldingmenu span.taxonomy {
  cursor: pointer;
  color: #aaa;
  font-weight: normal;
  font-style: italic; }
  #pagewrap #sidebar ul.foldingmenu span.taxonomy:before {
    content: "\2191  "; }
  #pagewrap #sidebar ul.foldingmenu span.taxonomy.folded:before {
    content: "\2193  "; }

#rels, #drop {
  border: 1px solid #ddd;
  width: 49%;
  margin-right: 2%;
  float: left;
  min-height: 100px;
  box-sizing: border-box; }

#drop #start {
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-weight: bold; }

#drop {
  margin-right: 0 !important; }

.rel {
  background-color: #f5f5f5;
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px solid #ddd; }

#drop .rel {
  background-color: #4c3490 !important;
  color: #fff; }

.rel.odd {
  background-color: #fff; }

.split {
  background-color: #ddd;
  color: #000;
  padding: 5px;
  font-weight: bold; }

/*#edituserform{
    div.input{
        margin:0 0 20px 0;
        input[type=text], input[type=password], input[type=email], select, textarea, #UserExpiredate{
            border:1px solid #aaa;
            width:50%;
            padding:5px;
        }
    }
    div.checkbox{
        label{
            display: inline;
            padding:0 0 0 5px;
            background-color: #fff;
            border:0;
            font-weight: normal;
        }
    }
}*/
tr.fieldtr {
  display: none; }
  tr.fieldtr td {
    font-size: 0.85em !important;
    background-color: #eee; }

div.img {
  overflow: hidden;
  margin: 10px 0; }
  div.img .thumb {
    float: left;
    width: 29%;
    margin-right: 1%; }
    div.img .thumb img {
      max-width: 100%; }
  div.img .txt {
    width: 70%;
    float: left; }
    div.img .txt h3 {
      margin: 0; }

ul#image-list {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0; }
  ul#image-list li {
    margin: 10px 0;
    padding: 0; }

.button-bar {
  clear: both;
  background-color: #f5f5f5;
  text-align: right;
  padding: 15px 15px;
  margin-bottom: 20px;
  border-radius: 2px;
  border-bottom: 1px solid #ddd; }
  .button-bar.inner {
    text-align: right; }
  .button-bar input[type=submit], .button-bar a.button, .button-bar input[type=button] {
    margin: 0 3px 0 0;
    border-radius: 2px;
    background-color: #15a3d6;
    outline: 0; }
    .button-bar input[type=submit].approve, .button-bar a.button.approve, .button-bar input[type=button].approve {
      background-color: #4c3490; }
  .button-bar:last-child {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 0; }

#custom-filters {
  overflow: hidden; }
  #custom-filters div {
    float: left;
    width: 25%;
    margin-right: 5px; }
    #custom-filters div span {
      display: block;
      font-size: 12px;
      font-weight: bold;
      margin-bottom: 5px;
      color: #4c3490; }
    #custom-filters div select {
      font-size: 12px;
      width: 100%;
      height: auto; }

#admin-main {
  font-size: 0.9em;
  /*
    label{
        font-weight: 900;
        font-size:0.8em;
        margin-bottom:0px;
        color:#333;
        background-color: rgba(0,167,126, 1);
        color:#fff;
        padding:7px;
        border-top:0px solid #e5e5e5;
        opacity: 0.8;
        border-top-left-radius:2px;
        border-top-right-radius:2px;
        .fielddesc{
            background-color:rgba(0,0,0,0.1);
            margin:3px -7px -7px -7px;
            padding:7px;
            font-size:10px;
            font-style: italic;
            font-weight: 400;
        }
    }
    */ }
  #admin-main label:not(.checkbox-label) {
    text-shadow: 0px 2px 1px #e4e4e4;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 0px;
    color: #4c3490;
    background-color: #eee;
    padding: 10px;
    border-top: 1px solid #ccc; }
    #admin-main label:not(.checkbox-label).google {
      background-color: #15a3d6;
      color: #fff;
      text-shadow: 0px 2px 1px #777; }
    #admin-main label:not(.checkbox-label) .fielddesc {
      margin: 3px -7px -7px -7px;
      padding: 7px;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      color: #333; }

#admin-main .actions a {
  color: #4c3490; }

.btn {
  cursor: pointer;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
  overflow: hidden;
  vertical-align: middle; }

.btn-success {
  p_adding: 8px 20px; }

.btn-success.btn-small[aria-disabled],
.btn-primary[disabled],
.btn-warning[disabled] {
  opacity: .7; }

.btn-primary {
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.2);
  p_adding: 8px 20px;
  background-color: #62c462;
  background: -moz-linear-gradient(top, #62c462 0%, #51a351);
  background: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); }

.btn-warning {
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 20px;
  background-color: #bd362f;
  background: -moz-linear-gradient(top, #ee5f5b 0%, #bd362f);
  background: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); }

.btn-small {
  paddi_ng: 5px 10px;
  font-size: 16px; }

.btn input {
  top: -10px;
  right: -40px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 50px;
  cursor: pointer; }

.btn-txt {
  position: relative; }

.btn .progress {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .5;
  position: absolute; }

.progress .bar {
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #f60; }

.progress-small {
  height: 5px;
  padding: 1px;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5); }

.progress-small .bar {
  width: 0;
  height: 100%;
  position: static;
  border-radius: 10px;
  background-color: orange; }

.userpic .js-preview {
  display: none !important; }

.userpic canvas {
  display: none !important; }

.b-upload {
  white-space: nowrap; }

.b-upload__name,
.b-upload__size {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: 150px;
  vertical-align: middle; }

.b-upload__size {
  color: #666;
  font-size: 12px; }

.b-upload .js-files:after {
  clear: both;
  content: '';
  display: block; }

.b-upload__dnd {
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.1); }

.b-upload__dnd_hover {
  color: #fff;
  background-color: orange; }

.b-upload__hint {
  padding: 5px 8px;
  font-size: 12px;
  white-space: normal;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.08); }

.b-thumb {
  float: left;
  margin: 3px;
  padding: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: #fff; }

.b-thumb__del {
  top: -6px;
  right: -1px;
  color: #FF0000;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
  position: absolute;
  font-size: 20px;
  -webkit-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in; }

.b-thumb:hover .b-thumb__del {
  opacity: 1; }

.b-thumb__rotate {
  top: 40%;
  left: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin: -16px 0 0 -16px;
  position: absolute;
  background: url("uploader/rotate.html"); }

.b-thumb__preview {
  width: 80px;
  height: 80px;
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in; }

.b-thumb__preview__pic {
  width: 100%;
  height: 100%;
  background: url("uploader/file-icon.html") 50% 50% no-repeat; }

.b-thumb__name {
  width: 80px;
  overflow: hidden;
  font-size: 12px; }

.b-thumb__progress {
  top: 75px;
  left: 10px;
  right: 10px;
  position: absolute; }

.btn {
  cursor: pointer;
  *zoom: 1;
  *display: inline;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  background-color: #4c3490;
  color: #fff;
  font-size: 0.75em; }

.btn_browse {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 20px;
  background-color: #FFDC73;
  background: -moz-linear-gradient(top, #FFE599 0%, #FFDC73);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE599), to(#FFDC73));
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); }

.btn_browse_small {
  padding: 5px 10px;
  font-size: 16px; }

.btn_browse_small[aria-disabled] {
  opacity: .5; }

.btn_choose {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 5px 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.4);
  *background-color: #aaa; }

.btn__inp {
  top: -10px;
  right: -10px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 50px;
  position: absolute; }

.btn__progress {
  top: 0;
  left: 0;
  height: 100%;
  opacity: .5;
  position: absolute;
  background-color: #f60; }

.fileprogress {
  padding: 1px;
  height: 5px;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5); }

.fileprogress__bar {
  width: 0;
  height: 100%;
  border-radius: 10px;
  background-color: orange; }

.userpic .btn {
  margin-top: 10px; }

.b-upload {
  white-space: nowrap; }

.b-upload__name,
.b-upload__size {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: 150px;
  vertical-align: middle; }

.b-upload__size {
  color: #666;
  font-size: 12px; }

.b-upload .js-files:after {
  clear: both;
  content: '';
  display: block; }

.b-upload__dnd {
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.1); }

.b-upload__dnd_hover {
  color: #fff;
  background-color: orange; }

.themodal-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100000;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); }

.lock {
  o_verflow: hidden; }

.popup {
  margin: 25px;
  float: left;
  display: inline-block;
  box-shadow: 0 0 5px #000;
  background-color: #fff; }

.popup__body {
  margin: 10px 10px 5px; }

.userpic__preview + .btn {
  margin-top: 10px; }

.currentfilepreview {
  margin: 0 0 10px 0; }

.current-pic {
  background-color: #eee;
  text-align: center;
  padding: 30px 0; }

.alternative-pagewrap {
  overflow: hidden;
  max-width: 95%;
  margin: 0 auto; }
  .alternative-pagewrap .wrap-75pct {
    width: 75%;
    float: left; }
    .alternative-pagewrap .wrap-75pct .row {
      max-width: 100%; }
      .alternative-pagewrap .wrap-75pct .row .large-3 {
        width: 33.333%; }
  .alternative-pagewrap .wrap-25pct {
    width: 25%;
    float: left;
    padding-top: 121px; }
    .alternative-pagewrap .wrap-25pct .row {
      max-width: 100%; }
      .alternative-pagewrap .wrap-25pct .row .large-3 {
        width: 100% !important; }

.hide-until-loaded {
  display: none; }

.salutation {
  display: none; }

div[data-pagegridedit]:hover {
  opacity: 0.9;
  cursor: crosshair; }

div[data-gridpart] .actiondiv {
  overflow: hidden; }

div[data-gridpart].inactive-part {
  opacity: 0.5;
  -webkit-transition: all 0.5s; }

div[data-gridpart].active-part {
  border: 1px dashed #666;
  box-sizing: border-box; }

div[data-pagegridedit] .actiondiv input, div[data-pagegridedit] .actiondiv select {
  font: normal 10px arial !important;
  height: auto;
  width: 49%;
  margin: 0 0 10px 0;
  float: right; }

div[data-pagegridedit] .actiondiv select {
  float: left; }

#grideditoractions section {
  background-color: #c6cdc6;
  padding: 15px;
  margin: 0 0 15px 0;
  overflow: hidden; }

input.model_id {
  display: none; }

/*Webkit animations*/
@-webkit-keyframes SogRotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0) scale(1.5); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(359deg) scale(1); } }

@-webkit-keyframes SogRotateTwo {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0) scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: rotate(0) scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(359deg) scale(1); } }

@-webkit-keyframes SogRotateThree {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0) scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(359deg) scale(1); } }

@-webkit-keyframes SogZoomOut {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-webkit-keyframes SogZoomBack {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-webkit-keyframes SogSlideInFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0); } }

@-webkit-keyframes SogSlideInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0); } }

@-webkit-keyframes SogSlideInFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0); } }

@-webkit-keyframes SogSlideInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(100px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0); } }

/*Moz animations*/

/*Ms animations*/

/*O animations*/

@keyframes SogRotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0) scale(1.5);
            transform: rotate(0) scale(1.5); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(359deg) scale(1);
            transform: rotate(359deg) scale(1); } }

@keyframes SogRotateTwo {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: rotate(0) scale(0.5);
            transform: rotate(0) scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(359deg) scale(1);
            transform: rotate(359deg) scale(1); } }

@keyframes SogRotateThree {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(359deg) scale(1);
            transform: rotate(359deg) scale(1); } }

@keyframes SogZoomOut {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes SogZoomBack {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes SogSlideInFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes SogSlideInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes SogSlideInFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes SogSlideInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.off-canvas-wrap {
  position: static !important; }
  .off-canvas-wrap .inner-wrap {
    position: static !important; }

.postfix {
  z-index: 0; }

#requestModal, #contactModal {
  max-width: 900px;
  margin-left: -450px; }

#toolboxpage #photofilter {
  width: auto;
  background-color: #d23c2d !important;
  border-color: #d23c2d !important;
  color: white; }

#toolboxpage #photo-banner {
  height: 250px; }

#toolboxpage #toolbox-preset-article {
  margin-bottom: 20px; }

#toolboxpage .toolbox-inspiration-box {
  background-color: #4c3490; }
  #toolboxpage .toolbox-inspiration-box .iconhead.preset {
    padding: 20px 25px;
    text-transform: none;
    line-height: 1.4; }
    #toolboxpage .toolbox-inspiration-box .iconhead.preset a {
      color: #fff;
      text-decoration: none;
      border-bottom: 1px solid; }
  #toolboxpage .toolbox-inspiration-box .iconhead:after {
    position: absolute;
    bottom: 0;
    left: 0%;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.1, #4c3490), color-stop(0.5, #eee), color-stop(0.9, #4c3490));
    background-image: -webkit-linear-gradient(90deg, #4c3490 10%, #eee, #4c3490 90%);
    background-image: -webkit-linear-gradient(left, #4c3490 10%, #eee, #4c3490 90%);
    background-image: linear-gradient(90deg, #4c3490 10%, #eee, #4c3490 90%); }

#toolboxpage .toolbox-inspiration-box .inner a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 1.4; }
  #toolboxpage .toolbox-inspiration-box .inner a:after {
    position: absolute;
    bottom: 0;
    left: 0%;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.1, #d23c2d), color-stop(0.5, #eee), color-stop(0.9, #d23c2d));
    background-image: -webkit-linear-gradient(90deg, #d23c2d 10%, #eee, #d23c2d 90%);
    background-image: -webkit-linear-gradient(left, #d23c2d 10%, #eee, #d23c2d 90%);
    background-image: linear-gradient(90deg, #d23c2d 10%, #eee, #d23c2d 90%); }

#toolboxpage #toolbox-checkout .counter {
  display: none;
  background-color: white;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-weight: 900;
  margin-bottom: 15px;
  position: relative; }
  #toolboxpage #toolbox-checkout .counter img {
    width: 100px; }
  #toolboxpage #toolbox-checkout .counter:hover {
    color: #4c3490;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    #toolboxpage #toolbox-checkout .counter:hover img {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
      -webkit-transition: all 1s;
      transition: all 1s; }
  #toolboxpage #toolbox-checkout .counter #dl-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4c3490;
    opacity: 0.95;
    text-align: center;
    color: #fff;
    padding: 30px 0;
    line-height: 1.5;
    display: none;
    z-index: 10; }
    #toolboxpage #toolbox-checkout .counter #dl-overlay span {
      font-size: 12px;
      font-weight: 400; }
    #toolboxpage #toolbox-checkout .counter #dl-overlay img {
      margin-top: 10px;
      width: 30px;
      -webkit-animation: SogRotateThree 10s 0s infinite; }

#toolboxpage #toolbox-checkout .checkout-category {
  margin: 0 0 15px 0;
  padding: 20px;
  background-color: #4c3490;
  color: white; }
  #toolboxpage #toolbox-checkout .checkout-category.closed h3 {
    background: url("img/design/toolbox/down_white.png") right 32px center no-repeat;
    background-size: 30px 30px; }
  #toolboxpage #toolbox-checkout .checkout-category h3 {
    background: url("img/design/toolbox/up_white.png") right 32px center no-repeat;
    /*Rotating arrow: http://jsfiddle.net/p8kkf/*/
    background-size: 30px 30px;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1.3em;
    text-transform: uppercase;
    margin: 0;
    color: white;
    font-weight: 900;
    margin: -20px;
    padding: 15px; }
  #toolboxpage #toolbox-checkout .checkout-category .content p.description {
    font-weight: 400;
    font-size: 13px; }
  #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory {
    overflow: hidden;
    color: black;
    padding: 20px;
    margin-bottom: 15px;
    background-color: white;
    border-radius: 1px; }
    #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_photo-database .item, #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_concept-photos .item {
      float: left;
      margin: 0 15px 10px 0;
      padding: 0;
      position: relative; }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_photo-database .item .itemthumb, #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_concept-photos .item .itemthumb {
        border: 0 !important;
        width: auto;
        margin: 0; }
        #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_photo-database .item .itemthumb img, #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_concept-photos .item .itemthumb img {
          border: 0 !important;
          height: 200px;
          width: auto;
          transition: opacity .1s ease-in;
          -webkit-transition: opacity .1s ease-in;
          -moz-transition: opacity .1s ease-in;
          -ms-transition: opacity .1s ease-in; }
        #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_photo-database .item .itemthumb .magnifying-glass, #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_concept-photos .item .itemthumb .magnifying-glass {
          position: absolute;
          font-size: 26px;
          top: 0;
          right: 10px;
          font-weight: bold; }
        #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_photo-database .item .itemthumb .magnifying-glass:after, #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_concept-photos .item .itemthumb .magnifying-glass:after {
          display: none; }
        #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_photo-database .item .itemthumb .magnifying-glass i:after, #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_concept-photos .item .itemthumb .magnifying-glass i:after {
          display: none; }
        #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_photo-database .item .itemthumb span, #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_concept-photos .item .itemthumb span {
          /*display:none;*/ }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_photo-database .item .itemtext, #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_concept-photos .item .itemtext {
        display: none;
        position: absolute;
        padding: 10px 5px 0 10px;
        width: 100%;
        background-color: #4c3490; }
        #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_photo-database .item .itemtext h5, #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_concept-photos .item .itemtext h5 {
          color: white; }
        #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_photo-database .item .itemtext h6, #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_concept-photos .item .itemtext h6 {
          color: white; }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_photo-database .item .itembuttons, #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_concept-photos .item .itembuttons {
        display: none; }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_photo-database .item.checked .itemthumb :after, #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_concept-photos .item.checked .itemthumb :after {
        content: url("img/design/checkmark_50_px.png");
        height: 50px;
        width: 50px;
        position: absolute;
        bottom: 20px;
        right: 2px; }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_photo-database .item.checked .itemthumb img, #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_concept-photos .item.checked .itemthumb img {
        opacity: 0.3; }
    #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_photo-database select, #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.subcat_concept-photos select {
      margin-top: 0.5rem; }
    #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .categoryNotice {
      font-size: 11px;
      background-color: #f5f8f5;
      padding: 10px;
      line-height: 1.3;
      margin: 20px 0;
      border: 1px solid #aaa; }
    #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .categoryNotice--danger {
      background-color: #d23c2d !important;
      border-color: #d23c2d !important;
      color: white !important; }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .categoryNotice--danger a {
        color: white;
        text-decoration: underline;
        font-weight: bold; }
    #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory.closed h4 {
      background: url("img/design/toolbox/up.png") right 17px center no-repeat;
      background-size: 30px 30px; }
    #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory h4 {
      background: url("img/design/toolbox/down.png") right 17px center no-repeat;
      /*Rotating arrow: http://jsfiddle.net/p8kkf/*/
      background-size: 30px 30px;
      cursor: pointer;
      margin: -25px;
      padding: 20px;
      font-size: 1.1em;
      font-weight: 900;
      text-transform: uppercase; }
    #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .toolbox-language-seperator {
      font-size: 12px;
      font-weight: bold;
      padding: 7px;
      margin: 20px 0 0px 0;
      text-transform: uppercase;
      background-color: #15a3d6;
      clear: both;
      color: #fff;
      box-shadow: 0px 1px 1px #ddd; }
    #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item {
      background-color: white;
      margin: 5px 0 10px 0;
      padding: 2px 15px 15px 0;
      overflow: hidden;
      font-size: 13px;
      line-height: 1.5;
      border-bottom: 1px dotted #eee; }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item:last-child {
        border-bottom: 0; }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item .itemtext {
        float: left;
        max-width: 75%; }
        #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item .itemtext h5 {
          font-size: 13px;
          text-transform: none;
          background-image: none;
          line-height: 1.5;
          font-weight: bold;
          margin: 0; }
        #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item .itemtext h6 {
          font-size: 12px; }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item .itembuttons {
        float: right; }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item.checked {
        /*background-color: #4c3490;
                            color:white;*/ }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item:hover {
        background-color: #f5f5f5; }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item _ input[type="checkbox"] {
        margin: 7px 0.5px;
        cursor: pointer; }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item .icon {
        display: none;
        height: 25px;
        width: 25px;
        float: left;
        margin-right: 15px;
        margin-top: 33px; }
        #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item .icon.pdf {
          background-size: 100% 100%; }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item .itemthumb {
        position: relative;
        width: 175px;
        float: left;
        margin: 0 10px 0 0; }
        #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item .itemthumb img {
          display: block;
          width: 100%; }
          #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item .itemthumb img.unloaded {
            background-color: #eee;
            min-height: 100px; }
        #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item .itemthumb span {
          height: 20px;
          text-align: center;
          line-height: 20px;
          font-size: 11px;
          display: block; }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item.mp4 .itemthumb {
        width: 190px; }
      #toolboxpage #toolbox-checkout .checkout-category .content .checkout-subcategory .item .downloadicon {
        height: 25px;
        width: 25px;
        float: right;
        margin-left: 10px; }
  #toolboxpage #toolbox-checkout .checkout-category.closed .content {
    display: none; }

#checkout-modal h1 {
  font-weight: 900;
  font-size: 24px;
  color: #4c3490;
  margin: 1.5em 0 0.5em 0;
  text-transform: uppercase;
  max-width: none; }

#checkout-modal p {
  font-size: 13px; }

#contactsection .contact {
  cursor: default;
  margin-bottom: 25px;
  height: 250px !important; }
  #contactsection .contact img {
    width: 100%; }
  #contactsection .contact .tile-text {
    border: 0px solid #a00;
    padding: 10px;
    position: relative; }
    #contactsection .contact .tile-text h1 {
      font-size: 1em; }
    #contactsection .contact .tile-text h2 {
      margin-top: 4px;
      cursor: text; }
  #contactsection .contact.map {
    background: url(img/design/tiles/state-of-green-map_bw.jpg) center center no-repeat;
    cursor: pointer; }
    #contactsection .contact.map:hover {
      background: url(img/design/tiles/state-of-green-map.jpg) center center no-repeat; }
  #contactsection .contact.general {
    height: 250px !important; }
    #contactsection .contact.general .tile-text {
      padding: 20px; }
    #contactsection .contact.general .plus {
      cursor: default;
      height: 200px;
      width: 200px;
      margin-bottom: -15px;
      z-index: -1; }
      #contactsection .contact.general .plus img {
        opacity: 0.15; }
    #contactsection .contact.general .plus#address {
      margin-bottom: -10px;
      margin-right: -30px; }

#statssection #stats {
  height: 375px; }
  #statssection #stats path.mg-main-line {
    stroke-width: 1.4px; }

#statssection h1 {
  margin-bottom: .5em; }

#statssection #intro {
  background-color: #eee;
  padding: 10px; }
  #statssection #intro #outbound-count, #statssection #intro #message-count {
    margin-top: -10px;
    margin-bottom: 8px;
    display: none; }

#statssection #legends {
  margin-top: 15px;
  overflow: hidden; }
  #statssection #legends .content {
    margin-top: 30px; }
    #statssection #legends .content span {
      display: block;
      margin-top: 5px; }

#statssection #totals {
  text-align: center;
  margin: 20px 0; }
  #statssection #totals .totalcount {
    display: none; }
    #statssection #totals .totalcount span.number {
      font-size: 3em; }

#statssection #overviewTable th {
  cursor: pointer; }

#statssection #overviewTable tr td {
  padding: 0.4rem 0.625rem; }

#statssection #overviewTable .singlegraphbutton {
  margin-top: 10px; }

#statssection #overviewTable_filter {
  float: none; }

#statssection .singlegraphbutton, #statssection .typebutton {
  width: 115px;
  padding: 5px;
  margin: 0; }
  #statssection .singlegraphbutton .toggle, #statssection .typebutton .toggle {
    display: none; }
  #statssection .singlegraphbutton.active, #statssection .typebutton.active {
    background-color: #15a3d6;
    cursor: default; }
    #statssection .singlegraphbutton.active .toggle, #statssection .typebutton.active .toggle {
      display: inline-block; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #000;
  position: relative; }

.jspDrag {
  background: #4c3490;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 8px; }

.jspHorizontalBar .jspArrow {
  width: 8px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

#keyBoardOverlay {
  display: none;
  background: #f4f4f4;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1234;
  border-top: 1px solid #eeeeee;
  box-shadow: 0 0 10px 10px rgba(1, 0, 0, 0.33);
  font-size: 14px;
  font-family: Arial Unicode MS;
  font-weight: normal;
  margin: 0px 0px;
  padding: 0px;
  /*background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #dfdfdf) , color-stop(0.05, #ededed));*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #E6E3E3), color-stop(0.05, #F3F2F2));
  background: -moz-linear-gradient(center top, #F3F2F2 5%, #E6E3E3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F2F2', endColorstr='#E6E3E3'); }
  #keyBoardOverlay .button {
    box-sizing: content-box !important;
    border-style: solid !important;
    border-width: 0px !important;
    cursor: pointer !important;
    font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-weight: normal !important;
    line-height: normal !important;
    position: relative !important;
    text-decoration: none !important;
    text-align: center !important;
    display: inline-block !important;
    padding-right: 0 !important;
    padding-bottom: 1px !important;
    padding-left: 0 !important;
    font-size: 1rem !important;
    background-color: #4c3490 !important;
    border-color: #008665 !important;
    color: #000 !important;
    -webkit-transition: background-color 300ms ease-out !important;
    transition: background-color 300ms ease-out !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-appearance: none !important;
    border: none !important;
    font-weight: normal !important;
    width: 60px;
    height: 60px;
    background-color: #fff;
    position: relative;
    float: left;
    margin-right: 9px !important;
    margin-top: 1px !important;
    margin-bottom: 10px !important;
    cursor: pointer;
    box-shadow: 0px 1px 3px #000000;
    border-radius: 5px;
    background: #ffffff;
    /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
    /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    /* ie */ }
    #keyBoardOverlay .button .key {
      box-sizing: content-box !important;
      padding-top: 18px !important; }
  #keyBoardOverlay #keybordnNavigation {
    box-sizing: content-box !important;
    margin-top: 20px;
    padding-left: 12px;
    padding-right: 20px;
    margin-bottom: 40px; }
  #keyBoardOverlay #keyBoardOverlay div.divider-line {
    box-sizing: content-box !important;
    clear: both;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #ffffff 10%, #cccccc, #ffffff 90%);
    background-image: linear-gradient(90deg, #ffffff 10%, #cccccc, #ffffff 90%); }
  #keyBoardOverlay .keyboardNavButton {
    padding: 0 !important;
    box-sizing: content-box !important;
    margin-left: 8px;
    /*-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
        -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
        box-shadow:inset 0px 1px 0px 0px #97c4fe;
        */
    /*box shadow*/
    box-shadow: 0px 1px 3px #000000;
    /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
        background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
        */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #E6E3E3), color-stop(0.05, #FDFCFC));
    background: -moz-linear-gradient(center top, #FDFCFC 5%, #E6E3E3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFCFC', endColorstr='#E6E3E3');
    background-color: #ededed;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #000;
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    height: 34px;
    line-height: 30px;
    width: 100px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff; }
  #keyBoardOverlay .keyboardNavButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf; }
  #keyBoardOverlay .keyboardNavButton:active {
    position: relative;
    top: 1px; }
  #keyBoardOverlay .keyboardNavButton:disabled {
    opacity: 0.33; }
  #keyBoardOverlay .keyboardNavGoButton {
    padding: 0 !important;
    position: absolute;
    right: 20px;
    bottom: 40px;
    /*-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
        -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
        box-shadow:inset 0px 1px 0px 0px #97c4fe;
        */
    /*box shadow*/
    box-shadow: 0px 1px 3px #000000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
    background: -moz-linear-gradient(center top, #3d94f6 5%, #1e62d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
    background-color: #3d94f6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #337fed;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 1.3em;
    font-weight: bold;
    font-style: normal;
    height: 60px;
    line-height: 60px !important;
    width: 100px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #1570cd; }
  #keyBoardOverlay .keyboardNavGoButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
    background: -moz-linear-gradient(center top, #1e62d0 5%, #3d94f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
    background-color: #1e62d0; }
  #keyBoardOverlay #virtualKeyboard {
    width: 100%;
    text-align: center;
    /*background-color:#7b8490;*/
    /*border-top:3px solid #000;*/
    margin-bottom: 40px; }
  #keyBoardOverlay #keyboard {
    padding: 10px;
    width: 900px;
    margin: 0 auto;
    height: 288;
    display: block;
    padding-left: 25px;
    display: block;
    /*    position:absolute;*/
    bottom: 0px;
    left: 0px;
    box-sizing: content-box !important; }
  #keyBoardOverlay #keyboard:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    box-sizing: content-box !important; }
  #keyBoardOverlay #keyboardHeader {
    position: relative; }
  #keyBoardOverlay #keyboardHeader div {
    color: #fff;
    background-color: #7b8490;
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    cursor: pointer;
    right: -10px;
    top: -40px; }
  #keyBoardOverlay .closex {
    font-weight: bolder;
    color: #000; }
  #keyBoardOverlay #keyboardCapitalLetter {
    display: none; }
  #keyBoardOverlay #keyboardSmallLetter {
    display: block; }
  #keyBoardOverlay #keyboardNumber {
    display: none; }
  #keyBoardOverlay #keyboardSymbols {
    display: none; }
  #keyBoardOverlay .newRow {
    clear: both; }
  #keyBoardOverlay .button {
    width: 60px;
    height: 60px;
    background-color: #fff;
    position: relative;
    float: left;
    margin-right: 9px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 1.9em;
    /*box shadow*/
    box-shadow: 0px 1px 3px #000000;
    /*box radius*/
    border-radius: 5px;
    /*gradient*/
    background: #ffffff;
    /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
    /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    /* ie */
    box-sizing: content-box !important; }
  #keyBoardOverlay .buttonDown {
    background: none;
    background-color: #c9cdd5;
    box-shadow: none; }
  #keyBoardOverlay .button_a {
    margin-left: 26px; }
  #keyBoardOverlay .button_dash {
    margin-left: 26px; }
  #keyBoardOverlay .button_underscore {
    margin-left: 26px; }
  #keyBoardOverlay .button_enter {
    width: 103px;
    font-size: 1.3em; }
  #keyBoardOverlay .button_del {
    width: 103px;
    font-size: 1.3em; }
  #keyBoardOverlay .button_smallletter {
    font-size: 1.3em; }
  #keyBoardOverlay .button_capitalletterleft {
    font-size: 1.3em; }
  #keyBoardOverlay .button_capitalletterright {
    width: 129px;
    font-size: 1.3em; }
  #keyBoardOverlay .button_numberleft {
    width: 172px;
    font-size: 1.3em;
    margin-left: 26px; }
  #keyBoardOverlay .button_numberright {
    width: 129px;
    font-size: 1.3em; }
  #keyBoardOverlay .button_space {
    width: 376px; }
  #keyBoardOverlay .button_symbolsleft {
    width: 172px;
    font-size: 1.3em;
    margin-left: 26px; }
  #keyBoardOverlay .button_symbolsright {
    width: 129px;
    font-size: 1.3em; }
  #keyBoardOverlay .key {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 12px;
    text-shadow: 0px 1px 1px #ffffff;
    -webkit-filter: dropshadow(color=#ffffff, offx=0, offy=1);
            filter: dropshadow(color=#ffffff, offx=0, offy=1);
    box-sizing: content-box !important; }
  #keyBoardOverlay .key_del {
    padding-top: 18px; }
  #keyBoardOverlay .key_enter {
    padding-top: 18px; }
  #keyBoardOverlay .key_smallletter {
    padding-top: 18px; }
  #keyBoardOverlay .key_capitalletterleft {
    padding-top: 18px; }
  #keyBoardOverlay .key_capitalletterright {
    padding-top: 18px; }
  #keyBoardOverlay .key_number {
    padding-top: 18px; }
  #keyBoardOverlay .key_symbols {
    padding-top: 18px; }
  #keyBoardOverlay .button:hover {
    box-sizing: content-box !important;
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted 9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

.half {
  width: 50% !important; }

.sog-tile.publication img:hover {
  opacity: 0.8; }

.publication-cover {
  position: relative; }
  .publication-cover .dim {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .publication-cover .dim-btn {
    position: absolute;
    top: 50%;
    background-color: #4c3490;
    background-image: url(img/design/download-white.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    height: 40px;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    transition: opacity 0.5s;
    opacity: 1; }
  .publication-cover:hover .dim {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background-image: url(img/design/download-white.png); }
  .publication-cover:hover .dim-btn {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .publication-cover img {
    min-width: 100%;
    display: block; }

.publication-download {
  background-color: #4c3490;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-family: 'SohoGothicStdRegular';
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: block; }
  .publication-download:hover {
    background-color: #666;
    color: #fff; }

/* FOR SMALL DEVICES ------------------------------------------------------------------------------ */
@media only screen and (max-width: 40em) {
  body {
    background-color: #fff; }
  .alternative-pagewrap {
    overflow: hidden;
    max-width: 95%;
    margin: 0 auto; }
    .alternative-pagewrap .wrap-75pct {
      width: 100%;
      float: left; }
      .alternative-pagewrap .wrap-75pct .row {
        max-width: 100%; }
        .alternative-pagewrap .wrap-75pct .row .medium-6 {
          width: 100%; }
    .alternative-pagewrap .wrap-25pct {
      width: 100%;
      float: left;
      padding-top: 121px; }
      .alternative-pagewrap .wrap-25pct .row {
        max-width: 100%; }
        .alternative-pagewrap .wrap-25pct .row .large-3 {
          width: 100% !important; }
  .column, .columns {
    padding-left: 0;
    padding-right: 0; }
  .off-canvas-wrap {
    position: relative; }
  #photo-banner {
    height: auto;
    background-size: 100% 100%;
    margin: 0 0 20px 0; }
    #photo-banner #banner-content {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 30px; }
      #photo-banner #banner-content h1 {
        max-width: 100%;
        font-size: 1.5em; }
      #photo-banner #banner-content h2 {
        max-width: 100%;
        font-size: 0.8em;
        padding: 1em 2em; }
      #photo-banner #banner-content h6 {
        max-width: 100%;
        font-size: 0.8em; }
      #photo-banner #banner-content #start-connecting {
        width: 100%; }
  .top-bar {
    margin-top: -20px; }
    .top-bar .top-bar-section ul {
      background-color: #fff; }
      .top-bar .top-bar-section ul li > a {
        background-color: #fff; }		
  #mainnav-small ul.left {
    display: block;
    width: 100%;
    text-align: center; }
    #mainnav-small ul.left li {
      width: 33.25%; }
      #mainnav-small ul.left li a {
        line-height: 1em;
        display: block;
        padding: 15px 0 2px 7px;
        text-transform: uppercase;
        font-weight: 400 !important;
        font-size: 0.75em !important;
        letter-spacing: 0.3px;
        color: #333;
        box-sizing: border-box; }
      #mainnav-small ul.left li a.smallcaption {
        padding: 3px 0 5px 7px;
        font-size: 0.55em !important;
        text-transform: none;
        letter-spacing: 0 !important;
        font-style: italic;
        color: #aaa; }
    #mainnav-small ul.left li:hover a {
      color: #4c3490 !important; }
  .row {
    max-width: 100%; }
  #small-logo {
    display: block; }
    #small-logo span {
      background: url(img/design/logo.png);
      width: 140px;
      height: 48px;
      background-size: 100%;
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat;
      margin-left: auto;
      margin-right: auto; }
  .off-canvas-list a {
    font-family: SohoGothicStdRegular;
    font-size: 0.875rem;
    padding-left: 20px; }
  .founderpartner {
    padding: 10px 10px 0 10px; }
  #adrblock div {
    display: block;
    float: none;
    text-align: center; }
  footer {
    padding-bottom: 20px; }
  .search-icon span {
    width: 2.8125rem;
    height: 2.8125rem;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(img/design/icons/green/icon_search_633490.png);
    display: block; }
  .menu-icon span {
    margin-top: 2px; }
  #quicksearch {
    display: none; }
    #quicksearch input.ui-autocomplete-input {
      margin: 0; }
  #contactsection .contact {
    margin-bottom: 0; }
    #contactsection .contact.general {
      height: 100px !important; }
      #contactsection .contact.general .plus {
        height: 50px;
        width: 50px;
        margin-bottom: 0px; }
      #contactsection .contact.general .plus#address {
        margin-right: -1px;
        padding-bottom: 63px; }
    #contactsection .contact section .tile-text h3 {
      margin-top: -10px; }
  .row .row {
    margin-left: 0;
    margin-right: 0; }
  #requestModal {
    max-width: 90%;
    margin-left: -45%; }
  #contactsection .contact {
    height: 300px !important; } }

.resultssection .filter-type-splitter section {
  background-color: #4c3490;
  padding: 15px 20px;
  margin: 15px 0 5px 0;
  color: #fff;
  font-weight: 900;
  font-size: 16px; }

.resultssection .sog-tile {
  position: relative; }
  .resultssection .sog-tile section {
    cursor: pointer;
    margin-bottom: 15px;
    position: relative; }
    .resultssection .sog-tile section .transparent-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 20;
      background-color: transparent; }
    .resultssection .sog-tile section .photo-bg {
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-size: cover; }
    .resultssection .sog-tile section .dimming-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background-color: #000;
      opacity: 0.7; }
    .resultssection .sog-tile section .tile-text {
      padding: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      overflow: hidden; }
      .resultssection .sog-tile section .tile-text .subhead {
        font-size: 0.7em;
        display: block;
        text-transform: uppercase;
        margin-bottom: 3px;
        letter-spacing: 1px;
        font-weight: 400; }
        .resultssection .sog-tile section .tile-text .subhead span {
          color: #333; }
      .resultssection .sog-tile section .tile-text h1 {
        color: #333;
        font-size: 1.2em !important;
        line-height: 1.3em !important;
        text-transform: uppercase !important;
        font-weight: 900 !important;
        margin: 0 !important; }
        .resultssection .sog-tile section .tile-text h1 a {
          color: #333;
        font-size: 1.2em !important;
        line-height: 1.3em !important;
        text-transform: uppercase !important;
        font-weight: 900 !important;
        margin: 0 !important; }
          .resultssection .sog-tile section .tile-text h1 a:hover {
            opacity: 0.9;
            text-decoration: underline; }
      .resultssection .sog-tile section .tile-text h2 {
        color: #444 !important;
        font-size: 0.80em !important;
        margin: 10px 0 0 0 !important;
        font-weight: 100 !important; }
    .resultssection .sog-tile section span.plus {
      cursor: pointer;
      background-image: url(img/design/icon_plus.png);
      display: block;
      position: absolute;
      bottom: 15px;
      right: 15px;
      background-size: 100%;
      width: 30px;
      height: 30px; }

.resultssection {
  margin: 0 0 50px 0; }
  .resultssection .sog-tile.result.splitter:after {
    width: 500px !important;
    height: 100px !important;
    display: block !important;
    background-color: red !important;
    position: relative; }
  .resultssection .sog-tile.result.profile.tileviewed section, .resultssection .sog-tile.result.profile.listviewed section, .resultssection .sog-tile.result.file.tileviewed section, .resultssection .sog-tile.result.file.listviewed section, .resultssection .sog-tile.result.page.tileviewed section, .resultssection .sog-tile.result.page.listviewed section, .resultssection .sog-tile.result.sector.tileviewed section, .resultssection .sog-tile.result.subsector.tileviewed section {
    background-color: #fff; }
    .resultssection .sog-tile.result.profile.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.profile.listviewed section .tile-text .subhead, .resultssection .sog-tile.result.file.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.file.listviewed section .tile-text .subhead, .resultssection .sog-tile.result.page.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.page.listviewed section .tile-text .subhead, .resultssection .sog-tile.result.sector.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.subsector.tileviewed section .tile-text .subhead {
      color: #4c3490; }
      .resultssection .sog-tile.result.profile.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.profile.listviewed section .tile-text .subhead span, .resultssection .sog-tile.result.file.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.file.listviewed section .tile-text .subhead span, .resultssection .sog-tile.result.page.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.page.listviewed section .tile-text .subhead span, .resultssection .sog-tile.result.sector.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.subsector.tileviewed section .tile-text .subhead span {
        color: #333; }
    .resultssection .sog-tile.result.profile.tileviewed section .tile-text h1, .resultssection .sog-tile.result.profile.listviewed section .tile-text h1, .resultssection .sog-tile.result.file.tileviewed section .tile-text h1, .resultssection .sog-tile.result.file.listviewed section .tile-text h1, .resultssection .sog-tile.result.page.tileviewed section .tile-text h1, .resultssection .sog-tile.result.page.listviewed section .tile-text h1, .resultssection .sog-tile.result.sector.tileviewed section .tile-text h1, .resultssection .sog-tile.result.subsector.tileviewed section .tile-text h1 {
      color: #333; }
    .resultssection .sog-tile.result.profile.tileviewed section .tile-text h2, .resultssection .sog-tile.result.profile.listviewed section .tile-text h2, .resultssection .sog-tile.result.file.tileviewed section .tile-text h2, .resultssection .sog-tile.result.file.listviewed section .tile-text h2, .resultssection .sog-tile.result.page.tileviewed section .tile-text h2, .resultssection .sog-tile.result.page.listviewed section .tile-text h2, .resultssection .sog-tile.result.sector.tileviewed section .tile-text h2, .resultssection .sog-tile.result.subsector.tileviewed section .tile-text h2 {
      color: #333;
      line-height: 1.3em; }
    .resultssection .sog-tile.result.profile.tileviewed section .photo-bg, .resultssection .sog-tile.result.profile.listviewed section .photo-bg, .resultssection .sog-tile.result.file.tileviewed section .photo-bg, .resultssection .sog-tile.result.file.listviewed section .photo-bg, .resultssection .sog-tile.result.page.tileviewed section .photo-bg, .resultssection .sog-tile.result.page.listviewed section .photo-bg, .resultssection .sog-tile.result.sector.tileviewed section .photo-bg, .resultssection .sog-tile.result.subsector.tileviewed section .photo-bg {
      background-position: 50% 80%;
      background-size: 70%; }
  .resultssection .sog-tile.result.news.tileviewed section .tile-text span.plus, .resultssection .sog-tile.result.news.listviewed section .tile-text span.plus, .resultssection .sog-tile.result.news section .tile-text span.plus, .resultssection .sog-tile.result.sector section .tile-text span.plus, .resultssection .sog-tile.result.subsector.tileviewed section .tile-text span.plus, .resultssection .sog-tile.result.subsector section .tile-text span.plus {
    background-image: url(img/design/icons/blue/icon_plus.png); }
  .resultssection .sog-tile.result.news.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.news.listviewed section .tile-text .subhead, .resultssection .sog-tile.result.news section .tile-text .subhead, .resultssection .sog-tile.result.sector section .tile-text .subhead, .resultssection .sog-tile.result.subsector.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.subsector section .tile-text .subhead {
    color: #4c3490; }
    .resultssection .sog-tile.result.news.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.news.listviewed section .tile-text .subhead span, .resultssection .sog-tile.result.news section .tile-text .subhead span, .resultssection .sog-tile.result.sector section .tile-text .subhead span, .resultssection .sog-tile.result.subsector.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.subsector section .tile-text .subhead span {
      padding-left: 0px;
      color: #333; }
  .resultssection .sog-tile.result.news.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.news.listviewed section .tile-text .subhead span, .resultssection .sog-tile.result.event.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.event.listviewed section .tile-text .subhead span {
    color: #fff; }
  .resultssection .sog-tile.result.news.tileviewed .photo-bg, .resultssection .sog-tile.result.news.listviewed .photo-bg, .resultssection .sog-tile.result.event.tileviewed .photo-bg, .resultssection .sog-tile.result.event.listviewed .photo-bg {
    background-size: cover !important; }
  .resultssection .sog-tile.result.page.tileviewed section .tile-text span.plus, .resultssection .sog-tile.result.page.listviewed section .tile-text span.plus, .resultssection .sog-tile.result.publication.tileviewed section .tile-text span.plus, .resultssection .sog-tile.result.publication.listviewed section .tile-text span.plus {
    background-image: url(img/design/icons/green/icon_plus.png); }
  .resultssection .sog-tile.result.page.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.page.listviewed section .tile-text .subhead, .resultssection .sog-tile.result.publication.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.publication.listviewed section .tile-text .subhead {
    color: #4c3490; }
    .resultssection .sog-tile.result.page.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.page.listviewed section .tile-text .subhead span, .resultssection .sog-tile.result.publication.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.publication.listviewed section .tile-text .subhead span {
      padding-left: 0px;
      color: #333; }
  .resultssection .sog-tile.result.file.tileviewed section .tile-text span.plus, .resultssection .sog-tile.result.file.listviewed section .tile-text span.plus {
    background-image: url(img/design/icons/blue/icon_plus.png); }
  .resultssection .sog-tile.result.file.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.file.listviewed section .tile-text .subhead {
    color: #4c3490; }
    .resultssection .sog-tile.result.file.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.file.listviewed section .tile-text .subhead span {
      padding-left: 0px;
      color: #333; }
  .resultssection .sog-tile.result.event.tileviewed section .tile-text span.plus, .resultssection .sog-tile.result.event.listviewed section .tile-text span.plus {
    background-image: url(img/design/icons/blue/icon_plus.png); }
  .resultssection .sog-tile.result.event.tileviewed section .tile-text .subhead, .resultssection .sog-tile.result.event.listviewed section .tile-text .subhead {
    color: #4c3490; }
    .resultssection .sog-tile.result.event.tileviewed section .tile-text .subhead span, .resultssection .sog-tile.result.event.listviewed section .tile-text .subhead span {
      padding-left: 0px;
      color: #333; }
  .resultssection .sog-tile.result.solution.tileviewed .tile-text span.plus, .resultssection .sog-tile.result.solution.listviewed .tile-text span.plus, .resultssection .sog-tile.result.publication.tileviewed .tile-text span.plus, .resultssection .sog-tile.result.publication.listviewed .tile-text span.plus, .resultssection .sog-tile.result.infocus.tileviewed .tile-text span.plus, .resultssection .sog-tile.result.infocus.listviewed .tile-text span.plus, .resultssection .sog-tile.result.person.tileviewed .tile-text span.plus, .resultssection .sog-tile.result.person.listviewed .tile-text span.plus {
    background-image: url(img/design/icons/green/icon_plus.png); }
  .resultssection .sog-tile.result.solution.tileviewed .tile-text .subhead span, .resultssection .sog-tile.result.solution.listviewed .tile-text .subhead span, .resultssection .sog-tile.result.publication.tileviewed .tile-text .subhead span, .resultssection .sog-tile.result.publication.listviewed .tile-text .subhead span, .resultssection .sog-tile.result.infocus.tileviewed .tile-text .subhead span, .resultssection .sog-tile.result.infocus.listviewed .tile-text .subhead span, .resultssection .sog-tile.result.person.tileviewed .tile-text .subhead span, .resultssection .sog-tile.result.person.listviewed .tile-text .subhead span {
    color: #ccc; }
  .resultssection .sog-tile.result.solution.tileviewed .photo-bg, .resultssection .sog-tile.result.solution.listviewed .photo-bg, .resultssection .sog-tile.result.publication.tileviewed .photo-bg, .resultssection .sog-tile.result.publication.listviewed .photo-bg, .resultssection .sog-tile.result.infocus.tileviewed .photo-bg, .resultssection .sog-tile.result.infocus.listviewed .photo-bg, .resultssection .sog-tile.result.person.tileviewed .photo-bg, .resultssection .sog-tile.result.person.listviewed .photo-bg {
    background-size: cover; }
  .resultssection .sog-tile.result.integratedsolution.tileviewed .tile-text .subhead, .resultssection .sog-tile.result.integratedsolutions.listviewed .tile-text .subhead {
    color: #4c3490; }
  .resultssection .sog-tile.result.publication.tileviewed .dimming-layer, .resultssection .sog-tile.result.publication.listviewed .dimming-layer {
    opacity: 0.6; }
  .resultssection .sog-tile.result.publication.tileviewed:hover .dimming-layer, .resultssection .sog-tile.result.publication.listviewed:hover .dimming-layer {
    opacity: 0.4; }
  .resultssection .sog-tile.result.profile.tileviewed .tile-text span.plus, .resultssection .sog-tile.result.profile.listviewed .tile-text span.plus {
    background-image: url(img/design/icons/black/icon_plus.png); }
  .resultssection .sog-tile.result.profile.tileviewed .photo-bg, .resultssection .sog-tile.result.profile.listviewed .photo-bg {
    background-size: 70%; }
  .resultssection .sog-tile.result.tileviewed:hover section .dimming-layer {
    opacity: 0.47;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s; }
  .resultssection .sog-tile.result.tileviewed section .tile-text .subhead {
    color: #4c3490; }
  .resultssection .sog-tile.result.tileviewed section .tile-text h1 {
    color: #fff; }
  .resultssection .sog-tile.result.tileviewed section .tile-text h2 {
    color: #eee; }
  .resultssection .sog-tile.result.tileviewed section .tile-text span.plus {
    background-image: url(img/design/icon_plus.png); }
  .resultssection .sog-tile.result.tileviewed section .tile-text a.video {
    background-image: url(img/design/icons/green/icon_video.png);
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    background-size: 100%; }
  .resultssection .sog-tile.result.tileviewed section .tile-text a.video:hover {
    background-image: url(img/design/icons/green/icon_video_alt.png); }
  .resultssection .sog-tile.result.listviewed {
    display: block;
    width: 100% !important;
    clear: both;
    height: auto;
    margin-bottom: 1px; }
    .resultssection .sog-tile.result.listviewed section {
      background-color: #333;
      position: relative;
      overflow: hidden;
      height: 100%;
      margin: 0; }
      .resultssection .sog-tile.result.listviewed section .photo-bg {
        position: static;
        float: left;
        width: 20%;
        height: 100%;
        background-image: none !important; }
      .resultssection .sog-tile.result.listviewed section .dimming-layer {
        display: none; }
      .resultssection .sog-tile.result.listviewed section .tile-text {
        float: left;
        width: 80%;
        height: 100%;
        position: static;
        padding: 20px; }
        .resultssection .sog-tile.result.listviewed section .tile-text .subhead {
          color: #4c3490; }
        .resultssection .sog-tile.result.listviewed section .tile-text h1 {
          color: #fff;
          font-size: 1.2em;
          line-height: 1.3em;
          text-transform: uppercase;
          font-weight: 900;
          margin: 0; }
        .resultssection .sog-tile.result.listviewed section .tile-text h2 {
          color: #eee;
          font-size: 0.75em;
          margin: 20px 0 0 0; }
        .resultssection .sog-tile.result.listviewed section .tile-text span.plus {
          cursor: pointer;
          display: block;
          position: absolute;
          bottom: 15px;
          right: 15px;
          background-image: url(img/design/icon_plus.png);
          background-size: 100%;
          width: 30px;
          height: 30px; }

.filter-heading {
  float: left;
  height: 25px;
  line-height: 25px;
  margin-right: 15px; }

.filter-pagination {
  font-family: 'Open Sans';
  font-weight: 900;
  float: right;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  padding: 0; }
  .filter-pagination a {
    color: #aaa;
    font-weight: 400; }
    .filter-pagination a:hover, .filter-pagination a.selected {
      color: #4c3490;
      text-shadow: 1px 1px 1px #ccc; }
  .filter-pagination span {
    font-weight: 700;
    color: #000;
    margin-right: 10px;
    float: left; }
    .filter-pagination span:last-child {
      margin-right: 0; }

.divider {
  height: 1px;
  background-image: -webkit-linear-gradient(left, #e4e4e4, #aaa, #e4e4e4);
  background-image: linear-gradient(90deg, #e4e4e4, #aaa, #e4e4e4);
  margin: 15px 0; }

.results-filter .results-filter-inner {
  overflow: hidden;
  height: 40px;
  line-height: 40px; }
  .results-filter .results-filter-inner .left, .results-filter .results-filter-inner .right {
    overflow: hidden; }
    .results-filter .results-filter-inner .left span, .results-filter .results-filter-inner .left a, .results-filter .results-filter-inner .right span, .results-filter .results-filter-inner .right a {
      font-size: 0.8em;
      text-transform: uppercase;
      display: block;
      float: left; }
    .results-filter .results-filter-inner .left span, .results-filter .results-filter-inner .right span {
      font-weight: 700;
      color: #000; }
    .results-filter .results-filter-inner .left a, .results-filter .results-filter-inner .right a {
      font-weight: 400;
      color: #aaa; }
      .results-filter .results-filter-inner .left a:hover, .results-filter .results-filter-inner .right a:hover {
        color: #4c3490;
        text-shadow: 1px 1px 1px #ccc; }
      .results-filter .results-filter-inner .left a:focus, .results-filter .results-filter-inner .left a:active, .results-filter .results-filter-inner .right a:focus, .results-filter .results-filter-inner .right a:active {
        color: #333; }
      .results-filter .results-filter-inner .left a.selected, .results-filter .results-filter-inner .right a.selected {
        color: #4c3490;
        text-shadow: 1px 1px 1px #ccc; }
      .results-filter .results-filter-inner .left a.selected:hover, .results-filter .results-filter-inner .right a.selected:hover {
        color: #4c3490;
        text-decoration: none; }
      .results-filter .results-filter-inner .left a.tileview, .results-filter .results-filter-inner .left a.listview, .results-filter .results-filter-inner .right a.tileview, .results-filter .results-filter-inner .right a.listview {
        background-size: 100%;
        width: 30px;
        height: 30px;
        margin: 5px; }
      .results-filter .results-filter-inner .left a.tileview, .results-filter .results-filter-inner .right a.tileview {
        background-image: url(img/design/tileview_large.png); }
      .results-filter .results-filter-inner .left a.listview, .results-filter .results-filter-inner .right a.listview {
        background-image: url(img/design/listview_large.png); }
  .results-filter .results-filter-inner .left {
    margin-right: 15px; }
    .results-filter .results-filter-inner .left span, .results-filter .results-filter-inner .left a {
      margin-right: 10px; }
  .results-filter .results-filter-inner .right {
    margin-left: 15px; }
    .results-filter .results-filter-inner .right span, .results-filter .results-filter-inner .right a {
      margin-left: 10px; }

/* FOR MEDIUM DEVICES ------------------------------------------------------------------------------ */
@media only screen and (min-width: 40.063em) and (max-width: 63em) {
  a.smallcaption {
    display: none !important; }
  #mainnav ul.left li a {
    padding: 0;
    line-height: 54px;
    text-align: center;
    border-right: 1px solid #eee;
    font-weight: 900 !important; }
    #mainnav ul.left li a:hover {		
      background-color: #4c3490;
	  color: #fff; /* todo */
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  #topnav #logo {
    position: absolute;
    top: 25px;
    left: 7px;
    height: 40px; }
  #requestModal {
    max-width: 90%;
    margin-left: -45%; }
  #photo-banner #banner-content h2 {
    width: 100%;
    max-width: 100%; }
  .alternative-pagewrap {
    overflow: hidden;
    max-width: 95%;
    margin: 0 auto; }
    .alternative-pagewrap .wrap-75pct {
      width: 100%;
      float: left; }
      .alternative-pagewrap .wrap-75pct .row {
        max-width: 100%; }
        .alternative-pagewrap .wrap-75pct .row .medium-6 {
          width: 50%; }
    .alternative-pagewrap .wrap-25pct {
      width: 100%;
      float: left;
      padding-top: 121px; }
      .alternative-pagewrap .wrap-25pct .row {
        max-width: 100%; }
        .alternative-pagewrap .wrap-25pct .row .large-3 {
          width: 100% !important; } }

/* FOR XLARGE DEVICES ------------------------------------------------------------------------------ */
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .resultssection .sog-tile section .tile-text h3, .tilesection .sog-tile section .tile-text h3 {
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 900; }
  .resultssection .sog-tile section .tile-text h4, .tilesection .sog-tile section .tile-text h4 {
    font-size: 15px;
    /*font-weight: 400;*/ }
  .resultssection .sog-tile.news .tile-text h4, .resultssection .sog-tile.profile .tile-text h4, .resultssection .sog-tile.event .tile-text h4, .tilesection .sog-tile.news .tile-text h4, .tilesection .sog-tile.profile .tile-text h4, .tilesection .sog-tile.event .tile-text h4 {
    font-weight: 400; }
  #mainnav ul.left li a {
    font-weight: 900 !important;
    font-size: 0.75em !important;
    letter-spacing: 0.3px; }
  #mainnav ul.left li a.smallcaption {
    font-weight: 400 !important;
    font-size: 10px !important; }
  .pagewrap .profile-boxes-wrapper > div.pageinfobox div.boxcontent p {
    font-size: 15px;
    line-height: 1.5em; }
  #contactsection .contact {
    height: 300px !important; } }

.Administration_Card {
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #e8e8e8;
  line-height: 150%; }
  .Administration_Card p {
    margin: 0;
    font-size: inherit;
    line-height: inherit; }
  .Administration_Card small, .Administration_Card .small {
    font-size: 80%; }
  .Administration_Card__headline {
    text-shadow: 0px 2px 1px #e4e4e4;
    font-weight: 900;
    font-size: 14px;
    color: #4c3490;
    background-color: #eee;
    padding: 12px 10px;
    border-top: 1px solid #ccc;
    margin: -10px -10px 10px -10px;
    border-top: 0; }
    .Administration_Card__headline__icon {
      float: right;
      font-size: 15px;
      margin-top: 3px; }

.Administration_Header_ImprovementsWidget {
  position: absolute;
  right: 0.46875rem;
  left: auto;
  z-index: 1000;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  background-color: #f6f6f6;
  width: 500px;
  padding: 20px;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s; }
  .Administration_Header_ImprovementsWidget h4 {
    text-align: center; }
  .Administration_Header_ImprovementsWidget h5 {
    font-size: 16px; }
  .Administration_Header_ImprovementsWidget h5.gain, .Administration_Header_ImprovementsWidget h5 .gain {
    color: #4c3490;
    font-style: normal; }
  .Administration_Header_ImprovementsWidget__card {
    background-color: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    padding: 10px 20px;
    margin-bottom: 10px; }
    .Administration_Header_ImprovementsWidget__card .explanation {
      font-size: 12px;
      line-height: 150%; }
    .Administration_Header_ImprovementsWidget__card .card-footer {
      margin: 15px -20px -10px -20px;
      padding: 5px 15px;
      border-top: 1px solid #e6e6e6; }
    .Administration_Header_ImprovementsWidget__card table {
      border: 0;
      width: 100%;
      margin: 0; }
      .Administration_Header_ImprovementsWidget__card table tr td {
        font-size: 12px;
        padding: 2px 5px; }
        .Administration_Header_ImprovementsWidget__card table tr td.success a, .Administration_Header_ImprovementsWidget__card table tr td.Administration_MenuBar__menu_tile a, .Administration_Header_ImprovementsWidget__card table tr td.success a:link, .Administration_Header_ImprovementsWidget__card table tr td.Administration_MenuBar__menu_tile a:link, .Administration_Header_ImprovementsWidget__card table tr td.success .a, .Administration_Header_ImprovementsWidget__card table tr td.Administration_MenuBar__menu_tile .a {
          color: #007458; }
        .Administration_Header_ImprovementsWidget__card table tr td.success .icon, .Administration_Header_ImprovementsWidget__card table tr td.Administration_MenuBar__menu_tile .icon {
          font-style: normal;
          font-family: "FontAwesome" !important;
          display: block;
          color: #4c3490; }
          .Administration_Header_ImprovementsWidget__card table tr td.success .icon::before, .Administration_Header_ImprovementsWidget__card table tr td.Administration_MenuBar__menu_tile .icon::before {
            content: ""; }
        .Administration_Header_ImprovementsWidget__card table tr td.error a, .Administration_Header_ImprovementsWidget__card table tr td.error a:link, .Administration_Header_ImprovementsWidget__card table tr td.error .a {
          color: #ff8a29; }
        .Administration_Header_ImprovementsWidget__card table tr td.error .icon {
          font-style: normal;
          font-family: "FontAwesome" !important;
          display: block;
          color: #ffa65c; }
          .Administration_Header_ImprovementsWidget__card table tr td.error .icon::before {
            content: ""; }
        .Administration_Header_ImprovementsWidget__card table tr td.default a, .Administration_Header_ImprovementsWidget__card table tr td.default a:link, .Administration_Header_ImprovementsWidget__card table tr td.default .a {
          color: dimgray; }
        .Administration_Header_ImprovementsWidget__card table tr td.default .icon {
          font-style: normal;
          font-family: "FontAwesome" !important;
          display: block;
          color: #828282; }
          .Administration_Header_ImprovementsWidget__card table tr td.default .icon::before {
            content: ""; }
        .Administration_Header_ImprovementsWidget__card table tr td .icon {
          font-size: 15px;
          display: inline !important; }

.Administration_Header_ProfileStrengthIndicator .pull-right {
  float: right; }

.Administration_Header_ProfileStrengthIndicator .featured {
  font-size: 38px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .Administration_Header_ProfileStrengthIndicator .featured .small {
    font-size: 20px;
    line-height: 1.40;
    margin-left: 5px; }

.Administration_InternalNewsItem h4 {
  font-size: 13px;
  font-weight: bold;
  font-style: italic; }

.Administration_InternalNewsItem h5 {
  line-height: inherit;
  font-weight: normal;
  font-style: normal;
  font-size: 13px; }

.Administration_InternalNewsItem__body {
  display: none; }

.Administration_InternalNewsItem__body, .Administration_InternalNewsItem__toggle_button {
  margin-top: 20px; }

.Administration_InternalNewsItem__image_wrapper {
  position: relative;
  max-width: 160px;
  margin: 10px 10px 10px auto;
  cursor: pointer; }
  .Administration_InternalNewsItem__image_wrapper__counter {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    right: 5px;
    bottom: 5px;
    padding: 5px;
    font-size: 20px;
    z-index: 5;
    min-width: 30px;
    text-align: center; }
  .Administration_InternalNewsItem__image_wrapper__overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    .Administration_InternalNewsItem__image_wrapper__overlay .fa {
      font-size: 60px;
      color: rgba(255, 255, 255, 0.6); }
    .Administration_InternalNewsItem__image_wrapper__overlay.video {
      opacity: 0.7;
      background-color: rgba(0, 0, 0, 0.6); }
      .Administration_InternalNewsItem__image_wrapper__overlay.video .fa {
        color: #4c3490; }
    .Administration_InternalNewsItem__image_wrapper__overlay:hover {
      opacity: 1; }

.Administration_MenuBar {
  background-color: white; }
  .Administration_MenuBar .welcome-text {
    font-size: 14px; }
  .Administration_MenuBar__menu_tile {
    min-height: 62px;
    padding: 12px 20px;
    margin: 10px auto;
    width: 100%;
    font-size: 14px;
    text-align: left;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica;
    line-height: normal;
    color: #ffffff;
    border: none;
    background-color: #adadad !important;
    -webkit-transition: background-color 1s ease;
    transition: background-color 1s ease; }
    .Administration_MenuBar__menu_tile.button {
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .Administration_MenuBar__menu_tile.button:focus {
        outline: 0; }
      .Administration_MenuBar__menu_tile.button:hover, .Administration_MenuBar__menu_tile.button.active {
        outline: 0;
        background-color: #7d7d7d !important; }
    .Administration_MenuBar__menu_tile--success {
      background-color: #4c3490 !important; }
    .Administration_MenuBar__menu_tile--danger {
      background-color: #d23c2d !important; }
    .Administration_MenuBar__menu_tile--white {
      background-color: white !important;
      color: #222222; }
    .Administration_MenuBar__menu_tile strong {
      display: block; }
    .Administration_MenuBar__menu_tile small {
      font-size: 11px; }

.Administration_Overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 89;
  opacity: 0.6; }

.Administration_Modal {
  padding: 20px; }

.Administration_NavBar {
  background-color: #4c3490; }
  .Administration_NavBar__logo_wrapper {
    max-width: 130px;
    padding-top: 7px; }
  .Administration_NavBar .button {
    margin: 0;
    padding: 15px 10px;
    text-transform: uppercase; }

.Administration_Optimization_Panel .tabs dd {
  width: 25%;
  text-align: center; }
  .Administration_Optimization_Panel .tabs dd.success a, .Administration_Optimization_Panel .tabs dd.Administration_MenuBar__menu_tile a, .Administration_Optimization_Panel .tabs dd.success a:link, .Administration_Optimization_Panel .tabs dd.Administration_MenuBar__menu_tile a:link, .Administration_Optimization_Panel .tabs dd.success .a, .Administration_Optimization_Panel .tabs dd.Administration_MenuBar__menu_tile .a {
    color: #007458; }
  .Administration_Optimization_Panel .tabs dd.success .icon, .Administration_Optimization_Panel .tabs dd.Administration_MenuBar__menu_tile .icon {
    font-style: normal;
    font-family: "FontAwesome" !important;
    display: block;
    color: #4c3490; }
    .Administration_Optimization_Panel .tabs dd.success .icon::before, .Administration_Optimization_Panel .tabs dd.Administration_MenuBar__menu_tile .icon::before {
      content: ""; }
  .Administration_Optimization_Panel .tabs dd.error a, .Administration_Optimization_Panel .tabs dd.error a:link, .Administration_Optimization_Panel .tabs dd.error .a {
    color: #ff8a29; }
  .Administration_Optimization_Panel .tabs dd.error .icon {
    font-style: normal;
    font-family: "FontAwesome" !important;
    display: block;
    color: #ffa65c; }
    .Administration_Optimization_Panel .tabs dd.error .icon::before {
      content: ""; }
  .Administration_Optimization_Panel .tabs dd.default a, .Administration_Optimization_Panel .tabs dd.default a:link, .Administration_Optimization_Panel .tabs dd.default .a {
    color: dimgray; }
  .Administration_Optimization_Panel .tabs dd.default .icon {
    font-style: normal;
    font-family: "FontAwesome" !important;
    display: block;
    color: #828282; }
    .Administration_Optimization_Panel .tabs dd.default .icon::before {
      content: ""; }
  .Administration_Optimization_Panel .tabs dd a {
    font-size: 14px;
    margin-right: 0; }
    .Administration_Optimization_Panel .tabs dd a .icon {
      font-size: 25px; }

.Administration_Optimization_Panel .content p {
  font-size: 14px; }

.Administration_Optimization_Panel .content table tr.success a, .Administration_Optimization_Panel .content table tr.Administration_MenuBar__menu_tile a, .Administration_Optimization_Panel .content table tr.success a:link, .Administration_Optimization_Panel .content table tr.Administration_MenuBar__menu_tile a:link, .Administration_Optimization_Panel .content table tr.success .a, .Administration_Optimization_Panel .content table tr.Administration_MenuBar__menu_tile .a {
  color: #007458; }

.Administration_Optimization_Panel .content table tr.success .icon, .Administration_Optimization_Panel .content table tr.Administration_MenuBar__menu_tile .icon {
  font-style: normal;
  font-family: "FontAwesome" !important;
  display: block;
  color: #4c3490; }
  .Administration_Optimization_Panel .content table tr.success .icon::before, .Administration_Optimization_Panel .content table tr.Administration_MenuBar__menu_tile .icon::before {
    content: ""; }

.Administration_Optimization_Panel .content table tr.error a, .Administration_Optimization_Panel .content table tr.error a:link, .Administration_Optimization_Panel .content table tr.error .a {
  color: #ff8a29; }

.Administration_Optimization_Panel .content table tr.error .icon {
  font-style: normal;
  font-family: "FontAwesome" !important;
  display: block;
  color: #ffa65c; }
  .Administration_Optimization_Panel .content table tr.error .icon::before {
    content: ""; }

.Administration_Optimization_Panel .content table tr.default a, .Administration_Optimization_Panel .content table tr.default a:link, .Administration_Optimization_Panel .content table tr.default .a {
  color: dimgray; }

.Administration_Optimization_Panel .content table tr.default .icon {
  font-style: normal;
  font-family: "FontAwesome" !important;
  display: block;
  color: #828282; }
  .Administration_Optimization_Panel .content table tr.default .icon::before {
    content: ""; }

.Administration_Optimization_Panel .content .field--scroll {
  display: inline; }

.Administration_Optimization_Panel .content .field--no-scroll {
  display: none; }

.Administration_Optimization_Panel .content .duplicate-content-match {
  cursor: pointer; }
  .Administration_Optimization_Panel .content .duplicate-content-match.open, .Administration_Optimization_Panel .content .duplicate-content-match:hover {
    box-shadow: 0 0 2px 2px #ddd; }
  .Administration_Optimization_Panel .content .duplicate-content-match.open .textsnippet {
    display: block; }
  .Administration_Optimization_Panel .content .duplicate-content-match .textsnippet {
    display: none;
    font-size: 90%;
    font-style: italic; }
  .Administration_Optimization_Panel .content .duplicate-content-match .fa,
  .Administration_Optimization_Panel .content .duplicate-content-match .icon {
    margin: 4px; }

#optimizeModal .Administration_Optimization_Panel .content .field--scroll {
  display: none; }

#optimizeModal .Administration_Optimization_Panel .content .field--no-scroll {
  display: inline; }

.Administration_Optimization_ArticlesList table {
  table-layout: fixed; }
  .Administration_Optimization_ArticlesList table th, .Administration_Optimization_ArticlesList table td {
    width: 15%;
    text-align: center; }
    .Administration_Optimization_ArticlesList table th:first-child, .Administration_Optimization_ArticlesList table td:first-child {
      width: 40%;
      text-align: left;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }

.Administration_Optimization_ArticlesList .content {
  overflow-y: scroll;
  max-height: 400px; }
  .Administration_Optimization_ArticlesList .content table tr:hover {
    background-color: #ebebeb; }
  .Administration_Optimization_ArticlesList .content table tr td.success a, .Administration_Optimization_ArticlesList .content table tr td.Administration_MenuBar__menu_tile a, .Administration_Optimization_ArticlesList .content table tr td.success a:link, .Administration_Optimization_ArticlesList .content table tr td.Administration_MenuBar__menu_tile a:link, .Administration_Optimization_ArticlesList .content table tr td.success .a, .Administration_Optimization_ArticlesList .content table tr td.Administration_MenuBar__menu_tile .a {
    color: #007458; }
  .Administration_Optimization_ArticlesList .content table tr td.success .icon, .Administration_Optimization_ArticlesList .content table tr td.Administration_MenuBar__menu_tile .icon {
    font-style: normal;
    font-family: "FontAwesome" !important;
    display: block;
    color: #4c3490; }
    .Administration_Optimization_ArticlesList .content table tr td.success .icon::before, .Administration_Optimization_ArticlesList .content table tr td.Administration_MenuBar__menu_tile .icon::before {
      content: ""; }
  .Administration_Optimization_ArticlesList .content table tr td.error a, .Administration_Optimization_ArticlesList .content table tr td.error a:link, .Administration_Optimization_ArticlesList .content table tr td.error .a {
    color: #ff8a29; }
  .Administration_Optimization_ArticlesList .content table tr td.error .icon {
    font-style: normal;
    font-family: "FontAwesome" !important;
    display: block;
    color: #ffa65c; }
    .Administration_Optimization_ArticlesList .content table tr td.error .icon::before {
      content: ""; }
  .Administration_Optimization_ArticlesList .content table tr td.default a, .Administration_Optimization_ArticlesList .content table tr td.default a:link, .Administration_Optimization_ArticlesList .content table tr td.default .a {
    color: dimgray; }
  .Administration_Optimization_ArticlesList .content table tr td.default .icon {
    font-style: normal;
    font-family: "FontAwesome" !important;
    display: block;
    color: #828282; }
    .Administration_Optimization_ArticlesList .content table tr td.default .icon::before {
      content: ""; }

.Administration_PageDivider {
  margin: 40px 0 15px 0;
  text-align: center;
  border-top: 1px dotted #4c3490; }
  .Administration_PageDivider .inner {
    position: relative;
    top: -10px;
    background-color: #fff;
    display: inline-block;
    padding: 0 20px;
    font-size: 17px;
    color: #4c3490; }

dl.tabs dd.active a {
  border-top: 3px solid #4c3490; }

dl.tabs dd:last-child a {
  margin-right: 0; }

dl.tabs.tabs-pills dd.active a {
  background-color: #4c3490;
  border-color: #4c3490;
  color: white; }

.table-sticky thead {
  display: block;
  width: 100%; }

.table-sticky tbody {
  display: block;
  width: 100%;
  overflow-y: scroll; }

.Tile {
  position: relative; }
  .Tile--align-grid .Tile__article {
    height: 320px; }
  .Tile--align-grid .Tile__article__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden; }
  .Tile--menu__icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px; }
  .Tile--menu__list {
    margin: 15px 0 0 0; }
    .Tile--menu__list--with-icon .Tile--menu__list__item__text {
      width: 80%;
      padding-left: 15px; }
    .Tile--menu__list__item a {
      box-sizing: border-box;
      color: #fff;
      display: block;
      padding: 10px 0 10px 0;
      font-size: 0.75em;
      text-transform: uppercase;
      font-weight: 900;
      overflow: hidden;
      min-height: 30px; }
      .Tile--menu__list__item a:hover, .Tile--menu__list__item a.sel {
        color: #000;
        -webkit-transition: color 0.2s;
        transition: color 0.2s; }
    .Tile--menu__list__item__icon {
      width: 30px;
      height: 30px;
      float: left; }
      .Tile--menu__list__item__icon img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .Tile--menu__list__item__text {
      width: 100%;
      float: left;
      padding-top: 8px;
      padding-bottom: 7px;
      line-height: 1.2em; }
  .Tile__article {
    background-color: #fff;
    margin-bottom: 15px; }
    .Tile__article__content {
      padding: 20px; }
      .Tile__article__content span {
        color: #333; }
      .Tile__article__content h1, .Tile__article__content .h1 {
        color: #333;
        font-size: 1.2em;
        line-height: 1.3em;
        text-transform: uppercase;
        font-family: SohoGothicStdBold;
        font-weight: 900;
        letter-spacing: -0.01em;
        margin: 0; }
        .Tile__article__content h1 a, .Tile__article__content .h1 a {
          color: inherit; }
          .Tile__article__content h1 a:hover, .Tile__article__content .h1 a:hover {
            opacity: 0.9;
            text-decoration: underline; }
      .Tile__article__content h2, .Tile__article__content .h2, .Tile__article__content p, .Tile__article__content ul, .Tile__article__content ol {
        color: #444;
        font-size: 0.80em;
        margin: 10px 0 0 0;
        font-weight: 100; }
      .Tile__article__content ul, .Tile__article__content ol {
        margin: 15px 25px; }
      .Tile__article__content .subhead {
        font-size: 0.7em;
        display: block;
        text-transform: uppercase;
        margin-bottom: 3px;
        letter-spacing: 1px;
        font-weight: 400; }
      .Tile__article__content .bottom_text {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        font-size: 0.80em;
        font-weight: 700; }
      .Tile__article__content .bottom_icon {
        position: absolute; }
        .Tile__article__content .bottom_icon.bottom_icon--padded-icon {
          bottom: 5px;
          right: 10px;
          width: 50px;
          height: 50px; }
        .Tile__article__content .bottom_icon.bottom_icon--plus {
          bottom: 15px;
          right: 15px;
          width: 30px;
          height: 30px; }

.Tile--light-text, .Tile__article.red-bg, .Tile__article.blue-bg, .Tile__article.lightgreen-bg, .Tile__article.darkgreen-bg, .Tile__article.dimming.dimming--dark, .Feed__item--banner .Tile__article, .Feed__item--video .Feed__tile--article .Tile__article {
  color: #fff; }
  .Tile--light-text h1, .Tile__article.red-bg h1, .Tile__article.blue-bg h1, .Tile__article.lightgreen-bg h1, .Tile__article.darkgreen-bg h1, .Tile__article.dimming.dimming--dark h1, .Feed__item--banner .Tile__article h1, .Feed__item--video .Feed__tile--article .Tile__article h1, .Tile--light-text .h1, .Tile__article.red-bg .h1, .Tile__article.blue-bg .h1, .Tile__article.lightgreen-bg .h1, .Tile__article.darkgreen-bg .h1, .Tile__article.dimming.dimming--dark .h1, .Feed__item--banner .Tile__article .h1, .Feed__item--video .Feed__tile--article .Tile__article .h1,
  .Tile--light-text h2, .Tile__article.red-bg h2, .Tile__article.blue-bg h2, .Tile__article.lightgreen-bg h2, .Tile__article.darkgreen-bg h2, .Tile__article.dimming.dimming--dark h2, .Feed__item--banner .Tile__article h2, .Feed__item--video .Feed__tile--article .Tile__article h2, .Tile--light-text .h2, .Tile__article.red-bg .h2, .Tile__article.blue-bg .h2, .Tile__article.lightgreen-bg .h2, .Tile__article.darkgreen-bg .h2, .Tile__article.dimming.dimming--dark .h2, .Feed__item--banner .Tile__article .h2, .Feed__item--video .Feed__tile--article .Tile__article .h2,
  .Tile--light-text .subhead, .Tile__article.red-bg .subhead, .Tile__article.blue-bg .subhead, .Tile__article.lightgreen-bg .subhead, .Tile__article.darkgreen-bg .subhead, .Tile__article.dimming.dimming--dark .subhead, .Feed__item--banner .Tile__article .subhead, .Feed__item--video .Feed__tile--article .Tile__article .subhead,
  .Tile--light-text .bottom_text, .Tile__article.red-bg .bottom_text, .Tile__article.blue-bg .bottom_text, .Tile__article.lightgreen-bg .bottom_text, .Tile__article.darkgreen-bg .bottom_text, .Tile__article.dimming.dimming--dark .bottom_text, .Feed__item--banner .Tile__article .bottom_text, .Feed__item--video .Feed__tile--article .Tile__article .bottom_text,
  .Tile--light-text p, .Tile__article.red-bg p, .Tile__article.blue-bg p, .Tile__article.lightgreen-bg p, .Tile__article.darkgreen-bg p, .Tile__article.dimming.dimming--dark p, .Feed__item--banner .Tile__article p, .Feed__item--video .Feed__tile--article .Tile__article p,
  .Tile--light-text span, .Tile__article.red-bg span, .Tile__article.blue-bg span, .Tile__article.lightgreen-bg span, .Tile__article.darkgreen-bg span, .Tile__article.dimming.dimming--dark span, .Feed__item--banner .Tile__article span, .Feed__item--video .Feed__tile--article .Tile__article span {
    color: #fff; }
  .Tile--light-text .subhead a:hover, .Tile__article.red-bg .subhead a:hover, .Tile__article.blue-bg .subhead a:hover, .Tile__article.lightgreen-bg .subhead a:hover, .Tile__article.darkgreen-bg .subhead a:hover, .Tile__article.dimming.dimming--dark .subhead a:hover, .Feed__item--banner .Tile__article .subhead a:hover, .Feed__item--video .Feed__tile--article .Tile__article .subhead a:hover {
    color: #000; }

.Tile--dark-text, .Tile__article.full-article {
  color: #000; }
  .Tile--dark-text h1, .Tile__article.full-article h1, .Tile--dark-text .h1, .Tile__article.full-article .h1,
  .Tile--dark-text h2, .Tile__article.full-article h2, .Tile--dark-text .h2, .Tile__article.full-article .h2,
  .Tile--dark-text .subhead, .Tile__article.full-article .subhead,
  .Tile--dark-text .bottom_text, .Tile__article.full-article .bottom_text,
  .Tile--dark-text p, .Tile__article.full-article p,
  .Tile--dark-text span, .Tile__article.full-article span {
    color: #000; }
  .Tile--dark-text .subhead a:hover, .Tile__article.full-article .subhead a:hover {
    color: #000; }

.Tile--dominant-text .Tile__article h2, .Tile--sectorbox .Tile__article h2, .Feed__tile .Tile__article h2, .Tile--dominant-text .Tile__article .h2, .Tile--sectorbox .Tile__article .h2, .Feed__tile .Tile__article .h2 {
  font-weight: 400; }

.Tile__article.red-bg {
  background-color: #d23c2d; }

.Tile__article.blue-bg {
  background-color: #15a3d6; }

.Tile__article.lightgreen-bg {
  background-color: #4c3490; }

.Tile__article.darkgreen-bg {
  background-color: #4c3490; }

.Tile__article .photo-bg {
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover; }

.Tile__article.dimming .dimming-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.7; }

.Tile__article.dimming.dimming--dark .dimming-layer {
  background-color: #000; }

.Tile:hover .dimming .dimming-layer {
  opacity: 0.47;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.Tile__article.full-article {
  height: auto; }
  .Tile__article.full-article .subhead {
    color: #4c3490; }
  .Tile__article.full-article h1, .Tile__article.full-article .h1 {
    font-size: 2em; }
    @media only screen and (min-width: 40.063em) {
      .Tile__article.full-article h1, .Tile__article.full-article .h1 {
        max-width: 80%; } }
  .Tile__article.full-article h2, .Tile__article.full-article .h2 {
    font-weight: 400; }
  .Tile__article.full-article .tile-text {
    position: static; }

.Tile__article.page .Tile__article__content .subhead {
  color: #4c3490; }

.Tile__article.publication {
  height: 300px; }

.Tile--gridbox .Tile__article__content__image_wrapper {
  margin: -20px -20px 20px -20px;
  text-align: center; }
  .Tile--gridbox .Tile__article__content__image_wrapper img {
    margin: auto; }

.Article__content {
  margin-bottom: -1.25rem; }
  .Article__content h1 {
    font: normal 2.1em SohoGothicStdBold;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    line-height: 1.2em;
    max-width: 75%; }
  .Article__content p {
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 1.5;
    font-family: "Open Sans" !important; }

sog-addthis .addthis_default_style {
  display: inline-block; }

a.badge,
a.badge,
button.badge,
.badge.btn {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
  margin: 0; }
  a.badge.badge-success,
  a.badge.badge-success,
  button.badge.badge-success,
  .badge.badge-success.btn {
    background-color: #4c3490; }
    a.badge.badge-success:hover,
    a.badge.badge-success:hover,
    button.badge.badge-success:hover,
    .badge.badge-success.btn:hover {
      background-color: #4c3490; }
    a.badge.badge-success:focus,
    a.badge.badge-success:focus,
    button.badge.badge-success:focus,
    .badge.badge-success.btn:focus {
      outline: 0; }

.img-responsive, .Feed__tile__image {
  display: block;
  height: auto;
  max-width: 100%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25% !important; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.pull-right {
  float: right; }

.btn {
  margin-bottom: 0; }
  .btn:focus {
    outline: 0; }

.btn-success {
  background-color: #4c3490; }
  .btn-success:focus {
    background-color: #4c3490; }
  .btn-success:active, .btn-success:hover {
    background-color: #007458; }

.btn-danger {
  background-color: #d23c2d; }
  .btn-danger:focus {
    background-color: #d23c2d; }
  .btn-danger:active, .btn-danger:hover {
    background-color: #a83024; }

.btn-default {
  background-color: #737373; }
  .btn-default:focus {
    background-color: #737373; }
  .btn-default:active, .btn-default:hover {
    background-color: #5a5a5a; }

.btn-link {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 13px 8px; }
  .btn-link:hover {
    background: #f6f6f6; }

.btn-block {
  width: 100%; }

.btn-xs {
  padding: 6px 12px; }

.btn-xl {
  font-size: 20px; }

.Divider {
  height: 1px; }
  .Divider--white {
    background-image: -webkit-linear-gradient(left, transparent, #fff, transparent);
    background-image: linear-gradient(90deg, transparent, #fff, transparent); }
  .Divider--white-red {
    background-image: -webkit-linear-gradient(left, #d23c2d, #fff, #d23c2d);
    background-image: linear-gradient(90deg, #d23c2d, #fff, #d23c2d); }
  .Divider--white-blue {
    background-image: -webkit-linear-gradient(left, #15a3d6, #fff, #15a3d6);
    background-image: linear-gradient(90deg, #15a3d6, #fff, #15a3d6); }
  .Divider--dark {
    background-image: -webkit-linear-gradient(left, transparent, #aaa, transparent);
    background-image: linear-gradient(90deg, transparent, #aaa, transparent); }
  .Divider--thick {
    height: 2px; }
  .Divider--extra-thick {
    height: 5px; }

.Feed .animated {
  -webkit-animation-fill-mode: none !important;
          animation-fill-mode: none !important; }

.Feed__feedbar {
  margin-bottom: 1.875rem !important;
  position: relative; }
  .Feed__feedbar--loadmore {
    cursor: pointer; }
    .Feed__feedbar--loadmore .Feed__feedbar__plus {
      display: block; }
    .Feed__feedbar--loadmore:hover .Feed__feedbar__text {
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s;
      background-color: #00936f; }
    .Feed__feedbar--loadmore:hover .Feed__feedbar__triangle {
      -webkit-transition: border-color 0.2s;
      transition: border-color 0.2s;
      border-top-color: #00936f; }
  .Feed__feedbar__text {
    background-color: #4c3490;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.3em; }
  .Feed__feedbar__triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #4c3490 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  .Feed__feedbar__plus {
    width: 100%;
    position: absolute;
    text-align: center;
    margin-top: -17px;
    font-size: 23px;
    color: #fff;
    display: none; }

.Feed__tile {
  box-shadow: 1px 1px 4px #b3b3b3; }
  .Feed__tile .Tile__article {
    margin-bottom: 0; }
    .Feed__tile .Tile__article a {
      display: block; }
  .Feed__tile__image {
    text-align: center;
    margin: 0 auto 20px auto; }
  .Feed__tile__time {
    text-transform: initial; }
  .Feed__tile__share {
    position: relative;
    top: -20px;
    left: 20px;
    font-size: 0.7em;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    height: 11px; }
  .Feed__tile .subhead {
    margin: 5px 0; }
  .Feed__tile h2 {
    margin-bottom: 20px; }
  @media only screen and (min-width: 40.063em) {
    .Feed__tile--article .Tile__article {
      min-height: 190px; } }
  @media only screen and (min-width: 40.063em) {
    .Feed__tile--sender .Tile__article {
      min-height: 190px; } }
  .Feed__tile--sender__image_wrapper {
    padding: 20px 0;
    text-align: center; }
    @media only screen and (max-width: 40em) {
      .Feed__tile--sender__image_wrapper {
        padding: 0; } }
    .Feed__tile--sender__image_wrapper--slim {
      padding: 0; }
  .Feed__tile--sender .Feed__tile__image {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .Feed__tile--sender .subhead {
    line-height: 120%; }
  .Feed__tile--sender.Feed__tile--sender--profile .Feed__tile__image {
    max-height: 150px;
    max-width: 200px; }
  @media only screen and (max-width: 40em) {
    .Feed__tile--sender.Feed__tile--sender--profile .subhead {
      display: none; } }

.Feed__item {
  margin-bottom: 30px; }
  .Feed__item--banner {
    min-height: 200px;
    overflow: hidden;
    position: relative; }
    .Feed__item--banner__image {
      background-repeat: no-repeat;
      background-position: left center;
      background-size: cover;
      z-index: 0;
      position: absolute;
      height: 100%;
      width: 100%; }
      .Feed__item--banner__image__overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.4); }
    .Feed__item--banner .Tile__article {
      background-color: transparent; }
    .Feed__item--banner .Feed__tile__image {
      float: right;
      max-height: 160px;
      margin-bottom: 0; }
      @media only screen and (max-width: 40em) {
        .Feed__item--banner .Feed__tile__image {
          display: none; } }
  .Feed__item--event .subhead .highlight {
    color: #15a3d6 !important; }
  .Feed__item--event .Feed__tile__share a:link, .Feed__item--event .Feed__tile__share a:active, .Feed__item--event .Feed__tile__share a:visited {
    color: #15a3d6; }
  .Feed__item--event .Feed__tile__share a:hover {
    color: #1395c3;
    text-decoration: underline; }
  .Feed__item--profile .subhead .highlight {
    color: #15a3d6 !important; }
  .Feed__item--profile .Feed__tile__share a:link, .Feed__item--profile .Feed__tile__share a:active, .Feed__item--profile .Feed__tile__share a:visited {
    color: #15a3d6; }
  .Feed__item--profile .Feed__tile__share a:hover {
    color: #1395c3;
    text-decoration: underline; }
  .Feed__item--news .subhead .highlight {
    color: #4c3490 !important; }
  .Feed__item--news .Feed__tile__share a:link, .Feed__item--news .Feed__tile__share a:active, .Feed__item--news .Feed__tile__share a:visited {
    color: #4c3490; }
  .Feed__item--news .Feed__tile__share a:hover {
    color: #00936f;
    text-decoration: underline; }
  .Feed__item--solution .subhead .highlight {
    color: #4c3490 !important; }
  .Feed__item--solution .Feed__tile__share a:link, .Feed__item--solution .Feed__tile__share a:active, .Feed__item--solution .Feed__tile__share a:visited {
    color: #4c3490; }
  .Feed__item--solution .Feed__tile__share a:hover {
    color: #00936f;
    text-decoration: underline; }
  .Feed__item--publication .subhead .highlight {
    color: #4c3490 !important; }
  .Feed__item--publication .Feed__tile__share a:link, .Feed__item--publication .Feed__tile__share a:active, .Feed__item--publication .Feed__tile__share a:visited {
    color: #4c3490; }
  .Feed__item--publication .Feed__tile__share a:hover {
    color: #014d3a;
    text-decoration: underline; }
  @media only screen and (min-width: 40.063em) {
    .Feed__item--publication .Feed__tile__image {
      width: 100%; } }
  .Feed__item--infocus .subhead .highlight {
    color: #d23c2d !important; }
  .Feed__item--infocus .Feed__tile__share a:link, .Feed__item--infocus .Feed__tile__share a:active, .Feed__item--infocus .Feed__tile__share a:visited {
    color: #d23c2d; }
  .Feed__item--infocus .Feed__tile__share a:hover {
    color: #c13729;
    text-decoration: underline; }
  .Feed__item--video .subhead .highlight {
    color: #4c3490 !important; }
  .Feed__item--video .Feed__tile__share a:link, .Feed__item--video .Feed__tile__share a:active, .Feed__item--video .Feed__tile__share a:visited {
    color: #4c3490; }
  .Feed__item--video .Feed__tile__share a:hover {
    color: #00936f;
    text-decoration: underline; }
  .Feed__item--video .Feed__tile--article .Tile__article {
    background-color: #333333; }
    .Feed__item--video .Feed__tile--article .Tile__article .embed-responsive {
      margin-bottom: 20px; }

.PartnerTile {
  background-color: white;
  padding: 20px;
  text-align: center; }
  .PartnerTile__image_wrapper {
    margin: auto;
    max-width: 200px;
    vertical-align: middle; }
    .PartnerTile__image_wrapper img {
      display: inline-block;
      margin: auto;
      max-height: 100%;
      max-width: 100%; }
  @media only screen and (max-width: 40em) {
    .PartnerTile .PartnerTile__image_wrapper {
      height: 120px;
      line-height: 120px; } }
  @media only screen and (min-width: 40.063em) and (max-width: 63em) {
    .PartnerTile .PartnerTile__image_wrapper {
      height: 110px;
      line-height: 110px; } }
  @media only screen and (min-width: 63.063em) and (max-width: 90em) {
    .PartnerTile .PartnerTile__image_wrapper {
      height: 90px;
      line-height: 90px; } }
  @media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .PartnerTile .PartnerTile__image_wrapper {
      height: 140px;
      line-height: 140px; } }
  @media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
    .PartnerTile .PartnerTile__image_wrapper {
      height: 200px;
      line-height: 200px; } }
  @media only screen and (min-width: 40.063em) and (max-width: 63em) {
    .PartnerTile--Premium .PartnerTile__image_wrapper {
      height: 100px;
      line-height: 100px; } }
  @media only screen and (min-width: 63.063em) and (max-width: 90em) {
    .PartnerTile--Premium .PartnerTile__image_wrapper {
      height: 120px;
      line-height: 120px; } }
  @media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .PartnerTile--Premium .PartnerTile__image_wrapper {
      height: 140px;
      line-height: 140px; } }
  @media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
    .PartnerTile--Premium .PartnerTile__image_wrapper {
      height: 200px;
      line-height: 200px; } }

.selectize-input input {
  height: auto; }

.Share__link {
  float: left; }

.Share__icons {
  display: none;
  overflow: hidden;
  height: 32px;
  float: left;
  position: relative;
  top: -8px;
  left: 16px;
  margin-bottom: -32px; }
  .Share__icons a {
    height: 32px;
    padding: 0 !important;
    margin: 0 2px !important;
    opacity: 0.7; }
    .Share__icons a:hover {
      opacity: 1;
      -webkit-transform: translate(0, 2px);
              transform: translate(0, 2px); }

.SogSpinner {
  width: 100%;
  margin: auto;
  text-align: center; }
  .SogSpinner img {
    width: 40px;
    margin-bottom: 20px;
    -webkit-animation: SogRotate 2s 0s 1 !important;
            animation: SogRotate 2s 0s 1 !important; }

.sidebar-sticky.stick-to-top {
  position: fixed; }

@media only screen and (max-width: 40em) {
  .TopBanner {
    margin-top: -15px; } }

@media only screen and (min-width: 40.063em) {
  .TopBanner {
    margin-top: -5px; } }

.TopBanner__banner {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 40.063em) and (max-width: 63em) {
    .TopBanner__banner {
      margin-bottom: 15px; } }
  .TopBanner__banner__inner {
    position: relative; }
    @media only screen and (max-width: 40em) {
      .TopBanner__banner__inner {
        height: auto;
        padding-bottom: 10px; } }
    @media only screen and (min-width: 40.063em) {
      .TopBanner__banner__inner {
        height: 320px; } }
    .TopBanner__banner__inner__image {
      background-position: left center;
      z-index: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      background-size: cover; }
      .TopBanner__banner__inner__image__overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.4); }
        @media only screen and (max-width: 40em) {
          .TopBanner__banner__inner__image__overlay {
            background-color: rgba(0, 0, 0, 0.5); } }
    .TopBanner__banner__inner__share {
      position: absolute;
      z-index: 3;
      bottom: 0;
      right: 41px; }
      @media only screen and (max-width: 40em) {
        .TopBanner__banner__inner__share {
          display: none; } }
    .TopBanner__banner__inner__caption {
      margin: 20px; }
      .TopBanner__banner__inner__caption__h1 {
        color: #fff;
        font-family: SohoGothicStdBold;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 2em;
        line-height: 1.1em;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }
        @media only screen and (max-width: 40em) {
          .TopBanner__banner__inner__caption__h1 {
            font-size: 1.30em; } }
      .TopBanner__banner__inner__caption__h2 {
        font-size: 1em;
        color: #fff;
        font-weight: 100;
        margin-bottom: 2em;
        text-shadow: 1px 1px 1px #000;
        max-width: 80%; }
        @media only screen and (max-width: 63em) {
          .TopBanner__banner__inner__caption__h2 {
            max-width: 100%; } }
      .TopBanner__banner__inner__caption__c2abutton {
        width: 300px;
        text-transform: uppercase;
        font-weight: 100 !important;
        letter-spacing: 1px;
        font-size: 1.1em !important;
        font-family: SohoGothicStdLight;
        text-align: left;
        -webkit-animation: SogSlideInFromBottom 0.95s 0s 1;
                animation: SogSlideInFromBottom 0.95s 0s 1; }
        .TopBanner__banner__inner__caption__c2abutton img {
          position: absolute;
          top: 14px;
          right: 15px;
          -webkit-animation: SogRotateThree 10s 0s infinite;
                  animation: SogRotateThree 10s 0s infinite; }
        .TopBanner__banner__inner__caption__c2abutton:hover {
          opacity: 0.9;
          -webkit-transition: all 1s;
          transition: all 1s; }
          .TopBanner__banner__inner__caption__c2abutton:hover img {
            -webkit-animation: SogRotate 2s 0s 1 !important;
                    animation: SogRotate 2s 0s 1 !important; }

.well {
  background-color: white;
  padding: 20px;
  margin-bottom: 15px; }

.well--grey {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6; }

.well--danger {
  background-color: #d23c2d;
  color: white; }

#dashboard .admin-menu li > a > span {
  width: 25px;
  text-align: center;
  margin-right: 7px; }
  #dashboard .admin-menu li > a > span.fa {
    font-size: 18px;
    color: #848484; }

#dashboard .button.x-tiny {
  padding: 8px 16px;
  margin: 0; }

.Section_AdministrationDashboard h4 {
  font-style: italic; }

.Section_AdministrationDashboard h5 {
  font-style: normal;
  font-size: inherit; }

.Section_AdministrationDashboard table {
  width: 100%;
  margin: 0;
  border: 0; }
  .Section_AdministrationDashboard table.last-column-centered td:last-child {
    text-align: center; }
  .Section_AdministrationDashboard table.last-column-centered td:first-child {
    text-align: left; }

@media only screen and (max-width: 40em) {
  .banner-shadow.top-shadow {
    display: none; } }

nav.tab-bar {
  background: #fff;
  color: #fff;
  height: 45px;
  line-height: 2.8125rem;
  position: relative; }

section.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }

section.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: none;
  box-shadow: 1px 0 0 #fff;
  left: 0; }

section.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: 0;
  box-shadow: none;
  right: 0; }

a.menu-icon span {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0;
  left: 0.8125rem;
  top: 0.3125rem;
  box-shadow: 0 10px 0 1px #4c3490, 0 16px 0 1px #4c3490, 0 22px 0 1px #4c3490; }

a.menu-icon:hover span {
  box-shadow: 0 10px 0 1px #007558,0 16px 0 1px #007558,0 22px 0 1px #007558; }

ul.off-canvas-list li label {
  padding: 0.4rem 0.9375rem;
  color: #4c3490;
  text-transform: uppercase;
  font-weight: bold;
  background: #222;
  border-top: none;
  border-bottom: none;
  margin: 0; }

ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem 0.66667rem 0.66667rem 2rem;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 0; }

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -ms-transform: translate(-100%, 0); }

@media only screen and (max-width: 40em) {
  .main-section {
    margin-top: 45px; }
  .contain-to-grid .sticky {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99; } }

.page-container-new {
  background-color: #e4e4e4; }
  .page-container-new #page-lower-section #page-lower-divider {
    margin-bottom: 20px;
    margin-top: 70px; }
    @media only screen and (max-width: 40em) {
      .page-container-new #page-lower-section #page-lower-divider {
        display: none; } }
  .page-container-new .h-green, .page-container-new .h2-green, .page-container-new .h3-green {
    color: #4c3490;
    font-family: SohoGothicStdBold;
    text-transform: uppercase;
    margin: 15px 0 15px 20px; }
  .page-container-new .h2-green {
    font-size: 1.1em; }
  .page-container-new .h3-green {
    font-size: 1.1em; }

.Sector__Frontpage .sector-tiles .columns:last-child {
  float: left !important; }

@media only screen and (min-width: 40.063em) and (max-width: 63em) {
  .Sector__Frontpage .sector-tiles .Tile__article__content {
    height: 500px; } }

@media only screen and (min-width: 63.063em) and (max-width: 90em) {
  .Sector__Frontpage .sector-tiles .Tile__article__content {
    height: 460px; } }

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .Sector__Frontpage .sector-tiles .Tile__article__content {
    height: 440px; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .Sector__Frontpage .sector-tiles .Tile__article__content {
    height: 480px; } }

.ToursNetwork__Frontpage .network-tiles .columns:last-child {
  float: left !important; }

@media only screen and (min-width: 40.063em) and (max-width: 63em) {
  .ToursNetwork__Frontpage .network-tiles .Tile__article__content {
    height: 500px; } }

@media only screen and (min-width: 63.063em) and (max-width: 90em) {
  .ToursNetwork__Frontpage .network-tiles .Tile__article__content {
    height: 460px; } }

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .ToursNetwork__Frontpage .network-tiles .Tile__article__content {
    height: 440px; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .ToursNetwork__Frontpage .network-tiles .Tile__article__content {
    height: 480px; } }

/*# sourceMappingURL=all.css.map */
