/*
 * Main Stylesheet
 *
 * @copyright Copyright (c) 2012 rocksolidthemes.com
 * @license   https://rocksolidthemes.com/agb   No free usage allowed
 */
/* ===========================================
 * # Index: The structure of this stylesheet
 *
 * - Imports (Sass only)
 * - Fonts
 * - Basic settings (Sass only)
 * - Colors (Sass only)
 * - General
 * - Buttons
 * - Wrapper elements
 * - Layout in order of appearance in HTML
 * - Content
 * - Forms
 * - Content elements
 * - Modules (Search, FAQ, News, Events, Comments)
 * - Sidebar / Widgets
 * - Footer
 * - Slider
 * - Grid (design + production helper)
 * ======================================== */
/* ===========================================
 * Fonts
 * ======================================== */
@font-face {
  font-family: "RockSolid Icons";
  src: url("../fonts/rocksolid-icons.eot");
  src: url("../fonts/rocksolid-icons.eot?#iefix") format("eot"),
    url("../fonts/rocksolid-icons.woff") format("woff"),
    url("../fonts/rocksolid-icons.ttf") format("truetype"),
    url("../fonts/rocksolid-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ===========================================
 * General
 * ======================================== */
html {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: #1782c5;
}

body {
  font: 16px/1.5625 Lato, sans-serif;
  color: #242424;
  background: white none 50% 0 no-repeat scroll;
  background-size: auto;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}
body[class^="icon-"]:before,
body[class*=" icon-"]:before {
  /* Ignore icon classes on the body element */
  content: none;
}
body.background-variation-1 {
  background: url("../img/demo/background-1.jpg") 50% 0 no-repeat;
  background-attachment: fixed;
}
body.background-variation-2 {
  background: url("../img/demo/background-10.jpg") 50% 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.rs-columns {
  clear: both;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 6.25%;
  margin-right: 6.25%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.875%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 29.16667%;
}
.rs-column.-large-col-3-2 {
  width: 64.58333%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 20.3125%;
}
.rs-column.-large-col-4-2 {
  width: 46.875%;
}
.rs-column.-large-col-4-3 {
  width: 73.4375%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 15%;
}
.rs-column.-large-col-5-2 {
  width: 36.25%;
}
.rs-column.-large-col-5-3 {
  width: 57.5%;
}
.rs-column.-large-col-5-4 {
  width: 78.75%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 11.45833%;
}
.rs-column.-large-col-6-2 {
  width: 29.16667%;
}
.rs-column.-large-col-6-3 {
  width: 46.875%;
}
.rs-column.-large-col-6-4 {
  width: 64.58333%;
}
.rs-column.-large-col-6-5 {
  width: 82.29167%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
.rs-column.-large-col-7-1 {
  width: 8.92857%;
}
.rs-column.-large-col-7-2 {
  width: 24.10714%;
}
.rs-column.-large-col-7-3 {
  width: 39.28571%;
}
.rs-column.-large-col-7-4 {
  width: 54.46429%;
}
.rs-column.-large-col-7-5 {
  width: 69.64286%;
}
.rs-column.-large-col-7-6 {
  width: 84.82143%;
}
.rs-column.-large-col-7-7 {
  width: 100%;
}
.tao-no-sidebar .rs-column,
.mega-dropdown .rs-column,
.page-footer .rs-column {
  margin-top: 4%;
  margin-right: 4%;
}
.tao-no-sidebar .rs-column.-large-last,
.mega-dropdown .rs-column.-large-last,
.page-footer .rs-column.-large-last {
  margin-right: -5px;
}
.tao-no-sidebar .rs-column.-large-first-row,
.mega-dropdown .rs-column.-large-first-row,
.page-footer .rs-column.-large-first-row {
  margin-top: 0;
}
.tao-no-sidebar .rs-column.-large-col-1-1,
.mega-dropdown .rs-column.-large-col-1-1,
.page-footer .rs-column.-large-col-1-1 {
  width: 100%;
}
.tao-no-sidebar .rs-column.-large-col-2-1,
.mega-dropdown .rs-column.-large-col-2-1,
.page-footer .rs-column.-large-col-2-1 {
  width: 48%;
}
.tao-no-sidebar .rs-column.-large-col-2-2,
.mega-dropdown .rs-column.-large-col-2-2,
.page-footer .rs-column.-large-col-2-2 {
  width: 100%;
}
.tao-no-sidebar .rs-column.-large-col-3-1,
.mega-dropdown .rs-column.-large-col-3-1,
.page-footer .rs-column.-large-col-3-1 {
  width: 30.66667%;
}
.tao-no-sidebar .rs-column.-large-col-3-2,
.mega-dropdown .rs-column.-large-col-3-2,
.page-footer .rs-column.-large-col-3-2 {
  width: 65.33333%;
}
.tao-no-sidebar .rs-column.-large-col-3-3,
.mega-dropdown .rs-column.-large-col-3-3,
.page-footer .rs-column.-large-col-3-3 {
  width: 100%;
}
.tao-no-sidebar .rs-column.-large-col-4-1,
.mega-dropdown .rs-column.-large-col-4-1,
.page-footer .rs-column.-large-col-4-1 {
  width: 22%;
}
.tao-no-sidebar .rs-column.-large-col-4-2,
.mega-dropdown .rs-column.-large-col-4-2,
.page-footer .rs-column.-large-col-4-2 {
  width: 48%;
}
.tao-no-sidebar .rs-column.-large-col-4-3,
.mega-dropdown .rs-column.-large-col-4-3,
.page-footer .rs-column.-large-col-4-3 {
  width: 74%;
}
.tao-no-sidebar .rs-column.-large-col-4-4,
.mega-dropdown .rs-column.-large-col-4-4,
.page-footer .rs-column.-large-col-4-4 {
  width: 100%;
}
.tao-no-sidebar .rs-column.-large-col-5-1,
.mega-dropdown .rs-column.-large-col-5-1,
.page-footer .rs-column.-large-col-5-1 {
  width: 16.8%;
}
.tao-no-sidebar .rs-column.-large-col-5-2,
.mega-dropdown .rs-column.-large-col-5-2,
.page-footer .rs-column.-large-col-5-2 {
  width: 37.6%;
}
.tao-no-sidebar .rs-column.-large-col-5-3,
.mega-dropdown .rs-column.-large-col-5-3,
.page-footer .rs-column.-large-col-5-3 {
  width: 58.4%;
}
.tao-no-sidebar .rs-column.-large-col-5-4,
.mega-dropdown .rs-column.-large-col-5-4,
.page-footer .rs-column.-large-col-5-4 {
  width: 79.2%;
}
.tao-no-sidebar .rs-column.-large-col-5-5,
.mega-dropdown .rs-column.-large-col-5-5,
.page-footer .rs-column.-large-col-5-5 {
  width: 100%;
}
.tao-no-sidebar .rs-column.-large-col-6-1,
.mega-dropdown .rs-column.-large-col-6-1,
.page-footer .rs-column.-large-col-6-1 {
  width: 13.33333%;
}
.tao-no-sidebar .rs-column.-large-col-6-2,
.mega-dropdown .rs-column.-large-col-6-2,
.page-footer .rs-column.-large-col-6-2 {
  width: 30.66667%;
}
.tao-no-sidebar .rs-column.-large-col-6-3,
.mega-dropdown .rs-column.-large-col-6-3,
.page-footer .rs-column.-large-col-6-3 {
  width: 48%;
}
.tao-no-sidebar .rs-column.-large-col-6-4,
.mega-dropdown .rs-column.-large-col-6-4,
.page-footer .rs-column.-large-col-6-4 {
  width: 65.33333%;
}
.tao-no-sidebar .rs-column.-large-col-6-5,
.mega-dropdown .rs-column.-large-col-6-5,
.page-footer .rs-column.-large-col-6-5 {
  width: 82.66667%;
}
.tao-no-sidebar .rs-column.-large-col-6-6,
.mega-dropdown .rs-column.-large-col-6-6,
.page-footer .rs-column.-large-col-6-6 {
  width: 100%;
}
.tao-no-sidebar .rs-column.-large-col-7-1,
.mega-dropdown .rs-column.-large-col-7-1,
.page-footer .rs-column.-large-col-7-1 {
  width: 10.85714%;
}
.tao-no-sidebar .rs-column.-large-col-7-2,
.mega-dropdown .rs-column.-large-col-7-2,
.page-footer .rs-column.-large-col-7-2 {
  width: 25.71429%;
}
.tao-no-sidebar .rs-column.-large-col-7-3,
.mega-dropdown .rs-column.-large-col-7-3,
.page-footer .rs-column.-large-col-7-3 {
  width: 40.57143%;
}
.tao-no-sidebar .rs-column.-large-col-7-4,
.mega-dropdown .rs-column.-large-col-7-4,
.page-footer .rs-column.-large-col-7-4 {
  width: 55.42857%;
}
.tao-no-sidebar .rs-column.-large-col-7-5,
.mega-dropdown .rs-column.-large-col-7-5,
.page-footer .rs-column.-large-col-7-5 {
  width: 70.28571%;
}
.tao-no-sidebar .rs-column.-large-col-7-6,
.mega-dropdown .rs-column.-large-col-7-6,
.page-footer .rs-column.-large-col-7-6 {
  width: 85.14286%;
}
.tao-no-sidebar .rs-column.-large-col-7-7,
.mega-dropdown .rs-column.-large-col-7-7,
.page-footer .rs-column.-large-col-7-7 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column,
  .tao-no-sidebar .rs-column,
  .mega-dropdown .rs-column,
  .page-footer .rs-column {
    margin-top: 6.25%;
    margin-right: 6.25%;
  }
  .rs-column.-large-first,
  .tao-no-sidebar .rs-column.-large-first,
  .mega-dropdown .rs-column.-large-first,
  .page-footer .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last,
  .tao-no-sidebar .rs-column.-large-last,
  .mega-dropdown .rs-column.-large-last,
  .page-footer .rs-column.-large-last {
    margin-right: 6.25%;
  }
  .rs-column.-large-first-row,
  .tao-no-sidebar .rs-column.-large-first-row,
  .mega-dropdown .rs-column.-large-first-row,
  .page-footer .rs-column.-large-first-row {
    margin-top: 6.25%;
  }
  .rs-column.-medium-first,
  .tao-no-sidebar .rs-column.-medium-first,
  .mega-dropdown .rs-column.-medium-first,
  .page-footer .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last,
  .tao-no-sidebar .rs-column.-medium-last,
  .mega-dropdown .rs-column.-medium-last,
  .page-footer .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row,
  .tao-no-sidebar .rs-column.-medium-first-row,
  .mega-dropdown .rs-column.-medium-first-row,
  .page-footer .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1,
  .tao-no-sidebar .rs-column.-medium-col-1-1,
  .mega-dropdown .rs-column.-medium-col-1-1,
  .page-footer .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1,
  .tao-no-sidebar .rs-column.-medium-col-2-1,
  .mega-dropdown .rs-column.-medium-col-2-1,
  .page-footer .rs-column.-medium-col-2-1 {
    width: 46.875%;
  }
  .rs-column.-medium-col-2-2,
  .tao-no-sidebar .rs-column.-medium-col-2-2,
  .mega-dropdown .rs-column.-medium-col-2-2,
  .page-footer .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1,
  .tao-no-sidebar .rs-column.-medium-col-3-1,
  .mega-dropdown .rs-column.-medium-col-3-1,
  .page-footer .rs-column.-medium-col-3-1 {
    width: 29.16667%;
  }
  .rs-column.-medium-col-3-2,
  .tao-no-sidebar .rs-column.-medium-col-3-2,
  .mega-dropdown .rs-column.-medium-col-3-2,
  .page-footer .rs-column.-medium-col-3-2 {
    width: 64.58333%;
  }
  .rs-column.-medium-col-3-3,
  .tao-no-sidebar .rs-column.-medium-col-3-3,
  .mega-dropdown .rs-column.-medium-col-3-3,
  .page-footer .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1,
  .tao-no-sidebar .rs-column.-medium-col-4-1,
  .mega-dropdown .rs-column.-medium-col-4-1,
  .page-footer .rs-column.-medium-col-4-1 {
    width: 20.3125%;
  }
  .rs-column.-medium-col-4-2,
  .tao-no-sidebar .rs-column.-medium-col-4-2,
  .mega-dropdown .rs-column.-medium-col-4-2,
  .page-footer .rs-column.-medium-col-4-2 {
    width: 46.875%;
  }
  .rs-column.-medium-col-4-3,
  .tao-no-sidebar .rs-column.-medium-col-4-3,
  .mega-dropdown .rs-column.-medium-col-4-3,
  .page-footer .rs-column.-medium-col-4-3 {
    width: 73.4375%;
  }
  .rs-column.-medium-col-4-4,
  .tao-no-sidebar .rs-column.-medium-col-4-4,
  .mega-dropdown .rs-column.-medium-col-4-4,
  .page-footer .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1,
  .tao-no-sidebar .rs-column.-medium-col-5-1,
  .mega-dropdown .rs-column.-medium-col-5-1,
  .page-footer .rs-column.-medium-col-5-1 {
    width: 15%;
  }
  .rs-column.-medium-col-5-2,
  .tao-no-sidebar .rs-column.-medium-col-5-2,
  .mega-dropdown .rs-column.-medium-col-5-2,
  .page-footer .rs-column.-medium-col-5-2 {
    width: 36.25%;
  }
  .rs-column.-medium-col-5-3,
  .tao-no-sidebar .rs-column.-medium-col-5-3,
  .mega-dropdown .rs-column.-medium-col-5-3,
  .page-footer .rs-column.-medium-col-5-3 {
    width: 57.5%;
  }
  .rs-column.-medium-col-5-4,
  .tao-no-sidebar .rs-column.-medium-col-5-4,
  .mega-dropdown .rs-column.-medium-col-5-4,
  .page-footer .rs-column.-medium-col-5-4 {
    width: 78.75%;
  }
  .rs-column.-medium-col-5-5,
  .tao-no-sidebar .rs-column.-medium-col-5-5,
  .mega-dropdown .rs-column.-medium-col-5-5,
  .page-footer .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1,
  .tao-no-sidebar .rs-column.-medium-col-6-1,
  .mega-dropdown .rs-column.-medium-col-6-1,
  .page-footer .rs-column.-medium-col-6-1 {
    width: 11.45833%;
  }
  .rs-column.-medium-col-6-2,
  .tao-no-sidebar .rs-column.-medium-col-6-2,
  .mega-dropdown .rs-column.-medium-col-6-2,
  .page-footer .rs-column.-medium-col-6-2 {
    width: 29.16667%;
  }
  .rs-column.-medium-col-6-3,
  .tao-no-sidebar .rs-column.-medium-col-6-3,
  .mega-dropdown .rs-column.-medium-col-6-3,
  .page-footer .rs-column.-medium-col-6-3 {
    width: 46.875%;
  }
  .rs-column.-medium-col-6-4,
  .tao-no-sidebar .rs-column.-medium-col-6-4,
  .mega-dropdown .rs-column.-medium-col-6-4,
  .page-footer .rs-column.-medium-col-6-4 {
    width: 64.58333%;
  }
  .rs-column.-medium-col-6-5,
  .tao-no-sidebar .rs-column.-medium-col-6-5,
  .mega-dropdown .rs-column.-medium-col-6-5,
  .page-footer .rs-column.-medium-col-6-5 {
    width: 82.29167%;
  }
  .rs-column.-medium-col-6-6,
  .tao-no-sidebar .rs-column.-medium-col-6-6,
  .mega-dropdown .rs-column.-medium-col-6-6,
  .page-footer .rs-column.-medium-col-6-6 {
    width: 100%;
  }
  .rs-column.-medium-col-7-1,
  .tao-no-sidebar .rs-column.-medium-col-7-1,
  .mega-dropdown .rs-column.-medium-col-7-1,
  .page-footer .rs-column.-medium-col-7-1 {
    width: 8.92857%;
  }
  .rs-column.-medium-col-7-2,
  .tao-no-sidebar .rs-column.-medium-col-7-2,
  .mega-dropdown .rs-column.-medium-col-7-2,
  .page-footer .rs-column.-medium-col-7-2 {
    width: 24.10714%;
  }
  .rs-column.-medium-col-7-3,
  .tao-no-sidebar .rs-column.-medium-col-7-3,
  .mega-dropdown .rs-column.-medium-col-7-3,
  .page-footer .rs-column.-medium-col-7-3 {
    width: 39.28571%;
  }
  .rs-column.-medium-col-7-4,
  .tao-no-sidebar .rs-column.-medium-col-7-4,
  .mega-dropdown .rs-column.-medium-col-7-4,
  .page-footer .rs-column.-medium-col-7-4 {
    width: 54.46429%;
  }
  .rs-column.-medium-col-7-5,
  .tao-no-sidebar .rs-column.-medium-col-7-5,
  .mega-dropdown .rs-column.-medium-col-7-5,
  .page-footer .rs-column.-medium-col-7-5 {
    width: 69.64286%;
  }
  .rs-column.-medium-col-7-6,
  .tao-no-sidebar .rs-column.-medium-col-7-6,
  .mega-dropdown .rs-column.-medium-col-7-6,
  .page-footer .rs-column.-medium-col-7-6 {
    width: 84.82143%;
  }
  .rs-column.-medium-col-7-7,
  .tao-no-sidebar .rs-column.-medium-col-7-7,
  .mega-dropdown .rs-column.-medium-col-7-7,
  .page-footer .rs-column.-medium-col-7-7 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column,
  .tao-no-sidebar .rs-column,
  .page-footer .rs-column {
    margin-right: 6.25%;
  }
  .rs-column.-medium-first,
  .tao-no-sidebar .rs-column.-medium-first,
  .page-footer .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last,
  .tao-no-sidebar .rs-column.-medium-last,
  .page-footer .rs-column.-medium-last {
    margin-right: 6.25%;
  }
  .rs-column.-medium-first-row,
  .tao-no-sidebar .rs-column.-medium-first-row,
  .page-footer .rs-column.-medium-first-row {
    margin-top: 6.25%;
  }
  .rs-column.-small-first,
  .tao-no-sidebar .rs-column.-small-first,
  .page-footer .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last,
  .tao-no-sidebar .rs-column.-small-last,
  .page-footer .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row,
  .tao-no-sidebar .rs-column.-small-first-row,
  .page-footer .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1,
  .tao-no-sidebar .rs-column.-small-col-1-1,
  .page-footer .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1,
  .tao-no-sidebar .rs-column.-small-col-2-1,
  .page-footer .rs-column.-small-col-2-1 {
    width: 46.875%;
  }
  .rs-column.-small-col-2-2,
  .tao-no-sidebar .rs-column.-small-col-2-2,
  .page-footer .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1,
  .tao-no-sidebar .rs-column.-small-col-3-1,
  .page-footer .rs-column.-small-col-3-1 {
    width: 29.16667%;
  }
  .rs-column.-small-col-3-2,
  .tao-no-sidebar .rs-column.-small-col-3-2,
  .page-footer .rs-column.-small-col-3-2 {
    width: 64.58333%;
  }
  .rs-column.-small-col-3-3,
  .tao-no-sidebar .rs-column.-small-col-3-3,
  .page-footer .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1,
  .tao-no-sidebar .rs-column.-small-col-4-1,
  .page-footer .rs-column.-small-col-4-1 {
    width: 20.3125%;
  }
  .rs-column.-small-col-4-2,
  .tao-no-sidebar .rs-column.-small-col-4-2,
  .page-footer .rs-column.-small-col-4-2 {
    width: 46.875%;
  }
  .rs-column.-small-col-4-3,
  .tao-no-sidebar .rs-column.-small-col-4-3,
  .page-footer .rs-column.-small-col-4-3 {
    width: 73.4375%;
  }
  .rs-column.-small-col-4-4,
  .tao-no-sidebar .rs-column.-small-col-4-4,
  .page-footer .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1,
  .tao-no-sidebar .rs-column.-small-col-5-1,
  .page-footer .rs-column.-small-col-5-1 {
    width: 15%;
  }
  .rs-column.-small-col-5-2,
  .tao-no-sidebar .rs-column.-small-col-5-2,
  .page-footer .rs-column.-small-col-5-2 {
    width: 36.25%;
  }
  .rs-column.-small-col-5-3,
  .tao-no-sidebar .rs-column.-small-col-5-3,
  .page-footer .rs-column.-small-col-5-3 {
    width: 57.5%;
  }
  .rs-column.-small-col-5-4,
  .tao-no-sidebar .rs-column.-small-col-5-4,
  .page-footer .rs-column.-small-col-5-4 {
    width: 78.75%;
  }
  .rs-column.-small-col-5-5,
  .tao-no-sidebar .rs-column.-small-col-5-5,
  .page-footer .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1,
  .tao-no-sidebar .rs-column.-small-col-6-1,
  .page-footer .rs-column.-small-col-6-1 {
    width: 11.45833%;
  }
  .rs-column.-small-col-6-2,
  .tao-no-sidebar .rs-column.-small-col-6-2,
  .page-footer .rs-column.-small-col-6-2 {
    width: 29.16667%;
  }
  .rs-column.-small-col-6-3,
  .tao-no-sidebar .rs-column.-small-col-6-3,
  .page-footer .rs-column.-small-col-6-3 {
    width: 46.875%;
  }
  .rs-column.-small-col-6-4,
  .tao-no-sidebar .rs-column.-small-col-6-4,
  .page-footer .rs-column.-small-col-6-4 {
    width: 64.58333%;
  }
  .rs-column.-small-col-6-5,
  .tao-no-sidebar .rs-column.-small-col-6-5,
  .page-footer .rs-column.-small-col-6-5 {
    width: 82.29167%;
  }
  .rs-column.-small-col-6-6,
  .tao-no-sidebar .rs-column.-small-col-6-6,
  .page-footer .rs-column.-small-col-6-6 {
    width: 100%;
  }
  .rs-column.-small-col-7-1,
  .tao-no-sidebar .rs-column.-small-col-7-1,
  .page-footer .rs-column.-small-col-7-1 {
    width: 8.92857%;
  }
  .rs-column.-small-col-7-2,
  .tao-no-sidebar .rs-column.-small-col-7-2,
  .page-footer .rs-column.-small-col-7-2 {
    width: 24.10714%;
  }
  .rs-column.-small-col-7-3,
  .tao-no-sidebar .rs-column.-small-col-7-3,
  .page-footer .rs-column.-small-col-7-3 {
    width: 39.28571%;
  }
  .rs-column.-small-col-7-4,
  .tao-no-sidebar .rs-column.-small-col-7-4,
  .page-footer .rs-column.-small-col-7-4 {
    width: 54.46429%;
  }
  .rs-column.-small-col-7-5,
  .tao-no-sidebar .rs-column.-small-col-7-5,
  .page-footer .rs-column.-small-col-7-5 {
    width: 69.64286%;
  }
  .rs-column.-small-col-7-6,
  .tao-no-sidebar .rs-column.-small-col-7-6,
  .page-footer .rs-column.-small-col-7-6 {
    width: 84.82143%;
  }
  .rs-column.-small-col-7-7,
  .tao-no-sidebar .rs-column.-small-col-7-7,
  .page-footer .rs-column.-small-col-7-7 {
    width: 100%;
  }
}

/* Resetting box model for moo_mediabox,  moo_slimbox and j_colorbox */
#mbCenter,
#colorbox,
#lbCenter,
#lbBottomContainer {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

::selection {
  background: #37aadf;
  color: white;
  text-shadow: none !important;
}

::-moz-selection {
  background: #37aadf;
  color: white;
  text-shadow: none !important;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #b2b9c4;
  border-radius: 3px;
  background: white;
}
table th,
table td {
  border: solid #e5e8ee;
  border-width: 1px 0 0 1px;
}
table th:first-child,
table td:first-child {
  border-left: 0;
}
table > thead > tr:first-child > th,
table > thead > tr:first-child > td,
table > tbody:first-child > tr:first-child > th,
table > tbody:first-child > tr:first-child > td,
table > tfoot:first-child + tbody > tr:first-child > th,
table > tfoot:first-child + tbody > tr:first-child > td {
  /* First row of the table */
  border-top: 0;
}
table th {
  padding: 0.375em 0.625em;
  font-weight: bold;
  text-align: left;
}
table td {
  padding: 0.375em 0.625em;
}
table thead {
  background: rgba(0, 0, 0, 0.02);
}
table tfoot td {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

a {
  color: #1782c5;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:hover,
a:active {
  outline: 0;
}
a.external-link:after {
  font: 0.8125em/1 "RockSolid Icons";
  content: "\e151";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-left: 0.25em;
}

/* Icon attribute */
*[data-icon]:before,
*[class^="icon-"]:before,
*[class*=" icon-"]:before {
  font: 100%/1 "RockSolid Icons";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-right: 0.25em;
}

*[data-icon]:before {
  content: attr(data-icon);
}
*[data-icon].after:before {
  content: none;
}
*[data-icon].after:after {
  font: 100%/1 "RockSolid Icons";
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-left: 0.25em;
}

.clear {
  clear: both;
}

.invisible {
  position: absolute;
  height: 1px !important;
  width: 1px !important;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0 !important;
  overflow: hidden;
  border: 0;
}

.-no-border {
  border: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pdf_link {
  margin: 0.75em 0 0 1.25em;
  float: right;
}
.pdf_link a {
  margin-left: 0.125em;
}

.mime_icon {
  margin-bottom: -0.25em;
}

.ce_toplink,
.toplink {
  overflow: hidden;
  margin: 1.5em 0;
}
.ce_toplink:after,
.toplink:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 0;
  overflow: visible;
  margin: 0 -100% 0 0.625em;
  border-top: 1px solid #b2b9c4;
}

.ce_toplink > a:before,
.toplink > a:before {
  font: 100%/1 "RockSolid Icons";
  content: "\e00c";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-right: 0.3125em;
}

/* Style for dlh_googlemaps (if you don't use the plugin, you might want to delete this) */
.dlh_googlemap {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.main-content .dlh_googlemap,
.sidebar .dlh_googlemap {
  /* Setting the maps max-width to 100% is best practice, since it becomes fluid that way */
  max-width: 100%;
}

.main-content .dlh_googlemap img {
  max-width: none;
}

hr,
.headline-hr:before,
.headline-hr:after {
  clear: both;
  height: 0;
  overflow: visible;
  margin: 2.25em 0;
  border: 0;
  border-top: 1px solid #b2b9c4;
}

hr.-hr-dotted,
.headline-hr.-hr-dotted:before,
.headline-hr.-hr-dotted:after {
  border-top-style: dotted;
  border-top-color: #717c8e;
}

hr.-hr-shadow,
.headline-hr.-hr-shadow:before,
.headline-hr.-hr-shadow:after {
  height: 8px;
  background: -webkit-radial-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(255, 255, 255, 0) 60%
  );
  background: -moz-radial-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(255, 255, 255, 0) 60%
  );
  background: -o-radial-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(255, 255, 255, 0) 60%
  );
  background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0) 60%);
  background-size: 100% 16px;
  background-position: 50% -8px;
}

.headline-hr {
  overflow: hidden;
}
.headline-hr:before,
.headline-hr:after {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 0 0.625em 0 -100%;
}
.headline-hr:after {
  content: "";
  margin: 0 -100% 0 0.625em;
}
.headline-hr.-centered {
  text-align: center;
}
.headline-hr.-centered:before {
  content: "";
}
.headline-hr.-align-right {
  text-align: right;
}
.headline-hr.-align-right:before {
  content: "";
}
.headline-hr.-align-right:after {
  content: none;
}

.icon-hr {
  display: block;
}
.icon-hr:before {
  position: relative;
  display: block;
  bottom: -0.5em;
  width: 1.875em;
  margin: 0;
  background: white;
}
.icon-hr.-centered:before {
  width: 2.25em;
  margin: 0 auto;
  text-align: center;
}
.icon-hr.-align-right:before {
  margin: 0 0 0 auto;
  text-align: right;
}
.icon-hr hr {
  margin: 0;
}

.confirmation {
  color: #b5da44;
}

.information {
  color: #37aadf;
}

.warning {
  color: #df3763;
}

p.confirmation,
p.information,
p.warning,
div.confirmation,
div.information,
div.warning,
span.confirmation,
span.information,
span.warning {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 1.5625em 0;
  padding: 1em 6.25% 1em 12.5%;
  border: 1px solid #b2b9c4;
  border-radius: 3px;
  color: #8caf23;
  background: white;
}
@media screen and (max-width: 599px) {
  p.confirmation,
  p.information,
  p.warning,
  div.confirmation,
  div.information,
  div.warning,
  span.confirmation,
  span.information,
  span.warning {
    padding-left: 4em;
  }
}
p.confirmation:before,
p.information:before,
p.warning:before,
div.confirmation:before,
div.information:before,
div.warning:before,
span.confirmation:before,
span.information:before,
span.warning:before {
  font: 1.5em/1 "RockSolid Icons";
  content: "\e044";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 50%;
  left: -0.41667em;
  width: 1.16667em;
  height: 1.16667em;
  margin: -1.25em 0 0;
  padding: 0.66667em;
  border-radius: 100%;
  color: white;
  text-align: center;
  background: #b5da44;
}
p.information,
div.information,
span.information {
  color: #1c80ae;
}
p.information:before,
div.information:before,
span.information:before {
  content: "\e0a6";
  background: #37aadf;
}
p.warning,
div.warning,
span.warning {
  color: #ae1c42;
}
p.warning:before,
div.warning:before,
span.warning:before {
  content: "\e143";
  background: #df3763;
}

p.drop-cap:first-letter,
span.drop-cap {
  float: left;
  margin: 0.11111em 0.33333em 0 0;
  padding: 0.19444em;
  border: 1px solid #b2b9c4;
  border-radius: 3px;
  font-size: 2.25em;
  font-weight: normal;
  /* Fixes line-height difference between gecko and webkit */
  line-height: 0.7;
  background: white;
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.05)
  );
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}

p.drop-cap:first-letter {
  /* IE8 and IE9 calculate em's from the parent element */
  margin: 0.25em 0.75em 0 0 \9;
}

code {
  padding: 0.14286em 0.35714em;
  font-family: "Lucida Console", monospace;
  font-size: 0.875em;
  line-height: 1.35786;
  background-color: #e5e8ee;
  border-radius: 3px;
}

pre {
  margin: 1.71429em 0;
  padding: 0.5em 1em;
  display: block;
  overflow: auto;
  border-radius: 3px;
  font-family: "Lucida Console", monospace;
  font-size: 0.875em;
  line-height: 1.715;
  background-color: #e5e8ee;
}
pre code {
  font-size: 1em;
  padding: 0;
  line-height: inherit;
  background-color: transparent;
}

/* ===========================================
 * Buttons
 * ======================================== */
button.-secondary,
.button.-secondary,
input[type="submit"].-secondary,
.header-login .formbody input[type="submit"],
.header-dropdown > ul input[type="submit"],
.pricing-table-plan.-highlighted a,
.feature-box-link.-secondary,
.headline-box-link.-secondary,
button.-tertiary,
.button.-tertiary,
input[type="submit"].-tertiary,
.rotating-boxes-item-content .rotating-boxes-item-link,
.pricing-table-plan a,
.feature-box-link.-tertiary,
.headline-box-link.-tertiary,
button.-quaternary,
.button.-quaternary,
input[type="submit"].-quaternary,
.feature-box-link.-quaternary,
.headline-box-link.-quaternary,
.highlight-box-link,
.feature-box-link,
.headline-box-link,
.footer-bar input[type="submit"],
.footer-bar button,
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 0.64286em 1.42857em;
  border: 1px solid;
  border-color: #23a0da #1f90c4 #1c80ae;
  border-radius: 3px;
  outline: none;
  font-size: 0.875em;
  line-height: 1.42929;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #1f90c4;
  background: #37aadf;
  background: -webkit-linear-gradient(#4db3e3, #2aa4dd);
  background: -moz-linear-gradient(#4db3e3, #2aa4dd);
  background: -o-linear-gradient(#4db3e3, #2aa4dd);
  background: linear-gradient(#4db3e3, #2aa4dd);
  box-shadow: inset 0 1px #73c3e8;
}
button.-secondary:hover,
.button.-secondary:hover,
input[type="submit"].-secondary:hover,
.header-login .formbody input[type="submit"]:hover,
.header-dropdown > ul input[type="submit"]:hover,
button.-tertiary:hover,
.button.-tertiary:hover,
input[type="submit"].-tertiary:hover,
.rotating-boxes-item-content .rotating-boxes-item-link:hover,
.pricing-table-plan a:hover,
button.-quaternary:hover,
.button.-quaternary:hover,
input[type="submit"].-quaternary:hover,
.highlight-box-link:hover,
.feature-box-link:hover,
.headline-box-link:hover,
.footer-bar input[type="submit"]:hover,
.footer-bar button:hover,
button.-secondary:focus,
.button.-secondary:focus,
input[type="submit"].-secondary:focus,
.header-login .formbody input[type="submit"]:focus,
.header-dropdown > ul input[type="submit"]:focus,
button.-tertiary:focus,
.button.-tertiary:focus,
input[type="submit"].-tertiary:focus,
.rotating-boxes-item-content .rotating-boxes-item-link:focus,
.pricing-table-plan a:focus,
button.-quaternary:focus,
.button.-quaternary:focus,
input[type="submit"].-quaternary:focus,
.highlight-box-link:focus,
.feature-box-link:focus,
.headline-box-link:focus,
.footer-bar input[type="submit"]:focus,
.footer-bar button:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  border-color: #187098 #155f82 #114f6c;
  text-decoration: none;
  background: -webkit-linear-gradient(#5ab9e5, #229dd5);
  background: -moz-linear-gradient(#5ab9e5, #229dd5);
  background: -o-linear-gradient(#5ab9e5, #229dd5);
  background: linear-gradient(#5ab9e5, #229dd5);
}
button.-secondary:active,
.button.-secondary:active,
input[type="submit"].-secondary:active,
.header-login .formbody input[type="submit"]:active,
.header-dropdown > ul input[type="submit"]:active,
button.-tertiary:active,
.button.-tertiary:active,
input[type="submit"].-tertiary:active,
.rotating-boxes-item-content .rotating-boxes-item-link:active,
.pricing-table-plan a:active,
button.-quaternary:active,
.button.-quaternary:active,
input[type="submit"].-quaternary:active,
.highlight-box-link:active,
.feature-box-link:active,
.headline-box-link:active,
.footer-bar input[type="submit"]:active,
.footer-bar button:active,
button:active,
.button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: -webkit-linear-gradient(#44b0e1, #33a8de);
  background: -moz-linear-gradient(#44b0e1, #33a8de);
  background: -o-linear-gradient(#44b0e1, #33a8de);
  background: linear-gradient(#44b0e1, #33a8de);
}
#colorbox button.-secondary,
#colorbox .button.-secondary,
#colorbox input[type="submit"].-secondary,
#colorbox .header-login .formbody input[type="submit"],
.header-login .formbody #colorbox input[type="submit"],
#colorbox .header-dropdown > ul input[type="submit"],
.header-dropdown > ul #colorbox input[type="submit"],
#colorbox button.-tertiary,
#colorbox .button.-tertiary,
#colorbox input[type="submit"].-tertiary,
#colorbox .rotating-boxes-item-content .rotating-boxes-item-link,
.rotating-boxes-item-content #colorbox .rotating-boxes-item-link,
#colorbox .pricing-table-plan a,
.pricing-table-plan #colorbox a,
#colorbox button.-quaternary,
#colorbox .button.-quaternary,
#colorbox input[type="submit"].-quaternary,
#colorbox .highlight-box-link,
#colorbox .feature-box-link,
#colorbox .headline-box-link,
#colorbox .footer-bar input[type="submit"],
.footer-bar #colorbox input[type="submit"],
#colorbox .footer-bar button,
.footer-bar #colorbox button,
#colorbox button,
#colorbox .button,
#colorbox input[type="submit"],
#colorbox input[type="reset"],
#colorbox input[type="button"] {
  /* Fix colorbox close button */
  box-shadow: none;
}

button.-quaternary:hover,
button.-quaternary:focus,
.button.-quaternary:hover,
.button.-quaternary:focus,
input[type="submit"].-quaternary:hover,
input[type="submit"].-quaternary:focus {
  border-color: currentColor;
}
button.-single,
.button.-single,
input[type="submit"].-single {
  margin: 0.75em 0;
}
button.-small,
.button.-small,
input[type="submit"].-small {
  padding: 0.41667em 0.83333em;
  font-size: 0.75em;
}

button.-secondary,
.button.-secondary,
input[type="submit"].-secondary,
.header-login .formbody input[type="submit"],
.header-dropdown > ul input[type="submit"],
.pricing-table-plan.-highlighted a,
.feature-box-link.-secondary,
.headline-box-link.-secondary {
  border-color: #78619c #6c578c #604d7c;
  color: white;
  text-shadow: 0 -1px 0 #6c578c;
  background: #495c88;
  background: -webkit-linear-gradient(#9280b0, #7d67a0);
  background: -moz-linear-gradient(#9280b0, #7d67a0);
  background: -o-linear-gradient(#9280b0, #7d67a0);
  background: linear-gradient(#9280b0, #7d67a0);
  box-shadow: inset 0 1px #a99ac0;
}
button.-secondary:hover,
.button.-secondary:hover,
input[type="submit"].-secondary:hover,
.header-login .formbody input[type="submit"]:hover,
.header-dropdown > ul input[type="submit"]:hover,
.pricing-table-plan.-highlighted a:hover,
.feature-box-link.-secondary:hover,
.headline-box-link.-secondary:hover,
button.-secondary:focus,
.button.-secondary:focus,
input[type="submit"].-secondary:focus,
.header-login .formbody input[type="submit"]:focus,
.header-dropdown > ul input[type="submit"]:focus,
.pricing-table-plan.-highlighted a:focus,
.feature-box-link.-secondary:focus,
.headline-box-link.-secondary:focus {
  border-color: #53446c #473a5d #3b304d;
  background: -webkit-linear-gradient(#9a89b6, #755f98);
  background: -moz-linear-gradient(#9a89b6, #755f98);
  background: -o-linear-gradient(#9a89b6, #755f98);
  background: linear-gradient(#9a89b6, #755f98);
}
button.-secondary:active,
.button.-secondary:active,
input[type="submit"].-secondary:active,
.header-login .formbody input[type="submit"]:active,
.header-dropdown > ul input[type="submit"]:active,
.pricing-table-plan.-highlighted a:active,
.feature-box-link.-secondary:active,
.headline-box-link.-secondary:active {
  background: -webkit-linear-gradient(#8d79ac, #826da4);
  background: -moz-linear-gradient(#8d79ac, #826da4);
  background: -o-linear-gradient(#8d79ac, #826da4);
  background: linear-gradient(#8d79ac, #826da4);
}

button.-tertiary,
.button.-tertiary,
input[type="submit"].-tertiary,
.rotating-boxes-item-content .rotating-boxes-item-link,
.pricing-table-plan a,
.feature-box-link.-tertiary,
.headline-box-link.-tertiary {
  border-color: #c5c9d7 #b6bbcc #a7adc2;
  color: #717c8e;
  text-shadow: 0 -1px 0 #d4d7e1;
  background: #f2f3f6;
  background: -webkit-linear-gradient(#ffffff, #e9ebf0);
  background: -moz-linear-gradient(#ffffff, #e9ebf0);
  background: -o-linear-gradient(#ffffff, #e9ebf0);
  background: linear-gradient(#ffffff, #e9ebf0);
  box-shadow: none;
}
button.-tertiary:hover,
.button.-tertiary:hover,
input[type="submit"].-tertiary:hover,
.rotating-boxes-item-content .rotating-boxes-item-link:hover,
.pricing-table-plan a:hover,
.feature-box-link.-tertiary:hover,
.headline-box-link.-tertiary:hover,
button.-tertiary:focus,
.button.-tertiary:focus,
input[type="submit"].-tertiary:focus,
.rotating-boxes-item-content .rotating-boxes-item-link:focus,
.pricing-table-plan a:focus,
.feature-box-link.-tertiary:focus,
.headline-box-link.-tertiary:focus {
  border-color: #b6bbcc #a7adc2 #98a0b7;
  background: -webkit-linear-gradient(#ffffff, #e0e2e9);
  background: -moz-linear-gradient(#ffffff, #e0e2e9);
  background: -o-linear-gradient(#ffffff, #e0e2e9);
  background: linear-gradient(#ffffff, #e0e2e9);
}
button.-tertiary:active,
.button.-tertiary:active,
input[type="submit"].-tertiary:active,
.rotating-boxes-item-content .rotating-boxes-item-link:active,
.pricing-table-plan a:active,
.feature-box-link.-tertiary:active,
.headline-box-link.-tertiary:active {
  background: -webkit-linear-gradient(#fbfbfc, #eff0f4);
  background: -moz-linear-gradient(#fbfbfc, #eff0f4);
  background: -o-linear-gradient(#fbfbfc, #eff0f4);
  background: linear-gradient(#fbfbfc, #eff0f4);
}

button.-quaternary,
.button.-quaternary,
input[type="submit"].-quaternary,
.feature-box-link.-quaternary,
.headline-box-link.-quaternary {
  border: 2px solid #242424;
  border-color: currentColor;
  border-radius: 6px;
  color: inherit;
  text-shadow: none;
  background: none;
  box-shadow: none;
}
button.-quaternary:after,
.button.-quaternary:after,
input[type="submit"].-quaternary:after,
.feature-box-link.-quaternary:after,
.headline-box-link.-quaternary:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: currentColor;
  opacity: 0.15;
  -webkit-transition: top 0.4s ease-in;
  -moz-transition: top 0.4s ease-in;
  -o-transition: top 0.4s ease-in;
  transition: top 0.4s ease-in;
}
button.-quaternary:hover,
.button.-quaternary:hover,
input[type="submit"].-quaternary:hover,
.feature-box-link.-quaternary:hover,
.headline-box-link.-quaternary:hover,
button.-quaternary:focus,
.button.-quaternary:focus,
input[type="submit"].-quaternary:focus,
.feature-box-link.-quaternary:focus,
.headline-box-link.-quaternary:focus {
  background: none;
}
button.-quaternary:hover:after,
.button.-quaternary:hover:after,
input[type="submit"].-quaternary:hover:after,
.feature-box-link.-quaternary:hover:after,
.headline-box-link.-quaternary:hover:after,
button.-quaternary:focus:after,
.button.-quaternary:focus:after,
input[type="submit"].-quaternary:focus:after,
.feature-box-link.-quaternary:focus:after,
.headline-box-link.-quaternary:focus:after {
  top: 0;
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}

/* ===========================================
 * Wrapper Elements
 * ======================================== */
.header-bar-inner,
.header-navigation-inner,
.content-wrapper {
  max-width: 1188px;
  margin-right: auto;
  margin-left: auto;
}

.centered-wrapper-inner,
.info-map-boxes {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1188px) {
  .centered-wrapper-inner,
  .info-map-boxes {
    max-width: none;
    margin-right: 3.7037%;
    margin-left: 3.7037%;
  }
}
@media screen and (max-width: 900px) {
  .centered-wrapper-inner,
  .info-map-boxes {
    margin-right: 5.55556%;
    margin-left: 5.55556%;
  }
}

.page {
  zoom: 1;
  position: relative;
  margin: 0 auto;
  background: white;
}
.page:before {
  content: "";
  display: table;
}
.page:after {
  content: "";
  display: table;
  clear: both;
}
.tao-boxed .page {
  max-width: 1188px;
  border: solid #b2b9c4;
  border-width: 0 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1188px) {
  .tao-boxed .page {
    border: 0;
    box-shadow: none;
  }
}
.tao-not-boxed .page {
  max-width: none;
  border: 0;
  box-shadow: none;
}

/* ===========================================
 * Layout in order of appearance in HTML
 * ======================================== */
.page-header {
  position: relative;
  z-index: 20;
}
.page-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.header-bar {
  zoom: 1;
  border-bottom: 1px solid #e5e8ee;
  font-size: 0.8125em;
  background: whitesmoke;
}
.header-bar:before {
  content: "";
  display: table;
}
.header-bar:after {
  content: "";
  display: table;
  clear: both;
}
/*@media screen and (max-width: 599px) {*/
@media screen and (max-width: 799px) {
  .header-bar {
    display: none;
  }
}
.tao-boxed .header-bar {
  max-width: 1188px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #b2b9c4;
  border-left: 1px solid #b2b9c4;
}
@media screen and (max-width: 1188px) {
  .tao-boxed .header-bar {
    border-right: 0;
    border-left: 0;
  }
}
.tao-not-boxed .header-bar {
  max-width: none;
  border-right: 0;
  border-left: 0;
}

.header-bar-inner {
  color: #98a0ab;
}
@media screen and (max-width: 900px) {
  .header-bar-inner {
    padding-right: 5.55556%;
    padding-left: 5.55556%;
  }
}

.header-links {
  float: left;
  margin: 0 0 0 3.7037%;
  padding: 0.61538em 0;
}
@media screen and (max-width: 900px) {
  .header-links {
    float: none;
    margin-left: 0;
  }
}
.header-links.-right {
  float: right;
  margin: 0 3.7037% 0 0;
}
@media screen and (max-width: 900px) {
  .header-links.-right {
    float: none;
    margin-right: 0;
  }
}
.header-links.-right a {
  margin-right: 0;
  margin-left: 1em;
}
.header-links li {
  display: inline;
}
.header-links a {
  display: inline-block;
  color: inherit;
  margin-right: 1em;
}
.header-links .icon-links-label {
  color: inherit;
}
.header-links.-secondary {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .header-links.-secondary > li:first-child > a {
    margin-left: -0.625em;
  }
}
.header-links.-secondary a {
  float: left;
  position: relative;
  width: 2.76923em;
  height: 2.76923em;
  overflow: hidden;
  margin: 0;
  line-height: 0;
  /* Fixes Chrome bug */
  letter-spacing: -1em;
  color: #98a0ab;
  text-indent: -99em;
  text-decoration: none;
}
.header-links.-secondary a:before,
.header-links.-secondary a:after {
  font: 1.15385em/1 "RockSolid Icons";
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 0.06667em;
  line-height: 2.40067;
  letter-spacing: 0;
  text-align: center;
  background: whitesmoke;
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.header-links.-secondary a:after {
  top: 100%;
  color: white;
  background: transparent;
}
.header-links.-secondary a:hover:before,
.header-links.-secondary a:focus:before {
  top: -100%;
}
.header-links.-secondary a:hover:after,
.header-links.-secondary a:focus:after {
  top: 0;
}

.header-login,
.header-dropdown {
  position: relative;
  float: right;
  z-index: 4;
  margin: 0.30769em 0.76923em -0.15385em 0;
}
@media screen and (max-width: 900px) {
  .header-login,
  .header-dropdown {
    margin-right: -0.61538em;
    margin-left: 1em;
  }
}
.header-login > h1,
.header-login > h2,
.header-login > h3,
.header-login > h4,
.header-login > h5,
.header-login > h6,
.header-dropdown > h1,
.header-dropdown > h2,
.header-dropdown > h3,
.header-dropdown > h4,
.header-dropdown > h5,
.header-dropdown > h6 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0.38462em 0.76923em 0.61538em;
  border: 1px solid transparent;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  outline: none;
  font-weight: normal;
  font-size: inherit;
  line-height: 1.5;
  color: inherit;
  cursor: pointer;
}
.header-login > h1:hover,
.header-login > h1:focus,
.header-login > h2:hover,
.header-login > h2:focus,
.header-login > h3:hover,
.header-login > h3:focus,
.header-login > h4:hover,
.header-login > h4:focus,
.header-login > h5:hover,
.header-login > h5:focus,
.header-login > h6:hover,
.header-login > h6:focus,
.header-dropdown > h1:hover,
.header-dropdown > h1:focus,
.header-dropdown > h2:hover,
.header-dropdown > h2:focus,
.header-dropdown > h3:hover,
.header-dropdown > h3:focus,
.header-dropdown > h4:hover,
.header-dropdown > h4:focus,
.header-dropdown > h5:hover,
.header-dropdown > h5:focus,
.header-dropdown > h6:hover,
.header-dropdown > h6:focus {
  text-decoration: underline;
}
.header-login > h1:hover:after,
.header-login > h1:focus:after,
.header-login > h2:hover:after,
.header-login > h2:focus:after,
.header-login > h3:hover:after,
.header-login > h3:focus:after,
.header-login > h4:hover:after,
.header-login > h4:focus:after,
.header-login > h5:hover:after,
.header-login > h5:focus:after,
.header-login > h6:hover:after,
.header-login > h6:focus:after,
.header-dropdown > h1:hover:after,
.header-dropdown > h1:focus:after,
.header-dropdown > h2:hover:after,
.header-dropdown > h2:focus:after,
.header-dropdown > h3:hover:after,
.header-dropdown > h3:focus:after,
.header-dropdown > h4:hover:after,
.header-dropdown > h4:focus:after,
.header-dropdown > h5:hover:after,
.header-dropdown > h5:focus:after,
.header-dropdown > h6:hover:after,
.header-dropdown > h6:focus:after {
  text-decoration: none !important;
}
.header-login > h1:after,
.header-login > h2:after,
.header-login > h3:after,
.header-login > h4:after,
.header-login > h5:after,
.header-login > h6:after,
.header-dropdown > h1:after,
.header-dropdown > h2:after,
.header-dropdown > h3:after,
.header-dropdown > h4:after,
.header-dropdown > h5:after,
.header-dropdown > h6:after {
  font: 0.69231em/1 "RockSolid Icons";
  content: "\e015";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: -0.11111em;
  margin-left: 0.44444em;
}

.header-dropdown:hover {
  color: #717c8e;
}

.header-login .formbody,
.header-dropdown > ul {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  margin-top: -1px;
  padding: 1em 1.53846em 1.38462em;
  border: 1px solid #b2b9c4;
  border-radius: 3px 0 3px 3px;
  color: #717c8e;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.header-login .formbody .error,
.header-dropdown > ul .error {
  margin-top: 0;
  min-width: 21.53846em;
}
.header-login .formbody .login_info,
.header-dropdown > ul .login_info {
  margin-top: 0;
  white-space: nowrap;
}
.header-login .formbody label,
.header-dropdown > ul label {
  display: block;
  margin: 0 0 0.3em;
  font-size: 0.76923em;
  text-transform: uppercase;
}
.header-login .formbody input,
.header-dropdown > ul input {
  width: 100%;
  margin: 0 0 1.07692em;
  padding: 0.46154em 0.92308em;
  border-radius: 0;
  font-size: 1em;
}
.header-login .formbody input[type="submit"],
.header-dropdown > ul input[type="submit"] {
  margin: 0;
}
.header-login .formbody .checkbox_container,
.header-dropdown > ul .checkbox_container {
  margin: 0 0 1.07692em;
}
.header-login .formbody .checkbox_container input,
.header-dropdown > ul .checkbox_container input {
  margin-bottom: 0;
}
.header-login .formbody .checkbox_container label,
.header-dropdown > ul .checkbox_container label {
  display: inline;
}

.header-login .formbody {
  min-width: 16.92308em;
}

.header-dropdown > ul {
  min-width: 150%;
  padding: 0.76923em 0;
  list-style: none;
}
.header-dropdown > ul li:before {
  content: none;
}
.header-dropdown > ul a,
.header-dropdown > ul span.trail,
.header-dropdown > ul span.active,
.header-dropdown > ul span.forward {
  display: block;
  padding: 0.30769em 1.53846em;
  color: inherit;
  text-decoration: none;
}
.header-dropdown > ul a:hover,
.header-dropdown > ul a:focus {
  text-decoration: underline;
}
.header-dropdown > ul span.trail,
.header-dropdown > ul span.active,
.header-dropdown > ul span.forward {
  font-weight: bold;
}

.header-login.is-active > h1,
.header-login.is-active > h2,
.header-login.is-active > h3,
.header-login.is-active > h4,
.header-login.is-active > h5,
.header-login.is-active > h6,
.header-dropdown:hover > h1,
.header-dropdown:hover > h2,
.header-dropdown:hover > h3,
.header-dropdown:hover > h4,
.header-dropdown:hover > h5,
.header-dropdown:hover > h6,
.header-dropdown:focus > h1,
.header-dropdown:focus > h2,
.header-dropdown:focus > h3,
.header-dropdown:focus > h4,
.header-dropdown:focus > h5,
.header-dropdown:focus > h6 {
  border-color: #b2b9c4;
  color: #717c8e;
  background-color: white;
}

.header-login.is-active > h1:after,
.header-login.is-active > h2:after,
.header-login.is-active > h3:after,
.header-login.is-active > h4:after,
.header-login.is-active > h5:after,
.header-login.is-active > h6:after {
  content: "\d7";
}

.header-login.is-active .formbody,
.header-dropdown:hover > ul,
.header-dropdown:focus > ul {
  display: block;
}

.header-navigation {
  zoom: 1;
  position: relative;
  border-bottom: 1px solid #354363;
  background: #354363;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header-navigation:before {
  content: "";
  display: table;
}
.header-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.tao-boxed .header-navigation {
  max-width: 1188px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #b2b9c4;
  border-left: 1px solid #b2b9c4;
}
@media screen and (max-width: 1188px) {
  .tao-boxed .header-navigation {
    border-right: 0;
    border-left: 0;
  }
}
.tao-not-boxed .header-navigation {
  max-width: none;
  border-right: 0;
  border-left: 0;
}

.header-navigation-inner {
  position: relative;
  height: 5.25em;
  height: 8em;
  min-height: 3.125em;
  min-height: 8em;
  color: #717c8e;
}
/*@media screen and (max-width: 900px) {*/
@media screen and (max-width: 1185px) {
  .header-navigation-inner {
    height: auto;
    min-height: 0;
  }
}

.logo {
  position: absolute;
  top: 17.5%;
  bottom: 17.5%;
  left: 3.7037%;
  /*harm*/
  left: 2rem;
  /*harm*/
  margin: 0;
  font-size: inherit;
}
/*@media screen and (max-width: 900px) {*/
@media screen and (max-width: 1185px) {
  .logo {
    position: static;
    margin-left: 5.55556%;
    margin-left: 2rem;
    padding-top: 1.5em;
    padding-bottom: 0.75em;
  }
}
/*@media screen and (max-width: 599px) {*/
@media screen and (max-width: 799px) {
  .logo {
    text-align: center;
    margin-left: 0;
    padding-top: 0.75em;
  }
}
.logo a {
  display: block;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .logo a {
    display: inline-block;
    /*harm*/
    clear: both;
  }
}
.logo img {
  display: block;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .logo img {
    display: inline;
    height: auto;
    max-height: 4.0625em;
  }
}

.main-navigation-wrapper {
  position: relative;
  clear: both;
  border: 1px solid #b2b9c4;
  background: white;
  background: -webkit-linear-gradient(#ffffff, #fafafa);
  background: -moz-linear-gradient(#ffffff, #fafafa);
  background: -o-linear-gradient(#ffffff, #fafafa);
  background: linear-gradient(#ffffff, #fafafa);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.main-navigation {
  float: right;
  height: 100%;
  margin-right: 5.55556%;
  padding-right: 2.75em;
}

/*@media screen and (max-width: 900px) {*/
/*@media screen and (max-width: 1140px) {*/
@media screen and (max-width: 1185px) {
  .main-navigation {
    position: relative;
    float: none;
    height: 3.125em;
    margin-right: 0;
    padding-right: 1.5em;
    padding-left: 1.5em;
    /*        background: red;*/
  }
}
/*@media screen and (max-width: 599px) {*/
@media screen and (max-width: 799px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation a:before,
.main-navigation span.active:before,
.main-navigation span.trail:before,
.main-navigation span.forward:before {
  content: none;
  display: none;
}
.main-navigation ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.main-navigation > ul > li {
  position: relative;
  float: left;
  height: 100%;
}
.main-navigation > ul > li.-mega {
  position: static;
}
.main-navigation > ul > li:before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -0.33333em;
  font-size: 0.75em;
}
.main-navigation > ul > li > a,
.main-navigation > ul > li > span.active,
.main-navigation > ul > li > span.trail,
.main-navigation > ul > li > span.forward {
  position: relative;
  float: left;
  height: 100%;
  padding: 0 1.429em;
  font-size: 0.875em;
  color: #717c8e;
}
.main-navigation > ul > li > a:before,
.main-navigation > ul > li > span.active:before,
.main-navigation > ul > li > span.trail:before,
.main-navigation > ul > li > span.forward:before {
  content: "";
  display: block;
  height: 50%;
  margin-bottom: -0.71429em;
}
.main-navigation > ul > li > a:after,
.main-navigation > ul > li > span.active:after,
.main-navigation > ul > li > span.trail:after,
.main-navigation > ul > li > span.forward:after {
  content: "";
  position: absolute;
  top: -1px;
  right: 50%;
  left: 50%;
  /*harm*/
  /*    border-top: 2px solid #717c8e;*/
  border-top: none;
  -webkit-transition: right 0.4s ease-out, left 0.4s ease-out;
  -moz-transition: right 0.4s ease-out, left 0.4s ease-out;
  -o-transition: right 0.4s ease-out, left 0.4s ease-out;
  transition: right 0.4s ease-out, left 0.4s ease-out;
}
@media screen and (max-width: 900px) {
  .main-navigation > ul > li > a:after,
  .main-navigation > ul > li > span.active:after,
  .main-navigation > ul > li > span.trail:after,
  .main-navigation > ul > li > span.forward:after {
    top: auto;
    bottom: -1px;
  }
}
.main-navigation > ul > li > a:hover,
.main-navigation > ul > li > a:focus {
  color: #1782c5;
  text-decoration: none;
}
.main-navigation > ul > li > a.active,
.main-navigation > ul > li > a.trail,
.main-navigation > ul > li > a.forward,
.main-navigation > ul > li span.active,
.main-navigation > ul > li span.trail,
.main-navigation > ul > li span.forward {
  color: #1782c5;
}
.main-navigation > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0.5em;
  display: block;
  overflow: hidden;
  max-height: 0;
  min-width: 11.25em;
  padding: 0;
  border: solid #e5e8ee;
  border-width: 1px 1px 2px;
  border-top-color: #e5e8ee;
  border-radius: 0 0 3px 3px;
  background: white;
  opacity: 0;
  box-shadow: inset 0 6px 2px -5px rgba(0, 0, 0, 0.1);
  -webkit-transition: max-height 0s, padding 0s, opacity 0.3s;
  -webkit-transition-delay: 0.3s, 0.3s, 0s;
  -moz-transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;
  -o-transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;
  transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;
  pointer-events: none;
}
.main-navigation > ul > li > ul li {
  position: relative;
  display: block;
  padding: 0.125em 0.375em;
  border-bottom: 1px solid #e5e8ee;
  white-space: nowrap;
}
.main-navigation > ul > li > ul li li {
  margin: 0 -0.375em;
  border: 0;
}
.main-navigation > ul > li > ul li[data-icon]:before,
.main-navigation > ul > li > ul li[class^="icon-"]:before,
.main-navigation > ul > li > ul li[class*=" icon-"]:before {
  position: absolute;
  top: 0.64286em;
  left: 0.28571em;
  z-index: 1;
  font-size: 0.875em;
}
.main-navigation > ul > li > ul li[data-icon] a,
.main-navigation > ul > li > ul li[data-icon] span.active,
.main-navigation > ul > li > ul li[data-icon] span.trail,
.main-navigation > ul > li > ul li[data-icon] span.forward,
.main-navigation > ul > li > ul li[class^="icon-"] a,
.main-navigation > ul > li > ul li[class^="icon-"] span.active,
.main-navigation > ul > li > ul li[class^="icon-"] span.trail,
.main-navigation > ul > li > ul li[class^="icon-"] span.forward,
.main-navigation > ul > li > ul li[class*=" icon-"] a,
.main-navigation > ul > li > ul li[class*=" icon-"] span.active,
.main-navigation > ul > li > ul li[class*=" icon-"] span.trail,
.main-navigation > ul > li > ul li[class*=" icon-"] span.forward {
  padding-left: 1.71429em;
}
.main-navigation > ul > li > ul a,
.main-navigation > ul > li > ul span.active,
.main-navigation > ul > li > ul span.trail,
.main-navigation > ul > li > ul span.forward {
  position: relative;
  display: block;
  padding: 0.21429em 0.42857em;
  margin: 0 -0.42857em;
  font-size: 0.875em;
}
.main-navigation > ul > li > ul a {
  border-radius: 3px;
  color: #1782c5;
  -webkit-transition: background-color 0.6s ease-in, color 0.6s ease-in;
  -moz-transition: background-color 0.6s ease-in, color 0.6s ease-in;
  -o-transition: background-color 0.6s ease-in, color 0.6s ease-in;
  transition: background-color 0.6s ease-in, color 0.6s ease-in;
}
.main-navigation > ul > li > ul a:hover {
  text-decoration: none;
  color: #126498;
  background-color: #e5e8ee;
  -webkit-transition-duration: 0.05s;
  -moz-transition-duration: 0.05s;
  -o-transition-duration: 0.05s;
  transition-duration: 0.05s;
}
.main-navigation > ul > li > ul span.active,
.main-navigation > ul > li > ul span.trail,
.main-navigation > ul > li > ul span.forward {
  color: #717c8e;
}
.main-navigation > ul > li > ul ul {
  display: block;
  padding-left: 0.625em;
}
.main-navigation > ul > li:hover:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin-top: 0.625em;
}
.main-navigation > ul > li:hover > a,
.main-navigation > ul > li:hover > span.active,
.main-navigation > ul > li:hover > span.trail,
.main-navigation > ul > li:hover > span.forward {
  z-index: 2;
}
.main-navigation > ul > li:hover > a:after,
.main-navigation > ul > li:hover > span.active:after,
.main-navigation > ul > li:hover > span.trail:after,
.main-navigation > ul > li:hover > span.forward:after {
  right: 1.42857em;
  left: 1.42857em;
  -webkit-transition-duration: 0.1s, 0.1s;
  -moz-transition-duration: 0.1s, 0.1s;
  -o-transition-duration: 0.1s, 0.1s;
  transition-duration: 0.1s, 0.1s;
}
.main-navigation > ul > li:hover > ul {
  z-index: 1;
  max-height: 9999px;
  padding: 0.875em 1em;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: auto;
}
.modernizr-no-pointerevents .main-navigation > ul > li > ul {
  border-width: 0;
}
.modernizr-no-pointerevents .main-navigation > ul > li:hover > ul {
  border-width: 1px 1px 2px;
}
.main-navigation > ul > li.last > ul {
  left: auto;
  right: -0.125em;
}

.mega-dropdown {
  position: absolute;
  top: 100%;
  left: 3.7037%;
  display: block;
  width: 92.59259%;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  border: solid #e5e8ee;
  border-width: 1px 1px 2px;
  border-top-color: #e5e8ee;
  border-radius: 0 0 3px 3px;
  font-size: 0.875em;
  background: white;
  opacity: 0;
  box-shadow: inset 0 6px 2px -5px rgba(0, 0, 0, 0.1);
  -webkit-transition: max-height 0s, padding 0s, opacity 0.3s;
  -webkit-transition-delay: 0.3s, 0.3s, 0s;
  -moz-transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;
  -o-transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;
  transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;
  pointer-events: none;
  /* Fixes chrome text flicker */
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 900px) {
  .mega-dropdown {
    background-image: none !important;
    left: 0;
    width: 100%;
  }
}
li:hover > .mega-dropdown {
  z-index: 1;
  max-height: 9999px;
  overflow: visible;
  padding: 1.57143em 3.7037%;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: auto;
}
.modernizr-no-pointerevents .mega-dropdown {
  border-width: 0;
}
.modernizr-no-pointerevents li:hover > .mega-dropdown {
  border-width: 1px 1px 2px;
}

.mega-dropdown-column h1,
.mega-dropdown-column h2,
.mega-dropdown-column h3 {
  margin: 0 0 0.71429em;
  font-size: inherit;
  font-weight: bold;
  color: #126498;
}
.mega-dropdown-column h1 a,
.mega-dropdown-column h2 a,
.mega-dropdown-column h3 a {
  color: inherit;
}
.mega-dropdown-column p {
  margin: 1em 0;
}
.mega-dropdown-column ul a {
  display: inline-block;
  padding: 0.28571em 0 0.21429em;
  color: #1782c5;
}
.mega-dropdown-column ul a:hover {
  color: #126498;
}

.mega-dropdown-image {
  margin: 1.42857em 0;
}
.mega-dropdown-image img {
  display: block;
  width: 100%;
  height: auto;
}

.main-navigation-search {
  position: absolute;
  top: 50%;
  right: 3.7037%;
  z-index: 3;
  height: 2.85714em;
  min-width: 3.42857em;
  /*harm*/
  /*    margin-top: -1.35714em;*/
  margin-top: 0;
  border-radius: 3px;
  overflow: hidden;
  font-size: 0.875em;
  background: white;
}
@media screen and (max-width: 1185px) {
  /*    .main-navigation-search {*/
  /*harm*/
  .main-navigation-search {
    right: 5.55556%;
    top: auto;
    bottom: 4.6875em;
    margin-top: 0;
    z-index: 0;
  }
}
/*@media screen and (max-width: 599px) {*/
@media screen and (max-width: 799px) {
  .main-navigation-search {
    display: none;
  }
}
.main-navigation-search:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1.07143em;
  margin: -0.5em 0 0;
  border-left: 1px solid #e5e8ee;
}
.main-navigation-search input {
  /* Fixes border-radius on iOS 7 */
  -webkit-appearance: none;
  float: right;
  width: 11.78571em;
  margin: 0.57143em 0.85714em 0 -10.35714em;
  padding: 0.14286em 0 0.21429em;
  border: 0;
  border-bottom: 1px solid white;
  border-radius: 0;
  font-size: inherit;
  background: none;
  box-shadow: none;
  -webkit-transition: margin-left 0.2s ease-out;
  -moz-transition: margin-left 0.2s ease-out;
  -o-transition: margin-left 0.2s ease-out;
  transition: margin-left 0.2s ease-out;
}
.main-navigation-search:hover,
.main-navigation-search.focus {
  margin-right: -1px;
  border: 1px solid #e5e8ee;
}
.main-navigation-search:hover input,
.main-navigation-search.focus input {
  margin-left: 0.85714em;
  border-color: #b2b9c4;
  box-shadow: none;
}
.main-navigation-search:hover:after,
.main-navigation-search.focus:after {
  content: none;
}
@media screen and (max-width: 900px) {
  .main-navigation-search {
    margin-right: -1px;
    /*harm*/
    bottom: 5rem;
    border: 1px solid #e5e8ee;
  }
  .main-navigation-search input {
    margin-left: 0.85714em;
    border-color: #b2b9c4;
    box-shadow: none;
  }
  .main-navigation-search:after {
    content: none;
  }
}
.main-navigation-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.57143em;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: #717c8e;
  text-align: left;
  text-indent: -99em;
  text-shadow: none;
  line-height: 0;
  background: none;
  box-shadow: none;
}
.main-navigation-search button:after {
  font: 1.14286em/1 "RockSolid Icons";
  content: "\e0cb";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
  text-align: center;
}
.main-navigation-search button:hover,
.main-navigation-search button:focus {
  color: #1782c5;
}

.main-navigation-mobile-open {
  position: absolute;
  top: 41px;
  left: 6.66667%;
  width: 44px;
  height: 39px;
  margin: -20px 0 0 -11px;
  padding: 11px;
  display: none;
  z-index: 200;
  text-indent: -99em;
  line-height: 0;
}
.main-navigation-mobile-open:after {
  content: "";
  display: block;
  height: 3px;
  border-radius: 2px;
  background: #717c8e;
  box-shadow: 0 7px #717c8e, 0 14px #717c8e;
}
/*@media screen and (max-width: 599px) {*/
@media screen and (max-width: 799px) {
  .main-navigation-mobile-open {
    display: block;
  }
}

.main-navigation-mobile-close {
  position: absolute;
  top: 0;
  right: -17.64706%;
  display: none;
  width: 17.64706%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0 !important;
  text-indent: -99em;
  background: none !important;
  box-shadow: none !important;
}
.is-active > .main-navigation-mobile-close {
  display: block;
}

.main-navigation-mobile {
  /* Hide mobile navigation by default */
  display: none;
  padding: 0;
  border-top: 1px solid black;
  color: white;
  background: #242424;
}
/*@media screen and (max-width: 599px) {*/
@media screen and (max-width: 799px) {
  .main-navigation-mobile {
    display: block;
  }
}
.modernizr-js .main-navigation-mobile {
  display: none;
}
.main-navigation-mobile.is-enabled {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 201;
  width: 85%;
  min-height: 100%;
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
/*@media screen and (max-width: 599px) {*/
@media screen and (max-width: 799px) {
  .main-navigation-mobile.is-enabled {
    display: block;
    height: 100%;
  }
}
.modernizr-csstransforms3d .main-navigation-mobile.is-enabled {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.main-navigation-mobile.is-active {
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modernizr-csstransforms3d .main-navigation-mobile.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main-navigation-mobile ul {
  display: block;
  margin: 0;
  padding: 0;
}
.main-navigation-mobile ul ul {
  background: #242424;
  box-shadow: inset 0 40px 40px -20px rgba(0, 0, 0, 0.04),
    inset 0 -40px 40px -20px rgba(0, 0, 0, 0.04);
}
.main-navigation-mobile .is-collapsed > ul {
  display: none;
}
.main-navigation-mobile li {
  position: relative;
  display: block;
}
.main-navigation-mobile li:before {
  content: none;
}
.main-navigation-mobile a,
.main-navigation-mobile strong.active,
.main-navigation-mobile strong.trail,
.main-navigation-mobile strong.forward {
  display: block;
  padding: 0.64286em 0.92857em 0.57143em;
  border-bottom: 1px solid black;
  color: inherit;
  background-color: #242424;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
  -webkit-transition: background-color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out;
  transition: background-color 0.6s ease-out;
}
.main-navigation-mobile a:before,
.main-navigation-mobile strong.active:before,
.main-navigation-mobile strong.trail:before,
.main-navigation-mobile strong.forward:before {
  margin-right: 0.42857em;
}
.main-navigation-mobile a:hover,
.main-navigation-mobile a:focus,
.main-navigation-mobile strong.active:hover,
.main-navigation-mobile strong.active:focus,
.main-navigation-mobile strong.trail:hover,
.main-navigation-mobile strong.trail:focus,
.main-navigation-mobile strong.forward:hover,
.main-navigation-mobile strong.forward:focus {
  outline: none;
  text-decoration: none;
  background-color: #171717;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.main-navigation-mobile a.active,
.main-navigation-mobile a.trail,
.main-navigation-mobile strong.active,
.main-navigation-mobile strong.trail,
.main-navigation-mobile strong.forward {
  font-weight: bold;
}
.main-navigation-mobile a.active,
.main-navigation-mobile strong.active {
  background-color: #383838;
  box-shadow: inset 0 0 5px #242424;
}
.main-navigation-mobile li li {
  color: #bfbfbf;
}
.main-navigation-mobile li li a,
.main-navigation-mobile li li strong.active,
.main-navigation-mobile li li strong.trail,
.main-navigation-mobile li li strong.forward {
  padding-left: 1.85714em;
}
.main-navigation-mobile li li li a,
.main-navigation-mobile li li li strong.active,
.main-navigation-mobile li li li strong.trail,
.main-navigation-mobile li li li strong.forward {
  padding-left: 2.78571em;
}
.main-navigation-mobile li li li li a,
.main-navigation-mobile li li li li strong.active,
.main-navigation-mobile li li li li strong.trail,
.main-navigation-mobile li li li li strong.forward {
  padding-left: 3.71429em;
}
.main-navigation-mobile li li li li li a,
.main-navigation-mobile li li li li li strong.active,
.main-navigation-mobile li li li li li strong.trail,
.main-navigation-mobile li li li li li strong.forward {
  padding-left: 4.64286em;
}
.main-navigation-mobile .main-navigation-mobile-expand {
  position: absolute;
  top: 0.21429em;
  right: 0;
  overflow: hidden;
  margin: 0;
  padding: 0.57143em 0.92857em;
  border: solid transparent;
  border-width: 0.21429em 0;
  box-shadow: inset 1px 0 #1f1f1f;
  border-radius: 0;
  outline: none;
  line-height: 0;
  color: inherit;
  text-indent: -99em;
  text-shadow: none;
  background: none;
}
.main-navigation-mobile .main-navigation-mobile-expand:after {
  font: 1.14286em/1 "RockSolid Icons";
  content: "\e009";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
}
.main-navigation-mobile .is-expanded > .main-navigation-mobile-expand:after {
  content: "\e00c";
}

.main-navigation-mobile-search {
  position: relative;
  margin: 5%;
}
.main-navigation-mobile-search input,
.main-navigation-mobile-search input:hover,
.main-navigation-mobile-search input:focus {
  width: 100%;
  border: 1px solid black;
  background: transparent;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}
.main-navigation-mobile-search button {
  position: absolute;
  top: 0.07143em;
  right: 0;
  width: 3.57143em;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  text-indent: -99em;
  text-shadow: none;
  line-height: 0;
  background: none;
  box-shadow: none;
}
.main-navigation-mobile-search button:after {
  font: 1.14286em/1 "RockSolid Icons";
  content: "\e0cb";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
  text-align: center;
}

.main-navigation-mobile-icons.main-navigation-mobile-icons {
  margin: 1em 0;
  text-align: center;
}
.main-navigation-mobile-icons.main-navigation-mobile-icons li {
  display: inline;
  padding: 0;
}
.main-navigation-mobile-icons.main-navigation-mobile-icons a {
  display: inline-block;
  width: 2.85714em;
  height: 2.85714em;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
}
.main-navigation-mobile-icons.main-navigation-mobile-icons a:before {
  font-size: 1.28571em;
  line-height: 2.22278;
  margin: 0 0 100%;
  color: white !important;
}
.main-navigation-mobile-icons.main-navigation-mobile-icons a:hover:before {
  color: inherit !important;
}

.tagline {
  zoom: 1;
  border-bottom: 1px solid #e5e8ee;
  background: white;
}
.tagline:before {
  content: "";
  display: table;
}
.tagline:after {
  content: "";
  display: table;
  clear: both;
}
.tagline .page-title {
  float: left;
  font-size: 20px;
  font-weight: normal;
  margin-top: 1.15789em;
}
/*@media screen and (max-width: 599px) {*/
@media screen and (max-width: 799px) {
  .tagline .page-title {
    float: none;
    text-align: center;
  }
}
.tagline .mod_breadcrumb {
  float: right;
  margin: 0;
  padding: 2.15385em 0 1.84615em;
}
@media screen and (max-width: 599px) {
  .tagline .mod_breadcrumb {
    float: none;
    margin: 1.69231em 0;
    padding: 0;
    text-align: center;
  }
}
.tagline .image_container {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
.tagline img {
  display: block;
}
.tagline-no-border .tagline {
  border: 0;
}

.tagline-inner {
  position: relative;
  /* clearfix */
  overflow: hidden;
  color: #98a0ab;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.content-wrapper {
  zoom: 1;
}
.content-wrapper:before {
  content: "";
  display: table;
}
.content-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.tao-fullwidth .content-wrapper {
  max-width: none;
}

.centered-wrapper {
  zoom: 1;
  position: relative;
  clear: both;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.centered-wrapper:before {
  content: "";
  display: table;
}
.centered-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.centered-wrapper.-border-top {
  border-top: 1px solid #b2b9c4;
}
.centered-wrapper.-border-bottom {
  border-bottom: 1px solid #b2b9c4;
}
.centered-wrapper.-color-inverted {
  color: white;
}
.centered-wrapper.-highlight-color {
  background-color: #495c88;
}
.centered-wrapper.-background-color-1 {
  background-color: #353d47;
}
.centered-wrapper.-background-color-2 {
  background-color: whitesmoke;
}
.centered-wrapper.-small {
  min-height: 300px;
}

@media screen and (max-width: 599px) {
  .centered-wrapper.-small {
    min-height: 200px;
  }
}
.centered-wrapper.-medium {
  min-height: 600px;
}
@media screen and (max-width: 599px) {
  .centered-wrapper.-medium {
    min-height: 400px;
  }
}
.centered-wrapper.-large {
  min-height: 900px;
}
@media screen and (max-width: 599px) {
  .centered-wrapper.-large {
    min-height: 600px;
  }
}
.centered-wrapper.-background-mousemove,
.centered-wrapper.-background-mousemove-inverted,
.centered-wrapper.-background-parallax {
  overflow: hidden;
}

.centered-wrapper-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.centered-wrapper-background video {
  /* Change this to `object-fit: cover;` once all browsers support it, */
  /* see http://stackoverflow.com/a/20851590 */
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.-background-mousemove > .centered-wrapper-background,
.-background-mousemove-inverted > .centered-wrapper-background {
  right: -12%;
}

.centered-wrapper-inner {
  position: relative;
}
.centered-wrapper-inner.-fullwidth {
  max-width: none;
  margin: 0;
}

/* ===========================================
 * Content
 * ======================================== */
h1,
h2 {
  line-height: 1.3;
}

h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: normal;
}

.main-content {
  float: right;
  width: 59.25926%;
  margin: 1.5em 7.40741% 3.75em 0;
}
@media screen and (max-width: 900px) {
  .main-content {
    float: none;
    width: auto;
    margin-right: 5.55556%;
    margin-left: 5.55556%;
  }
}
.tao-no-sidebar .main-content {
  float: none;
  width: auto;
  margin-left: 3.57143%;
  margin-right: 3.57143%;
}
@media screen and (max-width: 900px) {
  .tao-no-sidebar .main-content {
    margin-right: 5.55556%;
    margin-left: 5.55556%;
  }
}
.tao-sidebar-right .main-content {
  float: left;
  margin-right: 0;
  margin-left: 7.40741%;
}
@media screen and (max-width: 900px) {
  .tao-sidebar-right .main-content {
    float: none;
    margin-right: 5.55556%;
    margin-left: 5.55556%;
  }
}
.tao-fullwidth .main-content {
  margin: 0;
}
.tao-3-columns .main-content {
  width: 48.14815%;
  margin-right: 25.92593%;
}
@media screen and (max-width: 900px) {
  .tao-3-columns .main-content {
    width: auto;
    margin-right: 5.55556%;
  }
}
.main-content p,
.main-content ul,
.main-content ol,
.main-content table,
.main-content form,
.main-content fieldset {
  margin-top: 0.75em;
  margin-bottom: 1.5em;
}
.main-content p > span[style] {
  padding: 0 0.1875em;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  margin-top: 0.75em;
  margin-bottom: 0.3em;
  font-weight: normal;
}
.main-content h1 {
  font-size: 2em;
  font-weight: bold;
  color: #717c8e;
}
.main-content .-color-inverted h1 {
  color: white;
}
.main-content h2 {
  font-size: 1.5em;
  color: #717c8e;
}
.main-content .-color-inverted h2 {
  color: #b2b9c4;
}
.main-content h3 {
  font-size: 1.3em;
}
.main-content h4 {
  font-size: 1.1em;
}
.main-content h5 {
  font-size: 1em;
  line-height: 1.50056;
}
.main-content h6 {
  font-size: 0.8em;
  line-height: 1.50063;
  letter-spacing: 0.0625em;
  color: #717c8e;
  text-transform: uppercase;
}
.-color-inverted .main-content h6 {
  color: #b2b9c4;
}
.main-content ul,
.main-content ol {
  padding-left: 1.25em;
}
.main-content ul li[data-icon],
.main-content ul li[class^="icon-"],
.main-content ul li[class*=" icon-"],
.main-content ol li[data-icon],
.main-content ol li[class^="icon-"],
.main-content ol li[class*=" icon-"] {
  padding-left: 0.25em;
  list-style: none;
}
.main-content ul li[data-icon]:before,
.main-content ul li[class^="icon-"]:before,
.main-content ul li[class*=" icon-"]:before,
.main-content ol li[data-icon]:before,
.main-content ol li[class^="icon-"]:before,
.main-content ol li[class*=" icon-"]:before {
  left: -1.5em;
  width: 0;
  margin-right: 0;
  color: #495c88;
}
.main-content ul {
  list-style: disc;
}
.main-content ul ul {
  margin-top: 0;
}
.main-content ol {
  padding-left: 1.25em;
  list-style: decimal;
}
.main-content ol ol,
.main-content ol ul {
  margin-top: 0;
}
.main-content ol ol {
  padding-left: 1.5em;
  list-style: upper-alpha;
}
.main-content ol ol ol {
  list-style: lower-roman;
}
.main-content ol ol ol ol {
  list-style: lower-alpha;
}
.main-content blockquote {
  position: relative;
  margin: 1.28571em 0 1.28571em 1.90476em;
  font-size: 1.3125em;
  line-height: 1.33381;
  color: #717c8e;
}
.-color-inverted .main-content blockquote {
  color: #b2b9c4;
}
@media screen and (max-width: 599px) {
  .main-content blockquote {
    margin-left: 12.5%;
  }
}
.main-content blockquote small,
.main-content blockquote i,
.main-content blockquote em {
  font-size: 0.7619em;
  line-height: 1.5625;
  font-style: normal;
}
.main-content blockquote:before {
  content: "\201c";
  position: absolute;
  top: 0;
  left: -0.47619em;
  margin: 0.47619em 0 0 -0.08333em;
  font-size: 4em;
  font-weight: bold;
  line-height: 0;
  opacity: 0.5;
}
@media screen and (max-width: 599px) {
  .main-content blockquote:before {
    left: -12.5%;
    margin-left: -0.11905em;
  }
}
.main-content img {
  max-width: 100%;
  height: auto;
}
.main-content .gm-style img {
  max-width: none;
}
.main-content .rsts-main {
  margin: 24px 0;
}
.main-content .main-slider {
  margin: 0;
}

/* ===========================================
 * Forms
 * ======================================== */
form h1,
form h2,
form h3,
form h4,
form h5,
form h6 {
  clear: both;
}
form .form-row {
  position: relative;
  clear: both;
}
form p b.error,
form p.error {
  margin: 0;
  display: block;
  color: #df3763;
}

input,
textarea {
  padding: 0.85714em 1.35714em;
  line-height: normal;
  border: 1px solid #b2b9c4;
  border-bottom-color: #a4acb9;
  border-radius: 3px;
  font-size: 0.875em;
  color: inherit;
  background: white;
}
.valid input,
.valid textarea {
  border-color: #b5da44;
}
.invalid input,
input.error,
.invalid textarea,
textarea.error {
  border-color: #df3763;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* multiple rules, because user agents are required to ignore a rule with an unknown selector */
  color: #98a0ab;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #98a0ab;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #98a0ab;
}
input::placeholder,
textarea::placeholder {
  color: #98a0ab;
}
input:hover,
textarea:hover {
  border-color: #a4acb9 #a4acb9 #98a1b0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
input:focus,
textarea:focus {
  border-color: #495c88;
}
.-color-inverted input,
.-color-inverted textarea {
  background: #353d47;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="url"] {
  outline: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="image"] {
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}
input[type="checkbox"] {
  vertical-align: middle;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
input[type="radio"] {
  vertical-align: middle;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  background: none;
}

input[type="file"] {
  height: auto;
  padding: 0;
  border: 0;
  /* IE8 and IE9 */
  border: 1px solid #b2b9c4 \9;
  background: none;
  box-shadow: none;
}

button,
input[type="submit"] {
  margin-top: 1.125em;
}

textarea {
  height: 200px;
  resize: vertical;
  line-height: 1.5;
  outline: none;
}

fieldset {
  margin: 1.125em 0;
  border: 1px solid #b2b9c4;
}
fieldset legend {
  padding: 0 0.3125em;
}
fieldset + br {
  /* Kill <br> that Contao injects */
  display: none;
}

.main-content form .form-row {
  margin-top: 1.125em;
  margin-bottom: 1.125em;
}
.main-content label {
  display: block;
  margin-bottom: 0.35714em;
  font-size: 0.875em;
  color: #717c8e;
}
.-color-inverted .main-content label {
  color: #b2b9c4;
}
.main-content label .mandatory {
  margin-left: 0.14286em;
  color: #495c88;
}
.main-content input[type="checkbox"] + label {
  display: inline;
}
.main-content fieldset p {
  margin: 0;
}
.main-content fieldset label {
  display: inline;
  margin: 0;
}
.main-content fieldset label:after {
  /* add line break after label */
  content: "\A";
  white-space: pre;
}
.main-content input,
.main-content textarea,
.main-content select,
.main-content fieldset {
  width: 75%;
}
@media screen and (max-width: 599px) {
  .main-content input,
  .main-content textarea,
  .main-content select,
  .main-content fieldset {
    width: 100%;
  }
}
.main-content button,
.main-content input[type="submit"] {
  width: auto;
}
@media screen and (max-width: 599px) {
  .main-content button,
  .main-content input[type="submit"] {
    width: 100%;
  }
}

.explanation p,
.captcha_text p {
  margin: 0;
}

.explanation {
  font-size: 0.875em;
  margin: -0.85714em 0 1.71429em;
  color: #717c8e;
}
.-color-inverted .explanation {
  color: #b2b9c4;
}

.captcha_text {
  display: block;
}
label .captcha_text {
  display: inline;
}

.sidebar form input,
.sidebar form textarea,
.sidebar form select,
.sidebar form fieldset,
.sidebar form button {
  width: 100%;
}
.sidebar form label {
  display: block;
  margin-bottom: 0.3125em;
  font-size: 1em;
}
.sidebar form input[type="checkbox"],
.sidebar form input[type="radio"],
.sidebar form input[type="image"] {
  width: auto;
}

/* ===========================================
 * Content elements
 * ======================================== */
.image_container {
  position: relative;
  display: inline-block;
  padding: 0.75em;
  border: 1px solid #b2b9c4;
  border-radius: 2px;
  background: white;
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.02)
  );
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.image_container.no-border,
.no-border .image_container {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: none;
}
.image_container.float_above {
  margin-top: 1.5em;
}
.image_container.float_below {
  margin-bottom: 1.5em;
}
.image_container img {
  display: block;
  width: 100%;
  height: auto;
}
.image_container a {
  position: relative;
  display: block;
  overflow: hidden;
  /* Fixes IE bug */
  text-decoration: none;
}
.image_container a:hover:before,
.image_container a:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.image_container a:hover:after,
.image_container a:focus:after {
  font: 1.5em/1 "RockSolid Icons";
  content: "\2b";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -0.5em;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}
.image_container a:hover img,
.image_container a:focus img {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.image_container figcaption,
.image_container .caption {
  /* overwrite elements style attribute */
  width: 100% !important;
  padding: 0.42857em 0 0;
  font-size: 0.875em;
  color: #717c8e;
}

.image_container.float_right,
.image_container.float_left {
  float: right;
  width: 37.5% !important;
  margin: 1.5em 0 1.125em 6.25%;
}
@media screen and (max-width: 599px) {
  .image_container.float_right,
  .image_container.float_left {
    margin-left: 0;
    float: none !important;
    width: auto !important;
    width: auto !important;
  }
}
.tao-no-sidebar .image_container.float_right,
.tao-no-sidebar .image_container.float_left {
  margin: 0.5em 0 1em 4%;
  width: 24% !important;
}
@media screen and (max-width: 900px) {
  .tao-no-sidebar .image_container.float_right,
  .tao-no-sidebar .image_container.float_left {
    margin-left: 6.25%;
    width: 37.5% !important;
  }
}
@media screen and (max-width: 599px) {
  .tao-no-sidebar .image_container.float_right,
  .tao-no-sidebar .image_container.float_left {
    margin-left: 0;
    width: auto !important;
  }
}
.no-resize .image_container.float_right,
.tao-no-sidebar .no-resize .image_container.float_right,
.image_container.float_right.no-resize,
.tao-no-sidebar .image_container.float_right.no-resize,
.no-resize .image_container.float_left,
.tao-no-sidebar .no-resize .image_container.float_left,
.image_container.float_left.no-resize,
.tao-no-sidebar .image_container.float_left.no-resize {
  width: auto !important;
}

.image_container.float_left {
  float: left;
  margin: 0.5em 6.25% 1em 0;
}
@media screen and (max-width: 599px) {
  .image_container.float_left {
    margin-right: 0;
  }
}
.tao-no-sidebar .image_container.float_left {
  margin: 0.5em 3.84615% 1em 0;
}
@media screen and (max-width: 900px) {
  .tao-no-sidebar .image_container.float_left {
    margin-right: 6.25%;
  }
}
@media screen and (max-width: 599px) {
  .tao-no-sidebar .image_container.float_left {
    margin-right: 0;
  }
}

.ce_youtube-wrapper {
  position: relative;
  margin: 1.5em 0;
  /* ratio 16 to 9 */
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.ce_youtube-wrapper iframe,
.ce_youtube-wrapper object,
.ce_youtube-wrapper embed,
.ce_youtube-wrapper .ce_youtube-wrapper-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce_youtube-wrapper-poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.ce_youtube-wrapper-poster:before {
  font: 1.25em/1 "RockSolid Icons";
  content: "\25b6";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.2em -1.675em;
  padding: 0.7em 1.2em 0.7em 1.4em;
  border-radius: 0.5em;
  color: white;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  transition: background-color 0.1s linear;
}
.ce_youtube-wrapper-poster:hover:before {
  opacity: 1;
  background: #cc181e;
}

.mejs-video:not(.mejs-container-fullscreen),
.mejs-audio:not(.mejs-container-fullscreen) {
  margin: 1.25em 0;
  background: transparent;
}
.mejs-video button,
.mejs-audio button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border-radius: 0;
  box-shadow: none;
}

.ce_gallery > ul.cols_1 > li {
  width: 100%;
}
.ce_gallery > ul.cols_2 > li {
  width: 49.25%;
}
.ce_gallery > ul.cols_3 > li {
  width: 32.33333%;
}
.ce_gallery > ul.cols_4 > li {
  width: 23.875%;
}
.ce_gallery > ul.cols_5 > li {
  width: 18.8%;
}
.ce_gallery > ul.cols_6 > li {
  width: 15.41667%;
}
.ce_gallery > ul.cols_7 > li {
  width: 13%;
}
.ce_gallery > ul.cols_8 > li {
  width: 11.1875%;
}
.ce_gallery > ul.cols_9 > li {
  width: 9.77778%;
}
.ce_gallery > ul.cols_10 > li {
  width: 8.65%;
}
.ce_gallery > ul.cols_11 > li {
  width: 7.72727%;
}
.ce_gallery > ul.cols_12 > li {
  width: 6.95833%;
}
@media screen and (max-width: 599px) {
  .ce_gallery.ce_gallery > ul > li {
    /* doubled class for specificity */
    width: auto;
  }
}
.ce_gallery.no-resize > ul > li {
  width: auto;
}
.main-content .ce_gallery {
  margin: 1.5em 0;
}
.ce_gallery > ul {
  zoom: 1;
  margin: 0 !important;
  padding: 0 0 1.5% 0 !important;
  list-style: none !important;
}
.ce_gallery > ul:before {
  content: "";
  display: table;
}
.ce_gallery > ul:after {
  content: "";
  display: table;
  clear: both;
}
.ce_gallery > ul > li {
  float: left;
  width: 23.875%;
  margin: 1.5% 0 0 1.5%;
}
@media screen and (max-width: 599px) {
  .ce_gallery > ul > li {
    margin-left: 0;
    margin-right: 1.5%;
  }
}
.ce_gallery > ul > li.col_first {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .ce_gallery > ul > li.col_first {
    clear: none;
  }
}
.ce_gallery > ul > li.col_last {
  /* for rounding failures */
  margin-right: -1%;
}
@media screen and (max-width: 599px) {
  .ce_gallery > ul > li.col_last {
    margin-right: 1.5%;
  }
}
.ce_gallery > ul > li > .image_container {
  display: block;
  width: 100%;
}
.ce_gallery img {
  width: 100%;
  height: auto;
}

.enclosure,
.sidebar .enclosure,
.ce_downloads,
.sidebar .ce_downloads {
  margin: 1.6875em 0;
  padding: 1.25em 1.875em;
  border: 1px solid #b2b9c4;
  border-radius: 3px;
}
.enclosure h1,
.enclosure h2,
.enclosure h3,
.enclosure h4,
.enclosure h5,
.enclosure h6,
.sidebar .enclosure h1,
.sidebar .enclosure h2,
.sidebar .enclosure h3,
.sidebar .enclosure h4,
.sidebar .enclosure h5,
.sidebar .enclosure h6,
.ce_downloads h1,
.ce_downloads h2,
.ce_downloads h3,
.ce_downloads h4,
.ce_downloads h5,
.ce_downloads h6,
.sidebar .ce_downloads h1,
.sidebar .ce_downloads h2,
.sidebar .ce_downloads h3,
.sidebar .ce_downloads h4,
.sidebar .ce_downloads h5,
.sidebar .ce_downloads h6 {
  margin: -1.75em -2.58333em 1.66667em;
  padding: 0.66667em 1.66667em;
  border-radius: 3px 3px 0 0;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.08333em;
  color: white;
  text-transform: uppercase;
  background: #717c8e;
}
.enclosure h1:before,
.enclosure h2:before,
.enclosure h3:before,
.enclosure h4:before,
.enclosure h5:before,
.enclosure h6:before,
.sidebar .enclosure h1:before,
.sidebar .enclosure h2:before,
.sidebar .enclosure h3:before,
.sidebar .enclosure h4:before,
.sidebar .enclosure h5:before,
.sidebar .enclosure h6:before,
.ce_downloads h1:before,
.ce_downloads h2:before,
.ce_downloads h3:before,
.ce_downloads h4:before,
.ce_downloads h5:before,
.ce_downloads h6:before,
.sidebar .ce_downloads h1:before,
.sidebar .ce_downloads h2:before,
.sidebar .ce_downloads h3:before,
.sidebar .ce_downloads h4:before,
.sidebar .ce_downloads h5:before,
.sidebar .ce_downloads h6:before {
  font: 1.16667em/1 "RockSolid Icons";
  content: "\e06d";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 0.07143em;
  float: right;
}
.enclosure ul,
.enclosure p,
.sidebar .enclosure ul,
.sidebar .enclosure p,
.ce_downloads ul,
.ce_downloads p,
.sidebar .ce_downloads ul,
.sidebar .ce_downloads p {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ce_accordion {
  color: #717c8e;
}
.ce_accordion[data-icon],
.ce_accordion[class^="icon-"],
.ce_accordion[class*=" icon-"] {
  position: relative;
}
.ce_accordion[data-icon]:before,
.ce_accordion[class^="icon-"]:before,
.ce_accordion[class*=" icon-"]:before {
  position: absolute;
  top: 0.75em;
  left: 1em;
  z-index: 1;
  font-size: 1.25em;
}
.ce_accordion[data-icon] .toggler,
.ce_accordion[class^="icon-"] .toggler,
.ce_accordion[class*=" icon-"] .toggler {
  padding-left: 3.125em;
}
.ce_accordion .toggler {
  position: relative;
  /* collapse borders */
  margin-bottom: -2px;
  padding: 0.6875em 2.5em 0.8125em 1.25em;
  border: 1px solid #b2b9c4;
  border-radius: 3px;
  outline: none;
  font-weight: bold;
  cursor: pointer;
  background: white;
}
.ce_accordion .toggler:after {
  font: 0.8125em/1 "RockSolid Icons";
  content: "\2b";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 1.38462em;
  right: 1.53846em;
}
.ce_accordion .toggler:hover {
  color: #1782c5;
  text-decoration: none;
}
.ce_accordion .toggler.ui-accordion-header-active:after {
  content: "\2212";
}
.ce_accordion + .ce_accordion .toggler {
  border-radius: 0 0 3px 3px;
}
.ce_accordion .accordion {
  zoom: 1;
  position: relative;
  /* collapse borders */
  margin-bottom: -2px;
  padding: 0.0625em 1.25em;
  border: 1px solid #b2b9c4;
  border-top-color: #d8dce1;
  border-radius: 0 0 3px 3px;
  background: #e5e5e5;
}
.ce_accordion .accordion:before {
  content: "";
  display: table;
}
.ce_accordion .accordion:after {
  content: "";
  display: table;
  clear: both;
}

.icon-boxes {
  zoom: 1;
  margin: 2.75em 0;
}
.icon-boxes:before {
  content: "";
  display: table;
}
.icon-boxes:after {
  content: "";
  display: table;
  clear: both;
}
.icon-boxes > h1,
.icon-boxes > h2,
.icon-boxes > h3,
.icon-boxes > h4,
.icon-boxes > h5,
.icon-boxes > h6 {
  margin-top: 0;
  margin-bottom: 1em;
}

.icon-boxes-item {
  position: relative;
  display: block;
  font-size: 0.875em;
  color: #717c8e;
  text-align: center;
  text-decoration: none;
}
.icon-boxes-item.-align-left {
  text-align: left;
}
.icon-boxes-item.-align-right {
  text-align: right;
}
.icon-boxes-item.-color-inverted,
.-color-inverted .icon-boxes-item {
  color: white;
}
.icon-boxes-item.-color-inverted:before,
.icon-boxes-item.-color-inverted.-inverted-icon:before,
.-color-inverted .icon-boxes-item:before,
.-color-inverted .icon-boxes-item.-inverted-icon:before {
  border-color: white;
  color: white;
  background-color: transparent;
}
.icon-boxes-item.-color-inverted h3,
.-color-inverted .icon-boxes-item h3 {
  color: white;
}
.icon-boxes-item.-boxed {
  top: 1.78571em;
  /* margin-top can not be used here because it's set by .rs-column */
  margin-bottom: 1.78571em;
  padding: 0 1.42857em 1.42857em;
  border: 1px solid #b2b9c4;
  border-radius: 3px;
}
.icon-boxes-item.-boxed.-headline-icon {
  top: auto;
  margin-bottom: 0;
  padding-top: 1.42857em;
}
.icon-boxes-item.-boxed:before {
  top: -0.46875em;
  margin-top: -0.46875em;
  margin-bottom: 0.125em;
}
.icon-boxes-item.-background-color {
  padding: 1.42857em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.icon-boxes-item.-background-color:before {
  background-color: inherit;
}
.icon-boxes-item.-background-color:hover:before,
.icon-boxes-item.-background-color:focus:before {
  background-color: inherit;
}
.icon-boxes-item.-boxed.-background-color {
  padding: 0 1.42857em 1.42857em;
}
.icon-boxes-item:hover,
.icon-boxes-item:focus {
  text-decoration: none;
}
.icon-boxes-item:before {
  width: 1em;
  height: 1em;
  margin: 0 0 0.59375em;
  padding: 0.34375em;
  border: 0.09375em solid #495c88;
  border-radius: 100%;
  font-size: 2.28571em;
  color: #495c88;
  text-align: center;
  background: transparent;
  -webkit-transition-property: opacity, -webkit-transform, color, background;
  -moz-transition-property: opacity, -moz-transform, color, background;
  -o-transition-property: opacity, -o-transform, color, background;
  transition-property: opacity, transform, color, background;
  -webkit-transition-duration: 0.2s, 0.2s, 0.2s, 0.8s;
  -moz-transition-duration: 0.2s, 0.2s, 0.2s, 0.8s;
  -o-transition-duration: 0.2s, 0.2s, 0.2s, 0.8s;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.8s;
}
.not-in-view > .icon-boxes-item:before,
.does-repeat.not-in-view > .icon-boxes-item:before,
.does-repeat .not-in-view > .icon-boxes-item:before {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.does-repeat.in-view > .icon-boxes-item:before,
.does-repeat .in-view > .icon-boxes-item:before,
.has-shown > .icon-boxes-item:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.icon-boxes-item:nth-of-type(12n + 1):before {
  -webkit-transition-delay: 0.1s, 0.1s, 0s, 0s;
  -moz-transition-delay: 0.1s, 0.1s, 0s, 0s;
  -o-transition-delay: 0.1s, 0.1s, 0s, 0s;
  transition-delay: 0.1s, 0.1s, 0s, 0s;
}
.icon-boxes-item:nth-of-type(12n + 2):before {
  -webkit-transition-delay: 0.2s, 0.2s, 0s, 0s;
  -moz-transition-delay: 0.2s, 0.2s, 0s, 0s;
  -o-transition-delay: 0.2s, 0.2s, 0s, 0s;
  transition-delay: 0.2s, 0.2s, 0s, 0s;
}
.icon-boxes-item:nth-of-type(12n + 3):before {
  -webkit-transition-delay: 0.3s, 0.3s, 0s, 0s;
  -moz-transition-delay: 0.3s, 0.3s, 0s, 0s;
  -o-transition-delay: 0.3s, 0.3s, 0s, 0s;
  transition-delay: 0.3s, 0.3s, 0s, 0s;
}
.icon-boxes-item:nth-of-type(12n + 4):before {
  -webkit-transition-delay: 0.4s, 0.4s, 0s, 0s;
  -moz-transition-delay: 0.4s, 0.4s, 0s, 0s;
  -o-transition-delay: 0.4s, 0.4s, 0s, 0s;
  transition-delay: 0.4s, 0.4s, 0s, 0s;
}
.icon-boxes-item:nth-of-type(12n + 5):before {
  -webkit-transition-delay: 0.5s, 0.5s, 0s, 0s;
  -moz-transition-delay: 0.5s, 0.5s, 0s, 0s;
  -o-transition-delay: 0.5s, 0.5s, 0s, 0s;
  transition-delay: 0.5s, 0.5s, 0s, 0s;
}
.icon-boxes-item:nth-of-type(12n + 6):before {
  -webkit-transition-delay: 0.6s, 0.6s, 0s, 0s;
  -moz-transition-delay: 0.6s, 0.6s, 0s, 0s;
  -o-transition-delay: 0.6s, 0.6s, 0s, 0s;
  transition-delay: 0.6s, 0.6s, 0s, 0s;
}
.icon-boxes-item:nth-of-type(12n + 7):before {
  -webkit-transition-delay: 0.7s, 0.7s, 0s, 0s;
  -moz-transition-delay: 0.7s, 0.7s, 0s, 0s;
  -o-transition-delay: 0.7s, 0.7s, 0s, 0s;
  transition-delay: 0.7s, 0.7s, 0s, 0s;
}
.icon-boxes-item:nth-of-type(12n + 8):before {
  -webkit-transition-delay: 0.8s, 0.8s, 0s, 0s;
  -moz-transition-delay: 0.8s, 0.8s, 0s, 0s;
  -o-transition-delay: 0.8s, 0.8s, 0s, 0s;
  transition-delay: 0.8s, 0.8s, 0s, 0s;
}
.icon-boxes-item:nth-of-type(12n + 9):before {
  -webkit-transition-delay: 0.9s, 0.9s, 0s, 0s;
  -moz-transition-delay: 0.9s, 0.9s, 0s, 0s;
  -o-transition-delay: 0.9s, 0.9s, 0s, 0s;
  transition-delay: 0.9s, 0.9s, 0s, 0s;
}
.icon-boxes-item:nth-of-type(12n + 10):before {
  -webkit-transition-delay: 1s, 1s, 0s, 0s;
  -moz-transition-delay: 1s, 1s, 0s, 0s;
  -o-transition-delay: 1s, 1s, 0s, 0s;
  transition-delay: 1s, 1s, 0s, 0s;
}
.icon-boxes-item:nth-of-type(12n + 11):before {
  -webkit-transition-delay: 1.1s, 1.1s, 0s, 0s;
  -moz-transition-delay: 1.1s, 1.1s, 0s, 0s;
  -o-transition-delay: 1.1s, 1.1s, 0s, 0s;
  transition-delay: 1.1s, 1.1s, 0s, 0s;
}
.icon-boxes-item:nth-of-type(12n + 12):before {
  -webkit-transition-delay: 1.2s, 1.2s, 0s, 0s;
  -moz-transition-delay: 1.2s, 1.2s, 0s, 0s;
  -o-transition-delay: 1.2s, 1.2s, 0s, 0s;
  transition-delay: 1.2s, 1.2s, 0s, 0s;
}
.icon-boxes-item.-inverted-icon:before {
  border-color: #495c88;
  color: white;
  background-color: #495c88;
}
.icon-boxes-item.-large-icon:before {
  font-size: 2.71429em;
  /* IE9 - IE11 */
  font-size: 2.375rem;
}
.icon-boxes-item.-headline-icon {
  text-align: left;
}
.icon-boxes-item.-headline-icon:before {
  float: left;
  top: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}
.icon-boxes-item.-headline-icon h3 {
  padding: 0.09524em 0 0 2.19048em;
}
.icon-boxes-item:hover:before,
.icon-boxes-item:focus:before {
  color: white;
  background-color: #495c88;
}
.icon-boxes-item:hover.-inverted-icon:before,
.icon-boxes-item:focus.-inverted-icon:before {
  color: #495c88;
  background-color: white;
}
.icon-boxes-item:hover.-headline-icon:before,
.icon-boxes-item:focus.-headline-icon:before {
  color: #495c88;
  background: none;
}
.icon-boxes-item h3 {
  margin: 0 0 0.66667em;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-size: 1.5em;
  color: #242424;
}
.icon-boxes-item p {
  margin: 0.5em 0;
}

.icon-boxes-item-link.-link {
  color: #1782c5;
}
.icon-boxes-item:hover > .icon-boxes-item-link.-link,
.icon-boxes-item:focus > .icon-boxes-item-link.-link {
  text-decoration: underline;
}
.-color-inverted .icon-boxes-item-link {
  color: white;
}

.rotating-boxes {
  zoom: 1;
  margin: 4% 0;
}
.rotating-boxes:before {
  content: "";
  display: table;
}
.rotating-boxes:after {
  content: "";
  display: table;
  clear: both;
}

.rotating-boxes-item {
  position: relative;
  color: #717c8e;
  text-decoration: none;
  -webkit-perspective: 750px;
  -moz-perspective: 750px;
  -ms-perspective: 750px;
  -o-perspective: 750px;
  perspective: 750px;
}
.rotating-boxes-item:hover,
.rotating-boxes-item:focus,
.rotating-boxes-item.hover {
  text-decoration: none;
}
.rotating-boxes-item:hover > .rotating-boxes-item-cover,
.rotating-boxes-item:focus > .rotating-boxes-item-cover,
.rotating-boxes-item.hover > .rotating-boxes-item-cover {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.rotating-boxes-item:hover > .rotating-boxes-item-content,
.rotating-boxes-item:focus > .rotating-boxes-item-content,
.rotating-boxes-item.hover > .rotating-boxes-item-content {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.rotating-boxes-item-cover,
.rotating-boxes-item-content {
  position: relative;
  border: 1px solid #b2b9c4;
  border-radius: 3px;
  background: white;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating-boxes-item-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #495c88;
}
.rotating-boxes-item-cover:before,
.rotating-boxes-item-cover:after {
  position: absolute;
  top: 50%;
  left: 50%;
}
.rotating-boxes-item-cover:before {
  margin: -1em 0 0 -0.5em;
  font-size: 2.625em;
}
.rotating-boxes-item-cover:after {
  content: attr(data-headline);
  left: 0;
  width: 100%;
  margin: 0.35714em 0 0;
  font-size: 1.75em;
  text-align: center;
}

.rotating-boxes-item-content {
  overflow: hidden;
  margin: -1em;
  padding: 1em 3.14286em;
  font-size: 0.875em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.rotating-boxes-item-content:before {
  position: absolute;
  top: 0;
  right: 0;
  margin: -0.3em;
  font-size: 14.28571em;
  color: #495c88;
  opacity: 0.2;
}
.rotating-boxes-item-content h3 {
  position: relative;
  margin: 0.66667em 0;
  font-size: 1.5em;
  color: #495c88;
}
.-color-inverted .rotating-boxes-item-content h3 {
  color: #495c88;
}
.rotating-boxes-item-content p {
  position: relative;
  margin: 1em 0;
}
.rotating-boxes-item-content .rotating-boxes-item-link {
  margin-top: 0;
}

.teaser-boxes,
.team-boxes {
  margin: 2.5em 0;
  zoom: 1;
}
.teaser-boxes:before,
.team-boxes:before {
  content: "";
  display: table;
}
.teaser-boxes:after,
.team-boxes:after {
  content: "";
  display: table;
  clear: both;
}
.teaser-boxes > h1,
.team-boxes > h1,
.teaser-boxes > h2,
.team-boxes > h2,
.teaser-boxes > h3,
.team-boxes > h3,
.teaser-boxes > h4,
.team-boxes > h4,
.teaser-boxes > h5,
.team-boxes > h5,
.teaser-boxes > h6,
.team-boxes > h6 {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.teaser-boxes-item,
.team-boxes-item {
  font-size: 0.875em;
  text-decoration: none;
  color: inherit;
  outline: none;
}
.teaser-boxes-item.-align-center,
.-align-center.team-boxes-item {
  text-align: center;
}
.teaser-boxes-item.-align-right,
.-align-right.team-boxes-item {
  text-align: right;
}
.-color-inverted .teaser-boxes-item,
.-color-inverted .team-boxes-item {
  color: #b2b9c4;
}
.-boxed > .teaser-boxes-item,
.-boxed > .team-boxes-item {
  color: #717c8e;
}
.teaser-boxes-item .image-wrapper,
.team-boxes-item .image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
}
.teaser-boxes-item .image-wrapper.-image-circle,
.team-boxes-item .image-wrapper.-image-circle {
  border-radius: 99em;
  overflow: hidden;
  /* Fixes hover in Chrome */
  opacity: 0.99;
}
.teaser-boxes-item .image-wrapper.-image-circle img,
.team-boxes-item .image-wrapper.-image-circle img {
  /* Fixes android bug with border-radius and overflow */
  border-radius: 99em;
}
.teaser-boxes-item .image-wrapper,
.team-boxes-item .image-wrapper,
.teaser-boxes-item .no-image,
.team-boxes-item .no-image {
  margin-bottom: 1.28571em;
}
.-boxed > .teaser-boxes-item .image-wrapper,
.-boxed > .team-boxes-item .image-wrapper,
.-boxed > .teaser-boxes-item .no-image,
.-boxed > .team-boxes-item .no-image {
  margin: -1.42857em -1.42857em 1.28571em;
}
.-boxed > .teaser-boxes-item,
.-boxed > .team-boxes-item {
  overflow: hidden;
  padding: 1.42857em;
  border: 1px solid #b2b9c4;
  border-radius: 3px;
  outline: none;
  background-color: white;
}
.teaser-boxes-item img,
.team-boxes-item img {
  display: block;
  width: 100%;
  height: auto;
}
.teaser-boxes-item .no-image,
.team-boxes-item .no-image {
  display: block;
  padding-top: 75%;
  background: #e5e8ee;
}
.teaser-boxes-item h3,
.team-boxes-item h3 {
  margin: 0 0 0.33333em;
  font-size: 1.28571em;
  font-weight: bold;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.-color-inverted .teaser-boxes-item h3,
.-color-inverted .team-boxes-item h3 {
  color: white;
}
.-color-inverted .-boxed .teaser-boxes-item h3,
.-color-inverted .-boxed .team-boxes-item h3 {
  color: #242424;
}
.teaser-boxes-item h4,
.team-boxes-item h4 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}
.teaser-boxes-item p,
.team-boxes-item p,
.teaser-boxes-item ul,
.team-boxes-item ul,
.teaser-boxes-item ol,
.team-boxes-item ol {
  margin: 0.42857em 0;
}
.teaser-boxes-item a,
.team-boxes-item a {
  margin-top: 0.57143em;
}
.-color-inverted .teaser-boxes-item a,
.-color-inverted .team-boxes-item a {
  color: inherit;
}
.teaser-boxes-item .image-wrapper.-has-hover:hover,
.team-boxes-item .image-wrapper.-has-hover:hover,
.teaser-boxes-item .image-wrapper.-has-hover:focus,
.team-boxes-item .image-wrapper.-has-hover:focus {
  outline: none;
}
.teaser-boxes-item .image-wrapper.-has-hover:hover:before,
.team-boxes-item .image-wrapper.-has-hover:hover:before,
.teaser-boxes-item .image-wrapper.-has-hover:focus:before,
.team-boxes-item .image-wrapper.-has-hover:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.teaser-boxes-item .image-wrapper.-has-hover:hover img,
.team-boxes-item .image-wrapper.-has-hover:hover img,
.teaser-boxes-item .image-wrapper.-has-hover:focus img,
.team-boxes-item .image-wrapper.-has-hover:focus img {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.teaser-boxes-item a.image-wrapper.-has-hover:hover,
.team-boxes-item a.image-wrapper.-has-hover:hover,
.teaser-boxes-item a.image-wrapper.-has-hover:focus,
.team-boxes-item a.image-wrapper.-has-hover:focus {
  /* Fixes IE bug */
  text-decoration: none;
}
.teaser-boxes-item a.image-wrapper.-has-hover:hover:after,
.team-boxes-item a.image-wrapper.-has-hover:hover:after,
.teaser-boxes-item a.image-wrapper.-has-hover:focus:after,
.team-boxes-item a.image-wrapper.-has-hover:focus:after {
  font: 1.5em/1 "RockSolid Icons";
  content: "\2b";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -0.5em;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}

.team-boxes-item h3 {
  font-size: 1.14286em;
}
.team-boxes-item .hover-image {
  position: absolute;
  top: auto;
  bottom: -100%;
  left: 0;
  width: 100%;
  -webkit-transition: bottom 0.2s ease-out;
  -moz-transition: bottom 0.2s ease-out;
  -o-transition: bottom 0.2s ease-out;
  transition: bottom 0.2s ease-out;
}
.team-boxes-item:hover .hover-image {
  bottom: 0;
}
.team-boxes-item > ul {
  margin: 0.57143em 0;
  padding: 0;
  list-style-type: none;
}
.team-boxes-item > ul li {
  display: inline;
}
.team-boxes-item > ul a {
  display: inline-block;
  overflow: hidden;
  padding: 0.57143em 0.57143em 0 0.07143em;
  outline: none;
  line-height: 0;
  /* Fixes Chrome bug */
  letter-spacing: -1em;
  text-indent: -99em;
  text-decoration: none;
}
.team-boxes-item > ul a:before {
  content: none;
}
.team-boxes-item > ul a:after {
  font: 1.28571em/1 "RockSolid Icons";
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
  letter-spacing: 0;
  color: #aab0bb !important;
}
.team-boxes-item > ul a:hover:after,
.team-boxes-item > ul a:focus:after {
  color: inherit !important;
}

.highlight-box {
  /* clearfix */
  overflow: hidden;
  display: table;
  width: 100%;
  margin: 1.5em 0;
  padding: 1.11111em 1.11111em;
  border: 1px solid #b2b9c4;
  border-radius: 3px;
  font-size: 1.125em;
  line-height: 1.50056;
  color: #717c8e;
}

.highlight-box-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .highlight-box-inner {
    display: block;
    margin-top: 1em;
    text-align: left;
  }
}
.highlight-box-inner:first-child {
  width: 65%;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .highlight-box-inner:first-child {
    width: auto;
    margin-top: 0;
  }
}
.highlight-box-inner h1:first-child,
.highlight-box-inner h2:first-child,
.highlight-box-inner h3:first-child,
.highlight-box-inner h4:first-child,
.highlight-box-inner p:first-child,
.highlight-box-inner ul:first-child,
.highlight-box-inner ol:first-child {
  margin: 0;
}
.highlight-box-inner p:last-child {
  margin-bottom: 0;
}

.highlight-box-link {
  font-size: 0.77778em;
}

.testimonial,
.main-content .testimonial {
  margin: 1.5em 0;
  font-size: 1em;
  line-height: 1.56313;
}
.testimonial:before,
.main-content .testimonial:before {
  content: none;
}
.-color-inverted .testimonial,
.-color-inverted .main-content .testimonial {
  color: white;
}
.testimonial > p,
.main-content .testimonial > p {
  position: relative;
  margin: 0;
  padding: 1.0625em 1.25em 1.125em;
  border: 1px solid #b2b9c4;
  border-radius: 3px;
}
.testimonial > p:before,
.testimonial > p:after,
.main-content .testimonial > p:before,
.main-content .testimonial > p:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 4.375em;
  width: 0;
  height: 0;
  border: solid transparent;
  border-top-color: #a4acb9;
  border-style: solid;
  border-width: 16px 16px 0 0;
}
@media screen and (max-width: 599px) {
  .testimonial > p:before,
  .testimonial > p:after,
  .main-content .testimonial > p:before,
  .main-content .testimonial > p:after {
    content: none;
  }
}
.testimonial > p:after,
.main-content .testimonial > p:after {
  margin-left: 1px;
  border-top-color: white;
  border-width: 14px 14px 0 0;
}
.testimonial.-large,
.main-content .testimonial.-large {
  margin: 2em 0;
  font-size: 1.125em;
  text-align: center;
}
.testimonial.-large:before,
.main-content .testimonial.-large:before {
  content: "\201c";
  position: static;
  display: block;
  margin: 0 0 -0.05556em;
  line-height: 1;
}
.testimonial.-large > p,
.main-content .testimonial.-large > p {
  padding: 0;
  border: 0;
  font-size: 1.33333em;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .testimonial.-large > p,
  .main-content .testimonial.-large > p {
    font-size: 1.11111em;
  }
}
.testimonial.-large > p:before,
.testimonial.-large > p:after,
.main-content .testimonial.-large > p:before,
.main-content .testimonial.-large > p:after {
  content: none;
}

.testimonial-author,
.testimonial .testimonial-author {
  /* clearfix */
  overflow: hidden;
  padding: 1em 0 0 0;
  font-size: 1em;
}
.testimonial-author img,
.testimonial .testimonial-author img {
  float: left;
  width: 3.25em;
  height: auto;
  margin-left: 1.3125em;
  border: 1px solid #e5e8ee;
  border: 1px solid rgba(113, 124, 142, 0.5);
  border-radius: 100%;
}
@media screen and (max-width: 599px) {
  .testimonial-author img,
  .testimonial .testimonial-author img {
    margin-left: 0;
  }
}
.testimonial-author > small,
.testimonial .testimonial-author > small {
  float: left;
  margin: 0.375em 0 0 1.25em;
  font-size: inherit;
  line-height: 1.2;
}
.testimonial-author > small b,
.testimonial .testimonial-author > small b {
  display: block;
  font-size: 0.875em;
  font-weight: 300;
}
.testimonial-author > img + small,
.testimonial-author > picture + small,
.testimonial .testimonial-author > img + small,
.testimonial .testimonial-author > picture + small {
  margin-left: 0.875em;
}

.testimonial.-large .testimonial-author {
  display: inline-block;
  min-height: 5.33333em;
  padding-top: 2em;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .testimonial.-large .testimonial-author {
    text-align: center;
  }
}
.testimonial.-large .testimonial-author > small {
  margin-left: 0;
  text-align: center;
}
.testimonial.-large .testimonial-author img {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .testimonial.-large .testimonial-author img {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
.testimonial.-large .testimonial-author > img + small,
.testimonial.-large .testimonial-author > picture + small {
  margin-left: 0.875em;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .testimonial.-large .testimonial-author > img + small,
  .testimonial.-large .testimonial-author > picture + small {
    margin-left: 0;
    text-align: center;
  }
}

.pricing-table {
  zoom: 1;
  margin: 2.75em 0;
}
.pricing-table:before {
  content: "";
  display: table;
}
.pricing-table:after {
  content: "";
  display: table;
  clear: both;
}
.pricing-table > h1,
.pricing-table > h2,
.pricing-table > h3,
.pricing-table > h4,
.pricing-table > h5,
.pricing-table > h6 {
  margin-top: 0;
}

.pricing-table-plan {
  position: relative;
  float: left;
  width: 33.33333%;
  margin: 0.875em -1px 0 0;
  border: 1px solid #b2b9c4;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .pricing-table-plan {
    float: none;
    width: auto !important;
    border-radius: 3px;
    margin-bottom: 1.6875em;
  }
}
.pricing-table-plan:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pricing-table-plan:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (max-width: 599px) {
  .pricing-table-plan:last-of-type {
    margin-bottom: 0;
  }
}
.-columns-1 > .pricing-table-plan {
  width: 100%;
}
.-columns-1 > .pricing-table-plan.-highlighted {
  width: 103%;
}
.-columns-2 > .pricing-table-plan {
  width: 50%;
}
.-columns-2 > .pricing-table-plan.-highlighted {
  width: 53%;
}
.-columns-3 > .pricing-table-plan {
  width: 33.33333%;
}
.-columns-3 > .pricing-table-plan.-highlighted {
  width: 36.33333%;
}
.-columns-4 > .pricing-table-plan {
  width: 25%;
}
.-columns-4 > .pricing-table-plan.-highlighted {
  width: 28%;
}
.-columns-5 > .pricing-table-plan {
  width: 20%;
}
.-columns-5 > .pricing-table-plan.-highlighted {
  width: 23%;
}
.-columns-6 > .pricing-table-plan {
  width: 16.66667%;
}
.-columns-6 > .pricing-table-plan.-highlighted {
  width: 19.66667%;
}
.pricing-table-plan.-highlighted {
  z-index: 1;
  width: 36.33333%;
  margin-right: -1.5%;
  margin-left: -1.5%;
  padding-bottom: 1.25em;
  border-radius: 3px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pricing-table-plan.-highlighted h3 {
  margin: -0.9375em -1px 0;
  padding-top: 1.8125em;
  border-radius: 3px 3px 0 0;
  color: white;
  background: #495c88;
}
.pricing-table-plan h3 {
  margin: 0;
  padding: 0.875em 0;
  border-bottom: 1px solid #e5e8ee;
  font-size: inherit;
  font-weight: bold;
  color: inherit;
}
.pricing-table-plan p {
  margin: 0;
  padding: 0.375em 0;
  border-bottom: 1px solid #e5e8ee;
  font-size: 3em;
  line-height: 1;
}
.pricing-table-plan p b {
  display: inline-block;
  vertical-align: super;
  margin-left: -0.83333em;
  font-weight: normal;
  font-size: 0.5em;
  color: #717c8e;
}
.pricing-table-plan p i {
  display: block;
  font-style: normal;
  font-size: 0.29167em;
  color: #717c8e;
}
.pricing-table-plan ul {
  margin: 0 0 -1px 0;
  padding: 0;
  list-style: none;
  font-size: 0.875em;
  color: #717c8e;
}
.pricing-table-plan li {
  display: block;
  padding: 0.5em;
  border-bottom: 1px solid #e5e8ee;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.pricing-table-plan li:hover {
  background-color: #e5e8ee;
  -webkit-transition-duration: 0.05s;
  -moz-transition-duration: 0.05s;
  -o-transition-duration: 0.05s;
  transition-duration: 0.05s;
}
.pricing-table-plan a {
  font-size: 0.75em;
  margin: 1.5em 0;
  padding: 0.83333em 1.66667em 0.75em;
}

.info-table {
  overflow: auto;
  border: 0;
}
.info-table td,
.info-table th {
  border-width: 0 0 1px;
}
.info-table .image-cell {
  padding: 20% 10%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .info-table .image-cell {
    padding: 0 0 5%;
  }
}

.feature-box {
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.feature-box:before {
  content: "";
  display: table;
}
.feature-box:after {
  content: "";
  display: table;
  clear: both;
}
.feature-box.-image-centered {
  text-align: center;
}
.feature-box.-vertical-centered {
  display: table;
  table-layout: fixed;
  /* Fixes IE bug */
  width: 100%;
}
.feature-box.-small {
  min-height: 300px;
}
.feature-box.-small.-vertical-centered {
  height: 300px;
}
@media screen and (max-width: 599px) {
  .feature-box.-small {
    min-height: 200px;
  }
  .feature-box.-small.-vertical-centered {
    height: 200px;
  }
}
.feature-box.-medium {
  min-height: 600px;
}
.feature-box.-medium.-vertical-centered {
  height: 600px;
}
@media screen and (max-width: 599px) {
  .feature-box.-medium {
    min-height: 400px;
  }
  .feature-box.-medium.-vertical-centered {
    height: 400px;
  }
}
.feature-box.-large {
  min-height: 900px;
}
.feature-box.-large.-vertical-centered {
  height: 900px;
}
@media screen and (max-width: 599px) {
  .feature-box.-large {
    min-height: 600px;
  }
  .feature-box.-large.-vertical-centered {
    height: 600px;
  }
}
.feature-box.-headline-dropshadow h1,
.feature-box.-headline-dropshadow h2,
.feature-box.-headline-dropshadow h3 {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
}

.feature-box-text {
  margin: 6.25em 48% 6.25em 0;
  color: #717c8e;
}
@media screen and (max-width: 900px) {
  .feature-box-text {
    margin-right: 37.5%;
  }
}
@media screen and (max-width: 599px) {
  .feature-box-text {
    margin: 2.25em 0;
  }
}
.-image-left > .feature-box-text {
  margin-right: 0;
  margin-left: 48%;
}
@media screen and (max-width: 900px) {
  .-image-left > .feature-box-text {
    margin-left: 37.5%;
  }
}
@media screen and (max-width: 599px) {
  .-image-left > .feature-box-text {
    margin-left: 0;
  }
}
.-image-centered > .feature-box-text {
  margin-right: 16%;
  margin-left: 16%;
}
@media screen and (max-width: 900px) {
  .-image-centered > .feature-box-text {
    margin-right: 0;
    margin-left: 0;
  }
}
.-image-centered > .feature-box-text + .feature-box-image {
  margin-top: -2.25em;
}
@media screen and (max-width: 599px) {
  .-image-centered > .feature-box-text + .feature-box-image {
    margin-top: 0;
  }
}
.-vertical-centered > .feature-box-text {
  display: table-cell;
  vertical-align: middle;
  width: 56%;
  margin: 0;
  padding: 4.5em 4% 4.5em 0;
}
@media screen and (max-width: 900px) {
  .-vertical-centered > .feature-box-text {
    width: 68.75%;
  }
}
@media screen and (max-width: 599px) {
  .-vertical-centered > .feature-box-text {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.-vertical-centered.-image-left > .feature-box-text {
  padding-right: 0;
  padding-left: 4%;
}
@media screen and (max-width: 599px) {
  .-vertical-centered.-image-left > .feature-box-text {
    padding-left: 0;
  }
}
.-vertical-centered.-image-centered > .feature-box-text {
  width: 100%;
  padding-right: 20%;
  padding-left: 20%;
}
@media screen and (max-width: 900px) {
  .-vertical-centered.-image-centered > .feature-box-text {
    padding-right: 0;
    padding-left: 0;
  }
}
.-no-image > .feature-box-text {
  width: 100%;
}
.-color-inverted .feature-box-text {
  color: white;
}
.no-margin .feature-box-text {
  margin: 0;
  padding: 0;
}
.no-margin-top .feature-box-text {
  margin-top: 0;
  padding-top: 0;
}
.no-margin-bottom .feature-box-text {
  margin-bottom: 0;
  padding-bottom: 0;
}
.feature-box-text h1,
.feature-box-text h2,
.feature-box-text h3 {
  margin: 0;
  color: #242424;
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .feature-box-text h1,
  .feature-box-text h2,
  .feature-box-text h3 {
    font-size: 1.57143em;
  }
}
.feature-box-text h1 + a,
.feature-box-text h2 + a,
.feature-box-text h3 + a {
  margin-top: 1.71429em;
}
.-color-inverted .feature-box-text h1,
.-color-inverted .feature-box-text h2,
.-color-inverted .feature-box-text h3 {
  color: white;
}
.feature-box-text h1.-small,
.feature-box-text h2.-small,
.feature-box-text h3.-small {
  font-size: 1.3125em;
}
.feature-box-text h1.-medium,
.feature-box-text h2.-medium,
.feature-box-text h3.-medium {
  font-size: 2.375em;
}
@media screen and (max-width: 599px) {
  .feature-box-text h1.-medium,
  .feature-box-text h2.-medium,
  .feature-box-text h3.-medium {
    font-size: 1.875em;
  }
}
.feature-box-text h1.-large,
.feature-box-text h2.-large,
.feature-box-text h3.-large {
  font-size: 2.875em;
}
@media screen and (max-width: 599px) {
  .feature-box-text h1.-large,
  .feature-box-text h2.-large,
  .feature-box-text h3.-large {
    font-size: 2em;
  }
}
.feature-box-text h1.-super-size,
.feature-box-text h2.-super-size,
.feature-box-text h3.-super-size {
  font-size: 3.625em;
}
@media screen and (max-width: 599px) {
  .feature-box-text h1.-super-size,
  .feature-box-text h2.-super-size,
  .feature-box-text h3.-super-size {
    font-size: 2.25em;
  }
}
.feature-box-text p {
  font-size: 1.125em;
}

.feature-box-image {
  display: block;
  float: right;
  width: 44%;
  margin: 3em 0 3em 4%;
}
@media screen and (max-width: 900px) {
  .feature-box-image {
    width: 31.25%;
  }
}
@media screen and (max-width: 599px) {
  .feature-box-image {
    width: 100%;
  }
}
.-image-left > .feature-box-image {
  float: left;
  margin-right: 4%;
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .-image-left > .feature-box-image {
    float: none;
    margin-right: 0;
  }
}
.-image-centered > .feature-box-image {
  float: none;
  width: 64%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .-image-centered > .feature-box-image {
    width: 100%;
  }
}
.-image-centered > .feature-box-image + .feature-box-text {
  margin-top: 3em;
}
.-image-top > .feature-box-image {
  margin-top: 0;
}
.-image-bottom > .feature-box-image {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .-image-bottom > .feature-box-image {
    position: static;
    margin-bottom: 3em;
  }
}
.-image-bottom.-image-left > .feature-box-image {
  right: auto;
  left: 0;
}
.-vertical-centered > .feature-box-image {
  display: table-cell;
  vertical-align: middle;
  float: none;
  margin: 0;
  padding: 3em 0;
}
@media screen and (max-width: 599px) {
  .-vertical-centered > .feature-box-image {
    display: block;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.-image-rounded > .feature-box-image img {
  border-radius: 99em;
}

.in-view > .feature-box-text,
.in-view > .feature-box-image {
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
  -moz-transition: opacity 0.6s linear, -moz-transform 0.6s ease-out;
  -o-transition: opacity 0.6s linear, -o-transform 0.6s ease-out;
  transition: opacity 0.6s linear, transform 0.6s ease-out;
}
.not-in-view > .feature-box-text.-fade,
.not-in-view > .feature-box-image.-fade {
  opacity: 0;
}
.in-view > .feature-box-text.-fade,
.in-view > .feature-box-image.-fade {
  opacity: 1;
}
.not-in-view > .feature-box-text.-move,
.not-in-view > .feature-box-image.-move {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.not-in-view > .feature-box-text.-move-right,
.not-in-view > .feature-box-image.-move-right {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.not-in-view > .feature-box-text.-move-top,
.not-in-view > .feature-box-image.-move-top {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.not-in-view > .feature-box-text.-move-bottom,
.not-in-view > .feature-box-image.-move-bottom {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.in-view > .feature-box-text.-move,
.in-view > .feature-box-image.-move {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.feature-box-text img,
.feature-box-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.counter-boxes {
  zoom: 1;
  text-align: center;
  margin: 3.125em 0;
}
.counter-boxes:before {
  content: "";
  display: table;
}
.counter-boxes:after {
  content: "";
  display: table;
  clear: both;
}
.counter-boxes > h2 {
  margin: 0 0 1.1875em 0;
  font-size: 1.75em;
  font-weight: bold;
  color: inherit;
}
.-color-inverted .counter-boxes > h2 {
  color: white;
}
.counter-boxes > h3 {
  margin: 0 0 1.80952em 0;
  font-size: 1.3125em;
  color: #717c8e;
}
.-color-inverted .counter-boxes > h3 {
  color: #b2b9c4;
}
.-color-inverted.-highlight-color .counter-boxes > h3 {
  color: #3b304d;
}
.counter-boxes > h2 + h3 {
  margin-top: -1.33333em;
}

.counter-boxes-item {
  text-decoration: none;
  color: inherit;
}
.counter-boxes-item:link:hover,
.counter-boxes-item:link:focus {
  text-decoration: none;
}
.counter-boxes-item:link:hover:before,
.counter-boxes-item:link:focus:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.counter-boxes-item:before {
  margin: 0;
  font-size: 2.25em;
  color: #717c8e;
}
.-color-inverted .counter-boxes-item:before {
  color: #b2b9c4;
}
.-color-inverted.-highlight-color .counter-boxes-item:before {
  color: #3b304d;
}
.counter-boxes-item p {
  margin: 0.06944em -0.5em 0.16667em;
  font-size: 4.5em;
  line-height: 1;
  color: #495c88;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .counter-boxes-item p {
    font-size: 2.875em;
  }
}
@media screen and (max-width: 599px) {
  .counter-boxes-item p {
    font-size: 2.25em;
  }
}
.-color-inverted.-highlight-color .counter-boxes-item p {
  color: #3b304d;
}
.counter-boxes-item h3 {
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
  color: inherit;
}
@media screen and (max-width: 900px) {
  .counter-boxes-item h3 {
    font-size: 1.25em;
  }
}
.counter-boxes-item h4 {
  margin: 0.28571em 0 0;
  font-size: 0.875em;
  color: #717c8e;
}
.-color-inverted .counter-boxes-item h4 {
  color: #b2b9c4;
}

.headline-box {
  margin: 2.25em 0;
  text-align: center;
}
.headline-box.-align-left {
  text-align: left;
}
.headline-box.-align-right {
  text-align: right;
}
.headline-box:before {
  display: block;
  width: 1.95455em;
  height: 1.95455em;
  margin: 0 auto 0.27273em auto;
  border-radius: 100%;
  font-size: 2.75em;
  font-weight: normal;
  line-height: 2.00023;
  text-align: center;
  background: white;
  background: rgba(255, 255, 255, 0.6);
}
.-color-inverted .headline-box:before {
  background: #353d47;
  background: rgba(53, 61, 71, 0.6);
}
.headline-box h2 {
  margin: 0;
  font-size: 1.5em;
  font-weight: normal;
  color: inherit;
}
.-color-inverted .headline-box h2 {
  color: inherit;
}
@media screen and (max-width: 599px) {
  .headline-box h2 {
    font-size: 1.3125em;
  }
}
.headline-box h2.-bold {
  font-weight: bold;
}
.headline-box h2.-small {
  font-size: 1.5em;
}
.headline-box h2.-medium {
  font-size: 2em;
}
@media screen and (max-width: 599px) {
  .headline-box h2.-medium {
    font-size: 1.5em;
  }
}
.headline-box h2.-large {
  font-size: 2.25em;
}
@media screen and (max-width: 599px) {
  .headline-box h2.-large {
    font-size: 1.75em;
  }
}
.headline-box h2.-super-size {
  font-size: 2.625em;
}
@media screen and (max-width: 599px) {
  .headline-box h2.-super-size {
    font-size: 2em;
  }
}
.headline-box h3 {
  margin: 0.44444em 0 0;
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1.5;
  color: #717c8e;
}
.-color-inverted.-highlight-color .headline-box h3 {
  color: #3b304d;
}
.-color-inverted .headline-box h3 {
  color: #b2b9c4;
}
.headline-box h3.-small {
  font-size: 1.125em;
}
.headline-box h3.-medium {
  font-size: 1.5em;
}
@media screen and (max-width: 599px) {
  .headline-box h3.-medium {
    font-size: 1.3125em;
  }
}
.headline-box h3.-large {
  font-size: 1.75em;
}
@media screen and (max-width: 599px) {
  .headline-box h3.-large {
    font-size: 1.5em;
  }
}
.headline-box h3.-super-size {
  font-size: 2.25em;
}
@media screen and (max-width: 599px) {
  .headline-box h3.-super-size {
    font-size: 1.625em;
  }
}
.headline-box.-button-inline h2,
.headline-box.-button-inline h3 {
  display: inline;
}
@media screen and (max-width: 599px) {
  .headline-box.-button-inline h2,
  .headline-box.-button-inline h3 {
    display: block;
  }
}

h2 + .headline-box-link,
h3 + .headline-box-link {
  margin-top: 1.92857em;
}
.headline-box-link.-quaternary {
  color: inherit;
}
.-align-left > .headline-box-link {
  float: right;
  margin: -0.14286em 0 0 3.14286em;
}
@media screen and (max-width: 599px) {
  .-align-left > .headline-box-link {
    float: none;
    margin: 0 0 1em;
  }
}
.-align-right > .headline-box-link {
  float: left;
  margin: -0.14286em 3.14286em 0 0;
}
@media screen and (max-width: 599px) {
  .-align-right > .headline-box-link {
    float: none;
    margin: 0 0 1em;
  }
}
.-button-inline > .headline-box-link {
  margin: 0 0 0 2.14286em;
}
@media screen and (max-width: 599px) {
  .-button-inline > .headline-box-link {
    margin: 1em 0 0;
  }
}

.projects {
  zoom: 1;
  clear: both;
}
.projects:before {
  content: "";
  display: table;
}
.projects:after {
  content: "";
  display: table;
  clear: both;
}

.projects-item {
  position: relative;
  float: left;
  overflow: hidden;
  border-top: 5px solid #e5e8ee;
  color: inherit;
}
.projects-item:nth-of-type(even) {
  border-top-color: #b2b9c4;
}
.projects-item.-large-col-1-1 {
  width: 100%;
}
.projects-item.-large-col-2-1 {
  width: 50%;
}
.projects-item.-large-col-3-1 {
  width: 33.33333%;
}
.projects-item.-large-col-4-1 {
  width: 25%;
}
.projects-item.-large-col-5-1 {
  width: 20%;
}
.projects-item.-large-col-6-1 {
  width: 16.66667%;
}
.projects-item.-large-col-7-1 {
  width: 14.28571%;
}
.projects-item.-large-col-8-1 {
  width: 12.5%;
}
.projects-item.-large-col-9-1 {
  width: 11.11111%;
}
.projects-item.-large-col-10-1 {
  width: 10%;
}
@media screen and (min-width: 1188px) {
  .projects-item.-verylarge-col-1-1 {
    width: 100%;
  }
  .projects-item.-verylarge-col-2-1 {
    width: 50%;
  }
  .projects-item.-verylarge-col-3-1 {
    width: 33.33333%;
  }
  .projects-item.-verylarge-col-4-1 {
    width: 25%;
  }
  .projects-item.-verylarge-col-5-1 {
    width: 20%;
  }
  .projects-item.-verylarge-col-6-1 {
    width: 16.66667%;
  }
  .projects-item.-verylarge-col-7-1 {
    width: 14.28571%;
  }
  .projects-item.-verylarge-col-8-1 {
    width: 12.5%;
  }
  .projects-item.-verylarge-col-9-1 {
    width: 11.11111%;
  }
  .projects-item.-verylarge-col-10-1 {
    width: 10%;
  }
}
@media screen and (max-width: 900px) {
  .projects-item.-medium-col-1-1 {
    width: 100%;
  }
  .projects-item.-medium-col-2-1 {
    width: 50%;
  }
  .projects-item.-medium-col-3-1 {
    width: 33.33333%;
  }
  .projects-item.-medium-col-4-1 {
    width: 25%;
  }
  .projects-item.-medium-col-5-1 {
    width: 20%;
  }
  .projects-item.-medium-col-6-1 {
    width: 16.66667%;
  }
  .projects-item.-medium-col-7-1 {
    width: 14.28571%;
  }
  .projects-item.-medium-col-8-1 {
    width: 12.5%;
  }
  .projects-item.-medium-col-9-1 {
    width: 11.11111%;
  }
  .projects-item.-medium-col-10-1 {
    width: 10%;
  }
}
@media screen and (max-width: 599px) {
  .projects-item.-small-col-1-1 {
    width: 100%;
  }
  .projects-item.-small-col-2-1 {
    width: 50%;
  }
  .projects-item.-small-col-3-1 {
    width: 33.33333%;
  }
  .projects-item.-small-col-4-1 {
    width: 25%;
  }
  .projects-item.-small-col-5-1 {
    width: 20%;
  }
  .projects-item.-small-col-6-1 {
    width: 16.66667%;
  }
  .projects-item.-small-col-7-1 {
    width: 14.28571%;
  }
  .projects-item.-small-col-8-1 {
    width: 12.5%;
  }
  .projects-item.-small-col-9-1 {
    width: 11.11111%;
  }
  .projects-item.-small-col-10-1 {
    width: 10%;
  }
}
.projects-item h3 {
  position: absolute;
  bottom: -3.125em;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0.625em 0 0.6875em;
  font-size: 1em;
  font-weight: bold;
  color: inherit;
  text-align: center;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: bottom 0.4s ease-out;
  -moz-transition: bottom 0.4s ease-out;
  -o-transition: bottom 0.4s ease-out;
  transition: bottom 0.4s ease-out;
}
.projects-item h3:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top: 0;
  border-bottom-color: white;
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.projects-item:hover h3,
.projects-item:focus h3 {
  bottom: 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.projects-item-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.projects-item-image img {
  display: block;
  width: 100%;
  height: auto;
}

.projects-item-image-hover {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  -webkit-transition: top 0.4s ease-out;
  -moz-transition: top 0.4s ease-out;
  -o-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}
.projects-item:hover .projects-item-image-hover,
.projects-item:focus .projects-item-image-hover {
  top: 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.google-map {
  position: relative;
  padding-bottom: 56.25%;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-map {
  position: relative;
  clear: both;
}

.info-map-gmap {
  height: 29.375em;
}
@media screen and (max-width: 599px) {
  .info-map-gmap {
    height: 20em;
    /* Add area for touch scrolling */
    margin-right: 5.55556%;
    margin-left: 5.55556%;
  }
}
.info-map-gmap:hover ~ .info-map-boxes {
  opacity: 0.2;
}
.info-map-gmap.-no-hover:hover ~ .info-map-boxes {
  opacity: 1;
}

.info-map-boxes {
  zoom: 1;
  position: relative;
  margin-top: -7.25em;
  margin-bottom: 2.75em;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.info-map-boxes:before {
  content: "";
  display: table;
}
.info-map-boxes:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 599px) {
  .info-map-boxes {
    margin-top: 1.375em;
  }
}

.info-map-boxes-item {
  padding: 0.71429em 1.42857em;
  border-radius: 3px;
  font-size: 0.875em;
  color: inherit;
  background: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 7px rgba(0, 0, 0, 0.15);
}
.info-map-boxes-item:before {
  float: right;
  margin: 0;
  padding: 0.15152em 0 0.45455em 0.30303em;
  font-size: 4.71429em;
  color: #495c88;
  background: white;
}
.info-map-boxes-item:hover,
.info-map-boxes-item:focus {
  text-decoration: none;
}
.info-map-boxes-item h3 {
  margin: 0.57143em 0;
  padding: 0 0 0.21429em;
  border-bottom: 1px solid #e5e8ee;
  color: #495c88;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
.info-map-boxes-item p {
  margin: 0.57143em 0;
}

.info-map-boxes-item-link {
  color: #1782c5;
}

.icon-buttons {
  text-align: center;
  margin: 2.25em 0;
}
.icon-buttons h3 {
  margin: 0;
  font-size: 1.125em;
  font-weight: normal;
}
.icon-buttons ul {
  margin: 1.25em 0;
  padding: 0;
  list-style: none;
}
.icon-buttons li {
  display: inline;
}
.icon-buttons a {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  overflow: hidden;
  margin: 0 0.5em;
  border: 2px solid #242424;
  border-radius: 3px;
  color: inherit;
  text-indent: -99em;
  line-height: 0;
}
.icon-buttons a:before {
  content: none;
}
.icon-buttons a:after {
  font: 1.5em/1 "RockSolid Icons";
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
  line-height: 1.58375;
}
.icon-buttons a:hover,
.icon-buttons a:focus {
  text-decoration: none;
  background: #242424;
  background: rgba(36, 36, 36, 0.25);
}
.-color-inverted .icon-buttons a {
  border-color: white;
}
.-color-inverted .icon-buttons a:hover,
.-color-inverted .icon-buttons a:focus {
  background: white;
  background: rgba(255, 255, 255, 0.25);
}

.icon-links li {
  padding-bottom: 0.4375em;
}
.icon-links a {
  text-decoration: none;
}
.icon-links a:hover span {
  text-decoration: underline;
}

.icon-links-label {
  color: #1782c5;
}

.tab-navigation {
  margin: 2.25em 0 0;
  border: 1px solid transparent;
  border-bottom-color: #b2b9c4;
  text-align: center;
}
.tab-navigation ul,
.tab-navigation li {
  margin: 0;
  padding: 0;
}
.tab-navigation ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .tab-navigation ul {
    display: inline;
  }
}
.tab-navigation li {
  display: table-cell;
  list-style-type: none;
  vertical-align: bottom;
}
@media screen and (max-width: 599px) {
  .tab-navigation li {
    display: block;
  }
}
.tab-navigation li:first-child a {
  margin-left: -1px;
}
.tab-navigation a {
  position: relative;
  display: block;
  margin: -1px -1px 0 0;
  padding: 0.5625em 1.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  outline: none;
  border: 1px solid #b2b9c4;
  border-bottom-width: 0;
  background-color: white;
}
@media screen and (max-width: 599px) {
  .tab-navigation a {
    margin: 0 -1px;
  }
}
.tab-navigation a:hover,
.tab-navigation a:focus {
  text-decoration: none;
}
.tab-navigation a.is-active {
  z-index: 1;
  box-shadow: 0 10px 0 -1px white, 0 -3px #1782c5,
    -3px 0 3px -1px rgba(0, 0, 0, 0.1), 3px 0 3px -1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 599px) {
  .tab-navigation a.is-active {
    border-color: #1782c5;
    color: white;
    background: #1782c5;
    box-shadow: 0 1px #1782c5;
  }
}
.tab-navigation.-image-tabs {
  border: 0;
}
.tab-navigation.-image-tabs ul,
.tab-navigation.-image-tabs li {
  display: inline;
}
.tab-navigation.-image-tabs a {
  display: inline-block;
  margin: 0;
  padding: 0.5625em 1.75em;
  border: 0;
  font-size: 1em;
  color: inherit;
  background: none;
}
.tab-navigation.-image-tabs a:hover,
.tab-navigation.-image-tabs a:focus {
  color: #1782c5;
}
.tab-navigation.-image-tabs a.is-active {
  color: #1782c5;
  box-shadow: none;
}
.tab-navigation.-image-tabs a.is-active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.4375em;
  border: 0.4375em solid transparent;
  border-top-color: #1782c5;
  border-bottom: 0;
}
.tab-navigation.-image-tabs a:before {
  display: block;
  margin: 0 auto 0.25em;
  font-size: 3em;
  color: #495c88;
}
.tab-navigation.-image-tabs a img {
  display: block;
  margin: 0 auto 0.75em;
}

.-columns-1 .tab-navigation-item {
  width: 100%;
}
.-columns-2 .tab-navigation-item {
  width: 50%;
}
.-columns-3 .tab-navigation-item {
  width: 33.33333%;
}
.-columns-4 .tab-navigation-item {
  width: 25%;
}
.-columns-5 .tab-navigation-item {
  width: 20%;
}
.-columns-6 .tab-navigation-item {
  width: 16.66667%;
}
@media screen and (max-width: 599px) {
  .tab-navigation-item.tab-navigation-item {
    width: auto;
  }
}

.tab-start.-has-border {
  margin-top: -1px;
  border: 1px solid #b2b9c4;
  padding-right: 2.5em;
  padding-left: 2.5em;
}

/* ===========================================
 * Modules (Search, FAQ, News, Events, Comments, Sitemap etc.)
 * ======================================== */
.fixed-note {
  position: fixed;
  display: table;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 3.75em;
  padding: 0.75em 1.25em 0.75em 5em;
  border-top: 1px solid #b2b9c4;
  z-index: 99;
  background-color: white;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .fixed-note {
    position: relative;
  }
}
@media screen and (max-width: 599px) {
  .fixed-note {
    display: block;
    padding-left: 1.25em;
  }
}
.fixed-note:before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: 0.83333em;
  font-size: 2.25em;
  color: #495c88;
}
@media screen and (max-width: 900px) {
  .fixed-note:before {
    top: 0.66667em;
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .fixed-note:before {
    position: static;
  }
}
.fixed-note h1,
.fixed-note h2,
.fixed-note h3 {
  font-size: 0.9375em;
  margin: 0.4em 0;
}
.fixed-note p {
  font-size: 0.875em;
  margin: 0.42857em 0;
}
@media screen and (max-width: 599px) {
  .fixed-note p {
    font-size: 1em;
  }
}

.fixed-note-column {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.625em;
}
.fixed-note-column:last-child {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .fixed-note-column:last-child {
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  .fixed-note-column {
    display: block;
    margin: 0.75em 0;
    padding: 0;
  }
}

.fixed-note-link,
.fixed-note-button {
  white-space: nowrap;
}

.fixed-note-button {
  margin: 0;
}

.fixed-note-closed {
  position: fixed;
  right: 1.875em;
  bottom: 0;
  z-index: 99;
  padding: 0.5em 0.75em;
  color: white;
  text-decoration: none;
  background: #37aadf;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1188px) {
  .fixed-note-closed {
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .fixed-note-closed {
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    bottom: auto;
    padding: 0.25em 0.75em;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 599px) {
  .fixed-note-closed {
    font-size: 1em;
  }
}
.fixed-note-closed:hover,
.fixed-note-closed:focus {
  background-color: #1f90c4;
}
.fixed-note-closed:before {
  font: 100%/1 "RockSolid Icons";
  content: "\e0a6";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
}
.fixed-note-closed > span {
  display: none;
}

.mod_breadcrumb {
  font-size: 0.8125em;
}
.mod_breadcrumb ul,
.mod_breadcrumb li {
  display: inline;
  margin: 0;
  padding: 0;
}
.mod_breadcrumb li:before {
  content: " \A0 / \A0 ";
}
.mod_breadcrumb li:first-child:before {
  content: none;
}
.mod_breadcrumb a {
  color: inherit;
  text-decoration: underline;
}
.mod_breadcrumb a:hover {
  text-decoration: none;
}

.back a:before,
.previous a:before,
.next a:after {
  font: 0.75em/1 "RockSolid Icons";
  content: "\e018";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: -0.16667em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.next a:after {
  content: "\e019";
  margin-right: 0;
  margin-left: 0.5em;
}

.pagination > p {
  text-align: center;
}
.pagination ul {
  list-style-type: none !important;
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination li a,
.pagination li span {
  padding: 4px 12px;
  background-color: white;
}
.pagination li .current {
  border-bottom: 1px solid #e5e8ee;
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.02)
  );
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.news-image-teaser {
  position: relative;
  margin: 2.25em 0;
  padding-left: 12.5%;
}
@media screen and (max-width: 599px) {
  .news-image-teaser {
    padding-left: 0;
  }
}
.news-image-teaser a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.news-image-teaser img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.news-image-teaser h2 {
  display: block;
  margin: 0.75em 0 0.25em;
  padding: 0 0 0.41667em;
  border-bottom: 1px solid #e5e8ee;
  font-size: 1.5em;
  font-weight: bold;
  color: inherit;
}
.news-image-teaser h2 a {
  color: inherit;
}
.news-image-teaser h2 a:hover {
  color: #1782c5;
  text-decoration: none;
}
.news-image-teaser p {
  margin: 0.625em 0;
  color: #717c8e;
}
.news-image-teaser .news-image-teaser-info {
  margin: 0 0 0.93333em;
  font-size: 0.9375em;
  color: #717c8e;
}

.news-image-teaser-meta {
  float: left;
  position: relative;
  left: -12.5%;
  width: 9.375%;
  margin-bottom: -6.25em;
  line-height: 1;
  text-align: center;
  border-right: 1px solid #e5e8ee;
}
@media screen and (max-width: 599px) {
  .news-image-teaser-meta {
    position: absolute;
    top: 0;
    left: 0;
    width: 18.75%;
    border-right: 0;
    background: white;
  }
  .news-image-teaser-meta + h2 {
    padding-top: 3.75em;
  }
}
.news-image-teaser-meta time {
  font-size: 2.125em;
  font-weight: bold;
}
.news-image-teaser-meta b {
  display: block;
  margin: -0.05556em 0 0.44444em;
  font-size: 0.52941em;
  font-weight: inherit;
  color: #717c8e;
  text-transform: uppercase;
}
.news-image-teaser-meta .comment-count {
  display: block;
  padding: 0.25em 0;
  border-top: 1px solid #e5e8ee;
  color: #717c8e;
}
.news-image-teaser-meta .comment-count:before {
  font: 100%/1 "RockSolid Icons";
  content: "\e053";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  bottom: 0.0625em;
  margin-right: 0.16667em;
  font-size: 0.75em;
}
.news-image-teaser-meta .comment-count:hover {
  color: #1782c5;
  text-decoration: none;
}

.news-list-boxed {
  zoom: 1;
  margin: 2.75em 0;
}
.news-list-boxed:before {
  content: "";
  display: table;
}
.news-list-boxed:after {
  content: "";
  display: table;
  clear: both;
}

.news-list-boxed-item {
  padding: 1.07143em;
  border: 1px solid #b2b9c4;
  border-radius: 3px;
  font-size: 0.875em;
  color: #717c8e;
}
.news-list-boxed-item h3 {
  margin: 0.38095em 0 0;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.38143;
  color: #717c8e;
}
.news-list-boxed-item h3 a {
  color: inherit;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.news-list-boxed-item h3 a:hover {
  color: #1782c5;
  text-decoration: none;
}
.news-list-boxed-item p {
  margin: 1em 0;
}
.news-list-boxed-item .news-list-boxed-item-info {
  margin-top: 0.66667em;
  padding-bottom: 0.5em;
  font-size: 0.85714em;
  border-bottom: 1px solid #e5e8ee;
}

.news-list-boxed-item-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-list-boxed-item-image.-no-image {
  padding-bottom: 56.81818%;
  background: #717c8e;
}
.news-list-boxed-item-image:hover,
.news-list-boxed-item-image:focus {
  opacity: 0.8;
}
.news-list-boxed-item-image:hover img,
.news-list-boxed-item-image:focus img {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news-list-boxed-item-image img {
  display: block;
  width: 100%;
  height: auto;
}
.news-list-boxed-item-image time {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: -0.77778em 0 0;
  font-size: 2.57143em;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.news-boxes {
  zoom: 1;
  margin: 2.75em 0;
}
.news-boxes:before {
  content: "";
  display: table;
}
.news-boxes:after {
  content: "";
  display: table;
  clear: both;
}

.news-boxes-item h3 {
  margin: 0;
  font-size: 1.125em;
  font-weight: bold;
  color: inherit;
}
.news-boxes-item h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.news-boxes-item h3 a:hover,
.news-boxes-item h3 a:focus {
  color: #1782c5;
}
.news-boxes-item p {
  margin: 0.5em 0;
}
.news-boxes-item .news-boxes-item-more {
  position: relative;
  margin: -0.9375em 0 0 0;
}
.news-boxes-item .news-boxes-item-more a {
  position: relative;
  top: 0;
  display: block;
  height: 2.0625em;
  color: white;
  color: transparent;
  text-decoration: none;
  background: white;
  box-shadow: 0 -7px 10px -7px rgba(0, 0, 0, 0.2),
    0 -8px 10px 7px rgba(255, 255, 255, 0.5);
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.news-boxes-item .news-boxes-item-more a:after {
  font: 1.5em/1 "RockSolid Icons";
  content: "\e009";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  width: 3.66667em;
  height: 100%;
  margin: 0 0 0 -1.83333em;
  padding: 0.20833em 0 0;
  border: 1px solid #e5e8ee;
  border-top: 0;
  border-radius: 0 0 1px 1px;
  color: #242424;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.news-boxes-item .news-boxes-item-more a:hover,
.news-boxes-item .news-boxes-item-more a:focus {
  top: 1.25em;
}
.news-boxes-item .news-boxes-item-more a:hover:before,
.news-boxes-item .news-boxes-item-more a:focus:before {
  content: "";
  position: absolute;
  top: -1.25em;
  left: 0;
  height: 1.25em;
  width: 100%;
}
.news-boxes-item .news-boxes-item-more a:hover:after,
.news-boxes-item .news-boxes-item-more a:focus:after {
  color: #1782c5;
}

.news-boxes-item-image {
  display: block;
  overflow: hidden;
}
.news-boxes-item-image.-no-image {
  padding-bottom: 56.81818%;
  background: #717c8e;
}
.news-boxes-item-image:hover,
.news-boxes-item-image:focus {
  opacity: 0.8;
}
.news-boxes-item-image:hover img,
.news-boxes-item-image:focus img {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news-boxes-item-image img {
  display: block;
  width: 100%;
  height: auto;
}

.news-boxes-item-info {
  margin: 0;
  font-size: 0.875em;
  color: #717c8e;
}

.main-content .mod_calendar {
  margin: 1.5em 0;
}
.mod_calendar th.previous a:after,
.mod_calendar th.previous a:before,
.mod_calendar th.next a:after,
.mod_calendar th.next a:before {
  display: none;
}
.mod_calendar th.current {
  border-right: 0;
  border-left: 0;
  text-align: center;
}
.mod_calendar th.current:before {
  font: 16px/1 "RockSolid Icons";
  content: "\e037";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-right: 6px;
}
.mod_calendar th.previous {
  border-right: 0;
}
.mod_calendar th.next {
  border-left: 0;
  text-align: right;
}
.mod_calendar th.label {
  font-size: 0.75em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.07143em;
}
@media screen and (max-width: 599px) {
  .mod_calendar th.label > span {
    display: none;
  }
}
.mod_calendar td {
  vertical-align: top;
  width: 14.28571%;
}
@media screen and (max-width: 599px) {
  .mod_calendar td {
    text-align: center;
  }
}
.mod_calendar td.today {
  font-weight: bold;
  background-color: #b2b9c4;
}
.mod_calendar .event {
  font-size: 0.75em;
}
.mod_calendar .minicalendar td {
  padding: 0.1875em;
  text-align: center;
}

.mod_eventlist > .header {
  font-weight: bold;
}
.mod_eventlist .event > h2 {
  margin-top: 0;
  font-size: 1.5em;
}

.mod_faqlist ul {
  list-style: none;
  padding-left: 0;
}
.mod_faqlist li:before {
  font: 100%/1 "RockSolid Icons";
  content: "\e0f7";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-right: 0.5em;
}

.mod_faqpage section {
  margin: 2.25em 0;
  padding-left: 4.5em;
}
.mod_faqpage h3 {
  position: relative;
  margin: 1em 0;
  padding: 0.47619em 0 0.71429em;
  border-bottom: 1px solid #e5e8ee;
  font-size: 1.3125em;
}
.mod_faqpage h3:before,
.mod_faqpage h3 + *:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: -2.57143em;
  width: 1em;
  padding: 0.35714em 0.39286em 0.42857em;
  border-radius: 100%;
  font-size: 1.33333em;
  line-height: 1;
  color: white;
  text-align: center;
  background: #495c88;
}
.mod_faqpage h3 + * {
  position: relative;
}
.mod_faqpage h3 + *:before {
  content: "A";
  left: -3.75em;
  font-size: 1em;
}
.mod_faqpage p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.mod_faqpage .info {
  font-size: 0.8125em;
  color: #717c8e;
}

.mod_faqreader .info {
  font-size: 0.8125em;
  color: #717c8e;
}

.mod_login form p.error {
  float: none;
  width: auto;
  margin: 1.125em 0;
}
.mod_login input {
  width: 80%;
}
@media screen and (max-width: 599px) {
  .mod_login input {
    width: 100%;
  }
}
.mod_login table {
  border: 0;
  box-shadow: none;
}
.mod_login table td {
  border: 0;
  padding: 0.375em 0;
}

.mod_search {
  margin: 1.6875em 0;
}
.mod_search form input {
  vertical-align: middle;
}
.mod_search form input[type="search"] {
  width: 74.375%;
  margin: 0;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.mod_search form input[type="submit"] {
  width: 25%;
  margin: 0 -2% 0 0;
}
@media screen and (max-width: 599px) {
  .mod_search form input[type="submit"] {
    padding-right: 0;
    padding-left: 0;
  }
}
.mod_search .relevance {
  float: right;
  margin-top: 0.71429em;
  font-size: 0.58333em;
}
.mod_search .header {
  padding-bottom: 0.3125em;
  border-bottom: 1px solid #b2b9c4;
  color: #717c8e;
}
.mod_search .highlight {
  padding: 0 0.25em;
  font-weight: bold;
  background: #d0e6f3;
}
.mod_search .url {
  padding-bottom: 1.42857em;
  border-bottom: 1px dotted #b2b9c4;
  font-size: 0.875em;
  color: #717c8e;
}
.mod_search .url:before {
  font: 100%/1 "RockSolid Icons";
  content: "\e0b5";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-right: 0.35714em;
}
.mod_search .url .filesize {
  font-size: 0.85714em;
}

.comment_default {
  margin: 1.6875em 0;
  padding: 1.25em 6.25% 0;
  border: 1px solid #b2b9c4;
  border-radius: 3px;
  font-size: 1em;
  background: white;
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.02)
  );
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.comment_default .info {
  margin-top: 0;
  border-bottom: 1px solid #b2b9c4;
}
.comment_default .reply {
  margin-left: 6.66667%;
}
.comment_default .reply .info {
  font-weight: bold;
}

.ce_comments .form {
  margin-top: 2.25em;
}
.ce_comments .form .widget {
  margin-top: 1.5em;
}
.ce_comments .form .widget:nth-of-type(-n + 4) {
  float: left;
  width: 46.66667%;
}
@media screen and (max-width: 599px) {
  .ce_comments .form .widget:nth-of-type(-n + 4) {
    width: 100%;
  }
}
.ce_comments .form .widget:nth-of-type(-2n + 4) {
  margin-right: -1%;
  margin-left: 6.66667%;
}
@media screen and (max-width: 599px) {
  .ce_comments .form .widget:nth-of-type(-2n + 4) {
    margin-right: 0;
    margin-left: 0;
  }
}
.ce_comments .form .widget:nth-of-type(5) {
  clear: both;
  padding-top: 1.5em;
}
.ce_comments .form .widget input {
  width: 100%;
}
.ce_comments .form .widget textarea {
  width: 100%;
}
.ce_comments .form .checkbox_container {
  margin: 0;
  border: 0;
  margin-top: -1.125em;
  padding: 0;
}
.ce_comments h2 + .form,
.ce_comments h2 + .form > form {
  margin-top: 0;
}

.mod_sitemap ul {
  padding-left: 0;
  list-style-type: none;
}
.mod_sitemap ul li:before {
  content: none;
}
.mod_sitemap ul li li {
  padding: 0.1875em 0 0.1875em 1.75em;
  font-size: 1em;
}
.mod_sitemap ul li li.submenu ul {
  margin: 0;
}
.mod_sitemap > ul > li:before {
  font: 100%/1 "RockSolid Icons";
  content: "\e083";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-right: 0.625em;
  color: #1782c5;
}
.mod_sitemap a:before {
  margin-right: 0.5em;
}

.mod_subscribe {
  position: relative;
}
.mod_subscribe input[type="text"],
.mod_subscribe input[type="email"] {
  width: 75%;
}
@media screen and (max-width: 599px) {
  .mod_subscribe input[type="text"],
  .mod_subscribe input[type="email"] {
    display: block;
    margin: 0 auto 0.625em;
  }
}
.mod_subscribe .submit {
  vertical-align: top;
  overflow: hidden;
  width: 20%;
  margin-top: 0;
  padding: 0.875em 1.25em 0.625em;
  text-align: center;
}
.mod_subscribe.-centered {
  text-align: center;
}
.centered-wrapper .mod_subscribe input[type="text"],
.centered-wrapper .mod_subscribe input[type="email"] {
  width: 30%;
  min-width: 16.25em;
}
.centered-wrapper .mod_subscribe .submit {
  width: auto;
}
.sidebar .mod_subscribe input[type="text"],
.sidebar .mod_subscribe input[type="email"] {
  width: 75%;
}
@media screen and (max-width: 599px) {
  .sidebar .mod_subscribe input[type="text"],
  .sidebar .mod_subscribe input[type="email"] {
    display: inline;
    margin: 0;
  }
}
.sidebar .mod_subscribe .submit {
  width: 20%;
  padding: 1em 0 0.78571em;
  text-indent: -99em;
  line-height: 0;
}
.sidebar .mod_subscribe .submit:after {
  font: 100%/1 "RockSolid Icons";
  content: "\e0ce";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  left: 1px;
  display: block;
  font-size: 1.14286em;
}

/* ===========================================
 * Sidebar / Widgets
 * ======================================== */
.sidebar {
  position: relative;
  float: left;
  width: 22.22222%;
  margin: 2.5em 0 0 3.7037%;
  font-size: 0.875em;
}
@media screen and (max-width: 900px) {
  .sidebar {
    float: none;
    clear: both;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .sidebar {
    margin-right: 5.55556%;
    margin-left: 5.55556%;
  }
}
.tao-sidebar-right .sidebar {
  float: right;
  margin-right: 3.7037%;
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .tao-sidebar-right .sidebar {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .tao-sidebar-right .sidebar {
    margin-right: 5.55556%;
    margin-left: 5.55556%;
  }
}
.tao-3-columns .sidebar {
  width: 18.51852%;
}
@media screen and (max-width: 900px) {
  .tao-3-columns .sidebar {
    width: auto;
  }
}
.tao-3-columns .sidebar.-right {
  left: 51.85185%;
  margin-right: -18.51852%;
}
@media screen and (max-width: 900px) {
  .tao-3-columns .sidebar.-right {
    left: auto;
    clear: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .tao-3-columns .sidebar.-right {
    margin-right: 5.55556%;
  }
}
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4 {
  margin: 2em 0 0.5em;
  padding: 0 0 0.42857em;
  font-size: 1em;
  font-weight: bold;
  color: #717c8e;
}
.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar table,
.sidebar blockquote,
.sidebar fieldset,
.sidebar form {
  margin: 1em 0;
}
.sidebar ul,
.sidebar ol {
  padding: 0;
  list-style-type: none;
}
.sidebar > .block {
  margin: 1.25em 0;
}
@media screen and (max-width: 900px) {
  .sidebar > .block {
    float: left;
    width: 41.66667%;
    margin-left: 5.55556%;
  }
}
@media screen and (max-width: 599px) {
  .sidebar > .block {
    float: none;
    width: auto;
    margin-left: 0;
  }
}
.sidebar .ce_youtube-wrapper {
  margin: 0.75em 0;
}
.sidebar .image_container {
  margin: 0.75em 0 0;
  padding: 0.5em;
}

@media screen and (max-width: 599px) {
  .sub-navigation {
    display: none;
  }
}
.sub-navigation > ul > li > a {
  color: #242424;
}
.sub-navigation ul {
  margin: 0;
  padding: 0;
}
.sub-navigation ul a,
.sub-navigation ul span.trail,
.sub-navigation ul span.active,
.sub-navigation ul span.forward {
  position: relative;
  display: block;
  margin: 0 -0.28571em;
  padding: 0.28571em;
  color: #717c8e;
  -webkit-transition: background-color 0.6s ease-in, color 0.6s ease-in;
  -moz-transition: background-color 0.6s ease-in, color 0.6s ease-in;
  -o-transition: background-color 0.6s ease-in, color 0.6s ease-in;
  transition: background-color 0.6s ease-in, color 0.6s ease-in;
}
.sub-navigation ul a:hover,
.sub-navigation ul span.trail:hover,
.sub-navigation ul span.active:hover,
.sub-navigation ul span.forward:hover {
  border-radius: 3px;
  color: #242424;
  text-decoration: none;
  background-color: #e5e8ee;
  -webkit-transition-duration: 0.05s;
  -moz-transition-duration: 0.05s;
  -o-transition-duration: 0.05s;
  transition-duration: 0.05s;
}
.sub-navigation ul a:before,
.sub-navigation ul span.trail:before,
.sub-navigation ul span.active:before,
.sub-navigation ul span.forward:before {
  margin-right: 0.42857em;
}
.sub-navigation ul a.active,
.sub-navigation ul span.active {
  color: #126497;
}
.sub-navigation ul a.trail,
.sub-navigation ul span.trail {
  color: #1782c5;
}
.sub-navigation ul ul {
  margin-left: 0.85714em;
}
.sub-navigation li {
  padding: 0.14286em 0.42857em;
  border-top: 1px solid #e5e8ee;
}
.sub-navigation li:before {
  content: none;
}
.sub-navigation li:first-child,
.sub-navigation li li li {
  border: 0;
}
.sub-navigation li li {
  margin-right: -0.42857em;
}

/* ===========================================
 * Footer
 * ======================================== */
.footer-bar {
  padding: 1.71429em 0;
  font-size: 0.875em;
  color: #717c8e;
}
.footer-bar.-color-inverted {
  color: white;
  background: #353d47;
}
.footer-bar h1,
.footer-bar h2,
.footer-bar h3 {
  margin: 1em 0;
  padding-bottom: 0.21429em;
  border-bottom: 1px solid #b2b9c4;
  font-size: 1em;
  font-weight: bold;
}
.footer-bar ul {
  list-style: none;
  padding: 0;
}
.footer-bar .form-row {
  margin: 1em 0;
}
.footer-bar label {
  display: block;
}
.footer-bar input,
.footer-bar textarea,
.footer-bar select,
.footer-bar fieldset {
  display: block;
  width: 100%;
}
.footer-bar input[type="submit"],
.footer-bar button {
  margin-top: 0.375em;
}
.footer-bar textarea {
  height: 6.25em;
}

.icon-text-block {
  position: relative;
  padding-left: 1.875em;
}
.icon-text-block:before {
  position: absolute;
  top: 0.21429em;
  left: 0;
}

.footer-news h1,
.footer-news h2,
.footer-news h3 {
  margin-bottom: 1.14286em;
}

.news-footer-item {
  margin: 0.57143em 0;
  min-height: 2.57143em;
}
.news-footer-item:hover time:before {
  top: 0.4em;
}
.news-footer-item:hover b {
  margin-top: 40px;
}
.news-footer-item time {
  position: relative;
  float: left;
  width: 3.6em;
  height: 3.6em;
  padding: 0.6em 0 0;
  overflow: hidden;
  font-size: 0.71429em;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  text-align: center;
  background: #353d47;
}
.news-footer-item time:before {
  font: 2em/1 "RockSolid Icons";
  content: "\e0dd";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: -1em;
  left: 0.4em;
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.news-footer-item time b {
  display: block;
  font-size: 1.4em;
  font-weight: inherit;
  -webkit-transition: margin 0.2s ease-out;
  -moz-transition: margin 0.2s ease-out;
  -o-transition: margin 0.2s ease-out;
  transition: margin 0.2s ease-out;
}
.-color-inverted .news-footer-item time {
  background: white;
  color: #242424;
}
.news-footer-item a {
  display: block;
  line-height: 1.28571em;
}
.news-footer-item time + a {
  padding-left: 3.1875em;
}

.footer-navigation {
  float: left;
  margin: 0;
  font-size: 0.875em;
  color: #717c8e;
  /*harm*/
  display: block;
  /*    border-bottom: 1px solid #b2b9c4;*/
}
@media screen and (max-width: 599px) {
  .footer-navigation {
    float: none;
    padding: 0.5em 0;
    text-align: center;
  }
}
.footer-navigation ul,
.footer-navigation li {
  display: inline;
  margin: 0;
  padding: 0;
}
.footer-navigation > ul > li:before {
  font-size: 0.75em;
}
.footer-navigation > ul > li a,
.footer-navigation > ul > li span.trail,
.footer-navigation > ul > li span.active,
.footer-navigation > ul > li span.forward {
  position: relative;
  display: inline-block;
  padding: 2.14286em 0;
  /*harm*/
  /*    margin-right: 3.14286em;*/
  margin-right: 0.625em;
  color: inherit;
}
@media screen and (max-width: 900px) {
  .footer-navigation {
    /*harm*/
    display: none;
  }

  .footer-navigation > ul > li a,
  .footer-navigation > ul > li span.trail,
  .footer-navigation > ul > li span.active,
  .footer-navigation > ul > li span.forward {
    margin-right: 1.57143em;
  }
}
@media screen and (max-width: 599px) {
  .footer-navigation > ul > li a,
  .footer-navigation > ul > li span.trail,
  .footer-navigation > ul > li span.active,
  .footer-navigation > ul > li span.forward {
    margin: 0 0.78571em;
    padding: 0.5em 0;
  }
}
.footer-navigation > ul > li a:before,
.footer-navigation > ul > li span.trail:before,
.footer-navigation > ul > li span.active:before,
.footer-navigation > ul > li span.forward:before {
  content: none;
}
.footer-navigation > ul > li a:after,
.footer-navigation > ul > li span.trail:after,
.footer-navigation > ul > li span.active:after,
.footer-navigation > ul > li span.forward:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  right: 50%;
  left: 50%;
  border-top: 2px solid #717c8e;
  -webkit-transition: right 0.4s ease-out, left 0.4s ease-out;
  -moz-transition: right 0.4s ease-out, left 0.4s ease-out;
  -o-transition: right 0.4s ease-out, left 0.4s ease-out;
  transition: right 0.4s ease-out, left 0.4s ease-out;
}
.footer-navigation > ul > li a:hover,
.footer-navigation > ul > li span.trail:hover,
.footer-navigation > ul > li span.active:hover,
.footer-navigation > ul > li span.forward:hover {
  text-decoration: none;
}
.footer-navigation > ul > li a:hover:after,
.footer-navigation > ul > li span.trail:hover:after,
.footer-navigation > ul > li span.active:hover:after,
.footer-navigation > ul > li span.forward:hover:after {
  right: 0;
  left: 0;
  -webkit-transition-duration: 0.1s, 0.1s;
  -moz-transition-duration: 0.1s, 0.1s;
  -o-transition-duration: 0.1s, 0.1s;
  transition-duration: 0.1s, 0.1s;
}

.footer-icon-links {
  float: right;
  margin: 0;
  padding: 0;
  border-right: 1px solid #b2b9c4;
}
@media screen and (max-width: 599px) {
  .footer-icon-links {
    float: none;
    border-right: 0;
    text-align: center;
  }
}
.footer-icon-links li {
  display: inline;
}
.footer-icon-links a {
  float: left;
  position: relative;
  width: 2.75em;
  height: 5.0625em;
  overflow: hidden;
  border-left: 1px solid #b2b9c4;
  line-height: 0;
  /* Fixes Chrome bug */
  letter-spacing: -1em;
  color: #717c8e;
  text-indent: -99em;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .footer-icon-links a {
    display: inline-block;
    float: none;
    height: 2.75em;
    border-left: 0;
  }
}
.footer-icon-links a:before,
.footer-icon-links a:after {
  font: 1.375em/1 "RockSolid Icons";
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 0.04545em;
  line-height: 3.68227;
  letter-spacing: 0;
  text-align: center;
  background: white;
  -webkit-transition: top 0.5s ease-out;
  -moz-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}
@media screen and (max-width: 599px) {
  .footer-icon-links a:before,
  .footer-icon-links a:after {
    line-height: 2.00045;
  }
}
.footer-icon-links a:after {
  top: 100%;
  color: white;
  background: transparent;
}
.footer-icon-links a:hover:before,
.footer-icon-links a:hover:after,
.footer-icon-links a:focus:before,
.footer-icon-links a:focus:after {
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.footer-icon-links a:hover:before,
.footer-icon-links a:focus:before {
  top: -100%;
}
.footer-icon-links a:hover:after,
.footer-icon-links a:focus:after {
  top: 0;
}

.footer-copyright {
  float: left;
  margin: 0;
  padding: 2.14286em 0;
  font-size: 0.875em;
  color: #717c8e;
}
.footer-copyright .rocksolid-copyright {
  color: inherit;
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .footer-copyright {
    float: none;
    padding-bottom: 1em;
  }
}

.footer-links {
  float: right;
  margin: 0;
  padding: 2.14286em 0;
  font-size: 0.875em;
  color: #717c8e;
}
@media screen and (max-width: 900px) {
  .footer-links {
    float: none;
    padding-top: 0;
  }
}
.footer-links ul,
.footer-links li {
  display: inline;
  margin: 0;
  padding: 0;
}
.footer-links li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.78571em;
  margin: 0 0.57143em 0 0.35714em;
  background: #717c8e;
}
.footer-links li:first-child:before {
  content: none;
}
.footer-links a,
.footer-links span.trail,
.footer-links span.active,
.footer-links span.forward {
  color: inherit;
}

.footer-top-link {
  position: relative;
  display: block;
  width: 2.875em;
  height: 2.875em;
  margin: 0 auto;
  color: #242424;
  white-space: nowrap;
}
.footer-top-link:after {
  font: 1em/1 "RockSolid Icons";
  content: "\e01a";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0.9375em;
  border: 1px solid #b2b9c4;
  border-bottom: 0;
  border-radius: 1px 1px 0 0;
  text-align: center;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}
.footer-top-link > span {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1em 0.71429em 0;
  font-size: 0.875em;
  color: #717c8e;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer-top-link > span + span {
  right: auto;
  left: 0;
}
.footer-top-link:hover,
.footer-top-link:focus {
  /* Fixes IE bug */
  text-decoration: none;
}
.footer-top-link:hover > span,
.footer-top-link:focus > span {
  right: 100%;
  opacity: 1;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.footer-top-link:hover > span + span,
.footer-top-link:focus > span + span {
  right: auto;
  left: 100%;
}

/* ===========================================
 * Slider
 * ======================================== */
.main-slider {
  height: 600px;
}
@media screen and (max-width: 599px) {
  .main-slider {
    height: auto;
  }
  .main-slider img {
    max-width: 100%;
    height: auto;
  }
}

.rsts-skin-testimonials .testimonial {
  margin: 0;
}
.rsts-skin-testimonials.rsts-main {
  position: relative;
  margin: 1.6875em 0;
  padding: 2em 0 0 0;
}
.rsts-skin-testimonials .rsts-header {
  margin-top: -2em;
}
.rsts-skin-testimonials .rsts-header h1,
.rsts-skin-testimonials .rsts-header h2,
.rsts-skin-testimonials .rsts-header h3,
.rsts-skin-testimonials .rsts-header h4,
.rsts-skin-testimonials .rsts-header h5,
.rsts-skin-testimonials .rsts-header h6 {
  margin: 0 0 1em;
  padding: 0 5em;
  font-size: 0.875em;
  font-weight: bold;
  color: #717c8e;
  text-align: center;
}
.rsts-skin-testimonials .rsts-prev,
.rsts-skin-testimonials .rsts-next {
  position: absolute;
  top: -2.375em;
  right: 1.375em;
  overflow: hidden;
  text-indent: -99em;
  line-height: 0;
}
.rsts-skin-testimonials .rsts-prev:hover,
.rsts-skin-testimonials .rsts-prev:focus,
.rsts-skin-testimonials .rsts-next:hover,
.rsts-skin-testimonials .rsts-next:focus {
  text-decoration: none;
}
.rsts-skin-testimonials .rsts-prev:after,
.rsts-skin-testimonials .rsts-next:after {
  font: 0.875em/1 "RockSolid Icons";
  content: "\e018";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
  padding: 0.57143em;
  color: #b2b9c4;
}
.rsts-skin-testimonials .rsts-prev:hover:after,
.rsts-skin-testimonials .rsts-prev:focus:after,
.rsts-skin-testimonials .rsts-next:hover:after,
.rsts-skin-testimonials .rsts-next:focus:after {
  color: #959fae;
}
.rsts-skin-testimonials .rsts-next {
  right: -0.5625em;
}
.rsts-skin-testimonials .rsts-next:after {
  content: "\e019";
}
.rsts-skin-testimonials .rsts-nav {
  position: absolute;
  left: -4px;
  top: 0;
  line-height: 0;
}
.rsts-skin-testimonials .rsts-nav ul {
  margin: 0;
  padding: 0;
}
.rsts-skin-testimonials .rsts-nav li {
  display: inline;
}
.rsts-skin-testimonials .rsts-nav a {
  float: left;
  width: 18px;
  height: 18px;
  overflow: hidden;
  outline: none;
  padding: 5px;
  text-indent: -99em;
}
.rsts-skin-testimonials .rsts-nav a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #b2b9c4;
  border-radius: 100%;
  background: #b2b9c4;
  background: rgba(178, 185, 196, 0.5);
}
.rsts-skin-testimonials .rsts-nav a:hover:after,
.rsts-skin-testimonials .rsts-nav a.active:after {
  background-color: #b2b9c4;
}
.rsts-skin-testimonials .rsts-nav-prev,
.rsts-skin-testimonials .rsts-nav-next {
  display: none !important;
}

.rsts-skin-tao.rsts-main {
  position: relative;
}
.rsts-skin-tao .rsts-caption {
  position: absolute;
  top: 1.25em;
  left: 1.25em;
  padding: 0.1875em 0.625em;
  color: white;
  border-radius: 3px;
  background-color: #495c88;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.rsts-skin-tao .rsts-prev,
.rsts-skin-tao .rsts-next,
.rsts-skin-tao .rsts-video-play,
.rsts-skin-tao .rsts-video-stop {
  position: absolute;
  top: 50%;
  left: 1.25em;
  margin-top: -1.375em;
  border-radius: 3px;
  overflow: hidden;
  text-indent: -99em;
  line-height: 0;
  background-color: #495c88;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.rsts-skin-tao .rsts-prev:hover,
.rsts-skin-tao .rsts-prev:focus,
.rsts-skin-tao .rsts-next:hover,
.rsts-skin-tao .rsts-next:focus,
.rsts-skin-tao .rsts-video-play:hover,
.rsts-skin-tao .rsts-video-play:focus,
.rsts-skin-tao .rsts-video-stop:hover,
.rsts-skin-tao .rsts-video-stop:focus {
  text-decoration: none;
}
.sidebar .rsts-skin-tao .rsts-prev,
.sidebar .rsts-skin-tao .rsts-next,
.sidebar .rsts-skin-tao .rsts-video-play,
.sidebar .rsts-skin-tao .rsts-video-stop {
  bottom: 0.375em;
}
.rsts-skin-tao .rsts-prev:after,
.rsts-skin-tao .rsts-next:after,
.rsts-skin-tao .rsts-video-play:after,
.rsts-skin-tao .rsts-video-stop:after {
  font: 0.875em/1 "RockSolid Icons";
  content: "\e018";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
  padding: 1.07143em;
  color: white;
}
.rsts-skin-tao:hover .rsts-prev,
.rsts-skin-tao:hover .rsts-next,
.rsts-skin-tao:hover .rsts-nav,
.rsts-skin-tao:hover .rsts-caption {
  opacity: 0.8;
}
.rsts-skin-tao:hover .rsts-prev:hover,
.rsts-skin-tao:hover .rsts-next:hover,
.rsts-skin-tao:hover .rsts-nav:hover,
.rsts-skin-tao:hover .rsts-caption:hover {
  opacity: 1;
}
.rsts-skin-tao .rsts-next {
  left: auto;
  right: 1.25em;
}
.rsts-skin-tao .rsts-next:after {
  content: "\e019";
}
.tao-fullwidth .tagline .rsts-skin-tao .rsts-prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}
.tao-fullwidth .tagline .rsts-skin-tao .rsts-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.rsts-skin-tao .rsts-nav {
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 599px) {
  .rsts-skin-tao .rsts-nav {
    bottom: 30px;
  }
}
.rsts-skin-tao .rsts-nav ul {
  /* Setting height to zero to fix click area */
  height: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
.rsts-skin-tao .rsts-nav li {
  display: inline;
}
.rsts-skin-tao .rsts-nav a {
  display: inline-block;
  outline: none;
  margin: 3px;
  padding: 5px;
}
.rsts-skin-tao .rsts-nav-bullets a {
  overflow: hidden;
  width: 18px;
  height: 18px;
  padding: 6px;
  line-height: 0;
  text-indent: -99em;
}
.rsts-skin-tao .rsts-nav-bullets a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid #495c88;
  border-radius: 100%;
  background-color: white;
}
.rsts-skin-tao .rsts-nav-bullets a:hover:after,
.rsts-skin-tao .rsts-nav-bullets a.active:after {
  background-color: #495c88;
}
.rsts-skin-tao .rsts-nav-numbers a,
.rsts-skin-tao .rsts-nav-tabs a {
  margin: 5px;
  border: 2px solid #495c88;
  border-radius: 3px;
  font-size: 0.8125em;
  line-height: 0.61538em;
  color: #717c8e;
  background-color: white;
}
.rsts-skin-tao .rsts-nav-numbers a:hover,
.rsts-skin-tao .rsts-nav-numbers a.active,
.rsts-skin-tao .rsts-nav-tabs a:hover,
.rsts-skin-tao .rsts-nav-tabs a.active {
  color: white;
  background-color: #495c88;
  text-decoration: none;
}
.rsts-skin-tao .rsts-nav-prev,
.rsts-skin-tao .rsts-nav-next {
  display: none !important;
}
.rsts-skin-tao .rsts-video-play,
.rsts-skin-tao .rsts-video-stop {
  opacity: 1;
}
.rsts-skin-tao .rsts-video-play {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 5.25em;
  height: 5.25em;
  margin: -2.625em 0 0 -2.625em;
  border: 3px solid #495c88;
  border-radius: 100%;
  background-color: rgba(133, 112, 166, 0.6);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.rsts-skin-tao .rsts-video-play:after {
  content: "\25b6";
  padding: 0;
  margin-left: 0.21429em;
  font-size: 1.75em;
  line-height: 2.78571em;
  text-align: center;
}
.rsts-skin-tao .rsts-video-play:hover {
  background-color: #495c88;
}
.rsts-skin-tao .rsts-video-stop {
  top: 20px;
  right: 20px;
  left: auto;
  margin-top: 0;
  border-radius: 3px;
}
.rsts-skin-tao .rsts-video-stop:after {
  content: "\d7";
  color: white;
  padding: 0.78571em;
}
.rsts-skin-tao .rsts-video-youtube > .rsts-video-stop {
  top: 30px;
  right: 10px;
  background-color: #1b1b1b;
}
.rsts-skin-tao .rsts-video-youtube > .rsts-video-stop:hover {
  background-color: #cc181e;
}
.rsts-skin-tao .rsts-video-vimeo > .rsts-video-stop {
  top: 10px;
  right: auto;
  left: 10px;
  background-color: #111a19;
}
.rsts-skin-tao .rsts-video-vimeo > .rsts-video-stop:hover {
  background-color: #00adef;
}
.rsts-skin-tao .rsts-video-ipad > .rsts-video-iframe {
  padding-top: 38px;
  background-color: black;
}
.rsts-skin-tao .rsts-video-ipad > .rsts-video-stop {
  top: 1px;
  right: 10px;
  left: auto;
}
.rsts-skin-tao.rsts-video-playing .rsts-nav,
.rsts-skin-tao.rsts-video-playing .rsts-prev,
.rsts-skin-tao.rsts-video-playing .rsts-next {
  display: none;
}
.rsts-skin-tao.rsts-touch .rsts-nav {
  opacity: 1;
}
.rsts-skin-tao .rsts-progress {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: black;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.rsts-skin-tao .rsts-progress div {
  height: 100%;
  background-color: white;
}
.rsts-skin-tao .rsts-progress.rsts-progress-active {
  opacity: 0.3;
}

.rsts-skin-testimonials-centered.rsts-main,
.rsts-skin-partner.rsts-main,
.rsts-skin-mega-dropdown.rsts-main {
  position: relative;
  margin: 2.25em 0;
}
.rsts-skin-testimonials-centered .rsts-view,
.rsts-skin-partner .rsts-view,
.rsts-skin-mega-dropdown .rsts-view {
  padding: 0 3.75em;
}
@media screen and (max-width: 599px) {
  .rsts-skin-testimonials-centered .rsts-view,
  .rsts-skin-partner .rsts-view,
  .rsts-skin-mega-dropdown .rsts-view {
    padding-right: 1.875em;
    padding-left: 1.875em;
  }
}
.rsts-skin-testimonials-centered .rsts-nav ul,
.rsts-skin-partner .rsts-nav ul,
.rsts-skin-mega-dropdown .rsts-nav ul {
  height: 0;
  margin: 0;
}
.rsts-skin-testimonials-centered .rsts-prev,
.rsts-skin-testimonials-centered .rsts-next,
.rsts-skin-partner .rsts-prev,
.rsts-skin-partner .rsts-next,
.rsts-skin-mega-dropdown .rsts-prev,
.rsts-skin-mega-dropdown .rsts-next {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1em;
  border: 1px solid #e5e8ee;
  overflow: hidden;
  text-indent: -99em;
  line-height: 0;
  background-color: white;
}
.rsts-skin-testimonials-centered .rsts-prev:hover,
.rsts-skin-testimonials-centered .rsts-prev:focus,
.rsts-skin-testimonials-centered .rsts-next:hover,
.rsts-skin-testimonials-centered .rsts-next:focus,
.rsts-skin-partner .rsts-prev:hover,
.rsts-skin-partner .rsts-prev:focus,
.rsts-skin-partner .rsts-next:hover,
.rsts-skin-partner .rsts-next:focus,
.rsts-skin-mega-dropdown .rsts-prev:hover,
.rsts-skin-mega-dropdown .rsts-prev:focus,
.rsts-skin-mega-dropdown .rsts-next:hover,
.rsts-skin-mega-dropdown .rsts-next:focus {
  text-decoration: none;
}
.sidebar .rsts-skin-testimonials-centered .rsts-prev,
.sidebar .rsts-skin-testimonials-centered .rsts-next,
.sidebar .rsts-skin-partner .rsts-prev,
.sidebar .rsts-skin-partner .rsts-next,
.sidebar .rsts-skin-mega-dropdown .rsts-prev,
.sidebar .rsts-skin-mega-dropdown .rsts-next {
  bottom: 0.375em;
}
.rsts-skin-testimonials-centered .rsts-prev:after,
.rsts-skin-testimonials-centered .rsts-next:after,
.rsts-skin-partner .rsts-prev:after,
.rsts-skin-partner .rsts-next:after,
.rsts-skin-mega-dropdown .rsts-prev:after,
.rsts-skin-mega-dropdown .rsts-next:after {
  font: 0.875em/1 "RockSolid Icons";
  content: "\e018";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
  padding: 0.57143em;
  color: #717c8e;
}
.rsts-skin-testimonials-centered .rsts-prev:hover:after,
.rsts-skin-testimonials-centered .rsts-prev:focus:after,
.rsts-skin-testimonials-centered .rsts-next:hover:after,
.rsts-skin-testimonials-centered .rsts-next:focus:after,
.rsts-skin-partner .rsts-prev:hover:after,
.rsts-skin-partner .rsts-prev:focus:after,
.rsts-skin-partner .rsts-next:hover:after,
.rsts-skin-partner .rsts-next:focus:after,
.rsts-skin-mega-dropdown .rsts-prev:hover:after,
.rsts-skin-mega-dropdown .rsts-prev:focus:after,
.rsts-skin-mega-dropdown .rsts-next:hover:after,
.rsts-skin-mega-dropdown .rsts-next:focus:after {
  color: #5a6372;
}
.rsts-skin-testimonials-centered .rsts-next,
.rsts-skin-partner .rsts-next,
.rsts-skin-mega-dropdown .rsts-next {
  left: auto;
  right: 0;
}
.rsts-skin-testimonials-centered .rsts-next:after,
.rsts-skin-partner .rsts-next:after,
.rsts-skin-mega-dropdown .rsts-next:after {
  content: "\e019";
}
.rsts-skin-testimonials-centered .rsts-nav-prev,
.rsts-skin-testimonials-centered .rsts-nav-next,
.rsts-skin-partner .rsts-nav-prev,
.rsts-skin-partner .rsts-nav-next,
.rsts-skin-mega-dropdown .rsts-nav-prev,
.rsts-skin-mega-dropdown .rsts-nav-next {
  display: none !important;
}

.rsts-skin-testimonials-centered .rsts-nav,
.rsts-skin-partner .rsts-nav,
.rsts-skin-mega-dropdown .rsts-nav,
.rsts-skin-carousel .rsts-nav {
  line-height: 0;
}
.rsts-skin-testimonials-centered .rsts-nav ul,
.rsts-skin-partner .rsts-nav ul,
.rsts-skin-mega-dropdown .rsts-nav ul,
.rsts-skin-carousel .rsts-nav ul {
  padding: 0;
  text-align: center;
}
.rsts-skin-testimonials-centered .rsts-nav .rsts-nav-item,
.rsts-skin-partner .rsts-nav .rsts-nav-item,
.rsts-skin-mega-dropdown .rsts-nav .rsts-nav-item,
.rsts-skin-carousel .rsts-nav .rsts-nav-item {
  display: inline;
}
.rsts-skin-testimonials-centered .rsts-nav .rsts-nav-item a,
.rsts-skin-partner .rsts-nav .rsts-nav-item a,
.rsts-skin-mega-dropdown .rsts-nav .rsts-nav-item a,
.rsts-skin-carousel .rsts-nav .rsts-nav-item a {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  overflow: hidden;
  outline: none;
  padding: 5px;
  text-indent: -99em;
}
.rsts-skin-testimonials-centered .rsts-nav .rsts-nav-item a:after,
.rsts-skin-partner .rsts-nav .rsts-nav-item a:after,
.rsts-skin-mega-dropdown .rsts-nav .rsts-nav-item a:after,
.rsts-skin-carousel .rsts-nav .rsts-nav-item a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #b2b9c4;
  border-radius: 100%;
  background: #b2b9c4;
  background: rgba(178, 185, 196, 0.5);
}
.rsts-skin-testimonials-centered .rsts-nav .rsts-nav-item a:hover,
.rsts-skin-testimonials-centered .rsts-nav .rsts-nav-item a.active,
.rsts-skin-partner .rsts-nav .rsts-nav-item a:hover,
.rsts-skin-partner .rsts-nav .rsts-nav-item a.active,
.rsts-skin-mega-dropdown .rsts-nav .rsts-nav-item a:hover,
.rsts-skin-mega-dropdown .rsts-nav .rsts-nav-item a.active,
.rsts-skin-carousel .rsts-nav .rsts-nav-item a:hover,
.rsts-skin-carousel .rsts-nav .rsts-nav-item a.active {
  text-decoration: none;
}
.rsts-skin-testimonials-centered .rsts-nav .rsts-nav-item a:hover:after,
.rsts-skin-testimonials-centered .rsts-nav .rsts-nav-item a.active:after,
.rsts-skin-partner .rsts-nav .rsts-nav-item a:hover:after,
.rsts-skin-partner .rsts-nav .rsts-nav-item a.active:after,
.rsts-skin-mega-dropdown .rsts-nav .rsts-nav-item a:hover:after,
.rsts-skin-mega-dropdown .rsts-nav .rsts-nav-item a.active:after,
.rsts-skin-carousel .rsts-nav .rsts-nav-item a:hover:after,
.rsts-skin-carousel .rsts-nav .rsts-nav-item a.active:after {
  background-color: #b2b9c4;
}

.rsts-skin-partner .rsts-nav {
  margin: 1.5em 0;
}

.rsts-skin-mega-dropdown.rsts-main {
  margin: 0;
}
.rsts-skin-mega-dropdown .rsts-view {
  padding: 0;
}
.rsts-skin-mega-dropdown .rsts-prev {
  left: -6%;
  right: auto;
}
.rsts-skin-mega-dropdown .rsts-next {
  left: auto;
  right: -6%;
}
.rsts-skin-mega-dropdown .rsts-nav {
  text-align: center;
}

.rsts-skin-carousel .rsts-nav ul {
  margin: 0.375em 0;
}
.rsts-skin-carousel .rsts-prev,
.rsts-skin-carousel .rsts-next {
  display: none !important;
}
.rsts-skin-carousel .rsts-nav-prev,
.rsts-skin-carousel .rsts-nav-next {
  display: inline;
  margin-right: 1.25em;
}
.rsts-skin-carousel .rsts-nav-prev a,
.rsts-skin-carousel .rsts-nav-next a {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -99em;
  line-height: 0;
}
.rsts-skin-carousel .rsts-nav-prev a:after,
.rsts-skin-carousel .rsts-nav-next a:after {
  font: 1em/1 "RockSolid Icons";
  content: "\e018";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
  padding: 0.5em;
  color: #717c8e;
}
.rsts-skin-carousel .rsts-nav-prev a:hover,
.rsts-skin-carousel .rsts-nav-prev a:focus,
.rsts-skin-carousel .rsts-nav-next a:hover,
.rsts-skin-carousel .rsts-nav-next a:focus {
  text-decoration: none;
}
.rsts-skin-carousel .rsts-nav-prev a:hover:after,
.rsts-skin-carousel .rsts-nav-prev a:focus:after,
.rsts-skin-carousel .rsts-nav-next a:hover:after,
.rsts-skin-carousel .rsts-nav-next a:focus:after {
  color: #5a6372;
}
.rsts-skin-carousel .rsts-nav-next {
  margin-left: 1.25em;
  margin-right: 0;
}
.rsts-skin-carousel .rsts-nav-next a:after {
  content: "\e019";
}

.rsts-skin-light .rsts-nav {
  position: absolute;
  bottom: 20px;
  margin: 0;
  width: 100%;
}
