/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/* line 3, sass/icons.scss */
.icon-avi {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -864px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 3, sass/icons.scss */
  .icon-avi {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -860px;
    height: 50px;
    width: 50px;
  }
}

/* line 4, sass/icons.scss */
.icon-css {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -764px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 4, sass/icons.scss */
  .icon-css {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -760px;
    height: 50px;
    width: 50px;
  }
}

/* line 5, sass/icons.scss */
.icon-doc {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -214px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 5, sass/icons.scss */
  .icon-doc {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -210px;
    height: 50px;
    width: 50px;
  }
}

/* line 6, sass/icons.scss */
.icon-gif {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -814px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 6, sass/icons.scss */
  .icon-gif {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -810px;
    height: 50px;
    width: 50px;
  }
}

/* line 7, sass/icons.scss */
.icon-htm {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -914px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 7, sass/icons.scss */
  .icon-htm {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -910px;
    height: 50px;
    width: 50px;
  }
}

/* line 8, sass/icons.scss */
.icon-jpg {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -264px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 8, sass/icons.scss */
  .icon-jpg {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -260px;
    height: 50px;
    width: 50px;
  }
}

/* line 9, sass/icons.scss */
.icon-mov {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -314px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 9, sass/icons.scss */
  .icon-mov {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -310px;
    height: 50px;
    width: 50px;
  }
}

/* line 10, sass/icons.scss */
.icon-mp3 {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -364px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 10, sass/icons.scss */
  .icon-mp3 {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -360px;
    height: 50px;
    width: 50px;
  }
}

/* line 11, sass/icons.scss */
.icon-pdf {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -414px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 11, sass/icons.scss */
  .icon-pdf {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -410px;
    height: 50px;
    width: 50px;
  }
}

/* line 12, sass/icons.scss */
.icon-png {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -464px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 12, sass/icons.scss */
  .icon-png {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -460px;
    height: 50px;
    width: 50px;
  }
}

/* line 13, sass/icons.scss */
.icon-ppt {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -514px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 13, sass/icons.scss */
  .icon-ppt {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -510px;
    height: 50px;
    width: 50px;
  }
}

/* line 14, sass/icons.scss */
.icon-rar {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -564px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 14, sass/icons.scss */
  .icon-rar {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -560px;
    height: 50px;
    width: 50px;
  }
}

/* line 15, sass/icons.scss */
.icon-txt {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -614px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 15, sass/icons.scss */
  .icon-txt {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -610px;
    height: 50px;
    width: 50px;
  }
}

/* line 16, sass/icons.scss */
.icon-xls {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -664px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 16, sass/icons.scss */
  .icon-xls {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -660px;
    height: 50px;
    width: 50px;
  }
}

/* line 17, sass/icons.scss */
.icon-zip {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -714px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 17, sass/icons.scss */
  .icon-zip {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -710px;
    height: 50px;
    width: 50px;
  }
}

/* line 2, sass/_gallery.scss */
.gallery {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 40px;
}

/* line 8, sass/_gallery.scss */
.gallery .nav {
  position: relative;
}

@media (min-width: 900px) {
  /* line 12, sass/_gallery.scss */
  .gallery {
    margin-top: 0px;
  }
}
/* line 16, sass/_gallery.scss */
.gallery .inner {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  min-height: 285px;
  /*
  @include breakpoint($dhd) {
    min-height: 617px;
  }
  @include breakpoint($fhd) {
    min-height: 780px;
  }
  */
}

@media (min-width: 900px) {
  /* line 37, sass/_gallery.scss */
  .gallery .inner {
    min-height: 255px;
  }
}
@media (min-width: 1024px) {
  /* line 42, sass/_gallery.scss */
  .gallery .inner {
    min-height: 326px;
  }
}
@media (min-width: 1280px) {
  /* line 47, sass/_gallery.scss */
  .gallery .inner {
    min-height: 379px;
  }
}
/* line 52, sass/_gallery.scss */
.no-animate {
  -moz-transition: none 0.5s !important;
  -o-transition: none 0.5s !important;
  -webkit-transition: none 0.5s !important;
  transition: none 0.5s !important;
}

/* line 59, sass/_gallery.scss */
.gallery .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

/* line 66, sass/_gallery.scss */
.panes-2 .slide {
  width: 50%;
  border: solid white 7px;
}

/* line 70, sass/_gallery.scss */
.panes-2 .slide:nth-child(2) {
  left: 50%;
}

/* line 73, sass/_gallery.scss */
.gallery {
  overflow: visible;
  position: relative;
}

/* line 77, sass/_gallery.scss */
.gallery .images {
  overflow: hidden;
}

/* line 81, sass/_gallery.scss */
.gallery .slide img {
  height: 100%;
  width: auto !important;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 92, sass/_gallery.scss */
.arrow-left, .arrow-right {
  font-family: "Panamera", sans-serif;
  font-size: 0px;
  font-size: 0rem;
  color: black;
  position: absolute;
  cursor: pointer;
  background-image: url('../img/icons-s70c780f452.png');
  background-position: -24px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 17px;
  width: 12px;
  z-index: 100;
  bottom: -40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 92, sass/_gallery.scss */
  .arrow-left, .arrow-right {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: -33px 0;
    height: 17px;
    width: 12px;
  }
}

/* line 112, sass/_gallery.scss */
.arrow-left::selection, .arrow-left::-moz-selection, .arrow-right::selection, .arrow-right::-moz-selection {
  background-color: transparent;
}

/* line 116, sass/_gallery.scss */
.arrow-left {
  left: 0px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/* line 126, sass/_gallery.scss */
.arrow-right {
  right: 0px;
}

/* line 130, sass/_gallery.scss */
.gallery-holder {
  position: relative;
  margin-bottom: 30px;
}

/* line 135, sass/_gallery.scss */
.inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 141, sass/_gallery.scss */
article > iframe {
  width: 100%;
  height: 200px;
}

@media (min-width: 500px) {
  /* line 146, sass/_gallery.scss */
  article > iframe {
    height: 330px;
  }
}
/* ///  DECORATION CSS ///  */
/* line 2, sass/includes/_select.scss */
.cont_select_center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -150px;
}

/* line 10, sass/includes/_select.scss */
.cont_heg_50 {
  position: absolute;
  height: 50%;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fd7b52;
}

/* ///  END DECORATION CSS  ///  */
/* line 20, sass/includes/_select.scss */
.icon_select_mate {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #122F53;
  height: 100%;
  width: 50px;
}
/* line 27, sass/includes/_select.scss */
.icon_select_mate .icon {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: -8px -63px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 12px;
  width: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 375ms ease-in-out;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 27, sass/includes/_select.scss */
  .icon_select_mate .icon {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: -32px -34px;
    height: 12px;
    width: 17px;
  }
}

/* line 37, sass/includes/_select.scss */
.select_mate {
  position: relative;
  float: left;
  min-width: 300px;
  width: 300px;
  color: #122F53;
  font-weight: 300;
  background-color: #fff;
  box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  transition: all 375ms ease-in-out;
  /* Oculto el elemento select */
}
/* line 51, sass/includes/_select.scss */
.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}

/* line 60, sass/includes/_select.scss */
.cont_list_select_mate {
  position: absolute;
  float: left;
  width: 100%;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 69, sass/includes/_select.scss */
.cont_select_int {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all 375ms ease-in-out;
}
/* line 85, sass/includes/_select.scss */
.cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  list-style-type: none;
  padding: 10px 20px;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
}
/* line 98, sass/includes/_select.scss */
.cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0px;
}
/* line 103, sass/includes/_select.scss */
.cont_select_int li:hover {
  background-color: #EEEEEE;
}
/* line 108, sass/includes/_select.scss */
.cont_select_int .active {
  background-color: #EEEEEE;
}

/* etiqueta <p> con la opcion selecionada  */
/* line 115, sass/includes/_select.scss */
.selecionado_opcion {
  padding: 10px 20px;
  width: 96%;
  display: block;
  margin: 0px;
  cursor: pointer;
  border: solid 1px #122F53;
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
/* line 6, sass/includes/_slicknav.scss */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  padding: 8;
  line-height: 1.125em;
  cursor: pointer;
}

/* line 14, sass/includes/_slicknav.scss */
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

/* line 16, sass/includes/_slicknav.scss */
.slicknav_menu h1 {
  width: auto;
  float: left;
  padding-left: 4px;
  padding-top: 17px;
}

/* line 22, sass/includes/_slicknav.scss */
.slicknav_menu {
  position: fixed;
  top: 0;
  width: 30%;
  z-index: 2001;
  background-color: transparent;
  *zoom: 1;
}

/* line 29, sass/includes/_slicknav.scss */
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

/* line 33, sass/includes/_slicknav.scss */
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

/* line 41, sass/includes/_slicknav.scss */
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

/* line 48, sass/includes/_slicknav.scss */
.slicknav_menu .slicknav_no-text {
  margin: 0;
}

/* line 50, sass/includes/_slicknav.scss */
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
}

/* line 55, sass/includes/_slicknav.scss */
.slicknav_menu:before {
  content: " ";
  display: table;
}

/* line 58, sass/includes/_slicknav.scss */
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

/* line 63, sass/includes/_slicknav.scss */
.slicknav_nav {
  background-color: #122F53;
  clear: both;
}

/* line 66, sass/includes/_slicknav.scss */
.slicknav_nav ul {
  display: block;
}

/* line 68, sass/includes/_slicknav.scss */
.slicknav_nav li {
  display: block;
}

/* line 70, sass/includes/_slicknav.scss */
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

/* line 73, sass/includes/_slicknav.scss */
.slicknav_nav .slicknav_item {
  cursor: pointer;
}

/* line 75, sass/includes/_slicknav.scss */
.slicknav_nav .slicknav_item a {
  display: inline;
}

/* line 77, sass/includes/_slicknav.scss */
.slicknav_nav .slicknav_row {
  display: block;
}

/* line 79, sass/includes/_slicknav.scss */
.slicknav_nav a {
  display: block;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  color: black;
}

/* line 87, sass/includes/_slicknav.scss */
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

/* line 90, sass/includes/_slicknav.scss */
.slicknav_brand {
  float: left;
}

/* line 93, sass/includes/_slicknav.scss */
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  padding: 5px;
}

/* line 97, sass/includes/_slicknav.scss */
.slicknav_menu * {
  box-sizing: border-box;
}

/* line 99, sass/includes/_slicknav.scss */
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

/* line 103, sass/includes/_slicknav.scss */
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

/* line 106, sass/includes/_slicknav.scss */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: transparent;
  border: solid 2px white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  padding-top: 8px;
  padding-left: 5px;
}

/* line 122, sass/includes/_slicknav.scss */
.slicknav_nav {
  color: #fff;
  margin-left: -5px;
  width: 100vw;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}

/* line 130, sass/includes/_slicknav.scss */
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 0;
}

/* line 135, sass/includes/_slicknav.scss */
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}

/* line 138, sass/includes/_slicknav.scss */
.slicknav_nav a {
  color: white;
  padding: 15px 10px;
  margin: 0px;
  text-decoration: none;
}

/* line 145, sass/includes/_slicknav.scss */
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

/* line 147, sass/includes/_slicknav.scss */
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

/* line 150, sass/includes/_slicknav.scss */
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

/* line 154, sass/includes/_slicknav.scss */
.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

/* line 30, sass/screen.scss */
body, html {
  margin: 0px;
  padding: 0px;
  /* from mobile to tablet */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 30, sass/screen.scss */
  body, html {
    font-size: 80%;
  }
}

/* line 39, sass/screen.scss */
body > * {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 45, sass/screen.scss */
body, p, table, h1, h2, h3, h4, h5, h6, a, span, ul, li, small, blockquote, b, strong, em {
  font-family: "open-sans", arial, helvetica, sans-serif;
  color: #122F53;
}

/* line 50, sass/screen.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 54, sass/screen.scss */
em, i {
  font-weight: normal;
  font-style: italic;
}

/* line 58, sass/screen.scss */
strong, b {
  font-weight: 700;
}

/* line 62, sass/screen.scss */
body > header {
  box-shadow: 0 1px 4px rgba(0, 30, 46, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(0, 30, 46, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 30, 46, 0.1);
  padding: 15px 20px;
  /* from mobile to tablet */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 62, sass/screen.scss */
  body > header {
    padding: 7px 0px;
    background-color: #122F53;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2000;
  }
}

/* line 80, sass/screen.scss */
figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 85, sass/screen.scss */
.container-fluid {
  max-width: 1600px;
  margin: 0px auto;
}

/* line 90, sass/screen.scss */
p, address {
  margin-bottom: 20px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

/* line 97, sass/screen.scss */
a:hover, a:hover * {
  text-decoration: none;
  color: red;
}

/* line 103, sass/screen.scss */
ul, li {
  list-style-type: none;
}

/* tablet and up */
@media only screen and (min-width: 768px) {
  /* line 107, sass/screen.scss */
  .slicknav_menu {
    display: none;
  }
}
/* line 111, sass/screen.scss */
nav.primary {
  /* from mobile to tablet */
  background-color: rgba(18, 47, 83, 0.67);
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 111, sass/screen.scss */
  nav.primary {
    display: none;
  }
}
/* line 124, sass/screen.scss */
nav.primary a {
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  display: block;
  padding: 17px 20px;
  padding-bottom: 12px;
  border-bottom: 5px solid transparent;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 132, sass/screen.scss */
nav.primary a:hover {
  text-decoration: none;
}
/* line 140, sass/screen.scss */
nav.primary > ul {
  white-space: nowrap;
}
/* line 144, sass/screen.scss */
nav.primary .top-level > li {
  display: inline-block;
  position: relative;
}
/* line 150, sass/screen.scss */
nav.primary .top-level > li:hover .sub-level-wrap {
  display: block;
}
/* line 155, sass/screen.scss */
nav.primary .top-level > li.active > a, nav.primary .top-level > li > a:hover {
  background-color: #122F53;
  border-bottom: 5px solid #E53828;
}
/* line 162, sass/screen.scss */
nav.primary .sub-level {
  overflow: hidden;
  /*
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: flex-start;
  */
  /* 1200 and up */
  /* small screen to 1200 */
  /* tablet to 1024 */
  /* from mobile to tablet */
}
@media only screen and (min-width: 1200px) {
  /* line 162, sass/screen.scss */
  nav.primary .sub-level {
    height: 480px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 162, sass/screen.scss */
  nav.primary .sub-level {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 162, sass/screen.scss */
  nav.primary .sub-level {
    height: 300px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 162, sass/screen.scss */
  nav.primary .sub-level {
    height: 200px;
  }
}
/* line 185, sass/screen.scss */
nav.primary .sub-level li {
  display: block;
  width: 100%;
  backdrop-filter: blur(5px);
}
/* line 192, sass/screen.scss */
nav.primary .sub-level li a {
  display: block;
  background-color: #122F53;
}
/* line 196, sass/screen.scss */
nav.primary .sub-level li a:hover {
  background-color: rgba(18, 47, 83, 0.67);
  text-indent: 10px;
}

/* line 205, sass/screen.scss */
.sub-level-wrap {
  display: block;
  /* from mobile to tablet */
  /* tablet and up */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 205, sass/screen.scss */
  .sub-level-wrap {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 205, sass/screen.scss */
  .sub-level-wrap {
    display: none;
    width: 320px;
    position: absolute;
  }
}
/* line 219, sass/screen.scss */
.sub-level-wrap::before {
  content: '';
  display: block;
  width: 100%;
  background-color: #E53828;
  height: 5px;
  top: -5px;
  left: 0px;
  position: absolute;
}

/* line 230, sass/screen.scss */
.spacer {
  background-color: #122F53;
  height: 100%;
  max-height: none !important;
}

/* line 237, sass/screen.scss */
nav.secondary a {
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  -webkit-transition: all, 0.4s;
  transition: all, 0.4s;
}
/* line 240, sass/screen.scss */
nav.secondary a:hover {
  color: #E53828;
  text-decoration: none;
  margin-left: 5px;
}

/* line 247, sass/screen.scss */
a.btn {
  text-decoration: none !important;
}

/* line 251, sass/screen.scss */
a.btn:hover {
  text-decoration: none;
}

/* line 254, sass/screen.scss */
.btn {
  -moz-transition: background-color, 0.4s;
  -o-transition: background-color, 0.4s;
  -webkit-transition: background-color, 0.4s;
  transition: background-color, 0.4s;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px;
  border: solid 1px #122F53;
  font-weight: 600;
  border-radius: 0px;
  letter-spacing: 0.06em;
}
/* line 264, sass/screen.scss */
.btn:hover {
  background-color: #122F53;
  color: white;
}
/* line 268, sass/screen.scss */
.btn:hover::after {
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
/* line 272, sass/screen.scss */
.btn::after {
  content: '\00bb';
  margin-left: 5px;
  display: inline-block;
}

/* line 285, sass/screen.scss */
.btn.btn-back::after {
  content: '';
  margin-left: 0px;
  display: none;
}
/* line 290, sass/screen.scss */
.btn.btn-back::before {
  content: '\00ab';
  margin-right: 5px;
  display: inline-block;
}

/* line 297, sass/screen.scss */
.btn-inverse {
  border-color: white;
  color: white;
}
/* line 301, sass/screen.scss */
.btn-inverse:hover {
  background-color: white !important;
  color: #122F53;
}

/* line 306, sass/screen.scss */
.btn-red {
  border-color: #E53828;
  background-color: #E53828;
  color: white;
}
/* line 311, sass/screen.scss */
.btn-red:hover {
  background-color: white !important;
  color: #E53828;
}

/* line 316, sass/screen.scss */
#logo {
  /* from mobile to tablet */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 316, sass/screen.scss */
  #logo {
    text-align: center;
  }
}
/* line 320, sass/screen.scss */
#logo a {
  /* from mobile to tablet */
  /* tablet and up */
  /* 1200 and up */
  /* small screen to 1200 */
  /* tablet to 1024 */
  /* from mobile to tablet */
  background-image: url('../img/logo.png?1514305642');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url('../img/logo.svg?1515759005');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 320, sass/screen.scss */
  #logo a {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  /* line 320, sass/screen.scss */
  #logo a {
    display: block;
    float: left;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 320, sass/screen.scss */
  #logo a {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 320, sass/screen.scss */
  #logo a {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 320, sass/screen.scss */
  #logo a {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 320, sass/screen.scss */
  #logo a {
    width: 35px;
    height: 35px;
  }
}
/* line 347, sass/screen.scss */
#logo h1, #logo h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 0px;
  margin-left: 140px;
  /* from mobile to tablet */
  /* tablet to 1024 */
  /* small screen to 1200 */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 347, sass/screen.scss */
  #logo h1, #logo h2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 347, sass/screen.scss */
  #logo h1, #logo h2 {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 347, sass/screen.scss */
  #logo h1, #logo h2 {
    margin-left: 120px;
  }
}
/* line 368, sass/screen.scss */
#logo h1 {
  margin-top: 30px;
  /* tablet to 1024 */
  /* small screen to 1200 */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 368, sass/screen.scss */
  #logo h1 {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 368, sass/screen.scss */
  #logo h1 {
    margin-top: 15px;
  }
}
/* line 379, sass/screen.scss */
#logo h2 {
  color: #E53828;
}

/* line 383, sass/screen.scss */
h1 {
  margin-bottom: 30px;
  font-weight: 700;
}
/* line 387, sass/screen.scss */
h1 small {
  color: inherit;
}

/* line 391, sass/screen.scss */
.home .hero {
  /* from mobile to tablet */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 391, sass/screen.scss */
  .home .hero {
    margin-bottom: 140px;
  }
}

/* line 396, sass/screen.scss */
.hero {
  position: relative;
  /* from mobile to tablet */
  /* tablet and up */
  /* 1600 and up */
  /* 1200 and up */
  /* small screen to 1200 */
  /* tablet to 1024 */
  /* from mobile to tablet */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 396, sass/screen.scss */
  .hero {
    margin-top: 50px;
  }
  /* line 402, sass/screen.scss */
  .hero .background-holder, .hero .slide-holder {
    position: static;
    height: 100%;
  }
  /* line 407, sass/screen.scss */
  .hero .btn-red {
    position: absolute;
    right: 10px;
    top: 29px;
  }
  /* line 412, sass/screen.scss */
  .hero .slide-holder {
    position: absolute !important;
    left: 0px;
    padding: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 396, sass/screen.scss */
  .hero {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 396, sass/screen.scss */
  .hero {
    height: 630px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 396, sass/screen.scss */
  .hero {
    height: 530px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 396, sass/screen.scss */
  .hero {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 396, sass/screen.scss */
  .hero {
    height: 350px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 396, sass/screen.scss */
  .hero {
    height: 200px;
  }
}
/* line 445, sass/screen.scss */
.hero .background-holder .slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
/* line 457, sass/screen.scss */
.hero .slide-holder {
  position: relative;
  height: 100%;
  /* tablet and up */
}
@media only screen and (min-width: 768px) {
  /* line 462, sass/screen.scss */
  .hero .slide-holder .slide {
    max-width: 50%;
    position: absolute;
    right: 20%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* line 472, sass/screen.scss */
.hero .slide-holder .slide h1 {
  padding: 24px;
  background-color: #122F53;
  margin-bottom: 30px;
  color: white;
  font-weight: 400;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 35px;
  line-height: 2.1875rem;
}
/* line 482, sass/screen.scss */
.hero .slide-holder .slide p {
  padding: 15px 24px;
  background-color: #122F53;
  margin-top: -25px;
  margin-bottom: 30px;
  color: white;
  font-weight: 300;
  font-style: italic;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  display: inline-block;
}
/* line 497, sass/screen.scss */
.hero .slide {
  display: none;
}
/* line 500, sass/screen.scss */
.hero .slide.show {
  display: block;
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes show {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    display: none;
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    display: none;
  }
}
@-ms-keyframes hide {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    display: none;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    display: none;
  }
}
/* line 533, sass/screen.scss */
.hero .pager {
  /* from mobile to tablet */
  /* tablet and up */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 533, sass/screen.scss */
  .hero .pager {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 533, sass/screen.scss */
  .hero .pager {
    position: absolute;
    right: 22%;
    bottom: 100px;
  }
}
/* line 544, sass/screen.scss */
.hero .pager .pages {
  display: inline-block;
}
/* line 546, sass/screen.scss */
.hero .pager .pages a.active {
  background-color: #122F53;
  opacity: 1;
}
/* line 550, sass/screen.scss */
.hero .pager .pages a {
  width: 20px;
  height: 20px;
  background-color: #122F53;
  border: solid 1px white;
  margin: 0px 4px;
  opacity: .3;
}
/* line 558, sass/screen.scss */
.hero .pager a {
  display: inline-block !important;
  vertical-align: middle;
}
/* line 563, sass/screen.scss */
.hero .pager a.prev {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: -36px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 17px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 563, sass/screen.scss */
  .hero .pager a.prev {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -17px;
    height: 17px;
    width: 12px;
  }
}
/* line 566, sass/screen.scss */
.hero .pager a.next {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: -24px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 17px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 566, sass/screen.scss */
  .hero .pager a.next {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: -33px 0;
    height: 17px;
    width: 12px;
  }
}

/* line 572, sass/screen.scss */
main {
  padding-top: 50px;
  position: relative;
}

/* line 577, sass/screen.scss */
.square {
  width: 20px;
  height: 20px;
  background-color: #122F53;
  border: solid 1px rgba(255, 255, 255, 0.7);
}

/* line 583, sass/screen.scss */
blockquote {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-style: italic;
  margin-bottom: 20px;
}

/* line 590, sass/screen.scss */
section h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 595, sass/screen.scss */
.events-panel article h1, .news-panel article h1, .galleries-panel article h1 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin-bottom: 15px;
}

/* line 603, sass/screen.scss */
.events-panel, .news-panel, .intro-panel, .galleries-panel {
  margin-bottom: 50px;
}
/* line 606, sass/screen.scss */
.events-panel article, .news-panel article, .intro-panel article, .galleries-panel article {
  margin-bottom: 20px;
  position: relative;
}

/* line 613, sass/screen.scss */
.home .news-panel figure {
  margin-bottom: 1rem;
  /* tablet and up */
}
@media only screen and (min-width: 768px) {
  /* line 613, sass/screen.scss */
  .home .news-panel figure {
    float: left;
    width: 100px;
  }
  /* line 621, sass/screen.scss */
  .home .news-panel figure ~ h1, .home .news-panel figure ~ p {
    margin-left: 120px;
  }
}

/* line 629, sass/screen.scss */
.article-overview .news-panel figure, .events-panel figure, .galleries-panel figure {
  height: 23vmin;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
/* line 635, sass/screen.scss */
.article-overview .news-panel figure img, .events-panel figure img, .galleries-panel figure img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 643, sass/screen.scss */
.events-panel header {
  border-bottom: solid 1px #8292A5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 648, sass/screen.scss */
.events-panel header span {
  display: block;
}
/* line 653, sass/screen.scss */
.events-panel .day {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 5px;
}
/* line 657, sass/screen.scss */
.events-panel .date {
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 661, sass/screen.scss */
.events-panel figure {
  margin-bottom: 10px;
}
/* line 665, sass/screen.scss */
.events-panel article h1, .events-panel article h1 small {
  font-weight: 600;
}

/* line 670, sass/screen.scss */
.grid {
  display: flex;
  flex-wrap: wrap;
}
/* line 675, sass/screen.scss */
.grid article {
  position: relative;
  padding-bottom: 42px;
}

/* line 681, sass/screen.scss */
.grid .post-info, .grid .event-info {
  position: absolute;
  bottom: 0px;
  left: 15px;
  width: calc(100% - 30px);
}

/* line 691, sass/screen.scss */
.post-info .btn, .event-info .btn {
  float: right;
  /* from mobile to tablet */
  /* tablet to 1024 */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 691, sass/screen.scss */
  .post-info .btn, .event-info .btn {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 691, sass/screen.scss */
  .post-info .btn, .event-info .btn {
    margin-bottom: 10px;
  }
}
/* line 702, sass/screen.scss */
.post-info .btn + aside, .event-info .btn + aside {
  /* 1200 and up */
  /* tablet to 1024 */
  /* from mobile to tablet */
}
@media only screen and (min-width: 1200px) {
  /* line 702, sass/screen.scss */
  .post-info .btn + aside, .event-info .btn + aside {
    margin-right: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 702, sass/screen.scss */
  .post-info .btn + aside, .event-info .btn + aside {
    clear: both;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 702, sass/screen.scss */
  .post-info .btn + aside, .event-info .btn + aside {
    margin-right: 0px;
    clear: both;
  }
}
/* line 714, sass/screen.scss */
.post-info aside, .event-info aside {
  display: block;
  border-top: solid 1px #8292A5;
  border-bottom: solid 1px #8292A5;
  padding: 14px 0px;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 722, sass/screen.scss */
.post-info aside *, .event-info aside * {
  color: #8292A5;
}
/* line 726, sass/screen.scss */
.post-info aside span + span::before, .event-info aside span + span::before {
  content: '|';
  display: inline-block;
  margin: 0px 5px;
}

/* line 734, sass/screen.scss */
body > footer {
  z-index: 10;
  position: relative;
  background-color: #122F53;
  padding: 40px 0px;
}
/* line 741, sass/screen.scss */
body > footer * {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
/* line 747, sass/screen.scss */
body > footer h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 755, sass/screen.scss */
body > footer .news-panel h1 {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 760, sass/screen.scss */
body > footer .news-panel .post-info aside {
  border-top: none;
  padding-top: 0px;
  padding-bottom: 10px;
}

/* line 769, sass/screen.scss */
.intro {
  margin-bottom: 70px;
}

/* line 773, sass/screen.scss */
.map {
  /* from mobile to tablet */
  /* small screen and up */
  background: #fcfcfc;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background-image: url("../img/map.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /* 1200 and up */
  /* small screen to 1200 */
  /* tablet to 1024 */
  /* from mobile to tablet */
}
@media only screen and (min-width: 992px) {
  /* line 773, sass/screen.scss */
  .map {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 773, sass/screen.scss */
  .map {
    height: 540px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 773, sass/screen.scss */
  .map {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 773, sass/screen.scss */
  .map {
    height: 350px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 773, sass/screen.scss */
  .map {
    min-height: 200px;
  }
}
/* line 804, sass/screen.scss */
.map .container-fluid {
  height: 100%;
}

/* line 810, sass/screen.scss */
.map-details {
  width: 50%;
  /* from mobile to tablet */
  position: relative;
  height: 100%;
  /* tablet to 1024 */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 810, sass/screen.scss */
  .map-details {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 810, sass/screen.scss */
  .map-details {
    width: 75%;
  }
}

/* line 822, sass/screen.scss */
.map-panel {
  background-color: #122F53;
  padding: 20px;
  -moz-box-shadow: rgba(0, 30, 46, 0.4) 0px 0px 10px;
  -webkit-box-shadow: rgba(0, 30, 46, 0.4) 0px 0px 10px;
  box-shadow: rgba(0, 30, 46, 0.4) 0px 0px 10px;
  position: absolute;
  color: white;
  width: 30%;
  /* from mobile to tablet */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 822, sass/screen.scss */
  .map-panel {
    width: 100%;
    position: static;
    display: flex;
    align-items: baseline;
    margin-bottom: .5rem;
  }
}
/* line 841, sass/screen.scss */
.map-panel .big {
  font-weight: 700;
  font-size: 60px;
  font-size: 3.75rem;
  /* from mobile to tablet */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 841, sass/screen.scss */
  .map-panel .big {
    margin-right: 1rem;
  }
}
/* line 849, sass/screen.scss */
.map-panel .small {
  font-size: 20px;
  font-size: 1.25rem;
  /* small screen and up */
}
@media only screen and (min-width: 992px) {
  /* line 849, sass/screen.scss */
  .map-panel .small {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
/* line 858, sass/screen.scss */
.map-panel:first-child {
  left: 15%;
}
/* line 861, sass/screen.scss */
.map-panel:nth-child(2n) {
  right: 15%;
}

/* line 867, sass/screen.scss */
.map-input {
  position: absolute;
  left: 50%;
  top: 160px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* from mobile to tablet */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 867, sass/screen.scss */
  .map-input {
    margin-bottom: 1rem;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: static;
    width: 100%;
    height: 50px;
  }
}

/* line 883, sass/screen.scss */
.contact-form {
  background-image: url("../img/uploads/bgs/map.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 0px;
}
/* line 891, sass/screen.scss */
.contact-form h1 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  color: white;
}
/* line 900, sass/screen.scss */
.contact-form form {
  /* tablet and up */
}
@media only screen and (min-width: 768px) {
  /* line 900, sass/screen.scss */
  .contact-form form {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
/* line 912, sass/screen.scss */
.contact-form form .form-col {
  /* tablet and up */
  /* tablet and up */
  /* 1200 and up */
}
@media only screen and (min-width: 768px) {
  /* line 914, sass/screen.scss */
  .contact-form form .form-col:first-child {
    margin-right: 5%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 912, sass/screen.scss */
  .contact-form form .form-col {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 912, sass/screen.scss */
  .contact-form form .form-col {
    width: 30%;
  }
}
/* line 927, sass/screen.scss */
.contact-form form .form-col label, .contact-form form .form-col input, .contact-form form .form-col textarea {
  display: block;
  width: 100%;
}
/* line 932, sass/screen.scss */
.contact-form form .form-col label {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}
/* line 939, sass/screen.scss */
.contact-form form .form-col .form-item {
  margin-bottom: 20px;
}
/* line 944, sass/screen.scss */
.contact-form form input[type=text], .contact-form form textarea {
  background-color: white;
  border: none;
  padding: 10px;
}
/* line 949, sass/screen.scss */
.contact-form form em {
  color: white;
  font-size: 300;
}
/* line 953, sass/screen.scss */
.contact-form form input[type=submit], .contact-form form button {
  background-color: transparent;
  display: inline-block !important;
  float: right;
  width: auto;
}

/* line 963, sass/screen.scss */
.twitter-feed {
  background-color: #E53828;
}
/* line 966, sass/screen.scss */
.twitter-feed .tweet {
  float: left;
  width: 60vw;
  margin-right: 40vw;
}
/* line 971, sass/screen.scss */
.twitter-feed .tweet-holder {
  overflow-x: hidden;
}
/* line 974, sass/screen.scss */
.twitter-feed .tweet-holder .inner {
  width: 30000px;
}
/* line 978, sass/screen.scss */
.twitter-feed .tweet-nav {
  position: absolute;
  right: 140px;
  bottom: 30px;
}
/* line 983, sass/screen.scss */
.twitter-feed .tweet-nav a {
  display: inline-block !important;
  margin-right: 10px;
}
/* line 988, sass/screen.scss */
.twitter-feed .tweet-nav a.prev {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 17px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 988, sass/screen.scss */
  .twitter-feed .tweet-nav a.prev {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: -9px 0;
    height: 17px;
    width: 12px;
  }
}
/* line 991, sass/screen.scss */
.twitter-feed .tweet-nav a.next {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: -12px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 17px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 991, sass/screen.scss */
  .twitter-feed .tweet-nav a.next {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: -21px 0;
    height: 17px;
    width: 12px;
  }
}
/* line 997, sass/screen.scss */
.twitter-feed a:hover {
  color: #122F53;
  text-decoration: underline;
}
/* line 1002, sass/screen.scss */
.twitter-feed .row {
  display: flex;
  align-items: stretch;
}
/* line 1007, sass/screen.scss */
.twitter-feed .bird, .twitter-feed .tweet-holder {
  padding: 30px;
}
/* line 1010, sass/screen.scss */
.twitter-feed .bird {
  background: #B53837;
  background-image: url(../img/bird.svg);
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
}
/* line 1017, sass/screen.scss */
.twitter-feed .bird::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 0 0;
  border-color: #B53837 transparent transparent;
  top: 40px;
  right: -17px;
}
/* line 1031, sass/screen.scss */
.twitter-feed .tweet {
  padding-left: 20px;
  color: white;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 1036, sass/screen.scss */
.twitter-feed .tweet span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: white;
  margin-top: 10px;
}

/* line 1045, sass/screen.scss */
.page.hero h1 {
  padding: 24px;
  background-color: #122F53;
  margin-bottom: 30px;
  color: white;
  font-weight: 400;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 42px;
  line-height: 2.625rem;
  position: absolute;
  bottom: 20px;
  /* from mobile to tablet */
  /* tablet and up */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 1045, sass/screen.scss */
  .page.hero h1 {
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1045, sass/screen.scss */
  .page.hero h1 {
    margin-left: 15px;
  }
}
/* line 1069, sass/screen.scss */
.page.hero {
  /* from mobile to tablet */
  /* tablet and up */
  /* 1600 and up */
  /* 1200 and up */
  /* small screen to 1200 */
  /* tablet to 1024 */
  /* from mobile to tablet */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 1069, sass/screen.scss */
  .page.hero {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1069, sass/screen.scss */
  .page.hero {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 1069, sass/screen.scss */
  .page.hero {
    height: 430px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1069, sass/screen.scss */
  .page.hero {
    height: 330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1069, sass/screen.scss */
  .page.hero {
    height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1069, sass/screen.scss */
  .page.hero {
    height: 250px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 1069, sass/screen.scss */
  .page.hero {
    height: 250px;
  }
}

/* line 1100, sass/screen.scss */
#feedback p {
  text-align: center;
  color: white;
}

/* line 1105, sass/screen.scss */
.push-after-10 {
  margin-bottom: 10px;
}

/* line 1108, sass/screen.scss */
.push-after-20 {
  margin-bottom: 20px;
}

/* line 1111, sass/screen.scss */
.push-down-10 {
  margin-top: 10px;
}

/* line 1114, sass/screen.scss */
.push-down-20 {
  margin-top: 20px;
}

/* line 1117, sass/screen.scss */
.pull-up-10 {
  margin-top: -10px;
}

/* line 1120, sass/screen.scss */
.pull-up-20 {
  margin-bottom: -20px;
}

/* line 1124, sass/screen.scss */
.clear-both {
  clear: both;
}

/* line 1130, sass/screen.scss */
.page main h1 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 1.75rem;
}
/* line 1135, sass/screen.scss */
.page main h2 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 1.375rem;
}
/* line 1141, sass/screen.scss */
.page main h3 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #E53828;
}
/* line 1147, sass/screen.scss */
.page main h4 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #122F53;
}
/* line 1153, sass/screen.scss */
.page main h5 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #122F53;
}
/* line 1159, sass/screen.scss */
.page main h6 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #8292A5;
}
/* line 1166, sass/screen.scss */
.page main article {
  margin-bottom: 30px;
}
/* line 64, sass/includes/_mixins.scss */
.page main article:before, .page main article:after {
  content: "";
  display: table;
}
/* line 65, sass/includes/_mixins.scss */
.page main article:after {
  clear: both;
}
/* line 66, sass/includes/_mixins.scss */
.page main article {
  *zoom: 1;
}

/* line 1171, sass/screen.scss */
main ul {
  margin-bottom: 20px;
  margin-left: 5px;
}

/* line 1175, sass/screen.scss */
main li {
  margin-left: 20px;
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

/* line 1183, sass/screen.scss */
main ol li {
  list-style-type: decimal;
}

/* line 1188, sass/screen.scss */
main ul li::before {
  content: '';
  background-image: url('../img/icons-s70c780f452.png');
  background-position: -17px -17px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 12px;
  width: 8px;
  position: absolute;
  left: -20px;
  top: 6px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1188, sass/screen.scss */
  main ul li::before {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 0;
    height: 12px;
    width: 8.5px;
  }
}

/* line 1198, sass/screen.scss */
.profile {
  clear: both;
  margin-bottom: 75px;
}
/* line 64, sass/includes/_mixins.scss */
.profile:before, .profile:after {
  content: "";
  display: table;
}
/* line 65, sass/includes/_mixins.scss */
.profile:after {
  clear: both;
}
/* line 66, sass/includes/_mixins.scss */
.profile {
  *zoom: 1;
}
/* line 1204, sass/screen.scss */
.profile figure {
  float: left;
  width: 200px;
}
/* line 1209, sass/screen.scss */
.profile h3 {
  margin-top: 10px;
}
/* line 1212, sass/screen.scss */
.profile address, .profile p, .profile h3 {
  margin-left: 230px;
}
/* line 1215, sass/screen.scss */
.profile address p {
  margin-left: 0px;
}
/* line 1218, sass/screen.scss */
.profile p address {
  margin-left: 0px;
}

/* line 1224, sass/screen.scss */
.article-single main, .event-single main {
  padding-top: 0px;
  margin-top: 50px;
  /* tablet and up */
}
@media only screen and (min-width: 768px) {
  /* line 1224, sass/screen.scss */
  .article-single main, .event-single main {
    margin-top: 0px;
  }
}
/* line 1232, sass/screen.scss */
.article-single main .container-fluid, .event-single main .container-fluid {
  position: relative;
}
/* line 1236, sass/screen.scss */
.article-single main .image-backdrop, .event-single main .image-backdrop {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
  left: 0px;
}
/* line 1242, sass/screen.scss */
.article-single main .image-backdrop img, .event-single main .image-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 1248, sass/screen.scss */
.article-single main article, .event-single main article {
  /* tablet and up */
  background-color: white;
  padding: 30px 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1248, sass/screen.scss */
  .article-single main article, .event-single main article {
    margin-top: 150px;
  }
}
/* line 1256, sass/screen.scss */
.article-single main article header, .event-single main article header {
  margin-bottom: 25px;
}
/* line 1257, sass/screen.scss */
.article-single main article header h1, .event-single main article header h1 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 35px;
  line-height: 2.1875rem;
  margin-bottom: 20px;
}
/* line 1267, sass/screen.scss */
.article-single main article figure, .event-single main article figure {
  margin-bottom: 25px;
}
/* line 1270, sass/screen.scss */
.article-single main article a, .event-single main article a {
  font-weight: 600;
  text-decoration: underline;
}

/* line 1284, sass/screen.scss */
.document h1 {
  margin-left: 60px;
  padding-top: 10px;
}

/* line 1289, sass/screen.scss */
.inline-form {
  padding: 20px;
  padding-bottom: 0px;
  border: solid 1px #122F53;
}

/* line 1294, sass/screen.scss */
.inline-form, .page-form {
  margin-bottom: 20px;
}
/* line 1297, sass/screen.scss */
.inline-form .form-item, .page-form .form-item {
  margin-bottom: 20px;
}
/* line 1300, sass/screen.scss */
.inline-form .form-item label, .inline-form .form-item input, .inline-form .form-item textarea, .page-form .form-item label, .page-form .form-item input, .page-form .form-item textarea {
  display: block;
  width: 100%;
  padding: 5px 2px;
}
/* line 1307, sass/screen.scss */
.inline-form .form-item label, .page-form .form-item label {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #122F53;
}
/* line 1315, sass/screen.scss */
.inline-form h1, .page-form h1 {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #122F53;
  margin-bottom: 20px;
}

/* line 1325, sass/screen.scss */
dt {
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 1330, sass/screen.scss */
dd {
  margin-bottom: 10px;
}

/* line 1335, sass/screen.scss */
dl {
  margin: 25px 0px;
}

/* line 64, sass/includes/_mixins.scss */
.file-info:before, .file-info:after {
  content: "";
  display: table;
}
/* line 65, sass/includes/_mixins.scss */
.file-info:after {
  clear: both;
}
/* line 66, sass/includes/_mixins.scss */
.file-info {
  *zoom: 1;
}
/* line 1341, sass/screen.scss */
.file-info span {
  float: left;
}
/* line 1344, sass/screen.scss */
.file-info dt, .file-info dd {
  margin-left: 60px;
}

/* line 1349, sass/screen.scss */
button.btn, input.btn {
  background-color: transparent;
}

/* line 1353, sass/screen.scss */
.folder-item {
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: solid 1px #8292A5;
}
/* line 1354, sass/screen.scss */
.folder-item::before {
  content: '';
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -84px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 30px;
  width: 30px;
  float: left;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1354, sass/screen.scss */
  .folder-item::before {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -80px;
    height: 30px;
    width: 30px;
  }
}
/* line 1361, sass/screen.scss */
.folder-item.active a {
  font-weight: bold;
}
/* line 1365, sass/screen.scss */
.folder-item.active::before {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -114px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 30px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1365, sass/screen.scss */
  .folder-item.active::before {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -110px;
    height: 30px;
    width: 30px;
  }
}
/* line 1369, sass/screen.scss */
.folder-item a {
  display: inline-block;
  margin-left: 20px;
  padding: 8px 0px;
}
/* line 64, sass/includes/_mixins.scss */
.folder-item:before, .folder-item:after {
  content: "";
  display: table;
}
/* line 65, sass/includes/_mixins.scss */
.folder-item:after {
  clear: both;
}
/* line 66, sass/includes/_mixins.scss */
.folder-item {
  *zoom: 1;
}

/* line 1383, sass/screen.scss */
.sub-folders .folder-item {
  margin-left: 20px;
}

/* line 1387, sass/screen.scss */
.price {
  font-weight: 600;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 15px;
}

/* line 1393, sass/screen.scss */
.products-panel article h1 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

/* line 1398, sass/screen.scss */
table {
  width: 100%;
}
/* line 1400, sass/screen.scss */
table td, table th {
  padding: 10px 0px;
}

/* line 1405, sass/screen.scss */
a.active {
  font-weight: 700;
}

/* line 1411, sass/screen.scss */
.cart .product {
  font-weight: 600;
  padding: 5px 0px;
  border-bottom: dotted 1px #8292A5;
  margin-bottom: 10px;
}
/* line 64, sass/includes/_mixins.scss */
.cart .product:before, .cart .product:after {
  content: "";
  display: table;
}
/* line 65, sass/includes/_mixins.scss */
.cart .product:after {
  clear: both;
}
/* line 66, sass/includes/_mixins.scss */
.cart .product {
  *zoom: 1;
}
/* line 1419, sass/screen.scss */
.cart .product .price {
  width: 30px;
  font-weight: 700;
  display: inline-block;
  margin-right: 15px;
}
/* line 1426, sass/screen.scss */
.cart .product .quantity {
  float: right;
  font-weight: 400;
  margin-top: -6px;
}
/* line 1431, sass/screen.scss */
.cart .product .quantity input {
  width: 50px;
  border: solid 1px #8292A5;
  padding: 2px 5px;
}
/* line 1440, sass/screen.scss */
.cart .total {
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
}

/* line 1446, sass/screen.scss */
.cart-link {
  position: fixed;
  left: 50%;
  margin-left: -460px;
  z-index: 10;
  top: 190px;
}

/* line 1456, sass/screen.scss */
button.label {
  font-weight: 600;
  background: none;
  border: none;
  margin-left: 10px;
  padding: 5px;
}

/* line 1466, sass/screen.scss */
p.error {
  color: red;
  margin-bottom: 10px;
}

/* line 1471, sass/screen.scss */
.mobile-user {
  display: hidden;
  /* from mobile to tablet */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 1471, sass/screen.scss */
  .mobile-user {
    display: block;
    text-indent: -50000px;
    width: 2empx;
    height: 2empx;
    background-image: url('../img/icons-s70c780f452.png');
    background-position: 0 -144px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 32px;
    width: 32px;
    position: fixed;
    top: 10px;
    right: 9px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 0px) and (max-width: 767px) and (min-resolution: 2dppx) {
  /* line 1471, sass/screen.scss */
  .mobile-user {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 -140px;
    height: 32px;
    width: 32px;
  }
}

/* line 1487, sass/screen.scss */
.user {
  /* from mobile to tablet */
  font-size: 80%;
  text-align: right;
  padding-top: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 1487, sass/screen.scss */
  .user {
    display: none;
  }
}
/* line 1493, sass/screen.scss */
.user::before {
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -38px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 25px;
  width: 25px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1493, sass/screen.scss */
  .user::before {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: -23px -55px;
    height: 25px;
    width: 25px;
  }
}

/* line 1506, sass/screen.scss */
.mini-cart {
  font-weight: 600;
}
/* line 1507, sass/screen.scss */
.mini-cart .product {
  padding: 10px 0px;
  border-bottom: dotted 1px #8292A5;
}
/* line 64, sass/includes/_mixins.scss */
.mini-cart .product:before, .mini-cart .product:after {
  content: "";
  display: table;
}
/* line 65, sass/includes/_mixins.scss */
.mini-cart .product:after {
  clear: both;
}
/* line 66, sass/includes/_mixins.scss */
.mini-cart .product {
  *zoom: 1;
}
/* line 1513, sass/screen.scss */
.mini-cart .quantity {
  margin-top: -5px;
  float: right;
  font-weight: 400;
}
/* line 1518, sass/screen.scss */
.mini-cart .quantity input[type=text] {
  width: 30px;
  text-align: right;
}
/* line 1523, sass/screen.scss */
.mini-cart .quantity .price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
/* line 1527, sass/screen.scss */
.mini-cart .quantity .label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
/* line 1532, sass/screen.scss */
.mini-cart .total {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
}

/* line 1540, sass/screen.scss */
input[type=radio] {
  float: left !important;
  width: auto !important;
  position: static !important;
  margin-left: 0px !important;
  margin-right: 10px !important;
  margin-top: 7px !important;
}

/* line 1549, sass/screen.scss */
select {
  padding: 10px;
}

/* line 1553, sass/screen.scss */
th {
  font-weight: 600;
}

/* line 1557, sass/screen.scss */
table {
  margin-bottom: 20px;
}

/* line 1561, sass/screen.scss */
.align-right {
  text-align: right;
}

/* from mobile to tablet */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 1565, sass/screen.scss */
  main article p img {
    display: block !important;
    width: 100%;
    float: none !important;
    clear: both;
  }
}
/* line 1572, sass/screen.scss */
.redactor-toolbar {
  overflow: auto !important;
  min-height: 40px !important;
}

/* line 1578, sass/screen.scss */
.image-grid div {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
/* line 1582, sass/screen.scss */
.image-grid div a {
  display: block;
  transition: all .2s ease-out;
  border: solid transparent 4px;
  overflow: hidden;
}
/* line 1585, sass/screen.scss */
.image-grid div a img {
  transition: all .2s ease-out;
}
/* line 1591, sass/screen.scss */
.image-grid div a:hover {
  border: solid #8292A5 4px;
}
/* line 1593, sass/screen.scss */
.image-grid div a:hover img {
  transform: scale(1.1, 1.1);
}

/* line 1600, sass/screen.scss */
#gallery-overlay {
  background-color: #000;
}

/* line 1601, sass/screen.scss */
#gallery-container {
  font: 16px/22px verdana, arial, sans-serif;
  margin: 0 auto;
}

/* line 1602, sass/screen.scss */
#gallery {
  background: #fff url(../img/gallery/loading.gif) center 100px no-repeat;
  color: #999;
  display: none;
  height: 200px;
  margin: 0 auto;
  position: relative;
  width: 300px;
  box-shadow: 0 0 64px #000;
  -moz-box-shadow: 0 0 64px #000;
  -webkit-box-shadow: 0 0 64px #000;
}

/* line 1603, sass/screen.scss */
#gallery-image-container {
  display: none;
  height: 100%;
}

/* line 1604, sass/screen.scss */
#gallery-loading {
  padding: 8px;
}

/* line 1605, sass/screen.scss */
#gallery-controls {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1606, sass/screen.scss */
#gallery-controls div {
  float: left;
  height: 100%;
  width: 50%;
}

/* line 1607, sass/screen.scss */
#gallery-controls a {
  background: #fff;
  color: #000;
  font-size: 12px;
  outline-style: none;
  position: absolute;
  text-decoration: none;
  top: 40px;
}

/* line 1608, sass/screen.scss */
#gallery-previous-link {
  left: 0;
  padding: 6px 10px 6px 6px;
  border-radius: 0 6px 6px 0;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
}

/* line 1609, sass/screen.scss */
#gallery-next-link {
  padding: 6px 6px 6px 10px;
  right: 0;
  border-radius: 6px 0 0 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
}

/* line 1610, sass/screen.scss */
#gallery-meta-container {
  background: #fff;
  color: #999;
  display: none;
  margin: 0 auto;
  overflow: auto;
}

/* line 1611, sass/screen.scss */
#gallery-image {
  padding: 8px;
}

/* line 1612, sass/screen.scss */
#gallery-meta {
  display: none;
  height: 44px;
  padding: 0px 8px;
}

/* line 1613, sass/screen.scss */
#gallery-meta div {
  float: left;
}

/* line 1614, sass/screen.scss */
#gallery-info {
  text-align: left;
  width: 80%;
}

/* line 1615, sass/screen.scss */
#gallery-close {
  line-height: 30px;
  text-align: right;
  width: 20%;
}

/* line 1616, sass/screen.scss */
#gallery-close a {
  color: #999;
  font-size: 24px;
  font-weight: bold;
  outline-style: none;
  text-decoration: none;
}

/* line 1617, sass/screen.scss */
#gallery-close a:hover {
  color: #bbb;
}

/* line 1618, sass/screen.scss */
#gallery-title a, #gallery-title a:link, #gallery-title a:visited {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

/* line 1619, sass/screen.scss */
#gallery-title a:visited:hover {
  color: #999;
}

/* line 1620, sass/screen.scss */
#gallery-pages {
  color: #999;
  display: block;
  font-size: 10px;
  line-height: 14px;
}

/* line 1623, sass/screen.scss */
.external-link::before {
  content: '';
  background-image: url(http://preview.flamesproductions.com/EMPA/site/css/../img/icons/external.svg);
  background-size: contain;
  display: inline-block;
  width: 15px;
  background-position: center center;
  fill: black;
  height: 16px;
  background-repeat: no-repeat;
}

/* line 1635, sass/screen.scss */
table p {
  margin-bottom: 0;
}

/* line 1638, sass/screen.scss */
.member-list li {
  margin-left: 0px;
}

/* line 1641, sass/screen.scss */
.member-list li::before {
  display: none !important;
}

/* line 1644, sass/screen.scss */
.member-list a {
  display: block;
  padding: .5rem;
}
/* line 1648, sass/screen.scss */
.member-list a::before {
  content: '';
  background-image: url('../img/icons-s70c780f452.png');
  background-position: -17px -17px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 12px;
  width: 8px;
  display: inline-block !important;
  margin-right: .5rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1648, sass/screen.scss */
  .member-list a::before {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: 0 0;
    height: 12px;
    width: 8.5px;
  }
}
/* line 1656, sass/screen.scss */
.member-list a.active {
  background-color: #122F53;
  color: white;
}
/* line 1659, sass/screen.scss */
.member-list a.active::before {
  content: '';
  background-image: url('../img/icons-s70c780f452.png');
  background-position: 0 -63px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 11px;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1659, sass/screen.scss */
  .member-list a.active::before {
    background-image: url('../img/icons-2x-sf4924f2116.png');
    background-size: 50px 960px;
    background-position: -23px -34px;
    height: 12px;
    width: 8.5px;
  }
}
