@charset "UTF-8";
/*
 * Import files
 */
@import 'animate.css';
body {
  padding: 0;
  margin: 0;
}

.non-break {
  white-space: nowrap;
  display: inline-block;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.splitBox {
  overflow: hidden;
}
.splitBox .box-left {
  padding: 0 15px 9999px 9999px;
  margin: 0 -15px -9999px -9999px;
}
.splitBox .box-right {
  padding: 0 9999px 9999px 15px;
  margin: 0 -9999px -9999px -15px;
}

.the-content ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.the-content ul li {
  padding-left: 1.5em;
  margin-bottom: 5px;
  list-style: none;
  position: relative;
}
.the-content ul li:before {
  content: "•";
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0;
}
.the-content ul li ul li:before {
  content: "○";
  font-size: 16px;
}
.the-content ol {
  padding: 0;
  margin: 0 0 20px;
  counter-reset: top-level-ol-counter;
  list-style: none;
}
.the-content ol > li {
  padding-left: 1.5em;
  margin-bottom: 5px;
  list-style: none;
  counter-increment: top-level-ol-counter;
  position: relative;
}
.the-content ol > li:before {
  content: counter(top-level-ol-counter);
  position: absolute;
  top: 0;
  left: 0;
}
.the-content ol > li ol {
  padding-top: 10px;
  padding-bottom: 0;
  counter-reset: child-level-ol-counter;
}
.the-content ol > li li {
  padding-left: 1.5em;
  position: relative;
  counter-increment: child-level-ol-counter;
}
.the-content ol > li li:before {
  content: counter(child-level-ol-counter, lower-roman);
}
.the-content .gallery {
  padding: 40px 0;
}

.gfield.gform_validation_container {
  display: none;
}
.gfield.gfield_error input,
.gfield.gfield_error textarea {
  color: darkred;
}
.gfield input,
.gfield textarea {
  border: 0;
}

.gform_confirmation_message {
  color: darkgreen;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignleft {
  float: left;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.bold, strong, b {
  font-weight: bold;
}

.undo-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.undo-li {
  margin-bottom: 0;
  list-style: none;
  list-style-type: none;
}

.undo-p {
  margin: 0;
}

/*a {
	outline: 0;
	text-decoration: none;
}

a:visited {
	outline: 0;
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: 0;
	color: inherit;
	text-decoration: none;
}

a:active {
	outline: 0;
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}*/
a {
  text-decoration: none;
}

/*a:link {
	color: inherit;
}

a:visited {
	color: inherit;
}*/
img {
  max-width: 100%;
  height: auto;
}

svg {
  max-height: 100%;
}

.clearfix:after, .cf:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.flat-left {
  padding-left: 0;
}

.flat-right {
  padding-right: 0;
}

.flat-both {
  padding-left: 0;
  padding-right: 0;
}

.flat-top {
  padding-top: 0;
}

.flat-bottom {
  padding-bottom: 0;
}

.flat-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.flat-all {
  padding: 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.float-none {
  float: none !important;
}

.mfp-arrow::after,
.mfp-arrow::before {
  display: none !important;
}

.mfp-arrow-right {
  background: url("../fw/core/assets/images/chevron-right.svg") no-repeat center center !important;
  background-size: 30px 30px !important;
}

.mfp-arrow-left {
  background: url("../fw/core/assets/images/chevron-left.svg") no-repeat center center !important;
  background-size: 30px 30px !important;
}

.r {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-1 dl {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-2 dl {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-3 dl {
  width: 33.3333333333%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-4 dl {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-5 dl {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-6 dl {
  width: 16.6666666667%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-7 dl {
  width: 14.2857142857%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-8 dl {
  width: 12.5%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-9 dl {
  width: 11.1111111111%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

/*
 * Variables
 */
/*
 * Styles
 */
.wow {
  visibility: hidden;
}

html, body {
  font-family: "Montserrat", sans-serif;
  color: black;
}

.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

/*
 * Import responsive
 */

/*# sourceMappingURL=styles.css.map */
