/* 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-productlist {
  position: relative;
}
.g-productlist .g-productlist-container {
  opacity: 0;
}
.dir-rtl .g-productlist .g-productlist-container {
  direction: ltr;
}
.g-productlist .g-productlist-controls {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.g-productlist .g-productlist-controls .g-productlist-layouts {
  display: flex;
}
.dir-rtl .g-productlist .g-productlist-controls .g-productlist-layouts {
  width: 35%;
  white-space: nowrap;
}
.g-productlist .g-productlist-controls .g-productlist-layouts ul {
  margin: 0;
  padding: 0;
  margin-left: 0.625rem;
  overflow: hidden;
  list-style: none;
}
.dir-rtl .g-productlist .g-productlist-controls .g-productlist-layouts ul {
  margin-right: 0.625rem;
  margin-left: 0;
}
.g-productlist .g-productlist-controls .g-productlist-layouts ul li {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  cursor: pointer;
}
.g-productlist .g-productlist-controls .g-productlist-layouts ul li.active {
  background: #ffffff;
  color: #1f3253;
}
.g-productlist .g-productlist-controls .g-productlist-categories {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.dir-rtl .g-productlist .g-productlist-controls .g-productlist-categories {
  width: 65%;
}
.g-productlist .g-productlist-controls .g-productlist-categories ul {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  overflow: hidden;
  padding: 0;
  margin: 0 0.825rem;
  list-style: none;
}
.g-productlist .g-productlist-controls .g-productlist-categories ul li {
  flex: none;
  padding: 0.5rem 1.2rem;
  cursor: pointer;
}
.g-productlist .g-productlist-controls .g-productlist-categories ul li.active {
  background: #ffffff;
  color: #1f3253;
}
.g-productlist .g-productlist-controls .g-productlist-categories ul.hidden-links {
  position: absolute;
  background: #d8d8d8;
  right: 0.2rem;
  top: 2.5rem;
  flex-direction: column;
  z-index: 3;
}
.g-productlist .g-productlist-controls .g-productlist-categories ul.hidden-links.hidden {
  display: none;
}
.dir-rtl .g-productlist .g-productlist-controls .g-productlist-categories ul.hidden-links {
  right: auto;
  left: 1.2rem;
}
.g-productlist .g-productlist-controls .g-productlist-categories .g-productlist-categories-toggle {
  align-self: center;
  cursor: pointer;
  padding: 0.5rem 1.2rem;
}
.g-productlist .g-productlist-controls .g-productlist-categories .g-productlist-categories-toggle.hidden {
  width: 0;
  padding: 0;
  overflow: hidden;
}
.g-productlist .g-productlist-controls .g-productlist-categories .g-productlist-categories-toggle:hover {
  color: #1f3253;
}
.g-productlist .filtr-item {
  width: 33.3%;
}
@media only all and (max-width: 50.99rem) {
  .g-productlist .filtr-item {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-productlist .filtr-item {
    width: 100%;
  }
}
.g-productlist .filtr-item .g-product-container {
  background: #ffffff;
  padding: 1.5rem;
  margin: 0.625rem;
  text-align: center;
  position: relative;
}
.g-productlist .filtr-item .g-product-container .g-product-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.g-productlist .filtr-item .g-product-container .g-product-actions .g-product-addtocart, .g-productlist .filtr-item .g-product-container .g-product-actions .g-product-more {
  padding-right: 0.625rem;
}
.dir-rtl .g-productlist .filtr-item .g-product-container .g-product-actions .g-product-addtocart, .dir-rtl .g-productlist .filtr-item .g-product-container .g-product-actions .g-product-more {
  padding-right: 0;
  padding-left: 0.625rem;
}
.g-productlist .filtr-item .g-product-container .g-product-actions .g-product-addtocart .button, .g-productlist .filtr-item .g-product-container .g-product-actions .g-product-more .button {
  padding: 0.5rem 0.8rem;
}
.g-productlist .filtr-item .g-product-container .g-productlist-description {
  align-self: center;
  text-align: left;
  display: none;
  padding-left: 1.5rem;
}
.dir-rtl .g-productlist .filtr-item .g-product-container .g-productlist-description {
  padding-left: 0;
  padding-right: 1.5rem;
  text-align: right;
}
.g-productlist .filtr-item .g-product-container .g-product-brand {
  opacity: 0.5;
}
.g-productlist .filtr-item .g-product-container .g-product-price {
  font-weight: 700;
  font-size: 1.8rem;
  color: #1f3253;
  direction: ltr;
}
.g-productlist .g-productlist-layout-vertical .filtr-item {
  width: auto;
}
.dir-rtl .g-productlist .g-productlist-layout-vertical .filtr-item {
  direction: rtl;
}
.g-productlist .g-productlist-layout-vertical .filtr-item .g-product-container {
  display: flex;
}
@media only all and (max-width: 50.99rem) {
  .g-productlist .g-productlist-layout-vertical .filtr-item .g-product-container {
    flex-direction: column;
  }
}
.g-productlist .g-productlist-layout-vertical .filtr-item .g-product-container .g-product-actions {
  justify-content: flex-start;
}
@media only all and (max-width: 50.99rem) {
  .g-productlist .g-productlist-layout-vertical .filtr-item .g-product-container .g-product-actions {
    flex-direction: column;
  }
}
.g-productlist .g-productlist-layout-vertical .filtr-item .g-product-container .g-product-actions .button i {
  padding-right: 0.625rem;
}
.dir-rtl .g-productlist .g-productlist-layout-vertical .filtr-item .g-product-container .g-product-actions .button i {
  padding-right: 0;
  padding-left: 0.625rem;
}
.g-productlist .g-productlist-layout-vertical .filtr-item .g-product-container .g-productlist-description {
  display: block;
}
.g-productlist .g-productlist-layout-vertical .filtr-item .g-product-container .g-productlist-description .g-product-name {
  font-size: 1.6rem;
  font-weight: 500;
}
.g-productlist .g-productlist-layout-vertical .filtr-item .g-product-container .g-product-details .g-product-name, .g-productlist .g-productlist-layout-vertical .filtr-item .g-product-container .g-product-details .g-product-brand, .g-productlist .g-productlist-layout-vertical .filtr-item .g-product-container .g-product-details .g-product-price, .g-productlist .g-productlist-layout-vertical .filtr-item .g-product-container .g-product-details .g-product-actions {
  display: none;
}
.g-productlist .g-productlist-animated-modal {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.g-productlist .g-productlist-animated-modal .g-product-modal-close {
  margin: 1.5rem;
  padding: 0 0.35rem;
  font-size: 3rem;
  cursor: pointer;
}
.g-productlist .g-productlist-animated-modal .g-product-modal-close:hover {
  color: #1f3253;
  opacity: 0.1;
}
.g-productlist .g-productlist-animated-modal .modal-content {
  width: 100%;
  padding: 10vw;
  padding-top: 5vw;
  display: flex;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-productlist .g-productlist-animated-modal .modal-content {
    flex-direction: column;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-productlist .g-productlist-animated-modal .modal-content {
    flex-direction: column;
  }
}
.g-productlist .g-productlist-animated-modal .modal-content .g-product-modal-img {
  padding-right: 3rem;
  width: 60%;
}
.dir-rtl .g-productlist .g-productlist-animated-modal .modal-content .g-product-modal-img {
  padding-right: 0;
  padding-left: 1.5rem;
}
@media only all and (max-width: 50.99rem) {
  .g-productlist .g-productlist-animated-modal .modal-content .g-product-modal-img {
    width: auto;
    padding: 0;
  }
}
.g-productlist .g-productlist-animated-modal .modal-content .g-product-modal-desc .g-product-name {
  font-size: 1.6rem;
  font-weight: 500;
}
.g-productlist .g-productlist-animated-modal .modal-content .g-product-modal-desc .g-product-description {
  padding: 0.625rem 0;
}
.g-productlist .g-productlist-animated-modal .modal-content .g-product-modal-desc .g-product-price {
  font-weight: 700;
  font-size: 1.8rem;
  color: #1f3253;
  padding-bottom: 1.5rem;
}
.g-productlist .g-productlist-animated-modal .modal-content .g-product-modal-desc .button i {
  padding-right: 0.625rem;
}
.dir-rtl .g-productlist .g-productlist-animated-modal .modal-content .g-product-modal-desc .button i {
  padding-right: 0;
  padding-left: 0.625rem;
}
@media only all and (max-width: 50.99rem) {
  .g-productlist .g-productlist-animated-modal .modal-content .g-product-modal-desc {
    padding-bottom: 3rem;
  }
}
.snip-layout.snip-active {
  z-index: 10000;
}
@media only all and (max-width: 50.99rem) {
  div[id*="shoppingcart"] {
    position: absolute;
    top: 0.5rem;
    right: 0;
    z-index: 10;
    padding-right: 0;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  div[id*="shoppingcart"] .g-shoppingcart {
    white-space: nowrap;
  }
}
@media only all and (max-width: 50.99rem) {
  div[id*="shoppingcart"] .g-shoppingcart {
    text-align: center;
  }
}
div[id*="shoppingcart"] .g-shoppingcart a {
  color: #01052d;
  padding-right: 0.625rem;
}
div[id*="shoppingcart"] .g-shoppingcart a i {
  padding-right: 0.625rem;
}
div[id*="shoppingcart"] .g-shoppingcart .snipcart-total-price, div[id*="shoppingcart"] .g-shoppingcart .snipcart-total-items {
  opacity: 0.5;
}
.snip-layout.snip-active .snip-layout__close {
  font-size: 30px;
}
@media only all and (max-width: 50.99rem) {
  .snip-layout.snip-active .snip-layout__close {
    top: 0.2em;
  }
}
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
}
.accordion .accordion-item-title {
  position: relative;
  font-family: "Questrial";
  font-weight: 400;
  font-size: 1.35rem;
  color: #01052d;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  text-transform: none;
  padding-bottom: 0.5rem;
  outline: 0;
}
@media only all and (max-width: 50.99rem) {
  .accordion .accordion-item-title {
    font-size: 1.25rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .accordion .accordion-item-title {
    font-size: 1.25rem;
  }
}
.accordion .indicator {
  text-align: center;
  float: right;
  display: inline;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  line-height: 1.9rem;
  padding-left: 1px;
  color: #4e7cbf;
  border-radius: 50%;
  border: 1px solid #4e7cbf;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.dir-rtl .accordion .indicator {
  float: left;
}
@media only all and (max-width: 30rem) {
  .accordion .indicator {
    display: inline-block;
    float: none;
    margin-left: 1rem;
  }
}
.accordion .indicator:hover {
  color: #01052d;
  border-color: #01052d;
}
.accordion li {
  padding: 1rem 0;
}
.accordion li.active .accordion-item-title .indicator {
  color: #01052d;
  border-color: #01052d;
}
.accordion li.active .toggle {
  background: #1f3253;
}
.accordion li div {
  padding: 0.5rem 0;
}
.g-accordionmenu input[type="checkbox"], .g-accordionmenu input[type="radio"] {
  visibility: hidden;
  display: none;
}
.g-accordionmenu ol, .g-accordionmenu ul {
  list-style: none;
  margin: 0;
}
.g-accordionmenu .nav__list {
  line-height: 1.2;
}
.g-accordionmenu .nav a, .g-accordionmenu .nav label {
  display: inline-block;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  margin: 0;
}
.g-accordionmenu .nav label {
  cursor: pointer;
  font-size: 3rem;
  font-weight: 300;
  border-bottom: 2px solid transparent;
}
.g-accordionmenu .nav__list input[type=checkbox]:checked + label {
  color: #4e7cbf;
  border-bottom: 2px solid #4e7cbf;
}
.g-accordionmenu .nav__list input[type=checkbox]:checked + label + ul {
  color: #4e7cbf;
}
.g-accordionmenu .nav__list input[type=checkbox]:checked + label + ul li a {
  color: #4e7cbf;
}
.g-accordionmenu .group-list {
  margin-top: 0.625rem;
}
.g-accordionmenu .group-list label, .g-accordionmenu .group-list a {
  margin: 0.125rem 0;
  font-size: 1.3rem;
  font-weight: normal;
}
.g-accordionmenu .group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.g-accordionmenu .nav__list input[type=checkbox]:checked + label + ul {
  max-height: 1000px;
}
.g-accordionmenu label > span {
  float: right;
}
.g-accordionmenu .nav__list .indicator:before {
  content: "+";
  padding-left: 1.5rem;
}
.g-accordionmenu .nav__list input[type=checkbox]:checked + label > span:before {
  content: "-";
}
.accordionslider {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
}
.accordionslider .accordionslider-item-title {
  color: #0416c3;
  cursor: pointer;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  transition: color 0.35s;
}
.accordionslider .accordionslider-item-title .toggle {
  background: #0416c3;
  color: #ffffff;
  float: right;
  padding: 0 4px;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  transition: background 0.35s;
}
.dir-rtl .accordionslider .accordionslider-item-title .toggle {
  float: left;
}
.accordionslider li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(231, 232, 234, 0.25);
}
.accordionslider li.active .accordionslider-item-title {
  color: #1f3253;
}
.accordionslider li.active .toggle {
  background: #1f3253;
}
.accordionslider li div {
  padding: 0.5rem 0;
}
.g-hotspots {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.g-hotspots .g-hotspots-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 50.99rem) {
  .g-hotspots .g-hotspots-left {
    margin-bottom: 40px;
  }
}
.g-hotspots .g-hotspots-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-hotspots .g-hotspots-right.align-right {
  text-align: right;
}
.g-hotspots .image-block {
  text-align: center;
}
.g-hotspots .image-bottom {
  margin-bottom: -5.125rem;
}
@media only all and (max-width: 50.99rem) {
  .g-hotspots .image-bottom {
    margin-bottom: 0;
  }
}
.g-hotspots .g-block:not(.image-block) {
  text-align: center;
}
.g-hotspots .g-hotspots-container {
  position: relative;
  display: inline-block;
}
.g-hotspots .g-hotspots-container ul {
  margin: 0;
  list-style: none;
}
.g-hotspots .g-hotspots-item-toggle {
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.g-hotspots .g-hotspots-item-toggle span {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #4d4d4d;
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-hotspots .g-hotspots-item-toggle:hover span {
  background: gray;
}
.g-hotspots .g-hotspots-item {
  position: absolute;
}
.g-hotspots .g-hotspots-item.uk-active .g-hotspots-item-toggle span {
  background: #1f3253;
}
.g-hotspots .g-hotspots-item-image {
  display: inline-block;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
  margin-bottom: 25px;
  overflow: hidden;
}
.g-hotspots .g-hotspots-item-image img, .g-hotspots .g-hotspots-item-image .uk-overlay-panel {
  width: 270px;
  height: 270px;
  border-radius: 50%;
}
@media only all and (max-width: 30rem) {
  .g-hotspots .g-hotspots-item-image img, .g-hotspots .g-hotspots-item-image .uk-overlay-panel {
    width: 220px;
    height: 220px;
  }
}
.g-hotspots .g-hotspots-item-image img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.g-hotspots .g-hotspots-item-image .uk-overlay-panel {
  z-index: 2;
}
.g-hotspots .g-hotspots-title {
  margin: 0;
}
.g-hotspots .g-hotspots-title a {
  color: #4d4d4d;
}
.g-hotspots .g-hotspots-title a:hover {
  color: #1f3253;
}
.g-hotspots .g-hotspots-desc {
  margin-top: 20px;
}
.g-hotspots .g-hotspots-special {
  font-style: italic;
  margin-top: 30px;
}
@media only all and (max-width: 30rem) {
  .g-hotspots .g-hotspots-special {
    float: none;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-hotspots .g-hotspots-special {
    float: none;
  }
}
.g-hotspots .g-hotspots-special i {
  margin-right: 8px;
}
.g-hotspots .g-hotspots-link {
  margin-top: 30px;
}
@media only all and (max-width: 30rem) {
  .g-hotspots .g-hotspots-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-hotspots .g-hotspots-link {
    float: none;
    margin-top: 5px;
  }
}
.g-hotspots.big-special .g-hotspots-special {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}
.g-hotspots .g-hotspots-content:hover .g-hotspots-item-image img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-accordion .g-accordion-image {
  float: left;
  width: 33%;
  margin-right: 25px;
}
@media only all and (max-width: 50.99rem) {
  .g-accordion .g-accordion-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
}
.g-accordion .g-article-details {
  margin-top: 10px;
  font-size: 90%;
  color: #030d78;
}
.g-accordion .g-article-details > span {
  margin-right: 10px;
}
.g-accordion .g-article-details > span:last-child {
  margin-right: 0;
}
.g-accordion .g-article-details > span i {
  margin-right: 5px;
}
h2.g-title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: none;
  opacity: 1;
}
.g-hotspots .g-hotspots-desc {
  text-align: left !important;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.com-contact__container {
  display: none;
}
.page-header h1 {
  font-size: 1.3rem;
  text-transform: none;
  font-weight: 400;
}
.shortstuff {
  margin-top: 0;
  padding-top: 0;
}
.g-productlist-layout-vertical img {
  max-width: 400px !important;
}
.g-productlist .g-productlist-container {
  opacity: 1;
}
.box2 a {
  color: #dbe6f1;
}
.box2 a:hover {
  color: #ffffff;
}
.snip-layout .snip-btn--highlight {
  background: #dbe6f1 !important;
  color: #1f3253 !important;
}
.box-purple.moduletable, .box-purple.widget, .box-purple.g-outer-box, .box-purple > .g-content {
  background: #595478;
}
/* Style the accordions in the submittal builder */
.accord {
  color: #1e3253;
  background-color: #fff;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accord:hover {
  color: #1e3253;
  background-color: #fff;
}
/* Style the accordion panel. Note: hidden by default */
.files {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.file {
  padding: 4px;
  float: left;
  width: 50%;
}
.button.button-submittal {
  background: #1e3253;
  border: 1px;
  border-radius: 0rem;
  width: 85%;
}
.button.button-submittal:hover {
  background: #4f7cc0;
}
.button.button-subfloat {
  background: #1e3253;
  border: 1px;
  border-radius: 0rem;
  width: 60%;
}
.button.button-subfloat:hover {
  background: #4f7cc0;
}
.shrinkaccordion .g-accordionmenu .nav label {
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 400;
  border-bottom: 2px solid transparent;
}
.shrinkaccordion .g-accordionmenu .group-list a {
  margin: 0;
  font-size: 1.1rem;
  font-weight: normal;
}
.shrinkaccordion .g-accordionmenu .group-list a:hover {
  font-weight: bold;
}
.formResponsive textarea {
  width: 100%;
}
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]), textarea {
  border: 1px solid #d8d9dc;
}
input[type="radio"], input[type="checkbox"] {
  margin: auto;
}
.button.button-grey {
  background: #1e3253;
  border-color: #1e3253;
}
.button.button-grey:hover {
  background: #4f7cc0;
}
.Fixbox {
  position: fixed;
  text-align: left !important;
  top: 160px;
  right: 125px;
  width: 20%;
  background-color: #fff;
  z-index: 2;
  overflow: auto;
  max-height: 660px;
}
.alert-floatbox {
  color: #1e3253;
  background-color: #fff;
  border-color: #1e3253;
  text-align: center;
}
.alert-floatbox a {
  color: #1e3253;
}
.alert-floatbox a:hover {
  color: #4f7cc0;
  cursor: pointer;
}
.alert-floatbox .alert-link, .alert-floatbox .alert-link:hover {
  color: #4f7cc0;
}
.innards {
  text-align: left !important;
}
.grow {
  transition: all 0.1s ease-in-out;
}
.grow:hover {
  transform: scale(1.04);
}
.darktext a:hover {
  color: #4f7cc0 !important;
  text-decoration: underline;
}
.darktext a {
  color: #1e3253;
  text-decoration: none;
}
.darktext .g-infolist .g-infolist-item .g-infolist-item-container {
  margin: 0rem !important;
  padding: 0rem !important;
}
.darktext .g-infolist .g-infolist-item-title {
  margin: 0.25rem 0;
  font-size: 1.4rem;
}
.alert {
  padding: 1rem;
  font-weight: 600;
}
.alert-info {
  color: #1e3253;
  background-color: #d8d9dc;
  border-color: #d8d9dc;
  margin-bottom: 0;
}
.alert-light {
  color: #1e3253;
  font-weight: 600;
  line-height: 1.6;
  background-color: #efeff1;
  border-color: #efeff1;
  margin-bottom: 0;
}
.alert-break {
  color: #1e3253;
  font-weight: 600;
  line-height: 1.6;
  background-color: #efeff1;
  border-color: #efeff1;
  margin-bottom: 20px;
}
.alert-success {
  color: #1e3253;
  background-color: #fff;
  border-color: #1e3253;
}
.alert-spacer {
  color: #d8d9dc;
}
.alert-success a, .alert-success a:hover, .alert-success .alert-link, .alert-success .alert-link:hover {
  color: #4f7cc0;
}
.fas, [class^=icon-], [class*=\ icon-], .fa-classic, .fa-solid, .far, .fa-regular {
  font-family: "Questrial";
  font-weight: 400;
}
.panel-title > a:before {
  float: left !important;
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
}
.panel-title > a.collapsed:before {
  float: left !important;
  content: "";
  padding-left: 5px;
}
.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
  text-decoration: none;
}
@media only all and (min-width: 88rem) {
  a.g-logo {
    margin-bottom: -20rem;
    margin-top: -1vw;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    z-index: 9999;
    position: relative;
    min-width: 125px;
  }
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  a.g-logo {
    margin-bottom: -20rem;
    margin-top: -1vw;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    z-index: 9999;
    position: relative;
    min-width: 125px;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  a.g-logo {
    margin-bottom: -20rem;
    margin-top: -1vw;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    z-index: 9999;
    position: relative;
    min-width: 125px;
  }
  #g-navigation .g-content {
    margin: 0;
    padding: 0;
  }
}
@media only all and (min-width: 76rem) {
  a.g-logo {
    margin-bottom: -20rem;
    margin-top: -1vw;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    z-index: 9999;
    position: relative;
    min-width: 125px;
  }
}
@media only all and (min-width: 51rem) {
  a.g-logo {
    margin-bottom: -20rem;
    margin-top: -1vw;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    z-index: 9999;
    position: relative;
    min-width: 125px;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slider .g-slider-patterns-right {
    display: none;
  }
}
#g-top a, #g-top .g-simplecontact .fa {
  color: #dbe6f2;
}
.accordion li {
  padding: 0 0;
}
.accordion li div {
  padding: 0;
}
.box3 {
  margin-top: 0;
}
#g-top .g-content {
  margin: 0.625rem;
  padding: 0.5rem 1.5rem;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 1rem;
}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
  display: none;
}
#contact-form .controls input, #contact-form .controls textarea {
  color: #000;
}
.g-newsletter-particle .g-newsletter .g-newsletter-inputbox input {
  color: #000;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
a {
  color: #4e7cbf;
}
a:hover {
  color: #1f3253;
  font-weight: 700;
}
.button.button-orange {
  background: #4e7cbf !important;
  border-color: #4e7cbf !important;
}
.button.button-orange:hover {
  background: #947a3b !important;
  border-color: #947a3b !important;
}
.button.button-2 {
  color: #fff;
}
.g-slider-carousel-content {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.g-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .g-slider .swiper-pagination-bullets .swiper-pagination-bullet:focus {
  background: #fff;
}
.g-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
}
.g-slider .g-slider-carousel-content .g-slider-carousel-content-wrapper {
  padding: 3.25rem;
}
.g-slider .g-slider-carousel-content a {
  color: #4e7cbf;
}
.g-slider .g-slider-carousel-content a:hover {
  color: #1f3243;
}
.st0 {
  fill: #000000;
}
.st1 {
  fill: #244d56;
}
.st2 {
  fill: #458a7e;
}
#g-footer {
  font-size: 1.2rem;
  font-weight: 500;
}
.blog {
  font-size: 1.2rem;
}
.pull-left, .pull-right {
  max-width: 50%;
  padding-right: 10px;
}
.item-page {
  margin-top: 150px;
  font-size: 1.2rem;
}
.leading-0 {
  clear: both;
}
.leading-1 {
  clear: both;
}
.leading-2 {
  clear: both;
}
.leading-3 {
  clear: both;
}
.leading-4 {
  clear: both;
}
.leading-5 {
  clear: both;
}
.leading-6 {
  clear: both;
}
.cat-children {
  display: none;
}
.itemid-282 .item-page {
  margin-top: 0;
  font-size: 1.2rem;
}
.itemid-281 .item-page {
  margin-top: 0;
  font-size: 1.2rem;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill a {
  color: #244D56;
  font-weight: 500;
  font-size: 1.2rem;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:focus, .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:hover {
  background: #458a7e;
  box-shadow: none;
  border: 1px solid #458a7e;
  color: #fff;
}
.g-particle-intro .g-main-title {
  margin-bottom: 0;
  font-size: 2rem;
}
.textoutlinedark {
  -webkit-text-stroke: 1px black;
}
.textshadowdark {
  text-shadow: 2px 2px 12px black;
}
.g-promo h1 {
  background: rgba(255, 255, 255, 0.3);
  color: #000;
}
.g-promo span.g-promo-headline {
  background: #244d56;
}
.HeaderBackground {
  line-height: 1.3;
  background-color: rgba(0, 0, 0, 0.3);
}
.HeaderBackgroundLight {
  line-height: 1.3;
  background-color: rgba(142, 174, 206, 0.8);
}
.extralargemargintop {
  margin-top: 6rem;
}
/*# sourceMappingURL=custom_338.css.map */