/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
.g-vnavigation-container {
  position: relative;
}
.g-vnavigation-container .g-content.g-particle {
  height: 100%;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-vnavigation-container .g-content.g-particle {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-vnavigation-container .g-content.g-particle {
    padding: 0;
  }
}
span.icon-vertical-menu {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
span.icon-vertical-menu, span.icon-vertical-menu:before {
  font-family: "feather";
}
.icon--arrow-left:before {
  content: '';
}
.icon--menu {
  color: #ffffff;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  transition: color 0.25s;
}
.icon--menu:hover {
  color: rgba(255, 255, 255, 0.7);
}
.icon--menu:before {
  content: "";
}
.icon--cross:before {
  content: '';
}
/* Menu styles */
.menu {
  position: relative;
  padding: 1.5rem 0;
  width: 100%;
  height: 100%;
  font-size: 0.8vw;
  font-weight: 700;
}
@media (max-width: 112.5rem) {
  .menu {
    font-size: 0.9rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .menu {
    background: #000000;
    position: fixed;
  }
}
.menu__wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.menu__level {
  position: absolute;
  top: 1rem;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .menu__level {
    top: 0;
  }
}
.menu__level:focus {
  outline: none;
}
.menu__level--current {
  visibility: visible;
}
.menu__item {
  display: block;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .menu__item {
    text-align: left;
  }
  .dir-rtl .menu__item {
    text-align: right;
  }
}
.g-preset-thumbnails a {
  position: relative;
  display: block;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.g-preset-thumbnails a:hover {
  color: #ffffff;
}
.menu__link {
  position: relative;
  text-transform: uppercase;
  display: block;
  padding: 0.8rem 0 0.8rem 0;
  color: #ffffff;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .menu__link {
    padding: 0.8rem 0.5em;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .menu__link {
    padding: 0.8rem 0.5em;
  }
}
@media only all and (max-width: 50.99rem) {
  .menu__link {
    padding: 0.8rem 2rem;
    text-align: left;
  }
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .dir-rtl .menu__link {
    padding: 0.8rem 0.5em 0.8rem 1.5em;
  }
}
@media only all and (max-width: 50.99rem) {
  .dir-rtl .menu__link {
    text-align: right;
  }
}
.menu__link[data-submenu]::after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 0.75em;
  transform: translateY(-50%);
}
@media only all and (max-width: 50.99rem) {
  .menu__link[data-submenu]::after {
    right: 1rem;
  }
}
.dir-rtl .menu__link[data-submenu]::after {
  content: '';
  right: auto;
  left: 0;
}
@media only all and (max-width: 50.99rem) {
  .dir-rtl .menu__link[data-submenu]::after {
    left: 1rem;
  }
}
.menu__link:hover, .menu__link:focus, .menu__link[data-submenu]:hover::after, .menu__link[data-submenu]:focus::after {
  color: #56a3f2;
}
.menu__link span {
  display: inline-block;
  border-bottom: 2px solid transparent;
  pointer-events: none;
}
.menu__link--current span {
  border-bottom: 2px solid #ffffff;
}
[class^='animate-'], [class*=' animate-'] {
  visibility: visible;
}
.animate-outToRight .menu__item {
  -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
.dir-rtl .animate-outToRight .menu__item {
  -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate-outToLeft .menu__item {
  -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
.dir-rtl .animate-outToLeft .menu__item {
  -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate-inFromLeft .menu__item {
  -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
.dir-rtl .animate-inFromLeft .menu__item {
  -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate-inFromRight .menu__item {
  -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
.dir-rtl .animate-inFromRight .menu__item {
  -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.menu__breadcrumbs {
  font-size: 0.65em;
  line-height: 1.5;
  position: relative;
  padding: 0 2.5em 0.5em;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .menu__breadcrumbs {
    padding: 0 1.5em 0.5em;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .menu__breadcrumbs {
    padding: 0 1.5em 0.5em;
  }
}
.menu__breadcrumbs a {
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #56a3f2;
}
.menu__breadcrumbs a:last-child {
  pointer-events: none;
}
.menu__breadcrumbs a:hover, .menu__breadcrumbs a:focus {
  color: rgba(86, 163, 242, 0.8);
}
.menu__breadcrumbs a:not(:last-child)::after {
  content: '';
  font-family: 'feather';
  display: inline-block;
  padding: 0 0.5em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
.dir-rtl .menu__breadcrumbs a:not(:last-child)::after {
  content: '';
}
.menu__breadcrumbs a:not(:last-child):hover::after, .menu__breadcrumbs a:not(:last-child):focus::after {
  color: rgba(255, 255, 255, 0.4);
}
.menu__back {
  font-size: 1.05em;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 2.25em;
  margin: 0;
  padding: 1.365em 0.65em 0 0;
  cursor: pointer;
  color: #2a2b30;
  border: none;
  background: none;
}
.dir-rtl .menu__back {
  right: auto;
  left: 2.25em;
}
.menu__back--hidden {
  pointer-events: none;
  opacity: 0;
}
.menu__back:hover, .menu__back:focus {
  color: #fff;
  outline: none;
}
/* Open and close buttons */
.action {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}
.action:focus {
  outline: none;
}
.action--open {
  font-size: 1.5em;
  top: 1em;
  display: none;
  color: #ffffff;
  position: relative;
  z-index: 1000;
}
.dir-rtl .action--open {
  left: auto;
}
.action--close {
  font-size: 1.1em;
  top: 1.25em;
  right: 1em;
  display: none;
  color: #565761;
}
.dir-rtl .action--close {
  right: auto;
  left: 1em;
}
@media only all and (max-width: 50.99rem) {
  .action--open, .action--close {
    display: block;
  }
  .action--open {
    margin: 0 auto;
    left: auto;
  }
  .menu {
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .menu--open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.main-padding {
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 80px;
}
.g-blockcontent-subcontent-block.g-blockcontent-subcontent-block-bis {
  background: #56a3f2;
  position: relative;
  margin-right: 10%;
}
/*# sourceMappingURL=custom_255.css.map */