@charset "UTF-8";
/*

Theme Name: Hive Starter
Author: Chatter Buzz Media
Author URI: http://chatterbuzzmedia.com
Version: 1.0.0

Compiling all import files...

*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Playfair+Display:wght@500;600&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
  * Milligram v1.4.1
  * https://milligram.io
  *
  * Copyright (c) 2020 CJ Patoilo
  * Licensed under the MIT license
 */
*,
*:after,
*:before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #606c76;
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.6;
}

blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}

blockquote *:last-child {
  margin-bottom: 0;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #9b4dca;
  border: 0.1rem solid #9b4dca;
  border-radius: .4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3.8rem;
  letter-spacing: .1rem;
  line-height: 3.8rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:focus, .button:hover,
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
  background-color: #606c76;
  border-color: #606c76;
  color: #fff;
  outline: 0;
}

.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
  cursor: default;
  opacity: .5;
}

.button[disabled]:focus, .button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type='button'][disabled]:focus,
input[type='button'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='reset'][disabled]:hover,
input[type='submit'][disabled]:focus,
input[type='submit'][disabled]:hover {
  background-color: #9b4dca;
  border-color: #9b4dca;
}

.button.button-outline,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
  background-color: transparent;
  color: #9b4dca;
}

.button.button-outline:focus, .button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type='button'].button-outline:focus,
input[type='button'].button-outline:hover,
input[type='reset'].button-outline:focus,
input[type='reset'].button-outline:hover,
input[type='submit'].button-outline:focus,
input[type='submit'].button-outline:hover {
  background-color: transparent;
  border-color: #606c76;
  color: #606c76;
}

.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type='button'].button-outline[disabled]:focus,
input[type='button'].button-outline[disabled]:hover,
input[type='reset'].button-outline[disabled]:focus,
input[type='reset'].button-outline[disabled]:hover,
input[type='submit'].button-outline[disabled]:focus,
input[type='submit'].button-outline[disabled]:hover {
  border-color: inherit;
  color: #9b4dca;
}

.button.button-clear,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #9b4dca;
}

.button.button-clear:focus, .button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type='button'].button-clear:focus,
input[type='button'].button-clear:hover,
input[type='reset'].button-clear:focus,
input[type='reset'].button-clear:hover,
input[type='submit'].button-clear:focus,
input[type='submit'].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #606c76;
}

.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type='button'].button-clear[disabled]:focus,
input[type='button'].button-clear[disabled]:hover,
input[type='reset'].button-clear[disabled]:focus,
input[type='reset'].button-clear[disabled]:hover,
input[type='submit'].button-clear[disabled]:focus,
input[type='submit'].button-clear[disabled]:hover {
  color: #9b4dca;
}

code {
  background: #f4f5f6;
  border-radius: .4rem;
  font-size: 86%;
  margin: 0 .2rem;
  padding: .2rem .5rem;
  white-space: nowrap;
}

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #9b4dca;
  overflow-y: hidden;
}

pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3.0rem 0;
}

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='url'],
input[type='week'],
input:not([type]),
textarea,
select {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: .4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: .6rem 1.0rem .7rem;
  width: 100%;
}

input[type='color']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='email']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='week']:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: #9b4dca;
  outline: 0;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
  padding-right: 3.0rem;
}

select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%239b4dca" d="M0,0l6,8l6-8"/></svg>');
}

select[multiple] {
  background: none;
  height: auto;
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem;
}

.container {
  margin: 0 auto;
  max-width: 112.0rem;
  padding: 0 2.0rem;
  position: relative;
  width: 100%;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
  width: 100%;
}

.row.row-no-padding {
  padding: 0;
}

.row.row-no-padding > .column {
  padding: 0;
}

.row.row-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.row-top {
  -ms-flex-align: start;
      align-items: flex-start;
}

.row.row-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

.row.row-center {
  -ms-flex-align: center;
      align-items: center;
}

.row.row-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.row.row-baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}

.row .column {
  display: block;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

.row .column.column-offset-10 {
  margin-left: 10%;
}

.row .column.column-offset-20 {
  margin-left: 20%;
}

.row .column.column-offset-25 {
  margin-left: 25%;
}

.row .column.column-offset-33, .row .column.column-offset-34 {
  margin-left: 33.3333%;
}

.row .column.column-offset-40 {
  margin-left: 40%;
}

.row .column.column-offset-50 {
  margin-left: 50%;
}

.row .column.column-offset-60 {
  margin-left: 60%;
}

.row .column.column-offset-66, .row .column.column-offset-67 {
  margin-left: 66.6666%;
}

.row .column.column-offset-75 {
  margin-left: 75%;
}

.row .column.column-offset-80 {
  margin-left: 80%;
}

.row .column.column-offset-90 {
  margin-left: 90%;
}

.row .column.column-10 {
  -ms-flex: 0 0 10%;
      flex: 0 0 10%;
  max-width: 10%;
}

.row .column.column-20 {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}

.row .column.column-25 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.row .column.column-33, .row .column.column-34 {
  -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.row .column.column-40 {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%;
  max-width: 40%;
}

.row .column.column-50 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.row .column.column-60 {
  -ms-flex: 0 0 60%;
      flex: 0 0 60%;
  max-width: 60%;
}

.row .column.column-66, .row .column.column-67 {
  -ms-flex: 0 0 66.6666%;
      flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.row .column.column-75 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.row .column.column-80 {
  -ms-flex: 0 0 80%;
      flex: 0 0 80%;
  max-width: 80%;
}

.row .column.column-90 {
  -ms-flex: 0 0 90%;
      flex: 0 0 90%;
  max-width: 90%;
}

.row .column .column-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.row .column .column-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.row .column .column-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 40rem) {
  .row {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-left: -1.0rem;
    width: calc(100% + 2.0rem);
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 1.0rem;
  }
}

a {
  color: #9b4dca;
  text-decoration: none;
}

a:focus, a:hover {
  color: #606c76;
}

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3.0rem;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: circle inside;
}

.button,
button,
dd,
dt,
li {
  margin-bottom: 1.0rem;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}

table {
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  text-align: left;
  width: 100%;
}

td,
th {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

@media (min-width: 40rem) {
  table {
    display: table;
    overflow-x: initial;
  }
}

b,
strong {
  font-weight: bold;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: -.1rem;
  margin-bottom: 2.0rem;
  margin-top: 0;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.2rem;
  letter-spacing: -.08rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  letter-spacing: -.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/*# sourceMappingURL=milligram.css.map */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ----Full-width Overlay--------------------------------------------------------------- */
/* ----Transition effects--------------------------------------------------------------- */
.skip-link {
  position: absolute;
  top: 0;
  z-index: 9999;
  right: 100%;
  padding: 5px;
  padding: 0.5rem;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  background: #fff;
}

.skip-link:focus {
  right: auto;
}

.screen-reader-text, .gform_wrapper .gform_validation_container,
.gform_wrapper .gfield_visibility_hidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.d-none {
  display: none;
}

@media only screen and (min-width: 40rem) {
  .d-xs-none {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .d-lg-none {
    display: none;
  }
}

.align-items-center {
  -ms-flex-align: center;
      align-items: center;
}

.justify-content-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.justify-content-evenly {
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

.row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .row .column {
    max-width: 100% !important;
    -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
  }
}

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

.row {
  -ms-flex-direction: row;
      flex-direction: row;
}

.z-100 {
  position: relative;
  z-index: 100;
}

@media only screen and (min-width: 560px) {
  .nav-collapse--phone .slideout-navicon {
    display: none;
  }
}

@media only screen and (min-width: 560px) {
  .nav-collapse--phone .main-navigation {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .nav-collapse--tablet .slideout-navicon {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .nav-collapse--tablet .main-navigation {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .nav-collapse--tablet-wide .slideout-navicon {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .nav-collapse--tablet-wide .main-navigation {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .nav-collapse--desktop .slideout-navicon {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .nav-collapse--desktop .main-navigation {
    display: block;
  }
}

@media only screen and (min-width: 1440px) {
  .nav-collapse--desktop-wide .slideout-navicon {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .nav-collapse--desktop-wide .main-navigation {
    display: block;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 16px;
  overflow-x: hidden;
  color: #595959;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: calc(1.8rem / 1.2);
  margin-bottom: 0;
  color: #595959;
}

@media only screen and (min-width: 768px) {
  p {
    font-size: calc(1.8rem / 1.1);
  }
}

@media only screen and (min-width: 1440px) {
  p {
    font-size: 1.8rem;
  }
}

p:not(:last-child) {
  margin-bottom: 1em;
}

a, a:focus {
  color: var(--primary-color);
}

iframe {
  max-width: 100%;
}

input,
textarea,
select {
  background-color: #fff;
  color: #595959;
  border: 1px solid;
  padding: 5px;
  width: 100%;
}

select {
  background-image: url("../images/icons/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
}

input[type="submit"],
input[type="reset"] {
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  transition: .2s ease;
}

label {
  display: block;
}

header {
  padding: 20px 0;
}

header.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

header.fixed-top + .site-content {
  padding-top: 133px;
}

.section, .site-footer .footer-content .footer-menus {
  padding: 50px 0;
}

.site-header {
  padding: 20px 0;
}

.site-header .site-header__inner {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.site-header .site-branding img {
  height: auto;
  max-width: 200px;
}

.btn,
.button,
button {
  background-color: #021c3b;
  color: #fff;
  font-size: 16px;
}

.btn:hover,
.button:hover,
button:hover {
  color: #fff;
  background-color: #011022;
}

.site-footer {
  color: #fff;
  padding: 20px 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.site-footer .footer-branding img {
  height: auto;
  max-width: 200px;
}

.site-header .main-navigation .mega-menu-wrap {
  display: none;
}

@media only screen and (min-width: 768px) {
  .site-header .main-navigation .mega-menu-wrap {
    display: block;
    background-color: transparent !important;
  }
}

.site-header .main-navigation .mega-menu-wrap .mega-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: right;
}

.site-header .main-navigation .mega-menu-wrap .mega-menu-item {
  display: inline-block;
}

.site-header .main-navigation .mega-menu-wrap .mega-menu-item a {
  padding: 0 10px !important;
  font-size: calc(1.8rem !important / 1.2);
  font-family: "Playfair Display", serif !important;
  margin-right: 20px !important;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .site-header .main-navigation .mega-menu-wrap .mega-menu-item a {
    font-size: calc(1.8rem !important / 1.1);
  }
}

@media only screen and (min-width: 1440px) {
  .site-header .main-navigation .mega-menu-wrap .mega-menu-item a {
    font-size: 1.8rem !important;
  }
}

.site-header .main-navigation .mega-menu-wrap .mega-menu-item.menu-item-has-children {
  position: relative;
}

.site-header .main-navigation .mega-menu-wrap .mega-menu-item.menu-item-has-children > a:after {
  content: "\f0d7";
  margin-left: 7px;
  font-family: "FontAwesome";
  font-weight: 900;
}

.site-header .main-navigation .mega-menu-wrap .mega-menu-item.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.site-header .main-navigation .mega-menu-wrap .mega-toggle-on .mega-menu-link {
  background: transparent !important;
}

.site-header .main-navigation .mega-menu-wrap .mega-menu-item.mega-current-page-ancestor a.mega-menu-link {
  background: transparent !important;
  border-bottom: 2px solid #fff !important;
}

.site-header .main-navigation .mega-menu-wrap .mega-sub-menu {
  background: #fff !important;
  position: absolute;
  top: auto;
  display: none;
  text-align: left;
  margin-top: 30px;
}

.site-header .main-navigation .mega-menu-wrap .mega-sub-menu .mega-menu-row .mega-sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 768px) {
  .site-header .main-navigation .mega-menu-wrap .mega-sub-menu {
    min-width: 170px;
  }
}

@media only screen and (min-width: 1200px) {
  .site-header .main-navigation .mega-menu-wrap .mega-sub-menu {
    min-width: 230px;
  }
}

.site-header .main-navigation .mega-menu-wrap .mega-sub-menu > .mega-menu-item {
  display: block;
  background: transparent !important;
  padding-bottom: 0 !important;
}

.site-header .main-navigation .mega-menu-wrap .mega-sub-menu > .mega-menu-item a {
  display: block;
  color: #021c3b !important;
  padding: 10px 0 0 0 !important;
  width: 100%;
  transition: .2s ease;
  font-size: calc(1.8rem !important / 1.2);
}

@media only screen and (min-width: 768px) {
  .site-header .main-navigation .mega-menu-wrap .mega-sub-menu > .mega-menu-item a {
    font-size: calc(1.8rem !important / 1.1);
  }
}

@media only screen and (min-width: 1440px) {
  .site-header .main-navigation .mega-menu-wrap .mega-sub-menu > .mega-menu-item a {
    font-size: 1.8rem !important;
  }
}

.site-header .main-navigation .mega-menu-wrap .mega-sub-menu > .mega-menu-item a:hover, .site-header .main-navigation .mega-menu-wrap .mega-sub-menu > .mega-menu-item a:active, .site-header .main-navigation .mega-menu-wrap .mega-sub-menu > .mega-menu-item a:focus, .site-header .main-navigation .mega-menu-wrap .mega-sub-menu > .mega-menu-item a.active {
  text-decoration: none !important;
  color: #032854 !important;
  background: transparent !important;
}

.site-header .main-navigation .mega-menu-wrap .mega-sub-menu > .mega-menu-item .textwidget h2 {
  color: #021c3b;
}

.site-header .main-navigation .mega-menu-wrap .mega-sub-menu > .mega-menu-item .textwidget a {
  padding-left: 0 !important;
}

.mobile-navigation ul {
  padding-left: 0;
}

.mobile-navigation ul > li {
  list-style: none;
  border-bottom: 1px solid #01152c;
}

.mobile-navigation ul > li a {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  font-size: calc(2rem / 1.2);
}

@media only screen and (min-width: 768px) {
  .mobile-navigation ul > li a {
    font-size: calc(2rem / 1.1);
  }
}

@media only screen and (min-width: 1440px) {
  .mobile-navigation ul > li a {
    font-size: 2rem;
  }
}

.mobile-navigation ul > li a:hover {
  text-decoration: none;
  background: #01152c;
}

.mobile-navigation ul > li a:focus {
  background: #01152c;
}

.mobile-navigation ul > li.menu-item-has-children > a:after {
  content: "\f0d7";
  margin-left: 3px;
  font-family: "FontAwesome";
}

.mobile-navigation ul.sub-menu {
  display: none;
  border-top: 1px solid #01152c;
}

.mobile-navigation ul.sub-menu > li > a {
  padding-left: 40px;
  font-size: calc(1.8rem / 1.2);
}

@media only screen and (min-width: 768px) {
  .mobile-navigation ul.sub-menu > li > a {
    font-size: calc(1.8rem / 1.1);
  }
}

@media only screen and (min-width: 1440px) {
  .mobile-navigation ul.sub-menu > li > a {
    font-size: 1.8rem;
  }
}

.mobile-navigation ul.sub-menu > li:last-child {
  border-bottom: 0;
}

.fl-row:not(.custom-padding) > .fl-row-content-wrap {
  padding: 50px 0;
}

.uabb-infobox .uabb-infobox-text {
  color: #595959;
}

.uabb-flip-box-wrap .uabb-back .uabb-back-flip-box-section-content p:not(:last-child) {
  margin-bottom: 1em;
}

.map--grayscale .fl-map iframe {
  filter: grayscale(100%);
}

.slick .slick-dots {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.slick .slick-dots button {
  text-indent: -999999999px;
  border-radius: 100%;
  background-color: #021c3b;
  width: 10px;
  height: 10px;
  border: 0;
  padding: 0;
  margin-right: 5px;
}

.gform_wrapper .gform_hidden {
  display: none;
}

.gform_wrapper .gform_fields {
  list-style: none;
  padding: 0;
}

.gform_wrapper .gfield {
  margin-bottom: 10px !important;
  width: 100% !important;
}

.gform_wrapper .gfield > label {
  display: none !important;
  margin-bottom: 0;
  line-height: 1 !important;
}

.gform_wrapper .gfield input, .gform_wrapper .gfield textarea {
  border-radius: 0;
  background: #fff;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}

.gform_wrapper .gfield input[type="text"],
.gform_wrapper .gfield input[type="email"] {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.gform_wrapper .gfield textarea {
  min-height: 10rem;
}

.gform_wrapper .gform_footer input[type="submit"] {
  text-transform: uppercase;
  height: auto !important;
  letter-spacing: 0 !important;
  border-radius: 0 !important;
  background: #061629 !important;
  text-transform: uppercase !important;
  font-size: 1.7rem !important;
  font-weight: normal !important;
  padding: 3px 0 !important;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #021c3b !important;
}

.gform_wrapper .gfield.hidden_label > label {
  display: none;
}

.gform_wrapper .ginput_container_name {
  display: -ms-flexbox;
  display: flex;
}

.gform_wrapper .ginput_container_name > span {
  width: 100%;
}

.gform_wrapper .ginput_container_name > span.name_first {
  margin-right: 5px;
}

.gform_wrapper .ginput_container_name > span.name_last {
  margin-left: 5px;
}

.overlay--gradient > .fl-row-content-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--primary-color) 100%);
}

.overlay--gradient > .fl-row-content-wrap .fl-row-content {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  #gform_wrapper_1 .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#gform_wrapper_1 .gform_fields > .gfield {
  padding: 0 5px;
}

@media only screen and (min-width: 1024px) {
  #gform_wrapper_1 .gform_fields #field_1_1, #gform_wrapper_1 .gform_fields #field_1_2 {
    -ms-flex: 50%;
        flex: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  #gform_wrapper_1 .gform_fields #field_1_3 {
    -ms-flex: 100%;
        flex: 100%;
  }
}

#gform_wrapper_1 .gform_footer {
  padding: 0 5px;
  margin-top: 5px;
}

.sidebar .widget {
  margin-bottom: 30px;
}

.sidebar .widget .widget-title {
  color: #595959;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-size: calc(2.5rem / 1.2);
}

@media only screen and (min-width: 768px) {
  .sidebar .widget .widget-title {
    font-size: calc(2.5rem / 1.1);
  }
}

@media only screen and (min-width: 1440px) {
  .sidebar .widget .widget-title {
    font-size: 2.5rem;
  }
}

.sidebar .widget .widget_search .widget-title {
  margin-top: 0px;
  margin-bottom: 2rem;
}

.sidebar .widget .widget_search form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.sidebar .widget .widget_search form.search-form {
  position: relative;
  background-color: #F9F9F9;
  width: 100%;
}

.sidebar .widget .widget_search form.search-form :-ms-input-placeholder {
  color: #999999;
  font-size: calc(1.6rem / 1.2);
  font-weight: 400;
  font-family: "Playfair Display", serif;
}

.sidebar .widget .widget_search form.search-form ::placeholder {
  color: #999999;
  font-size: calc(1.6rem / 1.2);
  font-weight: 400;
  font-family: "Playfair Display", serif;
}

@media only screen and (min-width: 768px) {
  .sidebar .widget .widget_search form.search-form :-ms-input-placeholder {
    font-size: calc(1.6rem / 1.1);
  }
  .sidebar .widget .widget_search form.search-form ::placeholder {
    font-size: calc(1.6rem / 1.1);
  }
}

@media only screen and (min-width: 1440px) {
  .sidebar .widget .widget_search form.search-form :-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .sidebar .widget .widget_search form.search-form ::placeholder {
    font-size: 1.6rem;
  }
}

.sidebar .widget .widget_search form.search-form ::-moz-placeholder {
  color: #999999;
  font-size: calc(1.6rem / 1.2);
  font-weight: 400;
  font-family: "Playfair Display", serif;
}

@media only screen and (min-width: 768px) {
  .sidebar .widget .widget_search form.search-form ::-moz-placeholder {
    font-size: calc(1.6rem / 1.1);
  }
}

@media only screen and (min-width: 1440px) {
  .sidebar .widget .widget_search form.search-form ::-moz-placeholder {
    font-size: 1.6rem;
  }
}

.sidebar .widget .widget_search form.search-form :-ms-input-placeholder {
  color: #999999;
  font-size: calc(1.6rem / 1.2);
  font-weight: 400;
  font-family: "Playfair Display", serif;
}

@media only screen and (min-width: 768px) {
  .sidebar .widget .widget_search form.search-form :-ms-input-placeholder {
    font-size: calc(1.6rem / 1.1);
  }
}

@media only screen and (min-width: 1440px) {
  .sidebar .widget .widget_search form.search-form :-ms-input-placeholder {
    font-size: 1.6rem;
  }
}

.sidebar .widget .widget_search form.search-form label {
  margin-bottom: 0;
  width: 100%;
}

.sidebar .widget .widget_search form.search-form [type="search"].search-field {
  background-color: #f8f9fa;
  border: 0;
  height: 50px;
  text-indent: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Playfair Display", serif;
}

.sidebar .widget .widget_search form.search-form [type="submit"].search-submit {
  width: 20%;
  background-color: #f8f9fa;
  border: 0;
  text-indent: -9999px;
  background-image: url("/wp-content/uploads/2020/05/search-solid.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.sidebar .widget.widget_categories h2.widget-title {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.sidebar .widget.widget_categories ul {
  list-style-type: none;
  padding-inline-start: 20px;
}

.sidebar .widget.widget_categories ul li {
  line-height: 1.8;
  margin-bottom: 20px;
}

.sidebar .widget.widget_categories ul li :before {
  content: "\25AA";
  color: #333;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.sidebar .widget.widget_categories ul li a {
  color: #595959;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: calc(16px / 1.2);
}

@media only screen and (min-width: 768px) {
  .sidebar .widget.widget_categories ul li a {
    font-size: calc(16px / 1.1);
  }
}

@media only screen and (min-width: 1440px) {
  .sidebar .widget.widget_categories ul li a {
    font-size: 16px;
  }
}

.sidebar .widget.widget_categories ul li a:hover {
  color: #333;
}

.blog-post__tags {
  border-top: 1px solid #021c3b;
  padding-top: 30px;
  margin: 60px 0 30px;
}

.blog-post__tags a {
  color: #021c3b;
  border: 1px solid #021c3b;
  padding: 10px 15px;
  transition: .2s ease;
}

.blog-post__tags a:hover {
  text-decoration: none;
  background: #021c3b;
  color: #fff;
}

.fl-list-item-content-icon {
  padding-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #636363;
}

h1 {
  font-size: calc(5rem / 1.2);
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: calc(5rem / 1.1);
  }
}

@media only screen and (min-width: 1440px) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  font-size: calc(4rem / 1.2);
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: calc(4rem / 1.1);
  }
}

@media only screen and (min-width: 1440px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: calc(3rem / 1.2);
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: calc(3rem / 1.1);
  }
}

@media only screen and (min-width: 1440px) {
  h3 {
    font-size: 3rem;
  }
}

h4,
h5,
h6 {
  font-size: calc(2rem / 1.2);
}

@media only screen and (min-width: 768px) {
  h4,
  h5,
  h6 {
    font-size: calc(2rem / 1.1);
  }
}

@media only screen and (min-width: 1440px) {
  h4,
  h5,
  h6 {
    font-size: 2rem;
  }
}

.fa,
.fas,
.far {
  font-family: "FontAwesome";
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.far {
  font-weight: 400;
}

.fa,
.fas {
  font-weight: 900;
}

.btn {
  padding: 15px 30px;
  border: 1px solid #000;
  border-radius: 0;
  position: relative;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  z-index: 1;
  background: transparent;
  color: #fff;
  font-size: calc(1.8rem / 1.2);
}

@media only screen and (min-width: 768px) {
  .btn {
    font-size: calc(1.8rem / 1.1);
  }
}

@media only screen and (min-width: 1440px) {
  .btn {
    font-size: 1.8rem;
  }
}

.btn:after {
  content: "";
  background-color: var(--primary-color);
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: .2s ease;
}

.btn:hover:after {
  top: 0;
  left: 0;
}

.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
  border: 1px solid var(--tertiary-color);
  border-radius: 0;
  background: transparent;
  position: relative;
  z-index: 1;
  transition: .5s ease;
}

.fl-builder-content a.fl-button:after, .fl-builder-content a.fl-button:visited:after {
  content: "";
  background-color: var(--primary-color);
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: .2s ease;
}

.fl-builder-content a.fl-button:hover:after, .fl-builder-content a.fl-button:visited:hover:after {
  top: 0;
  left: 0;
}

.fl-builder-content a.fl-button span, .fl-builder-content a.fl-button:visited span {
  z-index: 5;
  position: relative;
  color: #fff;
}

.btn--alt a.fl-button, .btn--alt a.fl-button:visited {
  border: 1px solid #fff;
}

.btn--alt a.fl-button span, .btn--alt a.fl-button:visited span {
  color: #595959;
}

.btn--alt a.fl-button:after, .btn--alt a.fl-button:visited:after {
  background: var(--secondary-color);
}

.fl-list .fl-list-item-content-icon {
  padding-top: 6px;
}

.uabb-blog-posts .slick-prev i,
.uabb-blog-posts .slick-next i {
  background: #fff;
}

.breadcrumb {
  background: #FFF;
  border-radius: 0;
  color: #000;
  font-weight: 500;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  margin-bottom: 0 !important;
  padding: 1rem 1.3rem;
  text-transform: uppercase;
}

.breadcrumb .separator {
  color: #999;
  margin: 0 7px;
}

.testimonial-slider .bx-wrapper {
  margin-bottom: 0;
}

.testimonial-slider .uabb-testimonial {
  border: 1px solid var(--tertiary-color);
  padding: 25px;
  border-radius: 16px;
}

.testimonial-slider .uabb-testimonial .uabb-testimonial-photo {
  vertical-align: bottom !important;
}

.testimonial-slider .uabb-slider-prev {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .testimonial-slider .uabb-slider-prev {
    display: block;
    left: -50px;
  }
  .testimonial-slider .uabb-slider-prev a i {
    font-size: 30px !important;
  }
}

.testimonial-slider .uabb-slider-next {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .testimonial-slider .uabb-slider-next {
    right: -50px;
    display: block;
  }
  .testimonial-slider .uabb-slider-next a i {
    font-size: 30px !important;
  }
}

.testimonial-slider .bx-pager {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .testimonial-slider .bx-pager {
    display: none;
  }
}

.moving-bg-widget .fl-col-content {
  transition: all ease 1s;
  cursor: pointer;
}

.moving-bg-widget .fl-col-content:hover {
  background-position: 100% 70% !important;
}

.moving-bg-widget .fl-col-content .uabb-infobox-text-wrap {
  display: none;
}

.site-footer {
  background: #fafafa;
  padding: 50px 0;
  color: #595959;
}

.site-footer .footer-branding {
  line-height: 1;
}

.site-footer .footer-content .footer-menus .menu-heading {
  color: #595959;
}

.site-footer .footer-content .footer-menus .menu li {
  list-style: none;
}

.site-footer .footer-copyright {
  padding: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.site-footer .footer-copyright .social-links {
  margin: 10px 0;
}

@media only screen and (min-width: 768px) {
  .site-footer .footer-copyright .social-links {
    text-align: right;
  }
}

.site-footer .footer-icon {
  font-size: 3rem;
  margin: 0 5px;
}

body:not(.single-post) .site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: .2s ease;
}

body:not(.single-post) .site-header.sticky {
  background: var(--primary-color);
}

.main-navigation .mega-menu-wrap {
  text-align: right;
}

@media (max-width: 768px) {
  .main-navigation .mega-menu-wrap {
    display: none !important;
  }
}

.main-navigation .mega-menu-wrap .mega-menu {
  text-align: right !important;
}

.main-navigation .mega-menu-wrap .mega-menu > li {
  margin: 0;
}

.main-navigation .mega-menu-wrap .mega-menu > li a {
  transition: .5s ease;
}

.main-navigation .mega-menu-wrap .mega-menu > li a:hover {
  color: var(--secondary-color) !important;
  background: transparent !important;
}

.main-navigation .mega-menu-wrap .mega-menu > li a:active {
  background: transparent !important;
}

.main-navigation .mega-menu-wrap .mega-menu > li .sub-menu li {
  margin: 0;
}

.mobile-navigation ul {
  margin: 0;
}

.mobile-navigation ul li {
  margin: 0;
}

.mobile-nav-icon {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media only screen and (min-width: 768px) {
  .mobile-nav-icon {
    display: none !important;
  }
}

.mobile-nav-icon i {
  color: #fff;
  font-size: 2.5rem;
}

.hero-banner {
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: relative;
}

.hero-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .hero-banner {
    padding: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .hero-banner__content {
    max-width: 60%;
  }
}

.hero-banner__title {
  color: #fff;
}

.hero-banner__description {
  margin-bottom: 40px;
}

.hero-banner__description p {
  color: #fff;
}

.hero-banner__cta .btn {
  border: 1px solid #fff;
}

.hero-banner:not(.home) {
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .hero-banner:not(.home) {
    padding: 261px 200px;
  }
}

@media only screen and (min-width: 768px) {
  .hero-banner:not(.home)__content {
    max-width: 60%;
  }
}

.hero-banner:not(.home)__title {
  color: #fff;
}

.hero-banner:not(.home)__description {
  margin-bottom: 40px;
}

.hero-banner:not(.home)__description p {
  color: #fff;
}

.hero-banner:not(.home)__cta .btn {
  border: 1px solid #fff;
}

.section--testimonials .uabb-blog-posts-shadow {
  background: transparent;
}

.section--testimonials .testimonial__text {
  padding: 0;
  color: #595959;
}

.section--services .uabb-post-wrapper:hover .uabb-post-thumbnail img {
  scale: 1.1;
}

.section--services .uabb-post-thumbnail {
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
}

.section--services .uabb-post-thumbnail img {
  object-fit: cover;
  height: 100%;
  transition: .5s ease;
}

.section--services .uabb-post-thumbnail:after {
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, var(--primary-color) 150%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#021c3b',GradientType=1 );
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.section--services .uabb-post-thumbnail:before {
  opacity: 0.2;
}

.section--services .uabb-post-heading {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.section--services.services-grid .uabb-blog-post-inner-wrap {
  height: 25em;
}

.section--services.services-grid .uabb-blog-post-content {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}

.not-found {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 40px 0;
}

.not-found .page-404-title {
  color: #021c3b;
  font-size: 120px;
  margin: 0;
}

.not-found .page-404-explain {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.not-found form label span {
  display: none;
}

.not-found form input[type="search"] {
  background: #eee;
  border: 0;
  border-radius: 4px;
  font-size: 18px;
  font-weight: lighter;
  padding: 8px 12px;
}

.not-found form input[type="submit"] {
  background: #eee;
  border: 0;
  border-radius: 4px;
  font-size: 18px;
  font-weight: lighter;
  padding: 8px 12px;
}

.single-post .site-header {
  background: var(--primary-color);
}

.single-post .site-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.single-post .post-banner {
  background: var(--secondary-color);
}

.single-post .post-banner__text {
  padding: 5em;
}

.single-post .post-banner__text h1 {
  color: var(--primary-color);
}

@media only screen and (min-width: 768px) {
  .single-post .post-banner__text {
    text-align: center;
  }
}

.single-post .post-banner__image {
  margin-bottom: -8px;
}

.uabb-blog-posts .uabb-blog-posts-shadow {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .blog--featured .uabb-blog-post-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.blog--featured .uabb-post-thumbnail {
  height: auto;
}

.blog--featured .uabb-post-thumbnail img {
  object-fit: cover;
  height: 100%;
}

.blog--featured .uabb-post-heading a, .blog--featured .uabb-post-heading a:visited, .blog--featured .uabb-read-more-text a, .blog--featured .uabb-read-more-text a:visited {
  color: var(--primary-color) !important;
}

.blog--featured .uabb-post-heading a span, .blog--featured .uabb-post-heading a:visited span, .blog--featured .uabb-read-more-text a span, .blog--featured .uabb-read-more-text a:visited span {
  color: var(--primary-color);
}

.blog--featured .uabb-post-heading a:hover, .blog--featured .uabb-read-more-text a:hover {
  color: #606c76 !important;
}

.blog--featured .uabb-post-heading a:hover span, .blog--featured .uabb-read-more-text a:hover span {
  color: #606c76;
}

.blog--grid .fl-post-grid-post {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

.blog--grid .fl-post-grid-title {
  font-size: 3rem;
  margin-bottom: 30px;
}

.blog--grid .fl-post-grid-more {
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 30px;
}

.blog--grid .fl-post-grid-more:after {
  content: "→";
  position: relative;
  left: 5px;
}

.blog--grid .fl-post-grid-text {
  padding: 25px 35px 35px;
}

.blog--grid .fl-builder-pagination li a.page-numbers, .blog--grid .fl-builder-pagination li span.page-numbers {
  border: 0;
  font-size: 2rem;
}

.slideout-navicon {
  font-size: 2rem;
  cursor: pointer;
}

.slideout-nav {
  background: #021c3b;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 60%;
  z-index: 1030;
  transition: 0.5s ease;
}

.slideout-nav .navicon-close {
  display: inline-block;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 15px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  color: #fff;
  font-size: 22px;
  transition: all 150ms;
  float: right;
  width: 45px;
  height: 45px;
  text-align: center;
}

.slideout-nav .navicon-close:hover {
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.slideout-nav .navicon-close i {
  position: relative;
}

.slideout-nav--open {
  left: 0 !important;
  display: block;
}

.body--overflow-hide {
  overflow: hidden;
}

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