@charset "UTF-8";
@font-face {
  font-family: 'museosansregular300';
  src: url("../fonts/museosans-300-webfont.eot");
  src: url("../fonts/museosans-300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-300-webfont.woff") format("woff"), url("../fonts/museosans-300-webfont.ttf") format("truetype"), url("../fonts/museosans-300-webfont.svg#museosansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museosansitalic300';
  src: url("../fonts/museosans-300italic-webfont.eot");
  src: url("../fonts/museosans-300italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-300italic-webfont.woff") format("woff"), url("../fonts/museosans-300italic-webfont.ttf") format("truetype"), url("../fonts/museosans-300italic-webfont.svg#museosansitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museosansregular500';
  src: url("../fonts/museosans-500-webfont.eot");
  src: url("../fonts/museosans-500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-500-webfont.woff") format("woff"), url("../fonts/museosans-500-webfont.ttf") format("truetype"), url("../fonts/museosans-500-webfont.svg#museosansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museosansitalic500';
  src: url("../fonts/museosans-500italic-webfont.eot");
  src: url("../fonts/museosans-500italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-500italic-webfont.woff") format("woff"), url("../fonts/museosans-500italic-webfont.ttf") format("truetype"), url("../fonts/museosans-500italic-webfont.svg#museosansitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museosansregular700';
  src: url("../fonts/museosans-700-webfont.eot");
  src: url("../fonts/museosans-700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-700-webfont.woff") format("woff"), url("../fonts/museosans-700-webfont.ttf") format("truetype"), url("../fonts/museosans-700-webfont.svg#museosansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museosansitalic700';
  src: url("../fonts/museosans-700italic-webfont.eot");
  src: url("../fonts/museosans-700italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-700italic-webfont.woff") format("woff"), url("../fonts/museosans-700italic-webfont.ttf") format("truetype"), url("../fonts/museosans-700italic-webfont.svg#museosansitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (min-width: 768px) {
  .container {
    width: 90%; } }

@media (min-width: 992px) {
  .container {
    width: 980px; } }

@media (min-width: 1200px) {
  .container {
    width: 1200px; } }

.well {
  background: none;
  padding: 0;
  box-shadow: none;
  border: 0;
  margin-bottom: 20px; }

.well:before, .well:after {
  display: table;
  content: "";
  clear: both; }

.well h5, .well .board-list-wrapper .profile .item .preview h3, .board-list-wrapper .profile .item .preview .well h3, .well
.board-list-wrapper .items .item .preview h3,
.board-list-wrapper .items .item .preview .well h3 {
  margin: 0; }

.well h3 {
  border-bottom: 2px solid #ebecec;
  padding-bottom: 5px; }

.well p {
  margin-bottom: 10px; }

.well .share a {
  margin-right: 0px; }

.well-categories {
  position: relative; }

.well-categories h3 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 15px; }

.well-categories .cf {
  position: absolute;
  right: 0;
  top: 25px;
  color: #00b2e8; }

@media (max-width: 767px) {
  .well-img {
    text-align: center; }
  .well-img img {
    max-width: 80px;
    margin: 0 auto; }
  .well-categories .cf {
    top: 4px;
    right: 45px; } }

.breadcrumb {
  padding: 0;
  background: transparent;
  font-size: 12px;
  font-size: 1.2rem;
  color: #777; }

.breadcrumb a {
  color: #23527c; }

.breadcrumb > li + li:before {
  content: '>'; }

@media (max-width: 767px) {
  .breadcrumb {
    display: none; } }

.pagination-wrapper {
  text-align: center;
  margin-top: 30px;
  clear: both; }

.pagination > li {
  font-family: "museosansregular700", sans-serif; }

.pagination > li > a,
.pagination > li > span {
  border-color: #ebecec;
  border-color: rgba(180, 180, 180, 0.5);
  color: #363e42;
  padding: 8px 14px; }

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background: #f3fcfe;
  color: #00b2e8; }

.pagination > li.active > a,
.pagination > li.active > span {
  border-color: #ebecec;
  border-color: rgba(180, 180, 180, 0.5);
  color: #00b2e8;
  background: #ffffff; }

.pagination > li.active > a:hover, .pagination > li.active > a:focus,
.pagination > li.active > span:hover,
.pagination > li.active > span:focus {
  border-color: #ebecec;
  border-color: rgba(180, 180, 180, 0.5);
  background: #f3fcfe;
  color: #00b2e8; }

.pagination > li.prev > a {
  border: 0;
  color: rgba(83, 90, 94, 0.5);
  line-height: 27px; }

.pagination > li.prev > a:hover, .pagination > li.prev > a:focus {
  background: transparent;
  color: #00b2e8; }

.pagination > li.next > a, .pagination > li.jumpnext > a {
  border: 0;
  margin-left: 0;
  color: rgba(83, 90, 94, 0.8);
  line-height: 27px; }

.pagination > li.next > a:hover, .pagination > li.next > a:focus, .pagination > li.jumpnext > a:hover, .pagination > li.jumpnext > a:focus {
  background: transparent;
  color: #00b2e8; }

.pagination > li.jumpnext > a,
.pagination > li.jumpnext span {
  padding: 8px 0px; }

@media (max-width: 320px) {
  .pagination > li.jumpnext {
    display: none; } }

/*!
 * 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;
  -ms-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;
  -ms-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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  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;
  -ms-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; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'beyondfive';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: ""; }

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

.icon-raquo:before {
  content: ""; }

.icon-hamburger-mobile:before {
  content: ""; }

.icon-hamburger-menu:before {
  content: ""; }

.icon-hncs:before {
  content: ""; }

.icon-psg:before {
  content: ""; }

.icon-search:before {
  content: ""; }

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

.icon-arrow-up:before {
  content: ""; }

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

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

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

a {
  color: #00b2e8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

html {
  height: 100%; }

html {
  font-size: 62.5%;
  /* Sets up the Base 10 fonts */
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  right: 0; }

body {
  font-family: "museosansregular300", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #2f2f2f; }

h1, .h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 45px;
  line-height: 4.5rem;
  font-family: "museosansregular700", sans-serif;
  text-transform: uppercase; }

h2, .h2, .panel.panel-illustration .panel-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-family: "museosansregular700", sans-serif; }

h3, .h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  font-family: "museosansregular700", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px; }

h4, .h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-family: "museosansregular700", sans-serif; }

h5, .board-list-wrapper .profile .item .preview h3,
.board-list-wrapper .items .item .preview h3, .h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-family: "museosansregular700", sans-serif; }

h6, .h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: "museosansregular700", sans-serif; }

p {
  margin-bottom: 30px; }

strong {
  font-family: "museosansregular700", sans-serif; }

hr {
  border-color: #c8cacb; }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 45px;
    line-height: 4.5rem; }
  h2, .h2, .panel.panel-illustration .panel-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 42px;
    line-height: 4.2rem; } }

.background-img {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center; }

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

.hamburger:hover {
  opacity: 0.7; }

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #00b2e8;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -7px; }

.hamburger-inner::after {
  bottom: -7px; }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.topnav {
  background: #535a5e;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 12px 0; }

.topnav .search-icon {
  width: 20px; }

@media (max-width: 991px) {
  .topnav {
    display: none; } }

ul.nav-separator {
  display: table; }

ul.nav-separator li {
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  vertical-align: middle;
  line-height: 20px; }

ul.nav-separator li:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 1px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

ul.nav-separator li:last-child {
  padding-right: 0; }

ul.nav-separator li:last-child:after {
  display: none; }

ul.nav-separator li .fa {
  font-size: 16px;
  margin: 0 4px;
  vertical-align: center; }

ul.nav-separator li .title {
  margin-right: 10px;
  display: inline-block; }

ul.nav-separator li > a {
  display: inline-block;
  color: #ffffff;
  padding: 0 5px; }

ul.nav-separator li > a:hover, ul.nav-separator li > a:active, ul.nav-separator li > a:focus {
  background: none;
  color: #00b2e8; }

ul.nav-separator li .btn {
  line-height: 45px; }

ul.nav-separator li .btn-primary {
  background: #00b2e8; }

ul.nav-separator li .btn-primary:hover {
  background: #008bb5;
  color: #ffffff; }

ul.nav-separator li .btn-secondary {
  background: #3fb34f; }

ul.nav-separator li .btn-secondary:hover {
  background: #328d3e;
  color: #ffffff; }

.mainnav {
  margin-left: -20px;
  margin-right: -20px; }

.mainnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%; }

.mainnav ul > li.parent:last-child ul .sfHover ul {
  left: -99% !important; }

.mainnav ul li {
  position: relative;
  margin: 0;
  z-index: 40;
  display: table-cell; }

.mainnav ul li:after {
  width: 1px;
  background: #ebecec;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 15px; }

.mainnav ul li:last-child {
  margin-right: 0; }

.mainnav ul li:last-child:after {
  display: none; }

.mainnav ul li > a {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }

.mainnav ul li > a:before {
  content: '';
  border-bottom: 5px solid #3fb34f;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0); }

.mainnav ul li > a:hover:before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.mainnav ul li.active > a:before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.mainnav ul li ul li > a:before {
  display: none; }

.mainnav ul li > a,
.mainnav ul li.sfHover > a.sf-with-ul {
  color: #535a5e; }

.mainnav ul li:hover {
  visibility: inherit; }

.mainnav ul li:hover ul,
.mainnav ul li.sfHover ul {
  top: 70px;
  left: -10px;
  z-index: 99; }

.mainnav ul li.sfHover a {
  color: #2f2f2f; }

.mainnav ul li.sfHover a.sf-with-ul {
  color: #2f2f2f; }

.mainnav ul a {
  position: relative;
  display: block;
  color: #2f2f2f;
  padding: 0px;
  text-transform: uppercase;
  font-family: "museosansregular700", sans-serif;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem; }

.mainnav ul ul {
  position: absolute;
  top: -9999em;
  display: inline-block; }

.mainnav ul ul li {
  width: 100%;
  display: inline-block; }

.mainnav ul ul li:after {
  display: none; }

.mainnav ul.sf-menu ul {
  width: auto !important; }

.mainnav ul.sf-menu > li > a {
  height: 70px;
  padding-top: 22px; }

.mainnav ul.sf-menu li li {
  white-space: nowrap !important;
  display: block; }

@media (min-width: 992px) and (max-width: 1199px) {
  .mainnav ul.sf-menu > li > a {
    padding-top: 20px;
    line-height: 16px; } }

@media (max-width: 991px) {
  .mainnav {
    display: none; } }

.mainnav ul li.active > a,
.mainnav ul li > a:hover,
.mainnav > ul li.current-cat a,
.mainnav > ul li.current_page_item a,
.mainnav > ul li.current-menu-item a,
.mainnav ul li.current-page-ancestor a,
.mainnav ul li.current-menu-ancestor a {
  color: #2f2f2f; }

.mainnav ul li > ul a:hover {
  background: #00b2e8;
  color: #ffffff;
  margin: 0 -1px; }

.mainnav ul li.hover-green > a:before {
  border-color: #3fb34f; }

.mainnav ul li.hover-green > ul a.sf-with-ul:after {
  color: #3fb34f; }

.mainnav ul li.hover-green > ul a:hover {
  background: #3fb34f;
  color: #ffffff; }

.mainnav ul li.hover-green > ul a:hover:after {
  color: #ffffff; }

.mainnav ul li.hover-blue > a:before {
  border-color: #00b2e8; }

.mainnav ul li.hover-blue > ul a.sf-with-ul:after {
  color: #00b2e8; }

.mainnav ul li.hover-blue > ul a:hover {
  background: #00b2e8;
  color: #ffffff; }

.mainnav ul li.hover-blue > ul a:hover:after {
  color: #ffffff; }

.mainnav ul li.hover-darkgreen > a:before {
  border-color: #009e52; }

.mainnav ul li.hover-darkgreen > ul a.sf-with-ul:after {
  color: #009e52; }

.mainnav ul li.hover-darkgreen > ul a:hover {
  background: #009e52;
  color: #ffffff; }

.mainnav ul li.hover-darkgreen > ul a:hover:after {
  color: #ffffff; }

.mainnav ul li a .bar,
.mainnav ul li.active a .bar {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #00b2e8;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out 0s;
  transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out 0s; }

.mainnav ul li.active a .bar,
.mainnav ul a:hover .bar, .mainnav .mainnav ul li.sfHover .bar,
.mainnav > ul li.current-cat .bar,
.mainnav > ul li.current_page_item .bar,
.mainnav > ul li.current-menu-item .bar,
.mainnav ul li.current-page-ancestor .bar,
.mainnav ul li.current-menu-ancestor .bar {
  top: 0;
  opacity: 1; }

.mainnav ul li:hover li ul,
.mainnav ul li.sfHover li ul,
.mainnav ul li li:hover li ul,
.mainnav ul li li.sfHover li ul,
.mainnav ul li li li:hover li ul,
.mainnav ul li li li.sfHover li ul {
  top: -9999em; }

.mainnav ul li li:hover ul,
.mainnav ul li li.sfHover ul,
.mainnav ul li li li:hover ul,
.mainnav ul li li li.sfHover ul,
.mainnav ul li li li li:hover ul,
.mainnav ul li li li li.sfHover ul {
  top: -1px; }

.mainnav ul ul {
  padding: 0;
  background: #ffffff;
  border: 1px solid #ebecec; }

.mainnav ul ul ul {
  background: #f4f5f5; }

.mainnav ul ul ul li {
  border-bottom: 1px solid #ebecec; }

.mainnav ul ul li {
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 25px;
  border-bottom: 1px solid #ebecec; }

.mainnav ul ul li:last-child {
  border-bottom: 0; }

.mainnav ul ul li:last-child {
  border-bottom: none; }

.mainnav ul ul li a {
  padding: 0 50px 0 30px;
  text-align: left;
  line-height: 40px;
  color: #2f2f2f; }

.mainnav ul .sub-menu li a {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 20px;
  -webkit-transition: background 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
  transition: background 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s; }

.mainnav ul .sub-menu li a:hover {
  color: #ffffff;
  background: #00b2e8;
  border: none; }

.mainnav ul ul {
  z-index: 10; }

.mainnav ul ul a.sf-with-ul {
  position: relative; }

.mainnav ul ul a.sf-with-ul:after {
  font-family: Fontawesome;
  content: "\f105";
  color: #00b2e8;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 0px; }

.mainnav ul ul a.sf-with-ul:hover {
  color: #ffffff; }

.mainnav ul ul a.sf-with-ul:hover:after {
  color: #ffffff; }

.mainnav ul ul ul {
  z-index: 20; }

.mnav {
  list-style: none;
  margin: 20px 0;
  padding: 0; }

.mnav li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ebecec;
  text-transform: uppercase; }

.mnav li > a {
  color: #535a5e;
  position: relative;
  display: block;
  padding: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "museosansregular700", sans-serif; }

.mnav li:first-child {
  border-top: 0; }

.mnav ul.sub-menu {
  list-style: none;
  position: relative;
  top: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  background: transparent;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "museosansregular700", sans-serif; }

.mnav ul.sub-menu li {
  margin-top: 0;
  height: auto;
  border-top: 0; }

.mnav ul.sub-menu li a {
  padding: 5px 15px; }

.mnav .menu-parent-item {
  position: relative; }

.mnav .menu-parent-item a.sub {
  position: absolute;
  top: 8px;
  width: 40px;
  text-align: center;
  right: 0px;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  z-index: 10;
  padding: 10px;
  color: #00b2e8; }

.mnav .menu-parent-item.open a.sub i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.mnav .menu-parent-item.open {
  background: #f5f5f6;
  border-radius: 4px; }

.mnav .menu-parent-item.open > a {
  border-bottom: 1px solid #ebecec; }

.mnav .menu-parent-item.open > a.sub {
  border-bottom: 0; }

.mnav .menu-parent-item.open ul.sub-menu {
  padding: 10px 0; }

.mnav .menu-parent-item.open ul.sub-menu li:last-child {
  border-bottom: 0; }

.mnav .menu-parent-item .sub-menu .menu-parent-item a.sub {
  padding: 2px;
  top: 2px; }

.mnav .menu-parent-item .sub-menu .menu-parent-item a.sub .fa {
  position: relative;
  width: 12px;
  height: 12px; }

.mnav .menu-parent-item .sub-menu .menu-parent-item a.sub .fa:before, .mnav .menu-parent-item .sub-menu .menu-parent-item a.sub .fa:after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #00b2e8; }

.mnav .menu-parent-item .sub-menu .menu-parent-item a.sub .fa:before {
  width: 12px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  right: 0; }

.mnav .menu-parent-item .sub-menu .menu-parent-item a.sub .fa:after {
  width: 2px;
  height: 12px;
  left: 50%;
  margin-left: -1px; }

.mnav .menu-parent-item .sub-menu .menu-parent-item.open a.sub .fa:after {
  display: none; }

.mnav .menu-parent-item .sub-menu .menu-parent-item.open .sub-menu {
  background: #e8e8ea; }

.hamburger {
  outline: none; }

.hamburger-box {
  width: 35px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 4px;
  border-radius: 4px; }

.hamburger-inner::after {
  bottom: -9px; }

.hamburger-inner::before {
  top: -9px; }

.mobile-action {
  padding-bottom: 20px; }

.mobile-action .mob-action {
  margin: 20px 0; }

.mobile-action .mob-action .btn {
  width: 100%;
  margin-bottom: 15px; }

.mobile-action ul.nav-separator {
  font-size: 12px; }

.mobile-action ul.nav-separator li:first-child {
  padding-left: 0; }

.mobile-action ul.nav-separator li:after {
  background: #ebecec; }

.mobile-action ul.nav-separator li > a {
  color: #535a5e; }

.mobile-action .panel-search {
  margin-bottom: 20px;
  height: 40px; }

.mobile-action .panel-search .form-control {
  display: block;
  opacity: 1;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none; }

.mobile-action .panel-search button {
  display: inline-block;
  top: 5px;
  right: 10px;
  font-size: 20px; }

html.mnav-open {
  overflow: hidden; }

html.mnav-open body,
html.mnav-open form {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative; }

html.mnav-open .header {
  position: fixed;
  top: 0;
  width: 100%; }

html.mnav-open .main,
html.mnav-open .footer,
html.mnav-open .headline,
html.mnav-open .hero-slider,
html.mnav-open .hero-banner,
html.mnav-open .hero-video {
  display: none; }

#navigation-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 100;
  background: #ffffff;
  padding-top: 70px; }

@media (min-width: 768px) and (max-width: 991px) {
  #navigation-mobile {
    top: 0; } }

.stickynav {
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  -webkit-animation: .5s slide-from-top ease;
  animation: .5s slide-from-top ease; }

.stickynav-bar {
  background: #535a5e;
  padding: 10px 0;
  color: #ffffff; }

.stickynav-bar .nav .btn {
  margin-left: 15px; }

.stickynav-bar .hamburger {
  margin-top: 10px;
  color: #ffffff;
  font-family: "museosansregular700", sans-serif;
  font-size: 24px;
  font-size: 2.4rem; }

.stickynav-bar .hamburger-inner:before {
  top: -8px; }

.stickynav-bar .hamburger-inner:after {
  bottom: -8px; }

.stickynav-bar .hamburger-box {
  width: 26px; }

.stickynav-bar .hamburger:hover {
  opacity: 1; }

.stickynav-bar .hamburger-inner, .stickynav-bar .hamburger-inner::before, .stickynav-bar .hamburger-inner::after {
  background: #ffffff;
  border-radius: 0;
  width: 22px;
  height: 3px; }

.stickynav-menu {
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

@media (max-width: 991px) {
  .stickynav {
    display: none !important; } }

body.sticky-active .stickynav {
  display: block;
  z-index: 550; }

@-webkit-keyframes slide-from-top {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes slide-from-top {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px); }
  100% {
    -webkit-transform: none;
            transform: none; } }

.slide-from-top {
  -webkit-animation-name: slide-from-top;
          animation-name: slide-from-top; }

.sub-nav {
  background: #00b2e8;
  color: #ffffff;
  padding-top: 15px; }

.sub-nav .nav-tabs {
  border-bottom: 0; }

.sub-nav .nav-tabs > li {
  margin-bottom: 0; }

.sub-nav .nav-tabs > li > a {
  text-transform: uppercase;
  font-family: "museosansregular700", sans-serif;
  color: #ffffff;
  border-radius: 0;
  padding: 20px 25px;
  border: 0; }

.sub-nav .nav-tabs > li > a:hover, .sub-nav .nav-tabs > li > a:focus {
  background: #ffffff;
  color: #00b2e8; }

.sub-nav .nav-tabs > li.active > a,
.sub-nav .nav-tabs > li.active > a:focus,
.sub-nav .nav-tabs > li.active > a:hover {
  color: #00b2e8;
  border: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .sub-nav .nav-tabs {
    width: 100%;
    display: table; }
  .sub-nav .nav-tabs > li {
    display: table-cell; }
  .sub-nav .nav-tabs > li > a {
    font-size: 14px;
    font-size: 1.4rem; } }

.nav-tabs-mobile {
  margin-bottom: 15px; }

.nav-tabs-mobile .dropdown-filter {
  position: relative; }

.nav-tabs-mobile .dropdown-toggle {
  width: 100%;
  text-align: left;
  background: #ffffff;
  color: #363e42;
  height: 40px;
  padding: 6px 14px;
  box-shadow: inset 0 0 0 1px rgba(180, 180, 180, 0.5);
  border-radius: 3px;
  border: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  font-family: "museosansregular700", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem; }

.nav-tabs-mobile .dropdown-toggle i {
  font-style: normal; }

.nav-tabs-mobile .dropdown-toggle .fa,
.nav-tabs-mobile .dropdown-toggle .caret {
  float: right;
  color: #00b2e8;
  margin-top: 8px; }

.nav-tabs-mobile .dropdown-menu {
  width: 100%; }

.nav-tabs-mobile .nav {
  text-transform: uppercase; }

.nav-tabs-mobile .nav > li > a {
  font-size: 12px;
  color: #363e42; }

.header {
  padding-top: 16px;
  z-index: 200;
  position: relative;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.header-main {
  padding-bottom: 16px;
  border-bottom: 1px solid #ebecec; }

.header-main:after {
  content: "";
  display: table;
  clear: both; }

.header-main .pull-right {
  padding-top: 5px; }

.header-main .pull-right .btn {
  margin-left: 15px; }

@media (max-width: 991px) {
  .header-main {
    border-bottom: 0; }
  .header-main .pull-right {
    display: none; } }

.header-main #mobile-nav {
  position: absolute;
  right: 15px;
  top: 10px;
  display: block;
  font-size: 22px; }

.header-main #mobile-nav:hover, .header-main #mobile-nav:focus {
  color: #00b2e8;
  text-decoration: none; }

@media (min-width: 992px) {
  .header-main #mobile-nav {
    display: none; } }

.header .logo {
  float: left; }

.header .logo img {
  max-width: 240px; }

@media (min-width: 768px) and (max-width: 991px) {
  .header .logo img {
    max-width: 180px; } }

@media (max-width: 767px) {
  .header .logo img {
    max-width: 165px; } }

@media (min-width: 992px) {
  #navigation-mobile {
    display: none !important; } }

.panel-search {
  position: relative;
  vertical-align: middle;
  height: 30px; }

.panel-search .form-control {
  height: 30px;
  display: none;
  font-size: 12px;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.panel-search a,
.panel-search button {
  position: absolute;
  font-size: 16px;
  right: 0;
  top: 0;
  background: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 35px;
  color: #535a5e;
  outline: none; }

.panel-search a:hover, .panel-search a:focus,
.panel-search button:hover,
.panel-search button:focus {
  outline: none;
  text-decoration: none; }

.panel-search button {
  display: none; }

.panel-search a {
  color: #ffffff; }

.panel-search.open .form-control,
.panel-search.open button {
  display: inline-block; }

.panel-search.open a {
  display: none; }

.panel-search.open .form-control {
  width: 250px;
  opacity: 1; }

.footer {
  font-size: 14px;
  font-size: 1.4rem; }

.footer a {
  color: #363e42; }

.footer-newsletter {
  background: #535a5e;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px; }

.footer-newsletter .form-inline {
  position: relative; }

.footer-newsletter .form-inline label {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-family: "museosansregular700", sans-serif;
  padding-top: 8px;
  vertical-align: middle; }

.footer-newsletter .form-inline .form-control {
  margin-left: 26px;
  min-width: 277px; }

.footer-newsletter .form-inline .has-error .form-control-feedback,
.footer-newsletter .form-inline .has-error .help-block {
  display: none !important; }

.footer-newsletter .form-inline .btn {
  margin-left: 15px; }

.footer-newsletter .form-inline .has-error .form-control {
  border: 1px solid #E82A2A;
  color: #E82A2A; }

.footer-newsletter .form-inline .has-success .form-control {
  border: 1px solid #3fb34f;
  color: #3fb34f; }

.footer-newsletter .form-inline.success .form-group,
.footer-newsletter .form-inline.success .btn {
  display: none; }

.footer-share {
  text-align: right;
  padding-top: 8px; }

.footer-share a {
  color: #ffffff; }

.footer-links {
  padding-top: 30px; }

.footer-links .container {
  position: relative; }

.footer-links h4 {
  border-bottom: 1px solid #ebecec;
  padding-bottom: 8px;
  color: #363e42; }

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-links ul li {
  padding: 0;
  margin: 5px 0; }

.footer-links ul li a {
  color: #363e42; }

.footer .back-top {
  text-align: center;
  width: 100px;
  position: absolute;
  bottom: 50px;
  right: 0;
  font-size: 11px; }

.footer .back-top span {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid #00b2e8;
  display: block;
  line-height: 36px;
  vertical-align: middle;
  font-size: 15px;
  margin: 0 auto;
  color: #00b2e8; }

.footer .back-top a:hover,
.footer .back-top a:focus,
.footer .back-top a:active {
  text-decoration: none; }

.footer-bottom {
  padding-bottom: 30px; }

.footer-bottom .label {
  color: #2f2f2f; }

.footer-bottom .link {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase; }

.footer-bottom .link li {
  display: table-cell;
  width: calc((100% / 4 ) - 13%);
  color: #535a5e; }

.footer-bottom .link li:last-child {
  text-align: right;
  width: 13%; }

.footer-bottom .col-md-1 img {
  width: 100%;
  height: auto; }

@media (max-width: 767px) {
  .footer-bottom .link li {
    display: block;
    width: 100%;
    margin: 10px 0; }
  .footer-bottom .link li:last-child {
    text-align: left;
    width: 100%; }
  .footer-bottom .col-md-1 {
    margin-top: -38px;
    padding-left: 180px; }
  .footer-bottom .col-md-1 img {
    max-width: 90px; } }

.footer-options .icon-circle .fa {
  background: #535a5e;
  color: #ffffff; }

.footer-options .icon-circle:hover .fa {
  background: #00b2e8; }

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-newsletter .form-inline label {
    font-size: 20px;
    font-size: 2rem; }
  .footer-newsletter .form-inline .form-control {
    margin-left: 16px;
    min-width: 177px; }
  .footer-newsletter .form-inline .btn {
    margin-left: 10px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom {
    padding-top: 30px; }
  .footer-bottom .link li {
    width: calc((100% / 4 ) - 15%); }
  .footer-bottom .link li:last-child {
    width: 15%; }
  .footer-bottom .col-md-1 img {
    max-width: 90px; }
  .footer-options {
    margin-bottom: 10px; }
  .footer .back-top {
    bottom: 10px; } }

@media (max-width: 992px) {
  .footer-newsletter {
    text-align: center;
    padding: 30px 0; }
  .footer-newsletter .form-group {
    display: block; }
  .footer-newsletter .form-inline .form-control {
    margin: 30px 0;
    display: block;
    width: 100%; }
  .footer-newsletter .form-inline .btn {
    width: 100%;
    margin-left: 0; }
  .footer-newsletter .form-inline .form-control-feedback {
    display: none !important; }
  .footer-share {
    text-align: center;
    margin: 20px 0; }
  .footer-links ul {
    margin-bottom: 40px; }
  .footer-options .icon-circle {
    display: none; }
  .footer-bottom {
    border-top: 1px solid #ebecec; }
  .footer-bottom .label {
    padding-left: 0; } }

@media (max-width: 767px) {
  .footer-links ul {
    margin-bottom: 40px; }
  .footer .back-top {
    bottom: -70px;
    z-index: 100; }
  .footer-bottom {
    border-top: 0; } }

/* 
Slider 
Magnific
*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #00b2e8;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  border-radius: 40px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #008bb5; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "beyondfive";
  font-size: 16px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 15px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: ""; }

[dir="rtl"] .slick-prev:before {
  content: ""; }

.slick-next {
  right: 15px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: ""; }

[dir="rtl"] .slick-next:before {
  content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  height: 11px;
  width: 11px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 20px; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "beyondfive";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button {
  background: #ffffff; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.hero-slider {
  z-index: 1;
  margin-bottom: 0 !important;
  height: 460px;
  visibility: hidden; }

.hero-slider-item {
  height: 460px;
  position: relative;
  color: #363e42;
  padding-top: 60px; }

.hero-slider-item h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  line-height: 3.4rem;
  text-transform: capitalize; }

.hero-slider-item p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 20px; }

.hero-slider-item .container {
  position: relative;
  z-index: 10; }

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-item {
    height: 410px; } }

.hero-slider-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center; }

.hero-slider-img:before {
  background: url(../images/scrim@2x.png) no-repeat 100% 0;
  background-size: cover;
  content: "";
  display: none;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-img:before {
    width: 70%; } }

@media (max-width: 767px) {
  .hero-slider-img:before {
    width: 50%; } }

@media (max-width: 767px) {
  .hero-slider-img {
    position: relative;
    height: auto; } }

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

.hero-slider-content {
  padding-left: 60px; }

.hero-slider .slick-prev {
  left: calc((100% - 1200px)/2); }

.hero-slider .slick-next {
  right: calc((100% - 1200px)/2); }

@media (min-width: 1200px) {
  .hero-slider-content {
    width: 41.66666667%; } }

@media (max-width: 767px) {
  .hero-slider {
    height: auto; }
  .hero-slider-img {
    height: 180px; }
  .hero-slider-item {
    padding-top: 0;
    height: auto; }
  .hero-slider-item img {
    position: relative; }
  .hero-slider-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 70px;
    padding-top: 30px;
    text-align: center; }
  .hero-slider-content h2 {
    display: none; }
  .hero-slider-content p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 25px;
    line-height: 2.5rem; }
  .hero-slider .slick-prev, .hero-slider .slick-next {
    display: none !important; }
  .hero-slider .slick-dots li button {
    border-color: #00b2e8;
    background: rgba(0, 178, 232, 0.4); }
  .hero-slider .slick-dots li.slick-active button {
    background: #00b2e8; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-slider {
    height: 410px; }
  .hero-slider-item {
    height: 410px; }
  .hero-slider .slick-prev {
    left: calc((100% - 980px)/2); }
  .hero-slider .slick-next {
    right: calc((100% - 980px)/2); } }

@media (min-width: 768px) and (max-width: 991px) {
  .hero-slider {
    height: 320px; }
  .hero-slider-item {
    height: 320px; }
  .hero-slider .slick-prev {
    left: 15px; }
  .hero-slider .slick-next {
    right: 15px; } }

.hero-banner {
  height: 400px;
  overflow: hidden;
  position: relative; }

.hero-banner-img {
  position: relative; }

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

.hero-banner-img .background-img {
  height: 400px; }

@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner-img .background-img {
    height: 300px; } }

@media (max-width: 767px) {
  .hero-banner-img .background-img {
    height: 200px; } }

.hero-banner-video {
  position: relative; }

.hero-banner-video video {
  width: 100%;
  height: auto;
  opacity: 0.8; }

.hero-banner.theme-blue .hero-banner-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.4;
  background: -webkit-linear-gradient(left, rgba(0, 178, 232, 0.8) 0%, rgba(178, 231, 248, 0) 100%);
  background: linear-gradient(to right, rgba(0, 178, 232, 0.8) 0%, rgba(178, 231, 248, 0) 100%);
  /* W3C */ }

.hero-banner.theme-green .hero-banner-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.4;
  background: -webkit-linear-gradient(left, rgba(0, 158, 82, 0.8) 0%, rgba(178, 225, 202, 0) 100%);
  background: linear-gradient(to right, rgba(0, 158, 82, 0.8) 0%, rgba(178, 225, 202, 0) 100%);
  /* W3C */ }

.hero-banner-content {
  position: absolute;
  bottom: 65px;
  width: 100%;
  z-index: 10; }

.hero-banner h1 {
  text-transform: uppercase;
  color: #ffffff; }

@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner {
    height: 300px; } }

@media (max-width: 767px) {
  .hero-banner {
    height: auto; }
  .hero-banner h1 {
    font-size: 24px;
    font-size: 2.4rem; }
  .hero-banner-content {
    bottom: 10px; } }

.hero-video {
  background: #00b2e8;
  overflow: hidden;
  position: relative; }

.hero-video-content {
  height: 400px; }

.hero-video .embed-responsive {
  padding-bottom: 60%; }

.hero-video .col-md-7 {
  position: relative; }

.hero-video-img {
  width: 100%;
  height: 400px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center; }

.hero-video-slider {
  visibility: hidden;
  height: 400px; }

.hero-video a {
  color: #ffffff; }

.hero-video .quote {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  color: #ffffff;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-family: "museosansregular700", sans-serif;
  padding: 0 20px; }

.hero-video .quote:before, .hero-video .quote:after {
  content: "";
  display: inline-block;
  position: absolute; }

.hero-video .quote small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: "museosansregular300", sans-serif; }

.hero-video-arrow {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 10;
  font-family: "museosansregular700", sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }

.hero-video-arrow span {
  vertical-align: text-top; }

.hero-video-arrow .prev {
  margin-left: 20px; }

.hero-video-arrow .next {
  float: right;
  margin-right: 20px; }

.hero-video-arrow a:hover,
.hero-video-arrow a:focus {
  text-decoration: none; }

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-video-slider {
    height: 324px; }
  .hero-video-content, .hero-video-img {
    height: 324px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hero-video-slider {
    height: 243px; }
  .hero-video-content, .hero-video-img {
    height: 243px; }
  .hero-video .embed-responsive {
    padding-bottom: 77%; }
  .hero-video .quote {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem; }
  .hero-video .quote:after {
    width: 50px;
    height: 43px; } }

@media (max-width: 767px) {
  .hero-video .container {
    padding-left: 0;
    padding-right: 0; }
  .hero-video-slider {
    height: auto; }
  .hero-video-content {
    height: auto; }
  .hero-video-img {
    height: 250px; }
  .hero-video .quote {
    position: relative;
    top: auto;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    margin-top: 20px;
    margin-bottom: 20px; }
  .hero-video-arrow {
    position: relative; } }

.headline {
  text-align: center;
  padding: 30px 0;
  background: #00b2e8;
  max-height: 250px;
  display: block;
  position: relative; }

.headline h2 {
  color: #ffffff;
  display: block;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

@media (max-width: 767px) {
  .headline h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem; } }

.grid-slider {
  margin-bottom: 30px; }

@media (min-width: 1800px) {
  .grid-slider {
    width: 1600px;
    margin: auto; } }

.grid-slider-item {
  overflow: hidden;
  height: 110px;
  margin: 0 15px;
  width: 210px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
  text-align: center;
  position: relative; }

.grid-slider-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  max-width: 100%;
  padding: 20px; }

.grid-slider:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  content: "";
  z-index: 1;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
  /* W3C */ }

.grid-slider:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 10%;
  content: "";
  z-index: 1;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.8) 100%);
  /* W3C */ }

.grid-slider .slick-prev {
  left: 105px; }

.grid-slider .slick-next {
  right: 105px; }

@media (min-width: 1800px) {
  .grid-slider:before {
    width: calc(100% / 8);
    background: -webkit-linear-gradient(left, #f5f5f6 10%, rgba(245, 245, 246, 0) 100%);
    background: linear-gradient(to right, #f5f5f6 10%, rgba(245, 245, 246, 0) 100%);
    /* W3C */ }
  .grid-slider:after {
    width: calc(100% / 8);
    background: -webkit-linear-gradient(left, rgba(245, 245, 246, 0) 10%, #f5f5f6 100%);
    background: linear-gradient(to right, rgba(245, 245, 246, 0) 10%, #f5f5f6 100%);
    /* W3C */ } }

.grid-slider .slick-prev, .grid-slider .slick-next {
  z-index: 10; }

.grid-slider .slick-list {
  padding: 10px 105px !important; }

.slick-slider:not(.grid-slider) {
  visibility: hidden; }

.slick-slider:not(.grid-slider).slick-initialized {
  visibility: visible; }

.slick-slider:not(.grid-slider):before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url(../images/ajax-loader.gif) #fff no-repeat center center;
  z-index: 100;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.loaded:not(.grid-slider):before {
  visibility: hidden;
  opacity: 0; }

.box {
  background: #ffffff;
  margin-bottom: 40px;
  text-align: center;
  position: relative; }

.box-image {
  overflow: hidden;
  height: 245px; }

.box-image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.box-image .embed-responsive {
  padding-bottom: 66%; }

.box-image .background-img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-position: top center; }

@media (min-width: 992px) and (max-width: 1199px) {
  .box-image {
    height: 180px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .box-image {
    height: 170px; } }

@media (max-width: 767px) {
  .box-image {
    height: 200px; } }

.box:hover .box-image img,
.box:hover .box-image .background-img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  top: 0; }

.box-content {
  padding: 30px 30px 80px 30px; }

.box-content h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase; }

.box-content p {
  margin-bottom: 30px; }

.box-content .btn-more {
  position: absolute;
  bottom: 30px;
  margin-left: -120px;
  left: 50%; }

@media (max-width: 767px) {
  .box-content .btn-more.btn-arrow {
    width: 240px; } }

.box-border {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.box-overlay {
  height: auto;
  max-height: 370px;
  overflow: hidden; }

.box-overlay .box-image {
  height: 380px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .box-overlay .box-image {
    height: 350px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .box-overlay .box-image {
    height: 250px; } }

@media (max-width: 767px) {
  .box-overlay .box-image {
    height: 350px; } }

.box-overlay .box-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(54, 62, 66, 0.2);
  z-index: 2; }

.box-overlay .box-content {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff; }

.box-overlay .box-content h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 35px;
  line-height: 3.5rem;
  text-transform: capitalize; }

.box-overlay .box-content p {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "museosansregular700", sans-serif; }

.box-overlay .box-content .btn {
  color: #ffffff;
  min-width: inherit; }

.box-overlay .box-content .btn-arrow {
  margin-left: -33px; }

.box-overlay .box-content .btn:after {
  border-color: #ffffff;
  width: 40px;
  height: 40px;
  margin-left: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 35px;
  line-height: 3.5rem; }

.box-overlay .box-content .btn:hover {
  color: #00b2e8; }

.box-overlay .box-content .btn:hover:after {
  border-color: #00b2e8; }

@media (max-width: 767px) {
  .box-overlay .box-content .btn-arrow {
    width: 66px; } }

@media (max-width: 767px) {
  .box-overlay {
    height: auto; } }

@media (min-width: 768px) and (max-width: 991px) {
  .box-content {
    padding: 20px 20px 60px 20px; }
  .box-content .btn {
    width: 100%;
    min-width: auto !important;
    font-size: 13px; }
  .box-content .btn-more {
    min-width: 240px !important; }
  .box-content h3 {
    font-size: 18px;
    font-size: 1.8rem; }
  .box-content p {
    font-size: 14px;
    font-size: 1.4rem; }
  .box-overlay .box-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem; }
  .box-overlay .box-content p {
    display: none; } }

@media (max-width: 767px) {
  .box {
    margin-bottom: 30px; } }

.tiles-container .tiles-block.col-md-8 .box:before, .tiles-container .tiles-block.col-md-8 .box:after {
  display: table;
  content: "";
  clear: both; }

.tiles-container .tiles-block.col-md-8 .box-image {
  float: right;
  width: 50%;
  overflow: hidden;
  position: relative; }

.tiles-container .tiles-block.col-md-8 .box-image img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  right: 0;
  top: 0; }

.tiles-container .tiles-block.col-md-8 .box-content {
  float: left;
  width: 50%;
  background: #00b2e8;
  color: #ffffff;
  text-align: left;
  padding: 40px; }

.tiles-container .tiles-block.col-md-8 .box-content h3 {
  font-size: 30px;
  font-size: 3rem;
  text-transform: inherit; }

.tiles-container .tiles-block.col-md-8 .box-image, .tiles-container .tiles-block.col-md-8 .box-content {
  height: 410px; }

.tiles-container .tiles-block.col-md-8 .box .btn-more {
  background: #ffffff;
  color: #00b2e8;
  font-size: 16px;
  font-size: 1.6rem; }

.tiles-container .tiles-block.col-md-8 .box .btn-more:after {
  display: none; }

.tiles-container .tiles-block.col-md-8 .box .btn-more:hover {
  background: #008bb5;
  color: #ffffff; }

.tiles-container .tiles-block.col-md-4 .box {
  height: 410px; }

.tiles-container .tiles-block.col-md-4 .box-image {
  height: 190px;
  overflow: hidden; }

.tiles-container .tiles-block.col-md-4 .box-content p {
  margin-bottom: 0px;
  overflow: hidden;
  max-height: 74px; }

.tiles-container .tiles-block.theme-green.col-md-8 .box-content {
  background: #3fb34f; }

.tiles-container .tiles-block.theme-green.col-md-8 .box .btn-more {
  color: #3fb34f; }

.tiles-container .tiles-block.theme-green.col-md-8 .box .btn-more:hover {
  background: #328d3e;
  color: #ffffff; }

.tiles-container .tiles-block.theme-green.col-md-4 .box .btn-more {
  color: #3fb34f; }

.tiles-container .tiles-block.theme-green.col-md-4 .box .btn-more:after {
  color: #3fb34f;
  border-color: #3fb34f; }

.tiles-container .tiles-block.theme-green.col-md-4 .box .btn-more:hover {
  color: #2f2f2f; }

.tiles-container .tiles-block.theme-green.col-md-4 .box .btn-more:hover:after {
  color: #2f2f2f;
  border-color: #2f2f2f; }

@media (min-width: 768px) and (max-width: 991px) {
  .tiles-container .tiles-block.col-md-8 .box-image, .tiles-container .tiles-block.col-md-8 .box-content {
    height: 354px; }
  .tiles-container .tiles-block.col-md-8.pull-right {
    float: none !important; }
  .tiles-container .tiles-block.col-md-4 .box {
    height: 354px; } }

@media (max-width: 767px) {
  .tiles-container .tiles-block.col-md-8 .box-image, .tiles-container .tiles-block.col-md-8 .box-content {
    height: auto;
    float: none;
    width: 100%; }
  .tiles-container .tiles-block.col-md-8 .box-image {
    height: 200px;
    position: relative; }
  .tiles-container .tiles-block.col-md-8 .box-image img {
    width: 100%;
    height: auto; }
  .tiles-container .tiles-block.col-md-8 .box-content {
    padding: 20px; }
  .tiles-container .tiles-block.col-md-8.pull-right {
    float: none !important; }
  .tiles-container .tiles-block.col-md-4 .box {
    height: auto; }
  .tiles-container .tiles-block.col-md-4 .box-content {
    padding: 20px; } }

.content-section {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative; }

.content-section .btn {
  min-width: 240px; }

.content-section--withsidebar {
  padding-top: 35px;
  padding-bottom: 45px; }

.content-section--withsidebar .btn {
  min-width: 240px; }

.content-section--withsidebar .side {
  background: #f5f5f6;
  padding: 20px; }

.content-section--withsidebar .col-md-3 {
  width: 30%; }

.content-section--withsidebar .col-md-9 {
  width: 70%; }

.content-section--withsidebar .content h1 {
  font-size: 36px;
  font-size: 3.6rem;
  text-transform: uppercase; }

.content-section--withsidebar .content h2 {
  font-size: 24px;
  font-size: 2.4rem; }

.content-section--withsidebar .content .panel {
  padding: 20px 30px; }

.content-section--withsidebar .content ul {
  margin-bottom: 30px; }

.content-section--withsidebar .content ul p {
  margin-bottom: 10px; }

.content-section--withsidebar .panel-list ul > li {
  padding-right: 15px; }

.content-section--withsidebar .panel-list ul > li:after {
  font-family: 'beyondfive';
  content: "";
  color: #00b2e8;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-52%);
      -ms-transform: translateY(-52%);
          transform: translateY(-52%); }

@media (min-width: 768px) and (max-width: 991px) {
  .content-section--withsidebar .col-md-3 {
    width: 30%; }
  .content-section--withsidebar .col-md-9 {
    width: 70%; } }

@media (max-width: 992px) {
  .content-section--withsidebar {
    padding-top: 5px;
    padding-bottom: 45px; }
  .content-section--withsidebar .col-md-3,
  .content-section--withsidebar .col-md-9 {
    width: 100%; }
  .content-section--withsidebar .content .breadcrumb,
  .content-section--withsidebar .side {
    display: none; }
  .content-section--withsidebar .content .panel {
    padding: 15px; } }

@media (max-width: 767px) {
  .content-section--withsidebar {
    padding-top: 35px;
    padding-bottom: 35px; }
  .content-section--withsidebar .content h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 35px;
    line-height: 3.5rem; }
  .content-section--withsidebar .content h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem; } }

.content-section--fullwidth {
  padding-top: 65px;
  padding-bottom: 65px; }

.content-section--fullwidth .content-title {
  margin-bottom: 30px; }

@media (max-width: 992px) {
  .content-section--fullwidth {
    padding-top: 45px;
    padding-bottom: 45px; } }

@media (max-width: 767px) {
  .content-section--fullwidth {
    padding-top: 35px;
    padding-bottom: 35px; }
  .content-section--fullwidth .content h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 35px;
    line-height: 3.5rem; }
  .content-section--fullwidth .content h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem; } }

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

.content-title h2 {
  margin: 30px 0; }

.content-title.add-icon {
  padding-right: 120px;
  border-bottom: 1px solid #ebecec; }

.content-title.add-icon span {
  font-size: 80px;
  position: absolute;
  right: 15px;
  top: 0; }

.content-title.add-icon .icon-psg {
  color: #3fb34f; }

.content-title.add-icon .icon-hncs {
  color: #00b2e8; }

@media (max-width: 767px) {
  .content-title.add-icon {
    padding-right: 0;
    margin-bottom: 0; }
  .content-title.add-icon h2 {
    margin: 0; }
  .content-title.add-icon span {
    display: none; } }

.content-action {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .content-title h2 {
    margin: 0 0 20px 0; } }

.content-two-col {
  margin-top: 30px;
  margin-bottom: 60px; }

.content-two-col h3 {
  margin-top: 0; }

@media (min-width: 992px) {
  .content-two-col .col-md-7 {
    padding-right: 45px; }
  .content-two-col .col-md-7.pull-right {
    padding-right: 15px;
    padding-left: 45px; } }

.content-nomargin {
  padding-left: 0;
  padding-right: 0;
  max-width: 1170px; }

.content-nomargin .row {
  margin-left: 0;
  margin-right: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.content-nomargin .col-md-8,
.content-nomargin .col-md-4 {
  padding-left: 0;
  padding-right: 0;
  float: none !important;
  display: table-cell; }

.content-nomargin .content {
  padding: 60px;
  display: block;
  position: relative; }

.content-nomargin .content-img, .content-nomargin .content-slider {
  margin-top: -60px;
  margin-bottom: 60px;
  margin-left: -60px;
  margin-right: -60px; }

.content-nomargin .content-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }

.content-nomargin .content-video .embed-responsive-item,
.content-nomargin .content-video embed,
.content-nomargin .content-video iframe,
.content-nomargin .content-video object,
.content-nomargin .content-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

@media (min-width: 481px) and (max-width: 767px) {
  .content-nomargin .content-video {
    padding-bottom: 67%; } }

@media (max-width: 480px) {
  .content-nomargin .content-video {
    padding-bottom: 66%; } }

.content-nomargin .content-slider .background-img {
  height: 430px;
  width: 100%; }

.content-nomargin .content-slider-item {
  overflow: hidden;
  max-height: 430px;
  position: relative; }

@media (min-width: 768px) and (max-width: 991px) {
  .content-nomargin .content-slider-item {
    max-height: 340px; } }

@media (min-width: 481px) and (max-width: 767px) {
  .content-nomargin .content-slider .background-img, .content-nomargin .content-slider-item {
    height: 300px; } }

@media (max-width: 480px) {
  .content-nomargin .content-slider .background-img, .content-nomargin .content-slider-item {
    height: 208px; } }

.content-nomargin .content-slider .slick-prev,
.content-nomargin .content-slider .slick-next {
  top: 90%;
  background: #ffffff;
  color: #00b2e8; }

.content-nomargin .content-slider .slick-prev:before,
.content-nomargin .content-slider .slick-next:before {
  color: #00b2e8; }

.content-nomargin .content-slider .slick-next {
  right: 20px; }

.content-nomargin .content-slider .slick-prev {
  left: auto;
  right: 60px; }

.content-nomargin .content-slider .slick-dots li button {
  border-color: #00b2e8;
  background: rgba(0, 178, 232, 0.5); }

.content-nomargin .content-slider .slick-dots li.slick-active button {
  background: #00b2e8; }

.content-nomargin .side {
  padding: 60px;
  background: #f5f5f6; }

.content-nomargin .side .share ul > li {
  margin: 10px 0; }

.content-nomargin .service-logo {
  margin-bottom: 30px; }

.content-nomargin .service-logo img {
  max-height: 50px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .content-nomargin {
    padding-left: 15px;
    padding-right: 15px; }
  .content-nomargin .side {
    margin-top: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .content-nomargin {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px; }
  .content-nomargin .side {
    margin-top: 0; } }

@media (max-width: 767px) {
  .content-nomargin .row {
    display: inline-block;
    box-shadow: none; }
  .content-nomargin .col-md-8,
  .content-nomargin .col-md-4 {
    display: inline-block;
    width: 100%; }
  .content-nomargin .content {
    padding: 15px; }
  .content-nomargin .content-img, .content-nomargin .content-slider {
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    margin-right: 0px; }
  .content-nomargin .content-slider .slick-dots {
    bottom: -40px; }
  .content-nomargin .side {
    padding: 20px 15px;
    margin: 0 15px 20px 15px; } }

.panel {
  padding: 40px 30px;
  border: 0;
  margin-bottom: 30px;
  box-shadow: none;
  border-radius: 0; }

.panel-list h3 {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 2px solid #363e42;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-top: 0; }

.panel-list h3 .more {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "museosansregular300", sans-serif; }

.panel-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem; }

.panel-list ul li {
  border-bottom: 1px solid #ebecec;
  padding: 5px 0;
  position: relative; }

.panel-list ul li:last-child {
  border-bottom: 0; }

.panel-list ul li > a {
  color: #363e42;
  padding-left: 22px !important;
  display: inline-block; }

.panel-list ul li > a:before {
  content: "\f08e";
  font-family: Fontawesome;
  position: absolute;
  left: 0;
  color: #535a5e;
  font-size: 14px !important; }

@media (max-width: 991px) {
  .panel-list ul li > a {
    padding-right: 22px; } }

.panel-extra-padding {
  padding: 50px; }

@media (max-width: 767px) {
  .panel {
    padding: 20px 15px; } }

.panel.panel-illustration {
  padding: 0 !important; }

.panel.panel-illustration .panel-title {
  margin-bottom: 20px; }

.panel.panel-illustration .panel-heading,
.panel.panel-illustration .panel-body {
  padding: 0 !important; }

.panel.panel-resource {
  background: #f3f3f3; }

.panel.panel-resource .panel-heading,
.panel.panel-resource .panel-body {
  padding: 0 !important; }

.panel.panel-resource h3 {
  margin-top: 0; }

.panel.panel-resource .panel-content-left {
  width: 88%; }

.panel.panel-resource .panel-content-left p:last-child {
  margin-bottom: 0; }

.panel.panel-resource .pull-right {
  font-size: 12px; }

.callout {
  padding: 20px;
  margin-bottom: 30px; }

.callout-green {
  background: #3fb34f;
  color: #ffffff; }

.callout-green a {
  color: #ffffff;
  text-decoration: underline; }

.callout-blue {
  background: #00b2e8;
  color: #ffffff; }

.callout-blue a {
  color: #ffffff;
  text-decoration: underline; }

.callout-red {
  background: #E82A2A;
  color: #ffffff; }

.callout-red a {
  color: #ffffff;
  text-decoration: underline; }

.title:before, .title:after {
  display: table;
  content: "";
  clear: both; }

.title h3 {
  display: inline-block; }

.title .mandatory {
  float: right;
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 10px; }

@media (max-width: 767px) {
  .title .mandatory {
    float: none;
    padding-top: 0;
    margin-bottom: 10px;
    text-align: right; } }

.title-border {
  border-bottom: 2px solid #363e42; }

@media (max-width: 991px) {
  .side {
    margin-top: 30px; }
  .side.pull-right {
    float: none !important; } }

.side .sidenav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: "museosansregular500", sans-serif; }

.side .sidenav li > a {
  color: #363e42;
  display: block;
  padding: 10px 0; }

.side .panel-search {
  position: relative;
  border-bottom: 2px solid #00b2e8;
  height: auto;
  margin-bottom: 10px;
  margin-top: 20px; }

.side .panel-search:before, .side .panel-search:after {
  display: table;
  content: "";
  clear: both; }

.side .panel-search .form-control {
  width: 100%;
  opacity: 1;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #00b2e8;
  padding: 5px 0;
  height: auto; }

.side .panel-search .form-control::-webkit-input-placeholder {
  color: #00b2e8; }

.side .panel-search .form-control::-moz-placeholder {
  color: #00b2e8; }

.side .panel-search .form-control:-ms-input-placeholder {
  color: #00b2e8; }

.side .panel-search .form-control::placeholder {
  color: #00b2e8; }

.side .panel-search .form-control:focus, .side .panel-search .form-control:active {
  outline: none;
  box-shadow: none; }

.side .panel-search button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #00b2e8;
  font-size: 20px;
  font-size: 2rem; }

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

.list-twocol > li {
  width: 50%;
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  position: relative;
  padding-left: 14px;
  margin-bottom: 15px; }

.list-twocol > li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #00b2e8;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 4px; }

.list-twocol > li a {
  color: #2f2f2f; }

.list-twocol > li a span.total {
  color: #00b2e8; }

.list-twocol > li:nth-child(odd) {
  clear: both; }

.confirm-table {
  display: table;
  width: 100%; }

.confirm-table--row {
  display: table-row;
  font-family: "museosansregular700", sans-serif;
  font-size: 20px;
  font-size: 2rem; }

.confirm-table--col {
  display: table-cell;
  font-family: "museosansregular700", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  padding-top: 10px; }

.confirm-table--col:last-child {
  text-align: right;
  color: #00b2e8; }

.confirm-table--total {
  display: block;
  border-top: 1px solid #ebecec; }

#gallery-1 {
  width: 100%;
  background: #363e42;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  margin-bottom: 30px; }

#gallery-1 .rsOverflow {
  width: 80%;
  background: #363e42; }

#gallery-1 .rsThumbs {
  width: 20%;
  background: #fff;
  border-left: 2px solid #fff; }

#gallery-1 .rsThumbs .rsThumb {
  width: 100%;
  height: 100px; }

#gallery-1 .rsThumbs .rsThumb > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto; }

@media (max-width: 767px) {
  #gallery-1 .rsThumbs .rsThumb {
    height: 50px; } }

#gallery-1 .rsThumbsContainer {
  margin-top: -2px; }

#gallery-1 .rsFullscreenBtn {
  background: #000;
  width: 30px;
  height: 30px; }

#gallery-1 .rsFullscreenBtn .rsFullscreenIcn {
  background: none;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  margin: 0;
  opacity: 1; }

#gallery-1 .rsFullscreenBtn .rsFullscreenIcn:before {
  content: "\f065";
  font-family: "FontAwesome"; }

#gallery-1 .rsGCaption {
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

#gallery-1 .rsThumbsArrow {
  height: 50px; }

#gallery-1 .rsThumbsArrowIcn {
  background: none; }

#gallery-1 .rsThumbsArrowIcn:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 30px; }

#gallery-1 .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
  content: "\f106";
  font-family: "FontAwesome"; }

#gallery-1 * {
  -webkit-backface-visibility: initial; }

@media (min-width: 768px) and (max-width: 991px) {
  .page-resources .pull-right {
    float: none !important; }
  .page-resources .side {
    margin-top: 0; }
  .page-resources .side .panel-search {
    display: none; } }

@media (max-width: 767px) {
  .page-resources .pull-right {
    float: none !important; }
  .page-resources .side {
    margin-top: 0; }
  .page-resources .side .panel-search {
    display: none; }
  .page-resources .side .well {
    border-bottom: 2px solid #00b2e8;
    margin-bottom: 20px;
    border-radius: 0; } }

.video-preview {
  background: #363e42;
  color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  clear: both; }

.video-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 35px;
  line-height: 3.5rem;
  padding: 30px 0;
  font-family: "museosansregular700", sans-serif; }

.video-list {
  margin-left: -10px;
  margin-right: -10px; }

.video-list:before, .video-list:after {
  display: table;
  content: "";
  clear: both; }

.video-list .col-md-4 {
  padding-left: 10px;
  padding-right: 10px; }

.video-item {
  margin-bottom: 20px; }

.video-item a {
  display: block;
  padding: 20px;
  border: 4px solid #00b2e8;
  position: relative;
  height: 260px;
  color: #363e42; }

.video-item a:hover {
  text-decoration: none;
  opacity: 0.5; }

.video-item a:after {
  content: "\f144";
  width: 18px;
  height: 18px;
  font-family: Fontawesome;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #00b2e8;
  font-size: 20px; }

.video-item.active a {
  opacity: 0.5; }

@media (max-width: 767px) {
  .video-item a {
    height: auto; } }

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

.video-content {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 20px 0; }

.video-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: inherit;
  margin: 0; }

@media (max-width: 767px) {
  .video-preview {
    padding: 20px; }
  .video-title {
    font-size: 18px;
    padding: 20px 0;
    line-height: 24px;
    line-height: 2.4rem; } }

.load-more {
  margin: 20px 0;
  clear: both; }

.load-more .btn {
  min-width: 350px; }

@media (max-width: 767px) {
  .load-more .btn {
    min-width: auto; } }

.collapse-mobile a {
  color: #2f2f2f; }

.collapse-mobile h3 a:hover,
.collapse-mobile h3 a:focus {
  text-decoration: none; }

@media (min-width: 768px) {
  .collapse-mobile h3 a {
    cursor: default; }
  .collapse-mobile .collapse,
  .collapse-mobile .collapse.in {
    display: block !important;
    height: 100% !important; } }

@media (max-width: 767px) {
  .collapse-mobile {
    margin-top: -20px; }
  .collapse-mobile h3 {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    width: 100%;
    margin-bottom: 10px; }
  .collapse-mobile h3 a {
    display: block;
    color: #00b2e8; }
  .collapse-mobile h3 a:after {
    content: "";
    font-family: beyondfive;
    position: absolute;
    right: 0;
    top: 4px; }
  .collapse-mobile h3 a.collapsed:after {
    content: ""; } }

ul.news, ul.pdf {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.news li, ul.pdf li {
  border-bottom: 1px solid #ebecec;
  padding: 5px 0;
  position: relative; }

ul.news li > a, ul.pdf li > a {
  color: #535a5e;
  padding-left: 30px;
  display: inline-block; }

ul.news li > a:hover, ul.pdf li > a:hover {
  color: #00b2e8; }

ul.news li > a:before, ul.pdf li > a:before {
  content: "\f08e";
  font-family: Fontawesome;
  position: absolute;
  left: 0;
  font-size: 20px; }

ul.pdf li > a:before {
  content: "\f1c1"; }

.resources-list ul li {
  padding: 15px 0;
  position: relative; }

.resources-list ul li > a {
  display: block;
  padding-right: 20px; }

.resources-list ul li > a:after {
  content: "";
  font-family: beyondfive;
  color: #00b2e8;
  font-family: 20px;
  position: absolute;
  right: 0;
  top: 12px; }

.modal-head-dialog {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.modal-head-dialog .modal-header {
  background: #ffffff;
  position: relative;
  height: 80px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-head-dialog .modal-header .logo-and-title {
  display: table; }

.modal-head-dialog .modal-header .logo-and-title > div {
  display: table-cell;
  vertical-align: middle; }

.modal-head-dialog .modal-header .logo-and-title .logo {
  width: 140px;
  vertical-align: top; }

.modal-head-dialog .modal-header .logo-and-title .logo > img {
  width: 100%;
  height: auto; }

.modal-head-dialog .modal-header .logo-and-title .title {
  padding-left: 1em; }

.modal-head-dialog .modal-header .logo-and-title .title h2 {
  font-size: 20px;
  margin: 0; }

.modal-head-dialog .modal-content {
  background: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 2em;
  border-radius: 0;
  border: none;
  box-shadow: none;
  height: 100vh; }

.modal-head-dialog .close {
  text-shadow: none;
  height: 40px;
  background: #00b2e8;
  border-radius: 20px;
  width: 40px;
  margin-right: 10px;
  margin-top: 5px;
  padding-left: 7px;
  padding-top: 1px;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  font-size: 35px;
  color: #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

@media (max-width: 767px) {
  .modal-head-dialog .modal-header .logo-and-title .title {
    width: 100%; } }

.qrg .left-panel {
  float: right;
  width: 20%; }

.qrg .left-panel a.button {
  display: block;
  font-size: 14px;
  padding: 8px 10px;
  border: 2px solid #00b2e8;
  margin-top: 5px;
  border-radius: 4px;
  text-align: center; }

.qrg .left-panel a.button:hover {
  background: rgba(0, 178, 232, 0.5); }

.qrg .right-panel {
  float: left;
  width: 80%;
  position: relative; }

.qrg .fixed {
  position: absolute;
  left: 0;
  top: 0; }

.qrg #highlights {
  left: 40%; }

.qrg .svg-highlight path {
  fill: #00b2e8; }

.qrg .button-highlight {
  background: rgba(0, 178, 232, 0.5);
  outline: none;
  text-decoration: none; }

@media (max-width: 767px) {
  .qrg .left-panel,
  .qrg .right-panel {
    width: 100%; }
  .qrg .fixed {
    width: 100%; }
  .qrg #highlights {
    left: 0; }
  .qrg .left-panel .title,
  .qrg .right-panel {
    display: none; } }

html.modal-head-open {
  overflow: hidden;
  height: 100%; }

.modal-head-open .modal-head-dialog {
  top: 0; }

.content-tiles-container {
  margin-bottom: 30px; }

.content-tiles-container:before, .content-tiles-container:after {
  display: table;
  content: "";
  clear: both; }

.content-tiles-container .content-tiles {
  margin-left: -5px;
  margin-right: -5px; }

.content-tiles-container .content-tiles:before, .content-tiles-container .content-tiles:after {
  display: table;
  content: "";
  clear: both; }

.content-tiles-container .tile-body {
  padding: 20px;
  float: left;
  width: 33.333%;
  border: 5px solid #ffffff;
  min-height: 200px; }

.btn-grid .btn {
  margin-bottom: 20px;
  font-size: 12px;
  white-space: normal;
  line-height: 30px; }

.btn-grid .btn-default {
  color: #363e42; }

.table-title {
  text-align: center;
  background: #f3f3f3; }

.colour-tiles {
  margin-right: -15px;
  margin-left: -15px; }

.colour-tiles:before, .colour-tiles:after {
  display: table;
  content: "";
  clear: both; }

.colour-tiles .tile {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px; }

.colour-tiles .tile h4 {
  padding: 30px 20px 20px 20px;
  background: #f5f5f6;
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center; }

@media (max-width: 767px) {
  .colour-tiles .tile {
    width: 100%; } }

.colour-tiles .tile-body {
  height: auto;
  text-align: center;
  padding: 0px 20px 30px 20px;
  background: #f5f5f6; }

.colour-tiles .tile-body > a {
  display: inline-block;
  text-align: center;
  height: 45px;
  color: #ffffff;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "museosansregular700", sans-serif;
  border: 0;
  text-transform: uppercase;
  min-width: 200px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #00b2e8;
  line-height: 45px;
  line-height: 4.5rem; }

.colour-tiles .tile-body > a:hover {
  background: #008bb5; }

.img-tiles {
  margin-bottom: 30px;
  margin-top: 30px; }

.img-tiles:before, .img-tiles:after {
  display: table;
  content: "";
  clear: both; }

.img-tiles .tile {
  float: left;
  padding: 25px 15px;
  text-align: center;
  width: 50%;
  height: 150px;
  border: 1px solid #f5f5f6;
  margin-bottom: -1px;
  margin-right: -1px; }

.img-tiles .tile a {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.img-tiles .tile a img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: auto; }

.img-tiles .tile img {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.img-tiles.cols-3 .tile {
  width: 33.333%; }

.img-tiles.cols-4 .tile {
  width: 25%; }

@media (max-width: 767px) {
  .img-tiles .tile {
    width: 50%; }
  .img-tiles.cols-3 .tile {
    width: 50%; }
  .img-tiles.cols-4 .tile {
    width: 50%; } }

.search-list {
  margin-bottom: 30px; }

.search-list .item {
  border-bottom: 1px solid #ebecec;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.search-list .item h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-bottom: 0;
  text-transform: capitalize; }

.search-list .item .meta {
  display: block;
  color: rgba(54, 62, 66, 0.6);
  font-size: 12px;
  font-size: 1.2rem; }

@media (max-width: 992px) {
  .search-list {
    margin-top: 30px; } }

.board-list-wrapper:last-child {
  padding-bottom: 40px; }

.board-list-wrapper .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: "museosansregular700", sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px; }

@media (max-width: 767px) {
  .board-list-wrapper .title {
    margin-top: 0 !important; } }

.board-list-wrapper .profile,
.board-list-wrapper .items {
  margin-top: 20px; }

.board-list-wrapper .profile .item,
.board-list-wrapper .items .item {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  margin-bottom: 30px; }

.board-list-wrapper .profile .item .preview,
.board-list-wrapper .items .item .preview {
  background: #ffffff;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  height: 150px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.board-list-wrapper .profile .item .preview .image-container,
.board-list-wrapper .items .item .preview .image-container {
  padding-right: 0;
  padding-left: 0; }

@media (min-width: 1200px) {
  .board-list-wrapper .profile .item .preview .image-container,
  .board-list-wrapper .items .item .preview .image-container {
    width: calc(120px + 15px); } }

@media (min-width: 1400px) {
  .board-list-wrapper .profile .item .preview .image-container,
  .board-list-wrapper .items .item .preview .image-container {
    width: calc(120px + 2.5%); } }

@media (max-width: 767px) {
  .board-list-wrapper .profile .item .preview .image-container,
  .board-list-wrapper .items .item .preview .image-container {
    width: 145px;
    padding-right: 25px; }
  .board-list-wrapper .profile .item .preview .image-container + .col-md-7,
  .board-list-wrapper .items .item .preview .image-container + .col-md-7 {
    width: calc(100% - 145px); } }

.board-list-wrapper .profile .item .preview .image-container .square,
.board-list-wrapper .items .item .preview .image-container .square {
  height: 150px;
  width: 150px;
  overflow: hidden; }

.board-list-wrapper .profile .item .preview .image-container .square img,
.board-list-wrapper .items .item .preview .image-container .square img {
  width: 100%;
  height: auto;
  min-height: 100%; }

.board-list-wrapper .profile .item .preview .col-sm-7,
.board-list-wrapper .items .item .preview .col-sm-7 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.board-list-wrapper .profile .item .preview h3,
.board-list-wrapper .items .item .preview h3 {
  text-transform: capitalize;
  margin-bottom: 15px; }

.board-list-wrapper .profile .item .preview .role,
.board-list-wrapper .items .item .preview .role {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem; }

.board-list-wrapper .profile .item .preview .fa,
.board-list-wrapper .items .item .preview .fa {
  color: #3fb34f;
  font-size: 15px;
  margin-top: 0px;
  color: #00b2e8;
  border: 2px solid #00b2e8;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center; }

.board-list-wrapper .profile .item .preview .fa:before,
.board-list-wrapper .items .item .preview .fa:before {
  font-family: "beyondfive";
  content: "";
  margin-left: 4px; }

.board-list-wrapper .profile .item .preview .col-md-7,
.board-list-wrapper .items .item .preview .col-md-7 {
  padding-left: 20px; }

.board-list-wrapper .profile .item.open .content,
.board-list-wrapper .items .item.open .content {
  display: block !important;
  opacity: 1;
  visibility: visible; }

@media (min-width: 992px) {
  .board-list-wrapper .profile .item.desk-end + .item,
  .board-list-wrapper .items .item.desk-end + .item {
    clear: both; } }

@media (max-width: 991px) {
  .board-list-wrapper .profile .item.mobile-end + .item,
  .board-list-wrapper .items .item.mobile-end + .item {
    clear: both; } }

@media (max-width: 767px) {
  .board-list-wrapper .profile .item .content,
  .board-list-wrapper .items .item .content {
    display: block !important;
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility .2s ease, height .2s ease .1s, margin-bottom .2s ease .1s;
    transition: opacity .2s ease, visibility .2s ease, height .2s ease .1s, margin-bottom .2s ease .1s; }
  .board-list-wrapper .profile .item .content .profile-container,
  .board-list-wrapper .items .item .content .profile-container {
    position: relative;
    padding: 0;
    background: #f3fcfe;
    height: auto;
    overflow: auto;
    margin: 0; }
  .board-list-wrapper .profile .item .content .profile-container .close,
  .board-list-wrapper .items .item .content .profile-container .close {
    position: absolute;
    top: 0px;
    right: 20px;
    padding: 20px;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
    height: 14px;
    width: 14px;
    z-index: 1;
    color: #00b2e8; }
  .board-list-wrapper .profile .item .content .profile-container .close .fa,
  .board-list-wrapper .items .item .content .profile-container .close .fa {
    font-family: "beyondfive"; }
  .board-list-wrapper .profile .item .content .profile-container .close .fa:before,
  .board-list-wrapper .items .item .content .profile-container .close .fa:before {
    content: ""; }
  .board-list-wrapper .profile .item .content .profile-container .title,
  .board-list-wrapper .items .item .content .profile-container .title {
    text-transform: none;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3rem;
    margin-bottom: 8px;
    padding-top: 20px; }
  .board-list-wrapper .profile .item .content .profile-container .profile-content,
  .board-list-wrapper .items .item .content .profile-container .profile-content {
    padding-top: 20px; } }

@media (max-width: 767px) {
  .board-list-wrapper .profile .item .content.show,
  .board-list-wrapper .items .item .content.show {
    margin-bottom: 35px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease, visibility .3s ease, height .4s ease .3s, margin-bottom .3s ease .3s;
    transition: opacity .3s ease, visibility .3s ease, height .4s ease .3s, margin-bottom .3s ease .3s; } }

.board-list-wrapper .profile > .content,
.board-list-wrapper .items > .content {
  display: block !important;
  float: left;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity .2s ease, visibility .2s ease, height .2s ease .1s, margin-bottom .2s ease .1s;
  transition: opacity .2s ease, visibility .2s ease, height .2s ease .1s, margin-bottom .2s ease .1s; }

.board-list-wrapper .profile > .content.desk-end,
.board-list-wrapper .items > .content.desk-end {
  width: 100%; }

@media (max-width: 991px) {
  .board-list-wrapper .profile > .content.desk-end,
  .board-list-wrapper .items > .content.desk-end {
    width: 0;
    display: none !important; } }

.board-list-wrapper .profile > .content.mobile-end,
.board-list-wrapper .items > .content.mobile-end {
  width: 100%; }

@media (min-width: 992px) {
  .board-list-wrapper .profile > .content.mobile-end,
  .board-list-wrapper .items > .content.mobile-end {
    width: 0;
    display: none !important; } }

.board-list-wrapper .profile > .content.show,
.board-list-wrapper .items > .content.show {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  visibility: visible;
  margin-bottom: 35px;
  -webkit-transition: opacity .3s ease, visibility .3s ease, height .4s ease .3s, margin-bottom .3s ease .3s;
  transition: opacity .3s ease, visibility .3s ease, height .4s ease .3s, margin-bottom .3s ease .3s; }

@media (min-width: 1400px) {
  .board-list-wrapper .profile > .content,
  .board-list-wrapper .items > .content {
    padding: 0 2.5%;
    margin-left: -2%; } }

.board-list-wrapper .profile > .content .row,
.board-list-wrapper .items > .content .row {
  /*margin: 0 -15px !important;*/ }

@media (max-width: 1399px) and (min-width: 768px) {
  .board-list-wrapper .profile > .content .row,
  .board-list-wrapper .items > .content .row {
    margin: 0 !important; } }

.board-list-wrapper .profile > .content .row .item-container,
.board-list-wrapper .profile > .content .row .profile-container,
.board-list-wrapper .items > .content .row .item-container,
.board-list-wrapper .items > .content .row .profile-container {
  position: relative;
  padding: 0;
  background: #f3fcfe;
  height: auto;
  overflow: auto;
  margin: 0 15px; }

@media (min-width: 1200px) {
  .board-list-wrapper .profile > .content .row .item-container,
  .board-list-wrapper .profile > .content .row .profile-container,
  .board-list-wrapper .items > .content .row .item-container,
  .board-list-wrapper .items > .content .row .profile-container {
    display: table;
    width: 100%; }
  .board-list-wrapper .profile > .content .row .item-container .col-md-4,
  .board-list-wrapper .profile > .content .row .item-container .col-md-8,
  .board-list-wrapper .profile > .content .row .profile-container .col-md-4,
  .board-list-wrapper .profile > .content .row .profile-container .col-md-8,
  .board-list-wrapper .items > .content .row .item-container .col-md-4,
  .board-list-wrapper .items > .content .row .item-container .col-md-8,
  .board-list-wrapper .items > .content .row .profile-container .col-md-4,
  .board-list-wrapper .items > .content .row .profile-container .col-md-8 {
    display: table-cell;
    float: none;
    vertical-align: top; } }

.board-list-wrapper .profile > .content .row .item-container .col-md-4,
.board-list-wrapper .profile > .content .row .profile-container .col-md-4,
.board-list-wrapper .items > .content .row .item-container .col-md-4,
.board-list-wrapper .items > .content .row .profile-container .col-md-4 {
  padding: 40px; }

@media (min-width: 992px) {
  .board-list-wrapper .profile > .content .row .item-container .col-md-4,
  .board-list-wrapper .profile > .content .row .profile-container .col-md-4,
  .board-list-wrapper .items > .content .row .item-container .col-md-4,
  .board-list-wrapper .items > .content .row .profile-container .col-md-4 {
    background: url("../images/scrim@2x.png") #ffffff no-repeat;
    background-size: contain;
    background-position: 57px bottom; } }

@media (min-width: 768px) and (max-width: 991px) {
  .board-list-wrapper .profile > .content .row .item-container .col-md-4,
  .board-list-wrapper .profile > .content .row .profile-container .col-md-4,
  .board-list-wrapper .items > .content .row .item-container .col-md-4,
  .board-list-wrapper .items > .content .row .profile-container .col-md-4 {
    padding: 30px 30px 0px 30px; } }

@media (min-width: 1400px) {
  .board-list-wrapper .profile > .content .row .item-container,
  .board-list-wrapper .profile > .content .row .profile-container,
  .board-list-wrapper .items > .content .row .item-container,
  .board-list-wrapper .items > .content .row .profile-container {
    margin: 0 30px; } }

.board-list-wrapper .profile > .content .row .item-container .close,
.board-list-wrapper .profile > .content .row .profile-container .close,
.board-list-wrapper .items > .content .row .item-container .close,
.board-list-wrapper .items > .content .row .profile-container .close {
  position: absolute;
  top: 20px;
  right: 40px;
  padding: 20px;
  opacity: 1;
  font-weight: normal;
  text-shadow: none;
  height: 17px;
  width: 17px;
  z-index: 500;
  color: #00b2e8; }

.board-list-wrapper .profile > .content .row .item-container .close .fa,
.board-list-wrapper .profile > .content .row .profile-container .close .fa,
.board-list-wrapper .items > .content .row .item-container .close .fa,
.board-list-wrapper .items > .content .row .profile-container .close .fa {
  font-family: "beyondfive"; }

.board-list-wrapper .profile > .content .row .item-container .close .fa:before,
.board-list-wrapper .profile > .content .row .profile-container .close .fa:before,
.board-list-wrapper .items > .content .row .item-container .close .fa:before,
.board-list-wrapper .items > .content .row .profile-container .close .fa:before {
  content: ""; }

.board-list-wrapper .profile > .content .row .item-container .title,
.board-list-wrapper .profile > .content .row .profile-container .title,
.board-list-wrapper .items > .content .row .item-container .title,
.board-list-wrapper .items > .content .row .profile-container .title {
  text-transform: none;
  font-size: 30px;
  font-size: 3rem;
  line-height: 34px;
  line-height: 3.4rem;
  margin-bottom: 8px;
  font-family: "museosansregular700", sans-serif; }

@media (max-width: 991px) {
  .board-list-wrapper .profile > .content .row .item-container .profile-role,
  .board-list-wrapper .profile > .content .row .profile-container .profile-role,
  .board-list-wrapper .items > .content .row .item-container .profile-role,
  .board-list-wrapper .items > .content .row .profile-container .profile-role {
    margin-bottom: 0px; } }

.board-list-wrapper .profile > .content .row .item-container .profile-content,
.board-list-wrapper .profile > .content .row .profile-container .profile-content,
.board-list-wrapper .items > .content .row .item-container .profile-content,
.board-list-wrapper .items > .content .row .profile-container .profile-content {
  padding: 28px; }

@media (min-width: 992px) {
  .board-list-wrapper .profile > .content .row .item-container .profile-content,
  .board-list-wrapper .profile > .content .row .profile-container .profile-content,
  .board-list-wrapper .items > .content .row .item-container .profile-content,
  .board-list-wrapper .items > .content .row .profile-container .profile-content {
    padding: 75px 75px 35px 75px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .board-list-wrapper .profile > .content .row .item-container .profile-content,
  .board-list-wrapper .profile > .content .row .profile-container .profile-content,
  .board-list-wrapper .items > .content .row .item-container .profile-content,
  .board-list-wrapper .items > .content .row .profile-container .profile-content {
    padding: 25px 15px; } }

.board-list-wrapper .items .item .box-overlay .box-image,
.board-list-wrapper .items .item .preview {
  height: 250px; }

.board-list-wrapper .items .item .box-content p {
  font-family: "museosansregular300", sans-serif; }

.board-list-wrapper .items .item .box-image {
  background: #000; }

.board-list-wrapper .items .item .box-image .background-img {
  opacity: 0.6; }

.board-list-wrapper .items > .content .row .item-container {
  padding: 40px;
  background: #ffffff; }

.board-list-wrapper .items > .content .row .item-container .col-md-12 {
  padding: 0; }

.board-list-wrapper.expanded .item:not(.active) {
  opacity: 0.6; }

.experts-list-wrapper:before, .experts-list-wrapper:after {
  display: table;
  content: "";
  clear: both; }

.experts-list-wrapper .list {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px; }

.experts-list-wrapper .list:before, .experts-list-wrapper .list:after {
  display: table;
  content: "";
  clear: both; }

.experts-list-wrapper .list .item {
  float: left;
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px; }

.experts-list-wrapper .list .item .preview {
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  min-height: 200px;
  display: table;
  width: 100%;
  height: 100%; }

.experts-list-wrapper .list .item .preview:before, .experts-list-wrapper .list .item .preview:after {
  display: table;
  content: "";
  clear: both; }

.experts-list-wrapper .list .item .preview h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-family: "museosansregular700", sans-serif;
  text-transform: inherit;
  margin-bottom: 10px; }

.experts-list-wrapper .list .item .preview .title,
.experts-list-wrapper .list .item .preview .hospital {
  margin-bottom: 10px;
  font-size: 14px; }

.experts-list-wrapper .list .item .preview .image-container .square {
  overflow: hidden; }

.experts-list-wrapper .list .item .preview .image-container .square img {
  width: 100%;
  height: auto;
  min-height: 100%; }

.experts-list-wrapper .list .item .preview .col-md-5,
.experts-list-wrapper .list .item .preview .col-md-7,
.experts-list-wrapper .list .item .preview .col-md-12 {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding-bottom: 10px; }

.experts-list-wrapper .list .item .preview .col-md-5 {
  width: 40%; }

.experts-list-wrapper .list .item .preview .col-md-7 {
  width: 60%; }

@media (min-width: 768px) and (max-width: 991px) {
  .experts-list-wrapper .list .item {
    width: 50%; } }

@media (max-width: 767px) {
  .experts-list-wrapper .list .item {
    width: 100%; }
  .experts-list-wrapper .list .item .preview .col-md-5 {
    width: 120px; } }

.panel-filter {
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 20px; }

.panel-filter:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ebecec;
  margin: 5px 15px;
  clear: both;
  height: 10px; }

.panel-filter .btn {
  min-width: auto !important; }

.panel-filter .clear {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #535a5e;
  padding-top: 7px; }

.panel-filter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-family: "museosansregular700", sans-serif; }

.panel-filter .bootstrap-select.btn-group .dropdown-menu li > a {
  position: relative;
  padding: 20px 15px; }

.panel-filter .hncs:after {
  font-family: beyondfive;
  content: "";
  display: inline-block;
  color: #00b2e8;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 14px; }

.panel-filter .psg:after {
  font-family: beyondfive;
  content: "";
  display: inline-block;
  color: #3fb34f;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 14px; }

@media (max-width: 991px) {
  .panel-filter .bootstrap-select.btn-group {
    margin-bottom: 10px; }
  .panel-filter .clear {
    float: right; } }

.panel-services {
  margin-left: -15px;
  margin-right: -15px; }

.panel-services .panel-item {
  float: left;
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px; }

.panel-services .panel-item a:hover {
  text-decoration: none; }

.panel-services .panel-item a:hover .panel-content-wrap {
  opacity: 0.8; }

.panel-services .panel-content {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  position: relative;
  padding-left: 80px;
  padding-right: 20px;
  height: 80px; }

.panel-services .panel-content:after {
  font-family: beyondfive;
  content: "";
  display: inline-block;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 30px; }

.panel-services .panel-content-wrap {
  background: #00b2e8;
  padding: 10px 30px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 100px;
  width: 100%;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: "museosansregular700", sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: table;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.panel-services .panel-icon {
  border-right: 1.5px solid #ffffff;
  opacity: 0.7;
  display: inline-block;
  width: 60px;
  height: 50px;
  font-size: 50px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 15px; }

.panel-services .panel-green .panel-content-wrap {
  background: #3fb34f; }

@media (min-width: 768px) and (max-width: 991px) {
  .panel-services .panel-item {
    width: 50%; } }

@media (max-width: 767px) {
  .panel-services .panel-item {
    width: 100%; } }

#social-stream {
  margin-bottom: 70px; }

#social-stream .stream {
  overflow: hidden;
  width: 100%;
  margin: 0 -15px;
  padding: 0;
  max-height: calc(270px * 2); }

@media (max-width: 767px) {
  #social-stream .stream {
    margin: 0;
    max-height: calc(270px * 4); } }

#social-stream .stream .dcsns-li {
  color: #fff;
  overflow: hidden;
  padding: 0 15px;
  margin: 0;
  border: 1px solid transparent;
  width: 25%;
  box-shadow: none;
  height: 270px; }

@media (min-width: 768px) and (max-width: 991px) {
  #social-stream .stream .dcsns-li {
    width: 50%; } }

@media (max-width: 767px) {
  #social-stream .stream .dcsns-li {
    width: 100%;
    padding: 0; } }

#social-stream .stream .dcsns-li:before {
  display: none;
  padding-left: 0; }

#social-stream .stream .dcsns-li > a {
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 10;
  text-decoration: none;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px; }

#social-stream .stream .dcsns-li > a .icon {
  display: none; }

#social-stream .stream .dcsns-li > a:hover {
  color: #ffffff; }

#social-stream .stream .dcsns-li > a:after {
  content: '\f00d';
  display: block;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 28px; }

#social-stream .stream .dcsns-li > a:hover:after {
  color: #ffffff; }

@media (max-width: 767px) {
  #social-stream .stream .dcsns-li > a {
    right: 0; } }

#social-stream .stream .dcsns-li .section-share,
#social-stream .stream .dcsns-li .section-user {
  display: none; }

#social-stream .stream .dcsns-li .section-intro {
  display: none;
  padding: 0; }

#social-stream .stream .dcsns-li .section-title,
#social-stream .stream .dcsns-li .section-text {
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem; }

#social-stream .stream .dcsns-li .section-text {
  display: block;
  width: 100%;
  height: 190px;
  overflow: hidden; }

#social-stream .stream .dcsns-li .section-text p {
  overflow: hidden; }

#social-stream .stream .dcsns-li .section-text strong,
#social-stream .stream .dcsns-li .section-text b {
  font-weight: normal;
  color: #fff; }

#social-stream .stream .dcsns-li .twitter-user {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top; }

#social-stream .stream .dcsns-li .inner {
  padding: 20px;
  background: #363e42;
  font-family: "museosansregular700", sans-serif;
  height: 250px;
  position: relative; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #social-stream .stream .dcsns-li .inner {
    margin-top: 20px; } }

@supports (-ms-ime-align: auto) {
  #social-stream .stream .dcsns-li .inner {
    margin-top: 20px; } }

#social-stream .stream .dcsns-li .inner .section-text, #social-stream .stream .dcsns-li .inner .section-user, #social-stream .stream .dcsns-li .inner .section-share, #social-stream .stream .dcsns-li .inner .section-meta {
  position: relative;
  z-index: 2; }

#social-stream .stream .dcsns-li .inner .section-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 1; }

#social-stream .stream .dcsns-li .inner .section-meta {
  font-family: "museosansregular300", sans-serif;
  font-size: 12px; }

#social-stream .stream .dcsns-li .inner .section-meta .meta {
  margin: 0 2px; }

#social-stream .stream .dcsns-li .inner a {
  color: #fff;
  text-decoration: none;
  display: inline;
  border-bottom: 1px solid currentColor;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

#social-stream .stream .dcsns-li .inner a:hover {
  text-decoration: none;
  opacity: .5; }

#social-stream .stream .dcsns-li .inner a:hover strong {
  text-decoration: none; }

#social-stream .stream .dcsns-li .inner a strong,
#social-stream .stream .dcsns-li .inner a b {
  font-weight: normal;
  color: #fff; }

#social-stream .stream .dcsns-li.dcsns-facebook {
  width: 50%; }

#social-stream .stream .dcsns-li.dcsns-facebook .inner {
  background: #f5f5f6;
  padding: 0;
  width: 100%;
  overflow: hidden; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #social-stream .stream .dcsns-li.dcsns-facebook .inner {
    margin-top: 0px; } }

@supports (-ms-ime-align: auto) {
  #social-stream .stream .dcsns-li.dcsns-facebook .inner {
    margin-top: 0px; } }

#social-stream .stream .dcsns-li.dcsns-facebook .inner a {
  color: #00b2e8;
  text-decoration: none; }

#social-stream .stream .dcsns-li.dcsns-facebook .inner a strong {
  color: #00b2e8; }

#social-stream .stream .dcsns-li.dcsns-facebook .section-text {
  color: #363e42;
  padding: 30px 35px;
  height: 100%; }

#social-stream .stream .dcsns-li.dcsns-facebook > a:after {
  background: #3b579d;
  content: "\f09a"; }

#social-stream .stream .dcsns-li.dcsns-facebook .section-thumb {
  display: none; }

#social-stream .stream .dcsns-li.dcsns-twitter {
  width: 50%; }

#social-stream .stream .dcsns-li.dcsns-twitter .inner {
  background: #f5f5f6;
  padding: 0;
  width: 100%;
  overflow: hidden; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #social-stream .stream .dcsns-li.dcsns-twitter .inner {
    margin-top: 0px; } }

@supports (-ms-ime-align: auto) {
  #social-stream .stream .dcsns-li.dcsns-twitter .inner {
    margin-top: 0px; } }

#social-stream .stream .dcsns-li.dcsns-twitter .inner a {
  color: #00b2e8;
  text-decoration: none; }

#social-stream .stream .dcsns-li.dcsns-twitter .inner a strong {
  color: #00b2e8; }

#social-stream .stream .dcsns-li.dcsns-twitter .section-text {
  color: #363e42;
  padding: 30px 35px;
  height: 100%; }

#social-stream .stream .dcsns-li.dcsns-twitter > a:after {
  background: #1da0f2;
  content: "\f099"; }

#social-stream .stream .dcsns-li.dcsns-twitter .section-thumb {
  display: none; }

@media (max-width: 767px) {
  #social-stream .stream .dcsns-li.dcsns-twitter, #social-stream .stream .dcsns-li.dcsns-facebook {
    width: 100%; } }

#social-stream .stream .dcsns-li.dcsns-linkedin {
  width: 50%; }

@media (min-width: 1024px) {
  #social-stream .stream .dcsns-li.dcsns-linkedin > a:not(.has-no-image) {
    left: calc(50% + 35px); } }

#social-stream .stream .dcsns-li.dcsns-linkedin > a:after {
  background: #3b579d;
  content: "\f0e1"; }

#social-stream .stream .dcsns-li.dcsns-linkedin .inner {
  padding: 0;
  width: 100%;
  overflow: hidden; }

#social-stream .stream .dcsns-li.dcsns-linkedin .section-thumb {
  float: left;
  width: 50%;
  height: 100%;
  margin: 0; }

@media (max-width: 1023px) {
  #social-stream .stream .dcsns-li.dcsns-linkedin .section-thumb {
    display: none; } }

#social-stream .stream .dcsns-li.dcsns-linkedin .section-thumb:empty {
  display: none; }

#social-stream .stream .dcsns-li.dcsns-linkedin .section-thumb:empty + .section-text {
  width: 100%;
  float: none; }

#social-stream .stream .dcsns-li.dcsns-linkedin .section-thumb img {
  border: 0;
  background-color: transparent; }

#social-stream .stream .dcsns-li.dcsns-linkedin .section-thumb a {
  display: block;
  height: 100%;
  border: 0; }

#social-stream .stream .dcsns-li.dcsns-linkedin .section-text {
  padding: 30px 35px;
  height: 100%; }

@media (min-width: 1024px) {
  #social-stream .stream .dcsns-li.dcsns-linkedin .section-text {
    width: 50%;
    float: left; } }

#social-stream .stream .dcsns-li.dcsns-youtube .section-thumb {
  width: 100%;
  height: 100%; }

#social-stream .stream .dcsns-li.dcsns-youtube .section-thumb a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0; }

#social-stream .stream .dcsns-li.dcsns-youtube .section-thumb a img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0; }

#social-stream .stream .dcsns-li.dcsns-youtube .section-thumb img {
  width: 100%;
  height: 100%; }

#social-stream .stream .dcsns-li.dcsns-youtube > a {
  background: #cf1d13; }

#social-stream .stream .dcsns-li.dcsns-youtube > a:after {
  content: "\f16a"; }

#social-stream .stream .dcsns-li.dcsns-youtube .inner {
  padding: 0; }

#social-stream .stream .dcsns-li.dcsns-instagram .section-user,
#social-stream .stream .dcsns-li.dcsns-instagram .section-share,
#social-stream .stream .dcsns-li.dcsns-instagram .section-meta,
#social-stream .stream .dcsns-li.dcsns-instagram .section-text {
  display: none !important; }

#social-stream .stream .dcsns-li.dcsns-instagram .section-thumb a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: #000; }

#social-stream .stream .dcsns-li.dcsns-instagram .section-thumb a img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  opacity: 0.7; }

#social-stream .stream .dcsns-li.dcsns-instagram > a {
  background: #db3175; }

#social-stream .stream .dcsns-li.dcsns-instagram > a:after {
  content: "\f16d"; }

.dcsns-toolbar {
  margin: 20px 0 30px 0;
  top: 0 !important; }

@media (max-width: 1199px) {
  .dcsns-toolbar {
    float: none;
    width: 100%;
    top: 10px;
    position: relative; } }

.dcsns-toolbar .title {
  float: left;
  width: 25%; }

@media (max-width: 991px) {
  .dcsns-toolbar .title {
    width: 100%; } }

.dcsns-toolbar ul.filter {
  width: 100%;
  display: table; }

.dcsns-toolbar ul.filter > li {
  display: table-cell;
  float: none;
  padding-left: 0 !important;
  font-size: 15px; }

.dcsns-toolbar ul.filter > li:before {
  display: none !important;
  padding-left: 0 !important; }

.dcsns-toolbar ul.filter > li > a {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 18px;
  color: #363e42; }

.dcsns-toolbar ul.filter > li > a.selected {
  background: #363e42;
  border-radius: 2px;
  color: #ffffff; }

.dcsns-toolbar ul.filter > li > a.selected:hover {
  color: #ffffff; }

.dcsns-toolbar ul.filter > li > a:hover, .dcsns-toolbar ul.filter > li > a:focus {
  text-decoration: none;
  background: #363e42;
  border-radius: 4px;
  color: #ffffff; }

.dcsns-toolbar ul.filter > li > a span {
  margin-left: 5px; }

@media (max-width: 567px) {
  .dcsns-toolbar ul.filter > li > a span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

.dcsns-toolbar ul.filter > li > a.link-all:after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f021";
  font-size: 16px;
  margin-left: 5px; }

@media (max-width: 767px) {
  .dcsns-toolbar ul.filter > li > a.link-all:after {
    display: none; } }

.dcsns-toolbar ul.filter > li a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px; }

@media (max-width: 767px) {
  .dcsns-toolbar ul.filter > li a:before {
    font-size: 20px;
    vertical-align: middle; } }

.dcsns-toolbar ul.filter > li.f-facebook a:before {
  content: "\f09a"; }

.dcsns-toolbar ul.filter > li.f-twitter a:before {
  content: "\f099";
  color: #00b2e8; }

.dcsns-toolbar ul.filter > li.f-linkedin a:before {
  content: "\f0e1"; }

.dcsns-toolbar ul.filter > li.f-youtube a:before {
  content: "\f16a";
  color: #cf1d13; }

.dcsns-toolbar ul.filter > li.f-instagram a:before {
  content: "\f16d"; }

.dcsns-toolbar ul.filter > li img {
  vertical-align: middle;
  margin-left: 5px;
  display: none; }

.dcsns-toolbar #dcsns-filter.dc-center {
  width: 100%;
  padding-left: 0 !important;
  margin-left: 0 !important; }

@media (max-width: 991px) {
  .dcsns-toolbar #dcsns-filter.dc-center {
    width: 100%; } }

.dcsns-toolbar #dcsns-filter li .filter {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 10px; }

.dcsns-toolbar #dcsns-filter li .filter:after {
  width: 1px;
  content: "";
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ccc; }

.dcsns-toolbar #dcsns-filter li .filter:last-child:after {
  display: none; }

.dcsns-toolbar #dcsns-filter li .filter a {
  color: #9d9fa0;
  padding: 5px 10px;
  height: 40px; }

.dcsns-toolbar #dcsns-filter li .filter a:before {
  font-size: 20px; }

.dcsns-toolbar #dcsns-filter li .filter a.icon-arrows-cw {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 17px;
  font-weight: bold !important;
  text-transform: uppercase; }

.dcsns-toolbar #dcsns-filter li .filter a span {
  display: none; }

.dcsns-toolbar #dcsns-filter li .filter.active {
  background: #fff; }

.dcsns-toolbar #dcsns-filter li .filter.active a {
  color: #001449;
  border-bottom: 2px solid #001449; }

.dcsns-toolbar #dcsns-filter li .filter.active, .dcsns-toolbar #dcsns-filter li .filter:hover, .dcsns-toolbar #dcsns-filter li .filter:focus {
  background: none; }

.dcsns-toolbar #dcsns-filter li .filter:hover a,
.dcsns-toolbar #dcsns-filter li .filter:focus a {
  border-bottom: 2px solid #001449; }

.social-heading h2 {
  font-size: 30px;
  font-size: 3rem; }

.Safari #social-stream .stream .dcsns-li.dcsns-twitter .inner,
.Safari #social-stream .stream .dcsns-li.dcsns-facebook .inner,
.Gecko #social-stream .stream .dcsns-li.dcsns-twitter .inner,
.Gecko #social-stream .stream .dcsns-li.dcsns-facebook .inner {
  margin-top: 20px; }

.btn {
  height: 45px;
  color: #ffffff;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  font-family: "museosansregular500", sans-serif;
  border: 0;
  text-transform: uppercase;
  min-width: 165px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.btn:focus, .btn:active {
  outline: none; }

.btn-primary {
  background: #00b2e8; }

.btn-primary:hover {
  background: #008bb5;
  color: #ffffff; }

.btn-secondary {
  background: #3fb34f; }

.btn-secondary:hover {
  background: #328d3e;
  color: #ffffff; }

.btn-more {
  background: transparent;
  color: #00b2e8;
  box-shadow: none;
  font-size: 14px; }

.btn-more:hover {
  background: transparent;
  color: #535a5e; }

.btn-more:hover:after {
  border-color: #535a5e; }

.btn-arrow:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 40px;
  border: 2px solid #00b2e8;
  font-family: "beyondfive";
  display: inline-block;
  line-height: 27px;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 15px; }

.btn--expand {
  min-width: 340px !important; }

.btn-default:hover {
  background: #ffffff; }

@media (max-width: 767px) {
  .btn {
    width: 100%; } }

.add-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.icon-circle {
  font-family: "museosansregular300", sans-serif;
  color: #363e42;
  display: inline-block; }

.icon-circle span {
  vertical-align: middle;
  background: #00b2e8;
  color: #ffffff;
  border-radius: 40px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  margin-right: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.icon-circle:hover {
  text-decoration: none; }

.icon-circle:hover span {
  background: #008bb5;
  color: #ffffff; }

.color-blue {
  color: #00b2e8; }

.bg-grey {
  background: #f5f5f6; }

.bg-lightblue {
  background: #f3fcfe; }

.bg-green {
  background: #3fb34f; }

.offset-100 {
  padding-right: 90px; }

@media (max-width: 991px) {
  .offset-100 {
    padding-right: 15px; } }

.no-border {
  border-bottom: 0 !important; }

.theme-green .icon-psg,
.theme-green a {
  color: #3fb34f; }

.theme-green .icon-circle {
  color: #363e42; }

.theme-green .icon-circle span {
  background: #3fb34f; }

.theme-green .icon-circle:hover span {
  background: #328d3e; }

.theme-green .slick-dots li button {
  border-color: #3fb34f;
  background: rgba(63, 179, 79, 0.5); }

.theme-green .slick-dots li.slick-active button {
  background: #3fb34f; }

.theme-green .btn-primary {
  background: #3fb34f;
  color: #ffffff; }

.theme-green .btn-primary:hover {
  background: #328d3e; }

.theme-green .content-slider .slick-next,
.theme-green .content-slider .slick-prev {
  background: #3fb34f; }

.theme-green .content-slider .slick-next:before,
.theme-green .content-slider .slick-prev:before {
  color: #ffffff; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stickynav-bar .nav-separator > li:after {
    top: 12px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .topnav .nav-separator > li:after {
    top: 5px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  outline: none; }

.bootstrap-select .btn {
  border: 0;
  height: 40px;
  padding: 6px 15px;
  box-shadow: none;
  border: 1px solid rgba(180, 180, 180, 0.5);
  border-radius: 3px;
  color: #2f2f2f;
  text-transform: inherit;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-family: "museosansregular300", sans-serif;
  outline: none; }

.bootstrap-select .btn:hover, .bootstrap-select .btn:focus {
  outline: none; }

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1; }

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999; }

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none; }

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2; }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select .dropdown-toggle:focus {
  outline: none;
  outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn {
  z-index: auto; }

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 0 0 1px rgba(180, 180, 180, 0.5);
  background: #ffffff; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

@media (max-width: 767px) {
  .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    width: 80%; } }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  border-radius: 3px;
  box-sizing: border-box; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative; }

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff; }

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 10px 15px;
  border-bottom: 1px solid #ebecec; }

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select.btn-group .dropdown-menu li a:focus, .bootstrap-select.btn-group .dropdown-menu li a:hover {
  outline: none !important;
  background: #f3fcfe !important; }

.bootstrap-select.btn-group .dropdown-menu li:last-child a {
  border-bottom: 0; }

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em; }

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:focus, .bootstrap-select.show-menu-arrow .dropdown-toggle:hover {
  background: #ffffff; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

.open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background: #ffffff; }

.caret {
  color: #00b2e8;
  border-top: 8px dashed;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom: 8px dashed; }

/**** Custom Style Radio/Checkbox *****/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  padding-top: 4px;
  font-weight: 400;
  color: #363e42; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"].error:not(:checked) + label:before,
[type="checkbox"].error:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid rgba(180, 180, 180, 0.5); }

[type="checkbox"].error:not(:checked) + label:before,
[type="checkbox"].error:checked + label:before {
  border-color: #ebecec; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before,
[type="radio"].error:not(:checked) + label:before,
[type="radio"].error:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  background: #f9f8f7;
  border-radius: 50px;
  border: 1px solid #e4dfd8;
  font-weight: 300; }

[type="radio"].error:not(:checked) + label:before,
[type="radio"].error:checked + label:before {
  border-color: #E10000; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "\f00c";
  font-family: fontAwesome;
  color: #3fb34f;
  position: absolute;
  top: 6px;
  left: 0px;
  font-size: 14px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ffffff;
  border-radius: 2px;
  font-weight: 300;
  border: 1px solid rgba(180, 180, 180, 0.5);
  -webkit-transition: all .2s;
  transition: all .2s; }

[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  left: 0px;
  font-size: 10px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 18px;
  color: #3fb34f;
  background: #f9f8f7;
  border-radius: 24px;
  border: 1px solid #e4dfd8;
  -webkit-transition: all .2s;
  transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }

[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after,
[type="radio"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
  color: #aaa; }

.form-control {
  border: 0;
  height: 40px;
  padding: 6px 14px;
  box-shadow: none;
  border: 1px solid rgba(180, 180, 180, 0.5);
  border-radius: 3px; }

.form-control__flat {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  height: 40px;
  padding: 6px 14px; }

.form-section:before, .form-section:after {
  display: table;
  content: "";
  clear: both; }

.form-section .radio {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }

.form-section .radio img {
  width: 100%;
  height: auto; }

.form-section .radio span {
  display: block;
  text-align: center;
  padding: 15px;
  background: rgba(0, 178, 232, 0.9);
  font-size: 30px;
  font-size: 3rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-family: "museosansregular700", sans-serif;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

.form-section .radio span label {
  color: #ffffff;
  display: inline-block; }

.form-section .donate-amount {
  background: #00b2e8;
  color: #ffffff;
  font-size: 20px;
  font-family: "museosansregular700", sans-serif;
  text-align: center;
  padding: 20px; }

.form-section .donate-amount .form-inline {
  display: inline-block; }

.form-section .donate-amount .form-inline .input-group {
  box-shadow: inset 0 0 0 1px rgba(180, 180, 180, 0.5); }

.form-section .donate-amount .form-inline .input-group-addon {
  background: #ffffff;
  border: 0;
  border-radius: 0; }

.form-section .donate-amount .form-inline .form-control {
  text-align: right;
  font-family: "museosansregular300", sans-serif;
  max-width: 120px; }

@media (max-width: 767px) {
  .form-section .donate-amount {
    text-align: left; }
  .form-section .donate-amount .form-inline {
    display: block;
    margin-top: 10px; }
  .form-section .donate-amount .form-inline .form-control {
    max-width: none; } }

.form-section label {
  font-weight: normal;
  display: block; }

.form-options {
  font-size: 14px;
  font-size: 1.4rem; }

.form-options label {
  margin-bottom: 10px; }

.thx-messages {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  color: #00b2e8;
  font-family: "museosansregular700", sans-serif; }

.has-error .form-control {
  border-color: #E82A2A;
  color: #E82A2A; }

.has-error .help-block {
  color: #E82A2A; }

.has-error .bootstrap-select .btn-default {
  border-color: #E82A2A;
  color: #E82A2A; }

.has-success .form-control {
  border-color: #3fb34f;
  color: #3fb34f; }

.has-success .help-block {
  color: #3fb34f; }
