@charset "UTF-8";
/**
 * CONTENTS
 *
 * SETTINGS
 * Variables.............Globally-variables
 *
 * TOOLS
 * Functions.............Useful mixins.
 * Mixins................Useful mixins.
 *
 * GENERIC
 * Normalize.............Reset browser styles.
 * Border Box............Elements inner padding.
 *
 * BASE
 * Page..................Page default styles.
 * Type..................Typography default styles.
 * Forms.................Forms default styles.
 *
 * OBJECTS
 * Grid................Grid system.
 * Content...............Inner content.
 *
 * COMPONENTS
 * Buttons...............Button elements.
 * Navigation............Main navigation.
 * Offcanvas.............Offcanvas navigation.
 * Header................Main page header.
 * Hero..................Main page hero.
 * Sidebar...............Main page sidebar.
 * Logo..................Main page logo.
 * Backgrounds...........Section's background.
 * Lead..................Lead elements.
 * List..................List elements.
 * Pager.................Pager navigation.
 * Disclaimer............Page disclaimer.
 * Pagination............Pagination navigation.
 * Embed.................Responsive video.
 * Breadcrumb............Breadcrumbs navigation.
 * Tables................Tabular data.
 * Pre...................Preformatted text.
 * Carousel..............Carousel.
 * Carousel..............Owl Carousel.
 * Widget................Wp widgets.
 * Tabs..................Tabs.
 * Accordion.............Accordion.
 * Social................Social Icons.
 * Footer................Main page footer.
 * Animate...............Main page animation.
 * Lazyload..............Main page lazyload animation.
 * Procedure List........Main page Procedure List.
 * Contact...............Main page Contact.
 * Block.................Main flex blocks.
 * Testimonials..........Main page testimonials.
 * Title.................Main page title.
 *
 * UTILITIES
 * Images................Border, Rounded, Circle, Shadow
 * Block.................Center, Background, Floats, Clearfix
 * Text..................Colors, Transforms, Align, Weight
 * Visibility............xs, sm, md, lg, xl screen sizes
 * Reset.................Reset styles properties
**/
/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    #FUNCTIONS
\*------------------------------------*/
/*------------------------------------*\
    #MIXIN
\*------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type=search] {
  box-sizing: border-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------*\
    #BORDER BOX
\*------------------------------------*/
*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * Body
*/
body {
  background-color: #fff;
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

/*------------------------------------*\
	#TYPOGRAPY
\*------------------------------------*/
/**
* Headings
*/
h6, h5, h4, h3, h2, h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
h6 a, h5 a, h4 a, h3 a, h2 a, h1 a {
  color: inherit;
  text-decoration: none;
}
h6 a:focus, h5 a:focus, h4 a:focus, h3 a:focus, h2 a:focus, h1 a:focus, h6 a:hover, h5 a:hover, h4 a:hover, h3 a:hover, h2 a:hover, h1 a:hover {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  color: inherit;
}

h1, h2, h3 {
  font-weight: 300;
}

h4, h5 {
  font-weight: 400;
}

h1 {
  font-size: 2.3333333333em;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2.7777777778em;
  }
}

h2 {
  font-size: 2em;
  color: #133459;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.3333333333em;
  }
}

.u-text--white h2 {
  color: #fff;
}

.u-text--white a:hover, .u-text--white a:active, .u-text--white a:focus,
a.u-text--white:hover,
a.u-text--white:active,
a.u-text--white:focus {
  color: #E0B55E;
}

h3, .u-h3 {
  font-size: 1.5555555556em;
}
@media (min-width: 1024px) {
  h3, .u-h3 {
    font-size: 1.8888888889em;
  }
}

h4 {
  font-size: 1.3333333333em;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1.5555555556em;
  }
}

h5 {
  font-size: 1em;
  font-style: italic;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 1.3333333333em;
  }
}

h6, .u-h6 {
  font-size: 0.8888888889em;
  font-weight: 400;
}
@media (min-width: 1024px) {
  h6, .u-h6 {
    font-size: 1em;
  }
}

/**
* Paragraphs
*/
p {
  margin-top: 0;
  margin-bottom: 10px;
}

/**
* Lists
*/
ul, ol, dl {
  margin: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
  margin: 0;
}

/**
* Horizontal Line
*/
hr {
  border-width: 1px;
  border-color: #133459;
  border-style: solid;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

/**
* Images
*/
img {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/**
* Figure
*/
figure {
  margin: 0;
  padding: 0;
}

/**
* Blockquote
*/
blockquote {
  border-left: 5px #133459 solid;
  font-size: inherit;
  margin: 20px 0;
  clear: both;
  padding: 10px 20px;
}
blockquote cite {
  font-size: 0.7777777778em;
}
blockquote cite::before {
  content: "-";
}

/**
* Link Styles
*/
a {
  color: #133459;
  transition: color 0.3s ease-in-out;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
  color: #133459;
}

/*------------------------------------*\
	#FORMS
\*------------------------------------*/
.gform_fields,
.gfield_checkbox,
.gfield_radio {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gfield {
  margin-bottom: 10px;
  overflow: hidden;
}

.gfield_label {
  color: #000;
  font-weight: normal;
  font-size: 0.8888888889em;
}

.ginput_complex {
  margin-left: -15px;
  margin-right: -15px;
}

.ginput_container span {
  display: block;
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.ginput_container span.address_city,
.ginput_container span.address_state,
.ginput_container span.address_zip {
  width: 100%;
}
@media (min-width: 768px) {
  .ginput_container span.address_city,
.ginput_container span.address_state,
.ginput_container span.address_zip {
    width: 33.33%;
  }
}

.clear-multi div {
  width: 33.33%;
  float: left;
  padding-right: 15px;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px;
  font-size: inherit;
  line-height: inherit;
  color: #000;
  background-color: #fff;
  background-image: none;
  display: block;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  outline: none;
}

select {
  height: 49px;
}

textarea {
  height: 100px;
}

input[type=submit] {
  width: auto;
}

input + label,
select + label {
  font-weight: normal;
  margin-top: 10px;
  display: inline-block;
  font-size: 0.7777777778em;
}

.ginput_container select[multiple=multiple] {
  max-height: 80px;
  height: auto;
}

.gfield_checkbox li,
.gfield_radio li {
  margin-right: 10px;
  display: inline-block;
}

.ginput_container input[type=checkbox],
.ginput_container input[type=radio] {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  box-shadow: none;
  height: 20px;
  width: 20px;
}

.gfield_checkbox label,
.gfield_radio label {
  margin-top: 2px;
  margin-bottom: 7px;
}

/**
 * Form Validation
 */
.gform_validation_error .gfield_error .gfield_label {
  color: #a94442;
}
.gform_validation_error .gfield_error input,
.gform_validation_error .gfield_error select,
.gform_validation_error .gfield_error textarea {
  border-color: #a94442;
  background-color: #f2dede;
  color: #a94442;
}
.gform_validation_error .gfield_error input:focus,
.gform_validation_error .gfield_error select:focus,
.gform_validation_error .gfield_error textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.gform_wrapper .gfield_required,
.gform_wrapper .validation_message {
  color: #a94442;
}

#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  color: #3c763d;
  background-color: #dff0d8;
}

/**
 * Hide Honeypot
 */
.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px;
  visibility: hidden;
}

/**
 * Form Date Picker
 */
#ui-datepicker-div {
  background-color: #fff;
  padding: 15px;
  width: 295px;
  display: none;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  margin: 0;
}

.ui-datepicker-calendar th {
  text-align: center;
}

.ui-datepicker-calendar tr > th,
.ui-datepicker-calendar tr > td {
  padding: 5px;
}

.ui-corner-all {
  cursor: pointer;
}

.ui-datepicker-next.ui-corner-all {
  float: right;
}

.ui-datepicker-title {
  padding-top: 5px;
  padding-bottom: 10px;
}

.ui-datepicker-year,
.ui-datepicker-month {
  height: auto;
  width: 50%;
  display: inline-block;
}

.c-search__form {
  margin-bottom: 20px;
}
.c-search__form:before, .c-search__form:after {
  content: "";
  display: table;
}
.c-search__form:after {
  clear: both;
}
.c-search__form input[type=text] {
  width: 100%;
  margin-bottom: 10px;
}

.o-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.o-container:before, .o-container:after {
  content: "";
  display: table;
}
.o-container:after {
  clear: both;
}
@media (min-width: 768px) {
  .o-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .o-container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .o-container {
    max-width: 1200px;
  }
}
@media (min-width: 1500px) {
  .o-container {
    max-width: 1500px;
  }
}

.o-row {
  margin-left: -15px;
  margin-right: -15px;
}
.o-row:before, .o-row:after {
  content: "";
  display: table;
}
.o-row:after {
  clear: both;
}

.o-row--center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.o-row--center:before, .o-row--center:after {
  content: none;
}

.o-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.o-col--xl-12, .o-col--xl-11, .o-col--xl-10, .o-col--xl-9, .o-col--xl-8, .o-col--xl-7, .o-col--xl-6, .o-col--xl-5, .o-col--xl-4, .o-col--xl-3, .o-col--xl-2, .o-col--xl-1, .o-col--lg-12, .o-col--lg-11, .o-col--lg-10, .o-col--lg-9, .o-col--lg-8, .o-col--lg-7, .o-col--lg-6, .o-col--lg-5, .o-col--lg-4, .o-col--lg-3, .o-col--lg-2, .o-col--lg-1, .o-col--md-12, .o-col--md-11, .o-col--md-10, .o-col--md-9, .o-col--md-8, .o-col--md-7, .o-col--md-6, .o-col--md-5, .o-col--md-4, .o-col--md-3, .o-col--md-2, .o-col--md-1, .o-col--sm-12, .o-col--sm-11, .o-col--sm-10, .o-col--sm-9, .o-col--sm-8, .o-col--sm-7, .o-col--sm-6, .o-col--sm-5, .o-col--sm-4, .o-col--sm-3, .o-col--sm-2, .o-col--sm-1, .o-col--xs-12, .o-col--xs-11, .o-col--xs-10, .o-col--xs-9, .o-col--xs-8, .o-col--xs-7, .o-col--xs-6, .o-col--xs-5, .o-col--xs-4, .o-col--xs-3, .o-col--xs-2, .o-col--xs-1, .o-col--xxs-12, .o-col--xxs-11, .o-col--xxs-10, .o-col--xxs-9, .o-col--xxs-8, .o-col--xxs-7, .o-col--xxs-6, .o-col--xxs-5, .o-col--xxs-4, .o-col--xxs-3, .o-col--xxs-2, .o-col--xxs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.o-col--xxs-12, .o-col--xxs-11, .o-col--xxs-10, .o-col--xxs-9, .o-col--xxs-8, .o-col--xxs-7, .o-col--xxs-6, .o-col--xxs-5, .o-col--xxs-4, .o-col--xxs-3, .o-col--xxs-2, .o-col--xxs-1 {
  float: left;
}

.o-col--xxs-1 {
  width: 8.3333333333%;
}

.o-col--xxs-2 {
  width: 16.6666666667%;
}

.o-col--xxs-3 {
  width: 25%;
}

.o-col--xxs-4 {
  width: 33.3333333333%;
}

.o-col--xxs-5 {
  width: 41.6666666667%;
}

.o-col--xxs-6 {
  width: 50%;
}

.o-col--xxs-7 {
  width: 58.3333333333%;
}

.o-col--xxs-8 {
  width: 66.6666666667%;
}

.o-col--xxs-9 {
  width: 75%;
}

.o-col--xxs-10 {
  width: 83.3333333333%;
}

.o-col--xxs-11 {
  width: 91.6666666667%;
}

.o-col--xxs-12 {
  width: 100%;
}

.o-col--pull-xxs-0 {
  right: auto;
}

.o-col--pull-xxs-1 {
  right: 8.3333333333%;
}

.o-col--pull-xxs-2 {
  right: 16.6666666667%;
}

.o-col--pull-xxs-3 {
  right: 25%;
}

.o-col--pull-xxs-4 {
  right: 33.3333333333%;
}

.o-col--pull-xxs-5 {
  right: 41.6666666667%;
}

.o-col--pull-xxs-6 {
  right: 50%;
}

.o-col--pull-xxs-7 {
  right: 58.3333333333%;
}

.o-col--pull-xxs-8 {
  right: 66.6666666667%;
}

.o-col--pull-xxs-9 {
  right: 75%;
}

.o-col--pull-xxs-10 {
  right: 83.3333333333%;
}

.o-col--pull-xxs-11 {
  right: 91.6666666667%;
}

.o-col--pull-xxs-12 {
  right: 100%;
}

.o-col--push-xxs-0 {
  left: auto;
}

.o-col--push-xxs-1 {
  left: 8.3333333333%;
}

.o-col--push-xxs-2 {
  left: 16.6666666667%;
}

.o-col--push-xxs-3 {
  left: 25%;
}

.o-col--push-xxs-4 {
  left: 33.3333333333%;
}

.o-col--push-xxs-5 {
  left: 41.6666666667%;
}

.o-col--push-xxs-6 {
  left: 50%;
}

.o-col--push-xxs-7 {
  left: 58.3333333333%;
}

.o-col--push-xxs-8 {
  left: 66.6666666667%;
}

.o-col--push-xxs-9 {
  left: 75%;
}

.o-col--push-xxs-10 {
  left: 83.3333333333%;
}

.o-col--push-xxs-11 {
  left: 91.6666666667%;
}

.o-col--push-xxs-12 {
  left: 100%;
}

.o-col--offset-xxs-0 {
  margin-left: 0%;
}

.o-col--offset-xxs-1 {
  margin-left: 8.3333333333%;
}

.o-col--offset-xxs-2 {
  margin-left: 16.6666666667%;
}

.o-col--offset-xxs-3 {
  margin-left: 25%;
}

.o-col--offset-xxs-4 {
  margin-left: 33.3333333333%;
}

.o-col--offset-xxs-5 {
  margin-left: 41.6666666667%;
}

.o-col--offset-xxs-6 {
  margin-left: 50%;
}

.o-col--offset-xxs-7 {
  margin-left: 58.3333333333%;
}

.o-col--offset-xxs-8 {
  margin-left: 66.6666666667%;
}

.o-col--offset-xxs-9 {
  margin-left: 75%;
}

.o-col--offset-xxs-10 {
  margin-left: 83.3333333333%;
}

.o-col--offset-xxs-11 {
  margin-left: 91.6666666667%;
}

.o-col--offset-xxs-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .o-col--xs-12, .o-col--xs-11, .o-col--xs-10, .o-col--xs-9, .o-col--xs-8, .o-col--xs-7, .o-col--xs-6, .o-col--xs-5, .o-col--xs-4, .o-col--xs-3, .o-col--xs-2, .o-col--xs-1 {
    float: left;
  }

  .o-col--xs-1 {
    width: 8.3333333333%;
  }

  .o-col--xs-2 {
    width: 16.6666666667%;
  }

  .o-col--xs-3 {
    width: 25%;
  }

  .o-col--xs-4 {
    width: 33.3333333333%;
  }

  .o-col--xs-5 {
    width: 41.6666666667%;
  }

  .o-col--xs-6 {
    width: 50%;
  }

  .o-col--xs-7 {
    width: 58.3333333333%;
  }

  .o-col--xs-8 {
    width: 66.6666666667%;
  }

  .o-col--xs-9 {
    width: 75%;
  }

  .o-col--xs-10 {
    width: 83.3333333333%;
  }

  .o-col--xs-11 {
    width: 91.6666666667%;
  }

  .o-col--xs-12 {
    width: 100%;
  }

  .o-col--pull-xs-0 {
    right: auto;
  }

  .o-col--pull-xs-1 {
    right: 8.3333333333%;
  }

  .o-col--pull-xs-2 {
    right: 16.6666666667%;
  }

  .o-col--pull-xs-3 {
    right: 25%;
  }

  .o-col--pull-xs-4 {
    right: 33.3333333333%;
  }

  .o-col--pull-xs-5 {
    right: 41.6666666667%;
  }

  .o-col--pull-xs-6 {
    right: 50%;
  }

  .o-col--pull-xs-7 {
    right: 58.3333333333%;
  }

  .o-col--pull-xs-8 {
    right: 66.6666666667%;
  }

  .o-col--pull-xs-9 {
    right: 75%;
  }

  .o-col--pull-xs-10 {
    right: 83.3333333333%;
  }

  .o-col--pull-xs-11 {
    right: 91.6666666667%;
  }

  .o-col--pull-xs-12 {
    right: 100%;
  }

  .o-col--push-xs-0 {
    left: auto;
  }

  .o-col--push-xs-1 {
    left: 8.3333333333%;
  }

  .o-col--push-xs-2 {
    left: 16.6666666667%;
  }

  .o-col--push-xs-3 {
    left: 25%;
  }

  .o-col--push-xs-4 {
    left: 33.3333333333%;
  }

  .o-col--push-xs-5 {
    left: 41.6666666667%;
  }

  .o-col--push-xs-6 {
    left: 50%;
  }

  .o-col--push-xs-7 {
    left: 58.3333333333%;
  }

  .o-col--push-xs-8 {
    left: 66.6666666667%;
  }

  .o-col--push-xs-9 {
    left: 75%;
  }

  .o-col--push-xs-10 {
    left: 83.3333333333%;
  }

  .o-col--push-xs-11 {
    left: 91.6666666667%;
  }

  .o-col--push-xs-12 {
    left: 100%;
  }

  .o-col--offset-xs-0 {
    margin-left: 0%;
  }

  .o-col--offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .o-col--offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .o-col--offset-xs-3 {
    margin-left: 25%;
  }

  .o-col--offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .o-col--offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .o-col--offset-xs-6 {
    margin-left: 50%;
  }

  .o-col--offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .o-col--offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .o-col--offset-xs-9 {
    margin-left: 75%;
  }

  .o-col--offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .o-col--offset-xs-11 {
    margin-left: 91.6666666667%;
  }

  .o-col--offset-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .o-col--sm-12, .o-col--sm-11, .o-col--sm-10, .o-col--sm-9, .o-col--sm-8, .o-col--sm-7, .o-col--sm-6, .o-col--sm-5, .o-col--sm-4, .o-col--sm-3, .o-col--sm-2, .o-col--sm-1 {
    float: left;
  }

  .o-col--sm-1 {
    width: 8.3333333333%;
  }

  .o-col--sm-2 {
    width: 16.6666666667%;
  }

  .o-col--sm-3 {
    width: 25%;
  }

  .o-col--sm-4 {
    width: 33.3333333333%;
  }

  .o-col--sm-5 {
    width: 41.6666666667%;
  }

  .o-col--sm-6 {
    width: 50%;
  }

  .o-col--sm-7 {
    width: 58.3333333333%;
  }

  .o-col--sm-8 {
    width: 66.6666666667%;
  }

  .o-col--sm-9 {
    width: 75%;
  }

  .o-col--sm-10 {
    width: 83.3333333333%;
  }

  .o-col--sm-11 {
    width: 91.6666666667%;
  }

  .o-col--sm-12 {
    width: 100%;
  }

  .o-col--pull-sm-0 {
    right: auto;
  }

  .o-col--pull-sm-1 {
    right: 8.3333333333%;
  }

  .o-col--pull-sm-2 {
    right: 16.6666666667%;
  }

  .o-col--pull-sm-3 {
    right: 25%;
  }

  .o-col--pull-sm-4 {
    right: 33.3333333333%;
  }

  .o-col--pull-sm-5 {
    right: 41.6666666667%;
  }

  .o-col--pull-sm-6 {
    right: 50%;
  }

  .o-col--pull-sm-7 {
    right: 58.3333333333%;
  }

  .o-col--pull-sm-8 {
    right: 66.6666666667%;
  }

  .o-col--pull-sm-9 {
    right: 75%;
  }

  .o-col--pull-sm-10 {
    right: 83.3333333333%;
  }

  .o-col--pull-sm-11 {
    right: 91.6666666667%;
  }

  .o-col--pull-sm-12 {
    right: 100%;
  }

  .o-col--push-sm-0 {
    left: auto;
  }

  .o-col--push-sm-1 {
    left: 8.3333333333%;
  }

  .o-col--push-sm-2 {
    left: 16.6666666667%;
  }

  .o-col--push-sm-3 {
    left: 25%;
  }

  .o-col--push-sm-4 {
    left: 33.3333333333%;
  }

  .o-col--push-sm-5 {
    left: 41.6666666667%;
  }

  .o-col--push-sm-6 {
    left: 50%;
  }

  .o-col--push-sm-7 {
    left: 58.3333333333%;
  }

  .o-col--push-sm-8 {
    left: 66.6666666667%;
  }

  .o-col--push-sm-9 {
    left: 75%;
  }

  .o-col--push-sm-10 {
    left: 83.3333333333%;
  }

  .o-col--push-sm-11 {
    left: 91.6666666667%;
  }

  .o-col--push-sm-12 {
    left: 100%;
  }

  .o-col--offset-sm-0 {
    margin-left: 0%;
  }

  .o-col--offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .o-col--offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .o-col--offset-sm-3 {
    margin-left: 25%;
  }

  .o-col--offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .o-col--offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .o-col--offset-sm-6 {
    margin-left: 50%;
  }

  .o-col--offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .o-col--offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .o-col--offset-sm-9 {
    margin-left: 75%;
  }

  .o-col--offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .o-col--offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .o-col--offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .o-col--md-12, .o-col--md-11, .o-col--md-10, .o-col--md-9, .o-col--md-8, .o-col--md-7, .o-col--md-6, .o-col--md-5, .o-col--md-4, .o-col--md-3, .o-col--md-2, .o-col--md-1 {
    float: left;
  }

  .o-col--md-1 {
    width: 8.3333333333%;
  }

  .o-col--md-2 {
    width: 16.6666666667%;
  }

  .o-col--md-3 {
    width: 25%;
  }

  .o-col--md-4 {
    width: 33.3333333333%;
  }

  .o-col--md-5 {
    width: 41.6666666667%;
  }

  .o-col--md-6 {
    width: 50%;
  }

  .o-col--md-7 {
    width: 58.3333333333%;
  }

  .o-col--md-8 {
    width: 66.6666666667%;
  }

  .o-col--md-9 {
    width: 75%;
  }

  .o-col--md-10 {
    width: 83.3333333333%;
  }

  .o-col--md-11 {
    width: 91.6666666667%;
  }

  .o-col--md-12 {
    width: 100%;
  }

  .o-col--pull-md-0 {
    right: auto;
  }

  .o-col--pull-md-1 {
    right: 8.3333333333%;
  }

  .o-col--pull-md-2 {
    right: 16.6666666667%;
  }

  .o-col--pull-md-3 {
    right: 25%;
  }

  .o-col--pull-md-4 {
    right: 33.3333333333%;
  }

  .o-col--pull-md-5 {
    right: 41.6666666667%;
  }

  .o-col--pull-md-6 {
    right: 50%;
  }

  .o-col--pull-md-7 {
    right: 58.3333333333%;
  }

  .o-col--pull-md-8 {
    right: 66.6666666667%;
  }

  .o-col--pull-md-9 {
    right: 75%;
  }

  .o-col--pull-md-10 {
    right: 83.3333333333%;
  }

  .o-col--pull-md-11 {
    right: 91.6666666667%;
  }

  .o-col--pull-md-12 {
    right: 100%;
  }

  .o-col--push-md-0 {
    left: auto;
  }

  .o-col--push-md-1 {
    left: 8.3333333333%;
  }

  .o-col--push-md-2 {
    left: 16.6666666667%;
  }

  .o-col--push-md-3 {
    left: 25%;
  }

  .o-col--push-md-4 {
    left: 33.3333333333%;
  }

  .o-col--push-md-5 {
    left: 41.6666666667%;
  }

  .o-col--push-md-6 {
    left: 50%;
  }

  .o-col--push-md-7 {
    left: 58.3333333333%;
  }

  .o-col--push-md-8 {
    left: 66.6666666667%;
  }

  .o-col--push-md-9 {
    left: 75%;
  }

  .o-col--push-md-10 {
    left: 83.3333333333%;
  }

  .o-col--push-md-11 {
    left: 91.6666666667%;
  }

  .o-col--push-md-12 {
    left: 100%;
  }

  .o-col--offset-md-0 {
    margin-left: 0%;
  }

  .o-col--offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .o-col--offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .o-col--offset-md-3 {
    margin-left: 25%;
  }

  .o-col--offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .o-col--offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .o-col--offset-md-6 {
    margin-left: 50%;
  }

  .o-col--offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .o-col--offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .o-col--offset-md-9 {
    margin-left: 75%;
  }

  .o-col--offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .o-col--offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .o-col--offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .o-col--lg-12, .o-col--lg-11, .o-col--lg-10, .o-col--lg-9, .o-col--lg-8, .o-col--lg-7, .o-col--lg-6, .o-col--lg-5, .o-col--lg-4, .o-col--lg-3, .o-col--lg-2, .o-col--lg-1 {
    float: left;
  }

  .o-col--lg-1 {
    width: 8.3333333333%;
  }

  .o-col--lg-2 {
    width: 16.6666666667%;
  }

  .o-col--lg-3 {
    width: 25%;
  }

  .o-col--lg-4 {
    width: 33.3333333333%;
  }

  .o-col--lg-5 {
    width: 41.6666666667%;
  }

  .o-col--lg-6 {
    width: 50%;
  }

  .o-col--lg-7 {
    width: 58.3333333333%;
  }

  .o-col--lg-8 {
    width: 66.6666666667%;
  }

  .o-col--lg-9 {
    width: 75%;
  }

  .o-col--lg-10 {
    width: 83.3333333333%;
  }

  .o-col--lg-11 {
    width: 91.6666666667%;
  }

  .o-col--lg-12 {
    width: 100%;
  }

  .o-col--pull-lg-0 {
    right: auto;
  }

  .o-col--pull-lg-1 {
    right: 8.3333333333%;
  }

  .o-col--pull-lg-2 {
    right: 16.6666666667%;
  }

  .o-col--pull-lg-3 {
    right: 25%;
  }

  .o-col--pull-lg-4 {
    right: 33.3333333333%;
  }

  .o-col--pull-lg-5 {
    right: 41.6666666667%;
  }

  .o-col--pull-lg-6 {
    right: 50%;
  }

  .o-col--pull-lg-7 {
    right: 58.3333333333%;
  }

  .o-col--pull-lg-8 {
    right: 66.6666666667%;
  }

  .o-col--pull-lg-9 {
    right: 75%;
  }

  .o-col--pull-lg-10 {
    right: 83.3333333333%;
  }

  .o-col--pull-lg-11 {
    right: 91.6666666667%;
  }

  .o-col--pull-lg-12 {
    right: 100%;
  }

  .o-col--push-lg-0 {
    left: auto;
  }

  .o-col--push-lg-1 {
    left: 8.3333333333%;
  }

  .o-col--push-lg-2 {
    left: 16.6666666667%;
  }

  .o-col--push-lg-3 {
    left: 25%;
  }

  .o-col--push-lg-4 {
    left: 33.3333333333%;
  }

  .o-col--push-lg-5 {
    left: 41.6666666667%;
  }

  .o-col--push-lg-6 {
    left: 50%;
  }

  .o-col--push-lg-7 {
    left: 58.3333333333%;
  }

  .o-col--push-lg-8 {
    left: 66.6666666667%;
  }

  .o-col--push-lg-9 {
    left: 75%;
  }

  .o-col--push-lg-10 {
    left: 83.3333333333%;
  }

  .o-col--push-lg-11 {
    left: 91.6666666667%;
  }

  .o-col--push-lg-12 {
    left: 100%;
  }

  .o-col--offset-lg-0 {
    margin-left: 0%;
  }

  .o-col--offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .o-col--offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .o-col--offset-lg-3 {
    margin-left: 25%;
  }

  .o-col--offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .o-col--offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .o-col--offset-lg-6 {
    margin-left: 50%;
  }

  .o-col--offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .o-col--offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .o-col--offset-lg-9 {
    margin-left: 75%;
  }

  .o-col--offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .o-col--offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .o-col--offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1500px) {
  .o-col--xl-12, .o-col--xl-11, .o-col--xl-10, .o-col--xl-9, .o-col--xl-8, .o-col--xl-7, .o-col--xl-6, .o-col--xl-5, .o-col--xl-4, .o-col--xl-3, .o-col--xl-2, .o-col--xl-1 {
    float: left;
  }

  .o-col--xl-1 {
    width: 8.3333333333%;
  }

  .o-col--xl-2 {
    width: 16.6666666667%;
  }

  .o-col--xl-3 {
    width: 25%;
  }

  .o-col--xl-4 {
    width: 33.3333333333%;
  }

  .o-col--xl-5 {
    width: 41.6666666667%;
  }

  .o-col--xl-6 {
    width: 50%;
  }

  .o-col--xl-7 {
    width: 58.3333333333%;
  }

  .o-col--xl-8 {
    width: 66.6666666667%;
  }

  .o-col--xl-9 {
    width: 75%;
  }

  .o-col--xl-10 {
    width: 83.3333333333%;
  }

  .o-col--xl-11 {
    width: 91.6666666667%;
  }

  .o-col--xl-12 {
    width: 100%;
  }

  .o-col--pull-xl-0 {
    right: auto;
  }

  .o-col--pull-xl-1 {
    right: 8.3333333333%;
  }

  .o-col--pull-xl-2 {
    right: 16.6666666667%;
  }

  .o-col--pull-xl-3 {
    right: 25%;
  }

  .o-col--pull-xl-4 {
    right: 33.3333333333%;
  }

  .o-col--pull-xl-5 {
    right: 41.6666666667%;
  }

  .o-col--pull-xl-6 {
    right: 50%;
  }

  .o-col--pull-xl-7 {
    right: 58.3333333333%;
  }

  .o-col--pull-xl-8 {
    right: 66.6666666667%;
  }

  .o-col--pull-xl-9 {
    right: 75%;
  }

  .o-col--pull-xl-10 {
    right: 83.3333333333%;
  }

  .o-col--pull-xl-11 {
    right: 91.6666666667%;
  }

  .o-col--pull-xl-12 {
    right: 100%;
  }

  .o-col--push-xl-0 {
    left: auto;
  }

  .o-col--push-xl-1 {
    left: 8.3333333333%;
  }

  .o-col--push-xl-2 {
    left: 16.6666666667%;
  }

  .o-col--push-xl-3 {
    left: 25%;
  }

  .o-col--push-xl-4 {
    left: 33.3333333333%;
  }

  .o-col--push-xl-5 {
    left: 41.6666666667%;
  }

  .o-col--push-xl-6 {
    left: 50%;
  }

  .o-col--push-xl-7 {
    left: 58.3333333333%;
  }

  .o-col--push-xl-8 {
    left: 66.6666666667%;
  }

  .o-col--push-xl-9 {
    left: 75%;
  }

  .o-col--push-xl-10 {
    left: 83.3333333333%;
  }

  .o-col--push-xl-11 {
    left: 91.6666666667%;
  }

  .o-col--push-xl-12 {
    left: 100%;
  }

  .o-col--offset-xl-0 {
    margin-left: 0%;
  }

  .o-col--offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .o-col--offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .o-col--offset-xl-3 {
    margin-left: 25%;
  }

  .o-col--offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .o-col--offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .o-col--offset-xl-6 {
    margin-left: 50%;
  }

  .o-col--offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .o-col--offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .o-col--offset-xl-9 {
    margin-left: 75%;
  }

  .o-col--offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .o-col--offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .o-col--offset-xl-12 {
    margin-left: 100%;
  }
}
/*------------------------------------*\
    #CONTENT
\*------------------------------------*/
.o-main {
  display: block;
}

@media (min-width: 768px) {
  .o-content {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.c-content {
  position: relative;
}

.c-featured-image {
  margin-bottom: 20px;
}
.c-featured-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.o-container--wide {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.o-content--hidden {
  overflow: hidden;
}

.c-content__img {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.c-btn {
  border: 0;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding: 10px 15px;
  font-size: 1em;
  margin: 0;
  transition: background-color 0.5s ease-in-out;
  text-transform: none;
  font-weight: 400;
  background-color: #E0B55E;
  color: #133459;
}
.c-btn:hover, .c-btn:active, .c-btn:focus {
  color: #133459;
  text-decoration: none;
  background-color: #e8c989;
}

.c-btn--blue {
  border: 0;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding: 10px 15px;
  font-size: 1em;
  margin: 0;
  transition: background-color 0.5s ease-in-out;
  text-transform: none;
  font-weight: 400;
  background-color: #133459;
  color: #fff;
}
.c-btn--blue:hover, .c-btn--blue:active, .c-btn--blue:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1c4d83;
}

.c-btn--icon {
  color: #E0B55E;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding: 10px 20px;
  margin: 10px 0;
  display: inline-block;
  border: 0;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}
.c-btn--icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 100%;
  border: 1px solid #E0B55E;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-color: #E0B55E;
  z-index: -10;
}
@media (min-width: 1024px) {
  .c-btn--icon::after {
    right: -30px;
  }
}
.c-btn--icon:hover, .c-btn--icon:active, .c-btn--icon:focus {
  color: #fff;
  text-decoration: none;
}
.c-btn--icon:hover .c-btn--shape, .c-btn--icon:active .c-btn--shape, .c-btn--icon:focus .c-btn--shape {
  right: -15px;
}
.c-btn--icon:hover .c-btn--shape::before, .c-btn--icon:active .c-btn--shape::before, .c-btn--icon:focus .c-btn--shape::before {
  border-left-color: #fff;
}
.c-btn--icon:hover::after, .c-btn--icon:active::after, .c-btn--icon:focus::after {
  left: 0;
  opacity: 1;
}

.c-btn--shape {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  border: 1px solid #E0B55E;
  display: inline-block;
  transition: all 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, transform 0.5s ease-in-out;
  display: none;
}
.c-btn--shape::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #E0B55E;
  border-bottom: 10px solid transparent;
  transition: all 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, transform 0.5s ease-in-out;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .c-btn--shape {
    display: block;
  }
}

/**
* Generate button color classes for each color in $colors
*/
.c-btn--black {
  background-color: #000;
}
.c-btn--black:hover, .c-btn--black:active, .c-btn--black:focus {
  background-color: #333333;
}

.c-btn--gray {
  background-color: #666;
}
.c-btn--gray:hover, .c-btn--gray:active, .c-btn--gray:focus {
  background-color: #999999;
}

.c-btn--white {
  background-color: #fff;
}
.c-btn--white:hover, .c-btn--white:active, .c-btn--white:focus {
  background-color: white;
}

.c-btn--gold {
  background-color: #92650E;
}
.c-btn--gold:hover, .c-btn--gold:active, .c-btn--gold:focus {
  background-color: #e9a41d;
}

.c-btn--light-brown {
  background-color: #f8f6ec;
}
.c-btn--light-brown:hover, .c-btn--light-brown:active, .c-btn--light-brown:focus {
  background-color: white;
}

.c-btn--yellow {
  background-color: #E0B55E;
}
.c-btn--yellow:hover, .c-btn--yellow:active, .c-btn--yellow:focus {
  background-color: #f0dcb4;
}

/**
* Generate button arrow class for blog pages
*/
.c-btn--arrow {
  text-transform: uppercase;
  color: #92650E;
  font-weight: 500;
}
.c-btn--arrow::after {
  content: " »";
}

/**
* Generate button block class
*/
.c-btn--block {
  display: block;
  text-align: center;
  width: 100%;
}

/*------------------------------------*\
	#NAVIGATION
\*------------------------------------*/
.c-nav {
  background-color: #133459;
}
@media (min-width: 1024px) {
  .c-nav {
    margin-top: 0;
    background-color: transparent;
  }
}

/**
* Navigation List Scroll Highlight
*/
.c-nav__hightlight {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/**
* <ul> Navigation List
*/
.c-nav__list {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .c-nav__list {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/**
* <li> Navigation List item
*/
.c-nav__item {
  position: relative;
}
@media (min-width: 1024px) {
  .c-nav__item {
    display: inline-block;
  }
  .c-nav__item:hover > .c-nav__dropdown {
    display: block;
  }
}
.c-nav__item.c-nav__item--active > .c-nav__link {
  color: #E0B55E;
}

/**
* <a> Navigation List link
*/
.c-nav__link {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 0.8333333333em;
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .c-nav__link {
    padding: 20px 10px;
  }
}
.c-nav__link:hover, .c-nav__link:active, .c-nav__link:focus {
  color: #E0B55E;
  text-decoration: none;
}

/**
* Sub Navigation List
*/
.c-nav__dropdown {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
  padding-left: 20px;
}
.c-nav__dropdown .c-nav__dropdown {
  padding-left: 20px;
}
.c-nav__dropdown .c-nav__link {
  padding: 10px 20px;
  text-transform: none;
}
@media (min-width: 1024px) {
  .c-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #133459;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 270px;
    text-align: left;
    z-index: 9999;
    padding-left: 0;
    /**
    * Sub Navigation Levels
    */
  }
  .c-nav__dropdown .c-nav__dropdown {
    padding-left: 0;
  }
  .c-nav__dropdown .c-nav__item {
    display: block;
  }
  .c-nav__dropdown .c-nav__item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .c-nav__dropdown .c-nav__link {
    padding: 10px;
  }
  .c-nav__dropdown .c-nav__item--children > .c-nav__link::after {
    content: "";
    background-image: url("../img/angle-right.svg");
    float: right;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    -webkit-transform: translate(3px, 5px);
            transform: translate(3px, 5px);
  }
  .c-nav__dropdown .c-nav__dropdown {
    top: 0;
    left: 100%;
  }
}

.c-nav__dropdown--toggle {
  background: url("../img/angle-down.svg") no-repeat center;
  cursor: pointer;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (min-width: 1024px) {
  .c-nav__dropdown--toggle {
    display: none;
  }
}

/**
* Mobile Navigation Icons
*/
.c-nav__icon {
  font-size: 1.6666666667em;
  line-height: 0;
  display: block;
}
@media (min-width: 1024px) {
  .c-nav__icon {
    display: none;
  }
}

.c-nav__icon--padding {
  padding: 20px;
}

.c-nav__icon--open {
  color: #fff;
}

.c-nav__icon--close {
  color: #fff;
}

@media (max-width: 1023px) {
  .c-nav {
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #133459;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    /* enables momentum scrolling in iOS overflow elements */
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    z-index: 9999;
    text-align: left;
  }
  .c-nav .c-header__phone {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto;
    text-align: center;
  }
  .c-nav .c-header__logo {
    display: block;
    max-width: 140px;
    margin: 0 auto 20px;
  }
  .c-nav .c-footer__social-title {
    margin-bottom: 10px;
  }
  .c-nav .c-social__list {
    margin-bottom: 20px;
  }

  .c-nav::-webkit-scrollbar {
    display: none;
  }

  .is-active .c-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .c-nav__mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  }

  .is-active .c-nav__mask {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    transition: opacity 0.3s;
  }
}
/*------------------------------------*\
	#HEADER
\*------------------------------------*/
.logged-in .c-header {
  top: 32px;
}

.c-header__inner {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.c-header__left {
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-header__left {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .c-header__right {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.c-header__top {
  padding: 10px 0;
}

.c-header__logo {
  display: inline-block;
  max-width: 120px;
}
@media (min-width: 1024px) {
  .c-header__logo {
    max-width: 190px;
  }
}

.c-header__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.c-header__phone {
  color: #133459;
  text-align: center;
  text-transform: none;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0 10px;
  padding: 5px 10px;
  border-radius: 5px;
}
.c-header__phone:hover, .c-header__phone:active, .c-header__phone:focus {
  color: #133459;
  text-decoration: none;
}

.c-header__phone-label,
.c-header__phone-number {
  display: block;
}

.c-header__phone-label {
  font-size: 0.7777777778em;
}

.c-header__phone-number {
  font-size: 0.8333333333em;
}

/*------------------------------------*\
	#HERO
\*------------------------------------*/
.c-hero {
  padding: 200px 0 100px;
}
@media (min-width: 1024px) {
  .c-hero {
    padding: 340px 0 200px;
  }
}

.c-hero__logo {
  max-width: 256px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .c-hero__logo {
    max-width: 356px;
  }
}

/* Homepage hero variant */
.c-hero--home {
  padding: 280px 0 60px;
}
@media (min-width: 1024px) {
  .c-hero--home {
    padding: 440px 0 120px;
  }
}
.c-hero--home .c-hero__content {
  text-align: center;
}
.c-hero--home .c-hero__subtitle {
  margin-bottom: 10px;
}
.c-hero--home .c-hero__title {
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
}
.c-hero--home .c-hero__content .c-hr {
  margin-top: 0;
  margin-bottom: 20px;
  width: 180px;
}
.c-hero--home .c-hero__body p:last-child {
  margin-bottom: 0;
}
.c-hero--home .c-hero__action {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-hero--home .c-hero__action {
    margin-top: 0;
    text-align: right;
  }
}

/*------------------------------------*\
    #SIDEBAR
\*------------------------------------*/
.c-sidebar {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .c-sidebar {
    padding-top: 20px;
  }
}

/*------------------------------------*\
    #LOGOS
\*------------------------------------*/
/**
 * Logo
*/
.c-logo {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}

/**
* Update [brand] to practice name
*/
.c-logo--brand {
  display: block;
  width: 120px;
  height: 45px;
  background-image: url("../img/img-logo.png");
  margin: 0;
}
@media (min-width: 1024px) {
  .c-logo--brand {
    width: 190px;
    height: 70px;
  }
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
/**
 * Configuration for backgrounds images
 *
 * List $bgs: [name]
*/
.c-background--name {
  background-image: url("../img/img-name.jpg");
}

/**
* Background Properties
*/
.c-background {
  position: relative;
  background-repeat: no-repeat;
}

.c-background--relative {
  position: relative;
  z-index: 10;
}

@media (min-width: 1024px) {
  .c-background--fixed {
    background-attachment: fixed;
  }
}

/**
* Background Mobile Reset
*/
.is-device .c-background--fixed {
  background-attachment: initial;
}

/**
* Background Position
*/
.c-background--position-top {
  background-position: top center;
}

.c-background--position-bottom {
  background-position: bottom center;
}

.c-background--position-center {
  background-position: center;
}

.c-background--position-right {
  background-position: center right;
}

.c-background--position-left {
  background-position: center left;
}

/**
* Background Size
*/
.c-background--cover {
  background-size: cover;
}

.c-background--contain {
  background-size: contain;
}

/**
* Background Base
*/
.c-background--base {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
}

/*------------------------------------*\
    #LEAD
\*------------------------------------*/
.c-lead {
  font-size: 1em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .c-lead {
    font-size: 1.2222222222em;
  }
}

.c-lead--one {
  color: #92650E;
  font-size: 1em;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .c-lead--one {
    font-size: 1.1111111111em;
  }
}

.c-lead--two {
  color: #92650E;
  font-size: 0.8888888889em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .c-lead--two {
    font-size: 1em;
  }
}

.c-lead-backdrop {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
@media (min-width: 1024px) {
  .c-lead-backdrop {
    padding: 60px;
  }
}
.c-lead-backdrop .c-background--base {
  z-index: 0;
}

.c-lead-panel {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 16px #fff;
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .c-lead-panel {
    box-shadow: 0 0 0 24px #fff;
    padding: 60px 40px;
  }
}

.c-lead-panel--one {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .c-lead-panel--one {
    padding: 50px 60px;
  }
}
.c-lead-panel--one .c-lead-panel__intro {
  margin-bottom: 40px;
  text-align: left;
}
.c-lead-panel--one .c-lead-panel__media {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-lead-panel--one .c-lead-panel__media {
    margin-bottom: 0;
  }
}
.c-lead-panel--one .c-lead-panel__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .c-lead-panel--one .c-lead-panel__image {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-lead-panel--one .c-hr {
  margin-top: 0;
  margin-bottom: 20px;
}
.c-lead-panel--one .c-lead-panel__title {
  margin-top: 0;
  margin-bottom: 20px;
}
.c-lead-panel--one .c-lead-panel__content {
  margin-top: 0;
}

.c-lead-panel--two {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .c-lead-panel--two {
    padding: 40px;
  }
}
.c-lead-panel--two .c-lead-panel__media {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .c-lead-panel--two .c-lead-panel__media {
    margin-bottom: 0;
    padding-right: 20px;
  }
}
.c-lead-panel--two .c-lead-panel__title {
  margin-bottom: 20px;
  text-align: center;
}
.c-lead-panel--two .c-hr--start {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  width: 160px;
}
.c-lead-panel--two .c-lead-panel__image {
  display: block;
  max-width: 100%;
  height: auto;
}
.c-lead-panel--two .c-lead-panel__content + .c-lead--two,
.c-lead-panel--two .c-lead--two:has(+ .c-lead-panel__content) {
  color: inherit;
  font-size: 1em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .c-lead-panel--two .c-lead-panel__content + .c-lead--two,
.c-lead-panel--two .c-lead--two:has(+ .c-lead-panel__content) {
    font-size: 1.2222222222em;
  }
}

.c-lead-panel__content ul {
  margin-top: 20px;
  padding-left: 20px;
}
.c-lead-panel__content ul li {
  margin-bottom: 5px;
}
.c-lead-panel__content ul li:last-child {
  margin-bottom: 0;
}

.c-hr--start {
  margin-left: 0;
  margin-right: auto;
}

/*------------------------------------*\
	#LISTS
\*------------------------------------*/
.c-list--unstyled {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.c-list--inline {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.c-list--inline > li {
  display: inline;
}

/*------------------------------------*\
    #PAGER
\*------------------------------------*/
.c-pager {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-pager:before, .c-pager:after {
  content: "";
  display: table;
}
.c-pager:after {
  clear: both;
}
.c-pager a:hover, .c-pager a:active, .c-pager a:focus {
  text-decoration: none;
}

/*------------------------------------*\
	#DISCLAIMER
\*------------------------------------*/
.c-disclaimer {
  position: absolute;
  bottom: 40px;
  left: 20px;
  z-index: 100;
  font-size: 0.7777777778em;
}
@media (min-width: 1024px) {
  .c-disclaimer {
    left: 40px;
    font-size: inherit;
  }
}

.c-disclaimer--white {
  color: rgba(255, 255, 255, 0.6);
}

.c-disclaimer--black {
  color: rgba(0, 0, 0, 0.6);
}

/*------------------------------------*\
    #PAGINATION
\*------------------------------------*/
.c-pagination {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.c-pagination > li {
  display: inline-block;
}
.c-pagination > li > a,
.c-pagination > li > span {
  padding: 10px;
  color: #133459;
  border: 1px solid #ddd;
}
.c-pagination > li > a:hover, .c-pagination > li > a:active, .c-pagination > li > a:focus,
.c-pagination > li > span:hover,
.c-pagination > li > span:active,
.c-pagination > li > span:focus {
  text-decoration: none;
}

/*------------------------------------*\
    #EMBED
\*------------------------------------*/
/**
 * Responsive Media
 */
.c-embed {
  margin-top: 10px;
  margin-bottom: 10px;
}

.c-embed--respond {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.c-embed--respond iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
    #BREADCRUMBS
\*------------------------------------*/
.c-breadcrumb {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.c-breadcrumb > li {
  display: inline-block;
}
.c-breadcrumb > li + li::before {
  padding: 0 10px;
  color: #ccc;
  content: "/ ";
}

/*------------------------------------*\
    #TABLES
\*------------------------------------*/
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
}

table tr > td,
table tr > th {
  padding: 10px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #d9d9d9;
  text-align: left;
}

/*------------------------------------*\
    #PRE FORMATED TEXT
\*------------------------------------*/
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 0.7222222222em;
  line-height: 1.5;
  color: #000;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

/*------------------------------------*\
    #CAROUSEL
\*------------------------------------*/
.c-carousel {
  position: relative;
}

.c-carousel__item {
  position: relative;
}

.c-carousel__img {
  height: 450px;
}
@media (min-width: 1024px) {
  .c-carousel__img {
    height: 600px;
  }
}

@media (min-width: 1024px) {
  .c-carousel__caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/* Pagination */
.owl-dots {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
}

.owl-dot.active {
  background-color: #000;
}

/*------------------------------------*\
	#CAROUSEL HOME
\*------------------------------------*/
.c-carousel--home {
  position: relative;
  padding: 0 36px;
}
@media (min-width: 768px) {
  .c-carousel--home {
    padding: 0 50px;
  }
}
.c-carousel--home .owl-stage-outer {
  margin: -10px;
  padding: 10px;
}
.c-carousel--home .c-carousel__item {
  height: 100%;
}
.c-carousel--home .c-carousel__card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 20px;
  height: 100%;
  text-align: left;
}
.c-carousel--home .c-carousel__stars {
  margin-bottom: 10px;
  line-height: 1;
}
.c-carousel--home .c-carousel__stars::before {
  content: "★★★★★";
  color: #E0B55E;
  font-size: 0.8888888889em;
  letter-spacing: 2px;
}
.c-carousel--home .c-carousel__quote {
  margin-bottom: 10px;
}
.c-carousel--home .c-carousel__quote p {
  margin-bottom: 0;
}
.c-carousel--home .c-carousel__author {
  font-weight: 500;
  margin-bottom: 5px;
}
.c-carousel--home .c-carousel__resource {
  color: #666;
  font-size: 0.7777777778em;
  margin-bottom: 0;
}
.c-carousel--home .owl-nav {
  position: static;
}
.c-carousel--home .owl-prev,
.c-carousel--home .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 1px solid #92650E;
  border-radius: 50%;
  background-color: transparent;
  color: #133459;
  font-size: 0;
  z-index: 2;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media (min-width: 768px) {
  .c-carousel--home .owl-prev,
.c-carousel--home .owl-next {
    width: 44px;
    height: 44px;
  }
}
.c-carousel--home .owl-prev::before,
.c-carousel--home .owl-next::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #133459;
  border-right: 1px solid #133459;
  transition: border-color 0.3s ease;
}
@media (min-width: 768px) {
  .c-carousel--home .owl-prev::before,
.c-carousel--home .owl-next::before {
    width: 8px;
    height: 8px;
  }
}
.c-carousel--home .owl-prev:hover,
.c-carousel--home .owl-next:hover {
  background-color: #92650E;
  border-color: #92650E;
}
.c-carousel--home .owl-prev:hover::before,
.c-carousel--home .owl-next:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.c-carousel--home .owl-prev {
  left: 0;
}
.c-carousel--home .owl-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 2px;
}
@media (min-width: 768px) {
  .c-carousel--home .owl-prev::before {
    margin-left: 3px;
  }
}
.c-carousel--home .owl-next {
  right: 0;
}
.c-carousel--home .owl-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 2px;
}
@media (min-width: 768px) {
  .c-carousel--home .owl-next::before {
    margin-right: 3px;
  }
}
.c-carousel--home .owl-dots {
  position: static;
  text-align: center;
  margin-top: 20px;
}
.c-carousel--home .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #92650E;
  opacity: 0.45;
  display: inline-block;
  vertical-align: middle;
  transition: width 0.3s ease, opacity 0.3s ease, border-radius 0.3s ease;
}
.c-carousel--home .owl-dot span {
  display: none;
}
.c-carousel--home .owl-dot.active {
  width: 28px;
  border-radius: 999px;
  opacity: 1;
}

/*------------------------------------*\
	#CAROUSEL PROCEDURES
\*------------------------------------*/
@media (min-width: 768px) {
  .o-container--procedures {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-carousel--procedures {
  position: relative;
}
.c-carousel--procedures.owl-carousel {
  padding: 0 28px;
  display: block;
}
.c-carousel--procedures.owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.c-carousel--procedures.owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.c-carousel--procedures.owl-carousel .owl-item {
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.c-carousel--procedures.owl-carousel .c-carousel__item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.c-carousel--procedures.owl-carousel .c-cards__item--tall {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  height: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.c-carousel--procedures.owl-carousel .owl-nav {
  position: static;
}
.c-carousel--procedures.owl-carousel .owl-prev,
.c-carousel--procedures.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 1px solid #92650E;
  border-radius: 50%;
  background-color: transparent;
  color: #133459;
  font-size: 0;
  z-index: 2;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.c-carousel--procedures.owl-carousel .owl-prev::before,
.c-carousel--procedures.owl-carousel .owl-next::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #133459;
  border-right: 1px solid #133459;
  transition: border-color 0.3s ease;
}
.c-carousel--procedures.owl-carousel .owl-prev:hover,
.c-carousel--procedures.owl-carousel .owl-next:hover {
  background-color: #92650E;
  border-color: #92650E;
}
.c-carousel--procedures.owl-carousel .owl-prev:hover::before,
.c-carousel--procedures.owl-carousel .owl-next:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.c-carousel--procedures.owl-carousel .owl-prev {
  left: 0;
}
.c-carousel--procedures.owl-carousel .owl-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 2px;
}
.c-carousel--procedures.owl-carousel .owl-next {
  right: 0;
}
.c-carousel--procedures.owl-carousel .owl-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 2px;
}
.c-carousel--procedures.owl-carousel .owl-dots {
  display: none;
}
@media (min-width: 768px) {
  .c-carousel--procedures {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .c-carousel--procedures.owl-carousel {
    display: grid;
    padding: 0;
  }
  .c-carousel--procedures.owl-carousel .owl-nav {
    display: none;
  }
  .c-carousel--procedures .c-carousel__item {
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    height: auto;
  }
  .c-carousel--procedures .c-cards__item--tall {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .c-carousel--procedures.c-carousel--procedures-1, .c-carousel--procedures.c-carousel--procedures-2 {
    grid-template-columns: repeat(2, minmax(0, 41.66666667%));
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .c-carousel--procedures.c-carousel--procedures-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (min-width: 1024px) and (max-width: 1199px) {
  .c-carousel--procedures.c-carousel--procedures-4 {
    grid-template-columns: repeat(2, minmax(0, 41.66666667%));
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .c-carousel--procedures.c-carousel--procedures-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/**
* Owl Carousel v2.1.6
* Copyright 2013-2016 David Deutsch
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
*/
/*
*  Owl Carousel - Core
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*------------------------------------*\
	#WIDGETS
\*------------------------------------*/
.c-widgets {
  padding-top: 20px;
}
.c-widgets ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.c-widget {
  margin-bottom: 20px;
}
.c-widget ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.c-widget__title {
  margin-top: 0;
  margin-bottom: 10px;
}

/*------------------------------------*\
    #TABS
\*------------------------------------*/
.c-tabs {
  margin-bottom: 20px;
}

.c-tab__panel {
  position: relative;
}

.c-tab__nav {
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}

.c-tab__item {
  margin-right: 2px;
}

.c-tab__link {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid transparent;
}
.c-tab__link:hover {
  background-color: #d9d9d9;
}
.c-tab__link.active {
  border: 1px solid #d9d9d9;
  border-bottom-color: transparent;
  background-color: #f1f1f1;
}

.c-tab__content {
  display: none;
  padding-right: 20px;
  padding-left: 20px;
}

/*------------------------------------*\
	#ACCORDION
\*------------------------------------*/
.c-accordion {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.c-accordion__panel {
  margin-bottom: 5px;
}

.c-accordion__title {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px 40px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}

.c-accordion__content {
  display: none;
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  border-top-color: transparent;
}

.c-accordion__title::before {
  content: "[ + ] ";
  position: absolute;
  left: 10px;
  top: 10px;
}

.c-accordion__title.active::before {
  content: "[ - ] ";
}

/* Columns block accordion (mock: hairlines, gold active, right chevron) */
.c-accordion--columns {
  margin: 20px 0 40px;
  border-top: 1px solid #e0e0e0;
}
.c-accordion--columns .c-accordion__panel {
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}
.c-accordion--columns .c-accordion__title {
  background-color: transparent;
  border: 0;
  padding: 10px 40px 10px 0;
  color: #133459;
  font-weight: 500;
  font-style: normal;
}
.c-accordion--columns .c-accordion__title::before {
  display: none;
}
.c-accordion--columns .c-accordion__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-right: 1px solid #133459;
  border-bottom: 1px solid #133459;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: -webkit-transform 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.c-accordion--columns .c-accordion__title.active {
  color: #92650E;
}
.c-accordion--columns .c-accordion__title.active::after {
  margin-top: -2px;
  border-right-color: #92650E;
  border-bottom-color: #92650E;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-accordion--columns .c-accordion__content {
  border: 0;
  padding: 0 40px 20px 0;
}
.c-accordion--columns .c-accordion__content p:last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
    #SOCIAL
\*------------------------------------*/
.c-social__list {
  margin: 0;
}

.c-social__item {
  display: inline-block;
}

.c-social__link {
  display: block;
  transition: color 0.5s ease-in-out;
  color: #fff;
  padding: 0 5px;
  font-size: 1.1111111111em;
}
.c-social__link:hover, .c-social__link:active, .c-social__link:focus {
  color: #E0B55E;
}

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.c-footer {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.c-footer p {
  margin: 0;
  font-size: 0.7777777778em;
}
@media (min-width: 768px) {
  .c-footer p {
    font-size: inherit;
  }
}

.c-footer a {
  color: #fff;
  text-decoration: none;
}
.c-footer a:hover, .c-footer a:active, .c-footer a:focus {
  color: #E0B55E;
  text-decoration: none;
}

.c-footer__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.c-footer__social-title {
  font-size: 0.8888888889em;
  line-height: 1;
}

.c-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.7777777778em;
}

.c-footer--panel {
  width: 100%;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-footer--panel {
    text-align: left;
  }
}

.c-footer--line {
  width: 100%;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .c-footer--line {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
}

.c-footer--line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media (min-width: 1024px) {
  .c-footer--line::before {
    content: none;
  }
}

@media (min-width: 768px) {
  .c-footer--line-sm {
    border-left: 0;
  }
}

@media (min-width: 768px) {
  .c-footer--line-sm::before {
    content: none;
  }
}

.c-footer__logo {
  display: inline-block;
  max-width: 100%;
}

.c-footer__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.c-footer__heading {
  font-size: 1em;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
}

.c-footer__heading:first-child {
  margin-top: 0;
}

.c-footer .c-contact__info {
  margin-bottom: 5px;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 0.7777777778em;
}

.c-footer .c-contact__info a {
  text-decoration: underline;
}
.c-footer .c-contact__info a:hover, .c-footer .c-contact__info a:active, .c-footer .c-contact__info a:focus {
  color: #E0B55E;
}

.c-footer__hours {
  font-size: 0.7777777778em;
}

.c-footer__hours p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 5px;
}

.c-footer__nav {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.c-footer__nav li {
  margin-bottom: 5px;
}

.c-footer__nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 0.8888888889em;
  font-weight: 500;
  text-transform: none;
}
.c-footer__nav a:hover, .c-footer__nav a:active, .c-footer__nav a:focus {
  color: #E0B55E;
}

/*------------------------------------*\
    #ANIMATE
\*------------------------------------*/
.c-animate {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
  visibility: hidden;
}

.c-animate--view {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/*------------------------------------*\
    #LAZYLOAD
\*------------------------------------*/
.b-lazy, .b-lazy-10, .b-lazy-20, .b-lazy-30, .b-lazy-40, .b-lazy-50, .b-lazy-60, .b-lazy-70, .b-lazy-80, .b-lazy-90, .b-lazy-100, .b-lazy-hero {
  transition: all 600ms ease-in-out;
  opacity: 0;
}

.b-lazy.b-loaded, .b-lazy-100.b-loaded, .b-lazy--tabs.b-loaded {
  opacity: 1;
}

.b-lazy-hero.b-loaded {
  opacity: 0.05;
}

.b-lazy-5.b-loaded {
  opacity: 0.05;
}

.b-lazy-10.b-loaded {
  opacity: 0.1;
}

.b-lazy-20.b-loaded {
  opacity: 0.2;
}

.b-lazy-30.b-loaded {
  opacity: 0.3;
}

.b-lazy-40.b-loaded {
  opacity: 0.4;
}

.b-lazy-50.b-loaded {
  opacity: 0.5;
}

.b-lazy-60.b-loaded {
  opacity: 0.6;
}

.b-lazy-70.b-loaded {
  opacity: 0.7;
}

.b-lazy-80.b-loaded {
  opacity: 0.8;
}

.b-lazy-90.b-loaded {
  opacity: 0.9;
}

.b-lazy-100.b-loaded {
  opacity: 1;
}

.ie .b-lazy, .ie .b-lazy-10, .ie .b-lazy-20, .ie .b-lazy-30, .ie .b-lazy-40, .ie .b-lazy-50, .ie .b-lazy-60, .ie .b-lazy-70, .ie .b-lazy-80, .ie .b-lazy-90, .ie .b-lazy-100, .ie .b-lazy-hero {
  opacity: 1 !important;
}

/*------------------------------------*\
    #PROCEDURE LIST
\*------------------------------------*/
.c-procedure__btn {
  position: relative;
}
.c-procedure__btn::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-procedure__list {
  display: none;
}

/*------------------------------------*\
    #CONTACT
\*------------------------------------*/
.c-contact {
  position: relative;
}

.c-contact__item {
  padding: 20px;
  position: relative;
  z-index: 10;
}
@media (min-width: 1200px) {
  .c-contact__item {
    padding: 60px;
  }
}

.c-contact--left,
.c-contact--right {
  height: 100%;
}

.c-contact__title {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .c-contact__title {
    font-size: 2.5555555556em;
  }
}

.c-contact__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/*------------------------------------*\
    #BLOCK
\*------------------------------------*/
/* Flex */
.c-block--flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-block--flex-v-center {
  -ms-flex-align: center;
      align-items: center;
}

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

.c-block--flex-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

.c-block--flex-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.c-block--width {
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .c-block--width {
    max-width: 650px;
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 40px;
  }
}

/* Height */
.c-block--height {
  height: 450px;
}
@media (min-width: 1024px) {
  .c-block--height {
    height: 600px;
  }
}

.c-block--mobile-height {
  height: 450px;
}
@media (min-width: 1024px) {
  .c-block--mobile-height {
    height: auto;
    min-height: 600px;
  }
}

.c-block__content {
  padding: 20px;
}
@media (min-width: 768px) {
  .c-block__content {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .c-block__content {
    padding: 80px 40px;
  }
}
@media (min-width: 1200px) {
  .c-block__content {
    max-width: 1050px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.c-block--styles h1, .c-block--styles h2, .c-block--styles h3, .c-block--styles h4, .c-block--styles h5, .c-block--styles h6, .c-block--styles p, .c-block--styles ul, .c-block--styles li {
  color: #fff;
}

/*------------------------------------*\
	#TESTIMONIALS
\*------------------------------------*/
.c-testimonials {
  position: relative;
}

.c-testimonials__block {
  padding: 60px 40px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-testimonials__block {
    padding: 120px 80px;
  }
  .c-testimonials__block::before, .c-testimonials__block::after {
    content: "";
    background: url("../img/img-quotes.png") no-repeat center;
    display: block;
    width: 85px;
    height: 76px;
    position: absolute;
  }
  .c-testimonials__block::before {
    top: -20px;
    left: 40px;
  }
  .c-testimonials__block::after {
    bottom: -20px;
    right: 40px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

.c-testimonials__quote {
  position: relative;
  z-index: 10;
}
.c-testimonials__quote p {
  font-size: 1.3333333333em;
}

@media (min-width: 1024px) {
  .c-testimonials__content {
    margin-top: 150px;
  }
}

.c-testimonials__img {
  width: 100%;
}

.c-testimonials__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-testimonials__specials {
  position: relative;
}

/*------------------------------------*\
	#TITLE
\*------------------------------------*/
.c-title > span {
  border-bottom: 1px solid #92650E;
}
@media (min-width: 1024px) {
  .c-title > span {
    display: inline-block;
    overflow: hidden;
    border-bottom: 0;
  }
}

.c-title--accent {
  position: relative;
  display: none;
}
.c-title--accent span {
  content: "";
  background: url("../img/img-arrow.svg") no-repeat center;
  display: block;
  width: 360px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .c-title--accent {
    display: block;
  }
}

/*------------------------------------*\
	#HR
\*------------------------------------*/
.c-hr {
  border: 0;
  width: 280px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  background-image: linear-gradient(#E0B55E, #E0B55E);
  background-size: 100% 0.5px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: visible;
}
@media (max-width: 1023px) {
  .c-hr {
    width: 150px;
  }
}
.c-hr::before, .c-hr::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #E0B55E;
}
.c-hr::before {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-hr::after {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

/*------------------------------------*\
	#CARDS
\*------------------------------------*/
.acf_cards_block .o-row--center {
  -ms-flex-align: stretch;
      align-items: stretch;
}
.acf_cards_block .o-row--center > [class*=o-col] {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .acf_cards_block .o-row--center > [class*=o-col] {
    margin-bottom: 0;
  }
}

.c-cards__item {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #000;
}
.c-cards__item::before {
  content: "";
  width: 0;
  padding-bottom: 100%;
  grid-area: 1/1;
}
.c-cards__item .c-background--base {
  grid-area: 1/1;
  z-index: 0;
}
.c-cards__item .c-background--base::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.c-cards__item--tall {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 100%;
  margin: 5px;
}
.c-cards__item--tall::before {
  content: none;
}
.c-cards__item--tall .c-background--base {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  grid-area: unset;
  overflow: hidden;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.c-cards__item--tall .c-background--base::after {
  content: none;
}
.c-cards__item--tall .c-cards__frame {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0;
  grid-area: unset;
}
.c-cards__item--tall .c-cards__content {
  position: relative;
  z-index: 2;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  grid-area: unset;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.c-cards__item--tall:hover .c-background--base, .c-cards__item--tall:focus-within .c-background--base {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.c-cards__item--tall:hover .c-cards__content, .c-cards__item--tall:focus-within .c-cards__content {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.c-cards__frame {
  grid-area: 1/1;
  position: relative;
  z-index: 1;
  margin: 15px;
  border: 1px solid #E0B55E;
  border-radius: 10px;
  pointer-events: none;
}

.c-cards__content {
  grid-area: 1/1;
  position: relative;
  z-index: 2;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  width: 100%;
  padding: 20px 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-cards__content {
    padding: 60px;
  }
}
.c-cards__content--tall {
  padding: 80px 20px 30px;
}
@media (min-width: 1024px) {
  .c-cards__content--tall {
    padding: 80px 22px 35px;
  }
}

.c-cards__title {
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
}

.c-cards__body {
  margin-bottom: 20px;
}
.c-cards__body p {
  margin-bottom: 0;
}
.c-cards__body p + p {
  margin-top: 10px;
}
.c-cards__body a {
  color: #fff;
  text-decoration: underline;
}
.c-cards__body a:hover, .c-cards__body a:focus {
  color: #E0B55E;
  text-decoration: underline;
}

.c-cards__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-cards__links li {
  margin: 0 0 5px;
}
.c-cards__links li:last-child {
  margin-bottom: 0;
}
.c-cards__links a {
  color: #fff;
  text-decoration: underline;
}
.c-cards__links a:hover, .c-cards__links a:focus {
  color: #E0B55E;
  text-decoration: underline;
}

/*------------------------------------*\
	#COLUMNS
\*------------------------------------*/
.c-columns {
  position: relative;
}
@media (min-width: 768px) {
  .c-columns .o-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .c-columns .o-row > [class*=o-col] {
    display: -ms-flexbox;
    display: flex;
  }
}

.c-columns--logos .c-columns__main {
  position: relative;
  background-color: #f7f7f7;
  padding: 50px;
}
@media (min-width: 768px) {
  .c-columns--logos .c-columns__main {
    padding: 80px;
  }
}
.c-columns--logos .c-columns__main::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #92650E;
  border-radius: 10px;
  pointer-events: none;
}
.c-columns--logos .c-columns__inner--framed {
  border: 0;
  padding: 0;
}

.c-columns--accordion .c-columns__main {
  background-color: #f7f7f7;
}

.c-columns__main {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  min-height: 60vh;
  padding: 40px;
}
@media (min-width: 768px) {
  .c-columns__main {
    min-height: 100vh;
    padding: 80px 40px;
  }
}

.c-columns__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-columns__inner--framed {
  position: relative;
  border: 1px solid #92650E;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .c-columns__inner--framed {
    padding: 60px 40px;
  }
}
@media (min-width: 1024px) {
  .c-columns__inner--framed {
    padding: 80px 60px;
  }
}

.c-columns__subtitle {
  margin-bottom: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.c-columns__title {
  margin-bottom: 20px;
}

.c-columns__lead {
  margin-bottom: 20px;
}
.c-columns__lead p:last-child {
  margin-bottom: 0;
}

.c-columns__logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 20px;
  margin: 20px 0 40px;
  padding: 0;
  width: 100%;
}

.c-columns__logo {
  -ms-flex: 1 1 0;
      flex: 1 1 0;
  min-width: 0;
  margin: 0;
  list-style: none;
}
.c-columns__logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  margin: 0 auto;
}

.c-columns__content {
  margin-bottom: 20px;
}
.c-columns__content p:last-child {
  margin-bottom: 0;
}

.c-columns__actions {
  margin-top: 20px;
}

.c-columns__media {
  position: relative;
  overflow: hidden;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  min-height: 60vh;
  background-color: #000;
}
@media (min-width: 768px) {
  .c-columns__media {
    min-height: 100vh;
  }
}
.c-columns__media .c-background--base {
  z-index: 0;
}

.c-columns__media-fade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 45%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

.c-columns__media-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 40px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-columns__media-content {
    padding: 60px 40px;
  }
}
@media (min-width: 1024px) {
  .c-columns__media-content {
    padding: 80px 60px;
  }
}
.c-columns__media-content p:last-child {
  margin-bottom: 0;
}
.c-columns__media-content a {
  color: #fff;
}
.c-columns__media-content a:hover, .c-columns__media-content a:active, .c-columns__media-content a:focus {
  color: #E0B55E;
}
.c-columns__media-content blockquote {
  border-left: 0;
  margin: 0;
  padding: 0;
}
.c-columns__media-content cite {
  font-style: normal;
}
.c-columns__media-content cite::before {
  content: none;
}

/*------------------------------------*\
	#IMAGE UTILITIES
\*------------------------------------*/
/**
* Generate image border color classes for each color in $colors
*/
.u-img--border-black {
  border: 1px solid #000;
}

.u-img--border-gray {
  border: 1px solid #666;
}

.u-img--border-white {
  border: 1px solid #fff;
}

.u-img--border-blue {
  border: 1px solid #133459;
}

.u-img--border-gold {
  border: 1px solid #92650E;
}

.u-img--border-light-brown {
  border: 1px solid #f8f6ec;
}

.u-img--border-yellow {
  border: 1px solid #E0B55E;
}

/**
* Generate image frame color classes for each color in $colors
*/
.u-img--frame-black {
  border-color: #000;
}

.u-img--frame-gray {
  border-color: #666;
}

.u-img--frame-white {
  border-color: #fff;
}

.u-img--frame-blue {
  border-color: #133459;
}

.u-img--frame-gold {
  border-color: #92650E;
}

.u-img--frame-light-brown {
  border-color: #f8f6ec;
}

.u-img--frame-yellow {
  border-color: #E0B55E;
}

.u-img--rounded {
  border-radius: 10px;
}

.u-img--circle {
  border-radius: 50%;
}

.u-img--shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.u-img--frame {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.u-img--fl {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.u-img--featured {
  display: block;
  margin: 0 0 20px;
}
.u-img--featured img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*------------------------------------*\
    #BLOCK UTILITES
\*------------------------------------*/
/**
* Generate u-block--clearfix class to clear child elements floats
*/
.u-block--clearfix:before, .u-block--clearfix:after {
  content: "";
  display: table;
}
.u-block--clearfix:after {
  clear: both;
}

/**
* Generate u-block--centerclass to center elements on the page
*/
.u-block--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/**
* Generate u-block--fixed class to fix elements on the page
*/
.u-block--fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
}

/**
* Generate u-block--fixed-top class to position fix elements on the page
*/
.u-block--fixed-top {
  top: 0;
}

/**
* Generate padding classes to space out elements
*/
.u-block-padding--xl {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .u-block-padding--xl {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.u-block-padding--lg {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .u-block-padding--lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.u-block-padding--md {
  padding-top: 13px;
  padding-bottom: 13px;
}

@media (min-width: 768px) {
  .u-block-padding--md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.u-block-padding--sm {
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (min-width: 768px) {
  .u-block-padding--sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.u-block-padding--xs {
  padding-top: 3px;
  padding-bottom: 3px;
}

@media (min-width: 768px) {
  .u-block-padding--xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/**
* Generate padding classes to space out elements
*/
.u-square-padding--xl {
  padding: 40px;
}

@media (min-width: 768px) {
  .u-square-padding--xl {
    padding: 120px;
  }
}
.u-square-padding--lg {
  padding: 20px;
}

@media (min-width: 768px) {
  .u-square-padding--lg {
    padding: 60px;
  }
}
.u-square-padding--md {
  padding: 13px;
}

@media (min-width: 768px) {
  .u-square-padding--md {
    padding: 40px;
  }
}
.u-square-padding--sm {
  padding: 7px;
}

@media (min-width: 768px) {
  .u-square-padding--sm {
    padding: 20px;
  }
}
.u-square-padding--xs {
  padding: 3px;
}

@media (min-width: 768px) {
  .u-square-padding--xs {
    padding: 10px;
  }
}
/**
* Generate background color classes for each color in $colors
*/
.u-block--black {
  background-color: #000;
}

.u-block--gray {
  background-color: #666;
}

.u-block--white {
  background-color: #fff;
}

.u-block--blue {
  background-color: #133459;
}

.u-block--gold {
  background-color: #92650E;
}

.u-block--light-brown {
  background-color: #f8f6ec;
}

.u-block--yellow {
  background-color: #E0B55E;
}

/**
* Generate hr color classes for each color in $colors
*/
.u-block-hr--black {
  border-color: #000;
}

.u-block-hr--gray {
  border-color: #666;
}

.u-block-hr--white {
  border-color: #fff;
}

.u-block-hr--blue {
  border-color: #133459;
}

.u-block-hr--gold {
  border-color: #92650E;
}

.u-block-hr--light-brown {
  border-color: #f8f6ec;
}

.u-block-hr--yellow {
  border-color: #E0B55E;
}

/**
* Generate float classes for each color in $floats
*/
.u-block--fl-right {
  float: right;
}

.u-block--fl-left {
  float: left;
}

.u-block--fl-none {
  float: none;
}

.u-block-xxs--fl-left {
  float: left;
}

.u-block-xxs--fl-right {
  float: right;
}

.u-block-xxs--fl-none {
  float: none;
}

@media (min-width: 480px) {
  .u-block-xs--fl-left {
    float: left;
  }

  .u-block-xs--fl-right {
    float: right;
  }

  .u-block-xs--fl-none {
    float: none;
  }
}
@media (min-width: 768px) {
  .u-block-sm--fl-left {
    float: left;
  }

  .u-block-sm--fl-right {
    float: right;
  }

  .u-block-sm--fl-none {
    float: none;
  }
}
@media (min-width: 1024px) {
  .u-block-md--fl-left {
    float: left;
  }

  .u-block-md--fl-right {
    float: right;
  }

  .u-block-md--fl-none {
    float: none;
  }
}
@media (min-width: 1200px) {
  .u-block-lg--fl-left {
    float: left;
  }

  .u-block-lg--fl-right {
    float: right;
  }

  .u-block-lg--fl-none {
    float: none;
  }
}
@media (min-width: 1500px) {
  .u-block-xl--fl-left {
    float: left;
  }

  .u-block-xl--fl-right {
    float: right;
  }

  .u-block-xl--fl-none {
    float: none;
  }
}
/*------------------------------------*\
    #TEXT UTILITES
\*------------------------------------*/
/**
* Generate text-transform classes for each text-transform in $text-transforms
*/
.u-text--lowercase {
  text-transform: lowercase;
}

.u-text--uppercase {
  text-transform: uppercase;
}

.u-text--capitalize {
  text-transform: capitalize;
}

.u-text--normal {
  text-transform: none;
}

/**
* Generate font-style classes for each font-style in $font-styles
*/
.u-text-style--normal {
  font-style: normal;
}

.u-text-style--italic {
  font-style: italic;
}

/**
* Generate text-align classes for each text-align in $text-aligns
*/
.u-text--right {
  text-align: right;
}

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

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

.u-text--justify {
  text-align: justify;
}

/**
* Generate color classes for each color in $colors
*/
.u-text--black {
  color: #000;
}

.u-text--gray {
  color: #666;
}

.u-text--white {
  color: #fff;
}

.u-text--blue {
  color: #133459;
}

.u-text--gold {
  color: #92650E;
}

.u-text--light-brown {
  color: #f8f6ec;
}

.u-text--yellow {
  color: #E0B55E;
}

/**
* Generate font-weight classes for each font-weight in $font-weights
*/
.u-text--light {
  font-weight: 300;
}

.u-text--regular {
  font-weight: 400;
}

.u-text--semibold {
  font-weight: 500;
}

.u-text--bold {
  font-weight: 700;
}

.u-text--quote-mark {
  font-size: 80px;
}

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

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

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

@media (min-width: 480px) {
  .u-text-xs--left {
    text-align: left;
  }

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

  .u-text-xs--center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .u-text-sm--left {
    text-align: left;
  }

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

  .u-text-sm--center {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .u-text-md--left {
    text-align: left;
  }

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

  .u-text-md--center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .u-text-lg--left {
    text-align: left;
  }

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

  .u-text-lg--center {
    text-align: center;
  }
}
@media (min-width: 1500px) {
  .u-text-xl--left {
    text-align: left;
  }

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

  .u-text-xl--center {
    text-align: center;
  }
}
/*------------------------------------*\
    #VISIBILITY UTILITIES
\*------------------------------------*/
.u-visibility {
  display: none;
}

.u-visibility--sr-only, .c-skip-link {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.c-skip-link {
  z-index: 10000;
}
.c-skip-link:focus {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 10px 20px;
  position: fixed;
  top: 20px;
  left: 20px;
  width: auto;
  white-space: normal;
  background-color: #133459;
  color: #fff;
  text-decoration: none;
}

.u-visibility-hidden-xxs--up {
  display: none;
}

@media (max-width: 479px) {
  .u-visibility-hidden-xxs--down {
    display: none;
  }
}

@media (min-width: 480px) {
  .u-visibility-hidden-xs--up {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-visibility-hidden-xs--down {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-visibility-hidden-sm--up {
    display: none;
  }
}

@media (max-width: 1023px) {
  .u-visibility-hidden-sm--down {
    display: none;
  }
}

@media (min-width: 1024px) {
  .u-visibility-hidden-md--up {
    display: none;
  }
}

@media (max-width: 1199px) {
  .u-visibility-hidden-md--down {
    display: none;
  }
}

@media (min-width: 1200px) {
  .u-visibility-hidden-lg--up {
    display: none;
  }
}

@media (max-width: 1499px) {
  .u-visibility-hidden-lg--down {
    display: none;
  }
}

@media (min-width: 1500px) {
  .u-visibility-hidden-xl--up {
    display: none;
  }
}

.u-visibility-hidden-xl--down {
  display: none;
}

/*------------------------------------*\
	#RESET
\*------------------------------------*/
/**
* reset grid colums margin/padding
*/
.u-reset--gutter {
  margin: 0;
}

.u-reset--gutter > [class*=col-] {
  padding: 0;
}

/**
* Generate reset margin classes for each key in $resets
*/
.u-reset--margin {
  margin: 0;
}

.u-reset--margin-top {
  margin-top: 0;
}

.u-reset--margin-right {
  margin-right: 0;
}

.u-reset--margin-bottom {
  margin-bottom: 0;
}

.u-reset--margin-left {
  margin-left: 0;
}

/**
* Generate reset padding classes for each key in $resets
*/
.u-reset--padding {
  padding: 0;
}

.u-reset--padding-top {
  padding-top: 0;
}

.u-reset--padding-right {
  padding-right: 0;
}

.u-reset--padding-bottom {
  padding-bottom: 0;
}

.u-reset--padding-left {
  padding-left: 0;
}

/**
* reset links default styles in _b-type.scss
*/
.u-reset--link:hover, .u-reset--link:active, .u-reset--link:focus {
  color: #fff;
}

/**
* reset blockquote default styles in _b-type.scss
*/
.u-reset--blockquote {
  padding: 0;
  border-left: 0;
}
/*# sourceMappingURL=global.css.map */
