@charset "UTF-8"; 

/*------------------------------------
  Default Styles
------------------------------------*/
html {
    font-size: 14px;
}

body {
    font-weight: 400;
    font-size: 1rem;
    font-family: "Barlow", sans-serif;
    line-height: 1.6;
    color: #26304d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    background-color: #fff;
}

a {
    color: #a61d37;
    outline: none;
}

a:focus, a:hover {
    color: #901930;
}

.nav-link {
    color: #26304d;
}

.nav-link:focus, .nav-link:hover {
    color: #26304d;
}

/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
    color: #fff;
    background-color: #a61d37;
}

::selection {
    color: #fff;
    background-color: #a61d37;
}

.g-bg-primary ::-moz-selection {
    color: #a61d37;
    background-color: #fff;
}

.g-bg-primary ::selection {
    color: #a61d37;
    background-color: #fff;
}

/*------------------------------------
  Go To v1
------------------------------------*/
[class*="u-go-to"] {
    display: none;
}

.u-go-to-v1 {
    width: 3.57143rem;
    height: 3.57143rem;
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    color: #26304d;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    transition: .3s ease-out;
    z-index: 11;
}

.u-go-to-v1 i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
    text-decoration: none;
    color: #fff;
    background-color: #a61d37;
}

.u-go-to-v1:focus {
    text-decoration: none;
    color: #26304d;
    background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 575px) {
    .u-go-to-v1 {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
}

/*------------------------------------
  Headers
------------------------------------*/
.u-header {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 0.92857rem;
    z-index: 501;
}

.u-header [aria-labelledby] {
    opacity: 0;
}

.u-header [aria-labelledby][role="tabpanel"] {
    opacity: 1;
}

.u-header [aria-labelledby].u-dropdown--css-animation, .u-header [aria-labelledby].u-dropdown--jquery-slide {
    opacity: 1;
}

.u-header__section {
    position: relative;
    z-index: 1;
}

.u-header__section:nth-child(1) {
    z-index: 5;
}

.u-header__section:nth-child(2) {
    z-index: 4;
}

.u-header__section:nth-child(3) {
    z-index: 3;
}

.u-header__section:nth-child(4) {
    z-index: 2;
}

.u-header__section:nth-child(5) {
    z-index: 1;
}

@media all and (max-width: 1199px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-collapse {
        width: 100%;
        -ms-flex-order: 10;
        order: 10;
    }
}

@media all and (max-width: 991px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-collapse {
        width: 100%;
        -ms-flex-order: 10;
        order: 10;
    }
}

@media all and (max-width: 767px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-collapse {
        width: 100%;
        -ms-flex-order: 10;
        order: 10;
    }
}

@media all and (max-width: 575px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-collapse {
        width: 100%;
        -ms-flex-order: 10;
        order: 10;
    }
}

/* Button Styles
------------------------------------*/
/* General Button Styles */
.btn {
    position: relative;
    transition: .2s ease;
    cursor: pointer;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
    box-shadow: none;
}

/* Medium */
.btn-md {
    line-height: 1.4;
    padding: 0.57143rem 1.42857rem;
    font-size: 1.07143rem;
}

/* Button Indigo */
.u-btn-indigo {
    color: #fff;
    background-color: #4263a3;
}

.u-btn-indigo:hover, .u-btn-indigo.active {
    border-color: #5b7cbd;
    background-color: #5b7cbd;
}

.u-btn-indigo:hover, .u-btn-indigo:focus, .u-btn-indigo.active {
    color: #fff;
}

/* Outline Button Dark Red */
.u-btn-outline-darkred {
    color: #a10f2b;
    border-color: #a10f2b;
    background-color: transparent;
}

.u-btn-outline-darkred:focus, .u-btn-outline-darkred.active {
    color: #fff;
    background-color: #a10f2b;
}

.u-btn-outline-darkred:hover {
    color: #fff;
    background-color: #a10f2b;
}

/*------------------------------------
  Box-shadows-v3-v4-v5
------------------------------------*/
.u-shadow-v3, .u-shadow-v4, .u-shadow-v5 {
    position: relative;
}

.u-shadow-v3::after, .u-shadow-v3::before, .u-shadow-v4::before, .u-shadow-v5::after {
    content: "";
    position: absolute;
    top: 80%;
    left: 0.35714rem;
    bottom: 1.07143rem;
    width: 50%;
    max-width: 21.42857rem;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.u-shadow-v3::after, .u-shadow-v3::before, .u-shadow-v4::before, .u-shadow-v5::after {
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.u-shadow-v3::after, .u-shadow-v5::after {
    left: auto;
    right: 0.35714rem;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.u-shadow-v19 {
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
}

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

.u-shadow-v20--hover:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

.u-shadow-v32 {
    box-shadow: 0 6px 15px -6px rgba(0, 0, 0, 0.1);
}

.u-shadow-v36 {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.14);
}

.u-shadow-v39 {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

/*------------------------------------
  Heading-v2
------------------------------------*/
.u-heading-v2-1--bottom::after, .u-heading-v2-1--top::before, .u-heading-v2-2--bottom::after, .u-heading-v2-2--top::before, .u-heading-v2-3--bottom::after, .u-heading-v2-3--top::before, .u-heading-v2-4--bottom::after, .u-heading-v2-4--top::before, .u-heading-v2-5--bottom::after, .u-heading-v2-5--top::before, .u-heading-v2-6--bottom::after, .u-heading-v2-6--top::before, .u-heading-v2-7--bottom::after, .u-heading-v2-7--top::before {
    content: "";
    display: inline-block;
    border-top-style: solid;
    border-color: inherit;
}

/*------------------------------------
  Heading-v2-2
------------------------------------*/
.u-heading-v2-2--bottom::after, .u-heading-v2-2--top::before {
    /*width: 2.71429rem;*/
	width: 5rem;
    border-top-width: 5px;
}

.u-heading-v2-2--bottom::after {
    /*margin-top: 1.78571rem;*/
	margin-top: 0.1rem; 
}

/* HZ
------------------------------------*/
.nav-item > a, .nav-item > .nav-link, [class*="u-tab-link"]:not([class*="-icon"]) {
    transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: ease-in;
}

[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not( [data-tabs-mobile-type="accordion"]):not( [data-scroll]) {
	display: block;
}

[role="tablist"] .nav-item {
	display: inline-block;
}

[role="tablist"] .js-tabs-mobile {
	position: relative;
	display: none;
}

[role="tablist"] .js-tabs-mobile-control {
	position: relative;
	display: block;
}

	[role="tablist"] .js-tabs-mobile-control::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 0;
		height: 0;
		border-width: 5px 3.5px 0 3.5px;
		border-style: solid;
		border-color: #777 transparent transparent transparent;
		margin-top: -1px;
	}

	[role="tablist"] .js-tabs-mobile .nav-inner {
		position: absolute;
		top: calc(100% + 1px);
		right: 0;
		display: none;
		background-color: #fff;
		border: 1px solid;
		padding-left: 0;
	}

	[role="tablist"] .js-tabs-mobile .nav-inner .nav-item {
		display: block;
		white-space: nowrap;
	}

	[data-scroll]:not([data-tabs-mobile-type="slide-up-down"]):not( [data-tabs-mobile-type="accordion"]) {
		width: 100%;
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	[data-scroll] ::-webkit-scrollbar {
		display: none;
	}

	@-moz-document url-prefix() {
		[data-scroll]:not([data-tabs-mobile-type="slide-up-down"]):not( [data-tabs-mobile-type="accordion"]) {
			padding-bottom: 15px;
    }
}

@media (min-width: 768px) {
    [data-scroll] {
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    [data-scroll]::-webkit-scrollbar {
        display: none;
    }

    @-moz-document url-prefix() {
        [data-scroll] {
            padding-bottom: 15px;
        }
    }
}

/*------------------------------------
  Tabs v5
------------------------------------*/
@media (min-width: 768px) {
    [class*="u-nav-v5"] .nav-item {
        margin-bottom: -1px;
    }

    [class*="u-nav-v5"] .nav-link {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: transparent;
    }

    [class*="u-nav-v5"] .nav-link.active {
        border-color: #ccc;
    }

    [class*="u-nav-v5"].u-nav-primary .nav-link.active {
        border-color: #a61d37;
        color: #a61d37;
    }

    [class*="u-nav-v5"].u-nav-dark .nav-link.active {
        border-color: #333;
        color: #333;
    }

    [class*="u-nav-v5"].u-nav-light .nav-link {
        color: #fff;
    }

    [class*="u-nav-v5"].u-nav-light .nav-link.active {
        color: #fff;
        border-color: #fff;
    }

    .u-nav-v5-2 .nav-link {
        border-bottom-width: 2px;
    }

    .u-nav-v5-3 .nav-link {
        border-bottom-width: 5px;
    }
}



@media (max-width: 767px) {
    [data-tabs-mobile-type="slide-up-down"], [data-tabs-mobile-type="accordion"] {
        display: none;
    }

    [data-tabs-mobile-type="accordion"] {
        display: none;
    }

    [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not( [data-tabs-mobile-type="accordion"]) {
        border-color: #a61d37;
    }

    [role="tablist"] .nav-item > a, [role="tablist"] .nav-item > .nav-link, [role="tablist"] [class*="u-tab-link"]:not([class*="-icon"]) {
        white-space: nowrap;
        padding: 5px 10px;
    }

    [role="tablist"] .nav-item > a, [role="tablist"] .nav-item > .nav-link, [role="tablist"] [class*="u-tab-link"] {
        display: block;
    }

    [data-tabs-mobile-type="slide-up-down"] {
        width: 100%;
        padding-top: 10px;
        border-bottom: none !important;
    }

    [data-tabs-mobile-type="slide-up-down"] .nav-item {
        margin: 0;
    }

    [data-tabs-mobile-type="slide-up-down"] .nav-link {
        text-align: center;
        border-style: solid !important;
        border-color: #eee !important;
        border-width: 1px !important;
        border-radius: 0 !important;
        margin: -1px 0 0;
    }

    [data-tabs-mobile-type="slide-up-down"] .nav-item:first-child .nav-link {
        margin-top: 0;
    }

    [data-tabs-mobile-type="slide-up-down"].u-nav-primary .nav-link, [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-link {
        border-color: #a61d37 !important;
    }

    [data-tabs-mobile-type="slide-up-down"].u-nav-primary .nav-link.active, [data-tabs-mobile-type="slide-up-down"].u-nav-primary .nav-item.show .nav-link, [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-link.active, [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-item.show .nav-link {
        border-color: #a61d37 !important;
    }

    [data-tabs-mobile-type="slide-up-down"].u-nav-dark .nav-link {
        border-color: #333 !important;
    }

    [data-tabs-mobile-type="slide-up-down"].u-nav-dark .nav-link.active, [data-tabs-mobile-type="slide-up-down"].u-nav-dark .nav-item.show .nav-link {
        border-color: #333 !important;
    }

    [data-tabs-mobile-type="slide-up-down"].u-nav-light .nav-item.show .nav-link {
        border-color: #fff;
    }

    [data-tabs-mobile-type="slide-up-down"].u-nav-light .nav-link {
        color: #fff;
        border-color: #fff;
    }

    [data-tabs-mobile-type="slide-up-down"].u-nav-light .nav-link.active {
        color: #26304d;
        background-color: #fff;
        border-color: #fff;
    }

    [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-3 .nav-item:first-child .nav-link, [data-tabs-mobile-type="slide-up-down"].nav-tabs .nav-item:first-child .nav-link, [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-item:first-child .nav-link {
        border-radius: 3px 3px 0 0 !important;
    }

    [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-3 .nav-item:last-child .nav-link, [data-tabs-mobile-type="slide-up-down"].nav-tabs .nav-item:last-child .nav-link, [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-item:last-child .nav-link {
        border-radius: 0 0 3px 3px !important;
    }

    [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-5 .nav-item:first-child .nav-link {
        border-radius: 5px 5px 0 0 !important;
    }

    [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-5 .nav-item:last-child .nav-link {
        border-radius: 0 0 5px 5px !important;
    }

    [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-7 .nav-item:first-child .nav-link {
        border-radius: 7px 7px 0 0 !important;
    }

    [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-7 .nav-item:last-child .nav-link {
        border-radius: 0 0 7px 7px !important;
    }

    [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-10 .nav-item:first-child .nav-link {
        border-radius: 10px 10px 0 0 !important;
    }

    [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-10 .nav-item:last-child .nav-link {
        border-radius: 0 0 10px 10px !important;
    }

    .tab-content {
        -ms-flex-order: 2;
        order: 2;
    }
}


/* Dropdown navigation styles */
/*------------------------------------
  Navigation Dropdown Style v1
------------------------------------*/
.navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu.active > a, .navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu:active > a, .navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu:focus > a, .navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu:hover > a, .navbar .u-sub-menu-v1 .hs-has-sub-menu .active > a, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item.active > a, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:active > a, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:focus > a, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:hover > a, .navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item.active > a, .navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:active > a, .navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:focus > a, .navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:hover > a, .navbar .u-sub-menu-v1 .hs-sub-menu a:active, .navbar .u-sub-menu-v1 .hs-sub-menu a:focus, .navbar .u-sub-menu-v1 .hs-sub-menu a:hover, .navbar .u-sub-menu-v1 .dropdown-menu a:active, .navbar .u-sub-menu-v1 .dropdown-menu a:focus, .navbar .u-sub-menu-v1 .dropdown-menu a:hover {
    color: #a61d37 !important;
    background-color: transparent;
    border: none;
}

.navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu > a::after {
    content: "\e902";
    font-family: "hs-icons";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.navbar .u-sub-menu-v1 .hs-has-mega-menu .hs-has-sub-menu > a::after {
    content: "\e902";
}

.navbar .u-sub-menu-v1 .hs-sub-menu, .navbar .u-sub-menu-v1 .dropdown-menu {
    font-size: 0.92857rem;
    min-width: 16.42857rem;
    padding: 0.71429rem 0;
}

.navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item, .navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item {
    font-weight: inherit;
    color: inherit;
    padding: 0;
}

.navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item.active, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:active, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:focus, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:hover, .navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item.active, .navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:active, .navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:focus, .navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:hover {
    border: none;
    background-color: transparent;
}

.navbar .u-sub-menu-v1 .hs-sub-menu a, .navbar .u-sub-menu-v1 .dropdown-menu a {
    color: #777;
    text-decoration: none !important;
    display: block;
    padding: 0.42857rem 1.78571rem;
}

.navbar .u-sub-menu-v1 .hs-sub-menu, .navbar .u-sub-menu-v1 .hs-mega-menu, .navbar .u-sub-menu-v1 .dropdown-menu {
    font-weight: normal;
    text-transform: none;
    margin-top: 0;
    color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-width: 3px 0 0 0;
    border-style: solid;
    border-color: #a61d37;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar .u-sub-menu-v1 .hs-sub-menu .hs-sub-menu, .navbar .u-sub-menu-v1 .hs-mega-menu .hs-sub-menu, .navbar .u-sub-menu-v1 .dropdown-menu .hs-sub-menu {
    margin-top: -1.07143rem;
}

.navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu {
    width: auto;
}

.navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu .hs-sub-menu, .navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu .hs-mega-menu, .navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu .hs-sub-menu.hs-reversed, .navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu .hs-mega-menu.hs-reversed, .navbar .u-sub-menu-v1.hs-mobile-state .hs-mega-menu .hs-sub-menu, .navbar .u-sub-menu-v1.hs-mobile-state .hs-mega-menu .hs-mega-menu, .navbar .u-sub-menu-v1.hs-mobile-state .hs-mega-menu .hs-sub-menu.hs-reversed, .navbar .u-sub-menu-v1.hs-mobile-state .hs-mega-menu .hs-mega-menu.hs-reversed {
    margin: 0.21429rem;
}

.navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu {
    width: auto;
}

.navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu .hs-sub-menu, .navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu .hs-mega-menu, .navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu .hs-sub-menu.hs-reversed, .navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu .hs-mega-menu.hs-reversed, .navbar .hs-mobile-state .u-sub-menu-v1 .hs-mega-menu .hs-sub-menu, .navbar .hs-mobile-state .u-sub-menu-v1 .hs-mega-menu .hs-mega-menu, .navbar .hs-mobile-state .u-sub-menu-v1 .hs-mega-menu .hs-sub-menu.hs-reversed, .navbar .hs-mobile-state .u-sub-menu-v1 .hs-mega-menu .hs-mega-menu.hs-reversed {
    margin: 0.21429rem;
}

/* Override vendor stylesheets */
.hamburger-inner::before, .hamburger-inner::after {
    background-color: inherit;
}

/*------------------------------------
  animate.css
------------------------------------*/
.animated {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f7f7f7;
}

.table-striped tbody td {
    border-top: none;
}

.dropdown-item {
    padding: 0.21429rem 1.07143rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.03);
}

.dropdown-item.active, .dropdown-item:active {
    background: rgba(0, 0, 0, 0.05);
    color: inherit !important;
}

.dropdown-item.active > a, .dropdown-item:active > a {
    color: inherit !important;
}

.dropdown-item.active > a::before, .dropdown-item.active > a::after, .dropdown-item:active > a::before, .dropdown-item:active > a::after {
  background-color: #fff;
}

.u-header__section--dark .dropdown-item.active > a, .u-header__section--dark .dropdown-item:active > a {
  color: #fff !important;
}

/*--------------------------------------------------
  Hamburgers
----------------------------------------------------*/
.hamburger {
    padding: 10px;
}

.hamburger-box {
    width: 37px;
    height: 25px;
}

.hamburger-inner {
    margin-top: 1px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 100%;
    height: 1px;
    border-radius: 0;
}

.u-header__section--light .hamburger-inner, .u-header__section--light .hamburger-inner::after, .u-header__section--light .hamburger-inner::before {
    background: #26304d;
}

.u-header__section--dark .hamburger-inner, .u-header__section--dark .hamburger-inner::after, .u-header__section--dark .hamburger-inner::before {
    background: #fff;
}

.hs-has-mega-menu:not(.hs-mega-menu-opened) *, .hs-has-sub-menu:not(.hs-sub-menu-opened) * {
    transition: none !important;
}

.hs-has-mega-menu:not(.hs-mega-menu-opened) *::before, .hs-has-mega-menu:not(.hs-mega-menu-opened) *::after, .hs-has-sub-menu:not(.hs-sub-menu-opened) *::before, .hs-has-sub-menu:not(.hs-sub-menu-opened) *::after {
    transition: none !important;
}

[class^="et-"] {
    line-height: 1.1;
}

.material-icons {
    position: relative;
    top: 0.14286rem;
}

.u-btn-floating .material-icons, .u-chip .material-icons {
    top: 0;
}

.jFiler-jProgressBar {
    height: auto;
    margin-top: 0;
}

.jFiler-item-thumb-image img {
    max-width: 100%;
}

/* Main Colors */
.g-bg-main {
    background-color: #fff !important;
}

/* Main Secondary */
.g-bg-secondary {
    background-color: #fafafa !important;
}

/* Primary Colors */
.g-bg-primary {
    background-color: #a61d37 !important;
}

.g-bg-primary--hover:hover {
    background-color: #a61d37 !important;
}

.g-bg-black {
    background-color: #000 !important;
}

.g-bg-black-opacity-0_8--after::after {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

/* White Colors */
.g-bg-white {
    background-color: #fff !important;
}

.g-bg-white--before::before, .g-bg-white--after::after {
  background-color: #fff !important;
}

.g-bg-white--hover:hover, .g-bg-white--active.active {
  background-color: #fff !important;
}

/* Gray Colors */
.g-bg-gray-dark-v1 {
    background-color: #111 !important;
}

.g-bg-gray-dark-v1--hover:hover {
    background-color: #111 !important;
}

.g-bg-gray-light-v5 {
    background-color: #f7f7f7 !important;
}

.g-bg-gray-light-v5--hover:hover {
  background-color: #f7f7f7 !important;
}

.g-bg-gray-light-v5--active.active,
.active .g-bg-gray-light-v5--active {
  background-color: #f7f7f7 !important;
}

.g-bg-blue {
  background-color: #3398dc !important;
}

.g-bg-blue--hover:hover {
  background-color: #3398dc !important;
}

/* Color Red */
.g-bg-red {
  background-color: #f00 !important;
}

.g-bg-red--hover:hover {
  background-color: #f00 !important;
}

.g-bg-teal {
  background-color: #18ba9b !important;
}

.g-bg-teal--hover:hover {
  background-color: #18ba9b !important;
}

.g-bg-bluegray {
  background-color: #585f69 !important;
}

.g-bg-bluegray-opacity-0_2--before::before, .g-bg-bluegray-opacity-0_2--after::after {
  background-color: rgba(88, 95, 105, 0.2) !important;
}

.g-bg-main-light-v1 {
  background-color: #313c5c;
}

/* Color Cyan */
.g-bg-cyan {
  background-color: #00bed6 !important;
}

.g-bg-cyan--hover:hover {
  background-color: #00bed6 !important;
}


.g-brd-none {
    /* P */
    border: none !important;
}

.g-brd-around {
    border: solid 1px transparent !important;
}

.g-brd-top {
    border-top: solid 1px transparent !important;
}

.g-brd-right {
    border-right: solid 1px transparent !important;
}

.g-brd-bottom {
    border-bottom: solid 1px transparent !important;
}

@media (min-width: 768px) {
    .g-brd-right--md {
        border-right: solid 1px transparent !important;
    }
}

/* Rounded Around */
.rounded-0 {
    border-radius: 0 !important;
}

.g-rounded-3 {
    border-radius: 3px !important;
}

.g-rounded-4 {
  border-radius: 4px !important;
}

.g-rounded-20 {
    border-radius: 20px !important;
}

.g-rounded-30 {
    border-radius: 30px !important;
}

.g-rounded-50 {
    border-radius: 50px !important;
}

.g-brd-top-2 {
    border-top-width: 2px !important;
}

.g-brd-left-4 {
    border-left-width: 4px !important;
}

.g-brd-right-4 {
    border-right-width: 4px !important;
}

/* Primary Colors */
.g-brd-primary {
    border-color: #a61d37 !important;
}

.g-brd-primary--before::before {
    border-color: #a61d37 !important;
}

.g-brd-primary--before--active.active::before {
    border-color: #a61d37 !important;
}

.g-brd-primary--hover:hover, .g-brd-primary--active.active {
    border-color: #a61d37 !important;
}

.g-brd-primary--active.active, .active .g-brd-primary--active {
    border-color: #a61d37 !important;
}

*:hover > .g-brd-primary--hover-parent {
    border-color: #a61d37 !important;
}

.g-brd-main {
    border-color: #26304d !important;
}

.g-brd-main--hover:hover {
    border-color: #26304d !important;
}

.g-brd-gray-light-v4 {
    border-color: #eee !important;
}

.g-brd-gray-light-v4--hover:hover, .g-brd-gray-light-v4--active.active {
    border-color: #eee !important;
}

*:hover > .g-brd-gray-light-v4--hover-parent {
    border-color: #eee !important;
}

.g-brd-gray-light-v5 {
  border-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5--hover:hover, .g-brd-gray-light-v5--active.active {
  border-color: #f7f7f7 !important;
}

*:hover > .g-brd-gray-light-v5--hover-parent {
  border-color: #f7f7f7 !important;
}


.g-brd-gray-light-v5-right {
    border-right-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5-bottom {
  border-bottom-color: #f7f7f7 !important;
}

.g-brd-blue {
  border-color: #3398dc !important;
}

.g-brd-blue--hover:hover, .g-brd-blue--active.active {
  border-color: #3398dc !important;
}

*:hover > .g-brd-blue--hover-parent {
  border-color: #3398dc !important;
}

.g-brd-blue-left {
    border-left-color: #3398dc !important;
}

/* Color Cyan */
.g-brd-cyan {
  border-color: #00bed6 !important;
}

.g-brd-cyan--hover:hover, .g-brd-cyan--active.active {
  border-color: #00bed6 !important;
}

*:hover > .g-brd-cyan--hover-parent {
  border-color: #00bed6 !important;
}

/* Color Teal */
.g-brd-teal {
  border-color: #18ba9b !important;
}

.g-brd-teal--hover:hover, .g-brd-teal--active.active {
  border-color: #18ba9b !important;
}

*:hover > .g-brd-teal--hover-parent {
  border-color: #18ba9b !important;
}

/* Color White */
.g-brd-white {
  border-color: #fff !important;
}

.g-brd-white--hover:hover, .g-brd-white--active.active {
  border-color: #fff !important;
}

*:hover > .g-brd-white--hover-parent {
  border-color: #fff !important;
}

.g-brd-white-opacity-0_2 {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_6 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* Color Red */
.g-brd-red {
  border-color: #f00 !important;
}

.g-brd-red--hover:hover, .g-brd-red--active.active {
  border-color: #f00 !important;
}

*:hover > .g-brd-red--hover-parent {
  border-color: #f00 !important;
}

/* Color Purple */
.g-brd-purple {
  border-color: #9a69cb !important;
}

.g-brd-purple--hover:hover, .g-brd-purple--active.active {
  border-color: #9a69cb !important;
}

*:hover > .g-brd-purple--hover-parent {
  border-color: #9a69cb !important;
}

.g-font-size-default {
    font-size: 1rem !important;
}

.g-font-size-70x {
  font-size: 70% !important;
}

.g-font-size-75x {
  font-size: 75% !important;
}

.g-font-size-12 {
    font-size: 0.85714rem !important;
}

.g-font-size-13 {
  font-size: 0.92857rem !important;
}

.g-font-size-14 {
  font-size: 1rem !important;
}

.g-font-size-15 {
    font-size: 1.07143rem !important;
}

.g-font-size-16 {
    font-size: 1.14286rem !important;
}

.g-font-size-17 {
  font-size: 1.21429rem !important;
}

.g-font-size-20 {
  font-size: 1.42857rem !important;
}

.g-font-size-22 {
  font-size: 1.57143rem !important;
}

.g-font-size-23 {
  font-size: 1.64286rem !important;
}

.g-font-size-30 {
    font-size: 2.14286rem !important;
}

.g-font-size-35 {
    font-size: 2.5rem !important;
}

@media (min-width: 768px) {
    .g-font-size-default--md {
        font-size: 1rem !important;
    }
	
	.g-font-size-16--md {
		font-size: 1.14286rem !important;
	}
	.g-font-size-18--md {
		font-size: 1.28571rem !important;
	}
	.g-font-size-20--md {
		font-size: 1.42857rem !important;
	}
	.g-font-size-24--md {
		font-size: 1.71429rem !important;
	}	

    .g-font-size-35--md {
        font-size: 2.5rem !important;
    }
}

@media (min-width: 992px) {
  .g-font-size-18--lg {
    font-size: 1.28571rem !important;
  }
  .g-font-size-26--lg {
    font-size: 1.85714rem !important;
  }
  .g-font-size-32--lg {
    font-size: 2.28571rem !important;
  }
}

@media (min-width: 1200px) {
    .g-font-size-17--xl {
        font-size: 1.21429rem !important;
    }
}

@media (max-width: 575px) {
  .g-font-size-25 {
    font-size: 1.78571rem !important;
  }
}

.g-font-weight-300 {
    font-weight: 300 !important;
}

.g-font-weight-600 {
    font-weight: 600 !important;
}

.g-font-weight-700 {
    font-weight: 700 !important;
}

.g-text-transform-none {
    text-transform: none !important;
}

.g-text-underline--none--hover:focus, .g-text-underline--none--hover:hover {
  text-decoration: none;
}

.g-line-height-1 {
    line-height: 1 !important;
}

.g-line-height-1_1 {
  line-height: 1.1 !important;
}

.g-line-height-1_8 {
    line-height: 1.8 !important;
}

.g-line-height-2 {
    line-height: 2 !important;
}

/* Main Colors */
.g-color-main {
    color: #26304d !important;
}

.g-color-main--hover:hover {
    color: #26304d !important;
}

/* Primary Colors */
.g-color-primary {
    color: #a61d37 !important;
}

.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
    color: #a61d37 !important;
}

.g-color-primary--active.active {
    color: #a61d37 !important;
}

.active .g-color-primary--parent-active {
    color: #a61d37 !important;
}

.g-color-primary--before::before, .g-color-primary--after::after {
    color: #a61d37;
}

/* Black Colors */
.g-color-black {
  color: #000 !important;
}

.g-color-black-opacity-0_8 {
    color: rgba(0, 0, 0, 0.8) !important;
}

/* White Colors */
.g-color-white {
  color: #fff !important;
}

.g-color-white--opened-menu:not(.collapsed) {
  color: #fff !important;
}

.u-block-hover:hover .g-color-white--hover, .g-color-white--hover:hover {
  color: #fff !important;
}


.g-color-white-opacity-0_7, .g-color-white-opacity-0_7--hover:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

.g-color-white-opacity-0_75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.g-color-white-opacity-0_8 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.g-color-white-opacity-0_8--child * {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Color Blue */
.g-color-blue {
    color: #3398dc !important;
}

.g-color-blue--hover:hover {
  color: #3398dc !important;
}

/* Color Cyan */
.g-color-cyan {
  color: #00bed6 !important;
}

.g-color-cyan--hover:hover {
  color: #00bed6 !important;
}

/* Color Teal */
.g-color-teal {
  color: #18ba9b !important;
}

.g-color-teal--hover:hover {
  color: #18ba9b !important;
}

/* Color Purple */
.g-color-purple {
  color: #9a69cb  !important;
}

.g-color-purple--hover:hover {
  color: #9a69cb  !important;
}

/* Color Red */
.g-color-red {
  color: #f00 !important;
}

.g-color-red--hover:hover {
  color: #f00 !important;
}

*:hover > .g-color-red--parent-hover {
  color: #f00 !important;
}


.g-width-18 {
    width: 18px !important;
    /* O */
}

.g-width-40 {
    width: 40px !important;
    /* P */
}

.g-width-45 {
  width: 45px !important;
  /* P */
}

.g-width-80 {
    width: 80px !important;
    /* P */
}

.g-width-85 {
  width: 85px !important;
  /* P */
}

.g-max-width-170 {
    max-width: 170px;
    /* O */
}

.g-max-width-190 {
  max-width: 190px;
}

.g-min-width-200 {
    min-width: 200px;
}

.g-max-width-400 {
    max-width: 400px;
}

.g-max-width-550 {
  max-width: 550px;
}

.g-max-width-570 {
  max-width: 570px;
}

.g-max-width-600 {
  max-width: 600px;
}

.g-min-width-200 {
  min-width: 200px;
}

.g-min-width-220 {
  min-width: 220px;
}

@media (min-width: 992px) {
    .g-max-width-200--lg {
        max-width: 200px;
    }
}

.g-height-18 {
  height: 18px;
}

.g-height-40 {
    height: 40px;
}

.g-height-45 {
  height: 45px;
}

@media (min-width: 768px) {
    .g-height-100x--md {
        height: 100%;
    }
}

/*------------------------------------
  Margin Spaces
------------------------------------*/
/* Margin Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
    .g-mb-0 {
        margin-bottom: 0 !important;
    }
    
    .g-mb-1 {
        margin-bottom: 0.07143rem !important;
    }

    .g-mb-7 {
        margin-bottom: 0.5rem !important;
    }
	
    .g-mb-10 {
        margin-bottom: 0.71429rem !important;
    }
	
    .g-mb-15 {
        margin-bottom: 1.07143rem !important;
    }

    .g-mb-20 {
        margin-bottom: 1.42857rem !important;
    }
	
    .g-mb-25 {
        margin-bottom: 1.78571rem !important;
    }

    .g-mb-30 {
        margin-bottom: 2.14286rem !important;
    }	
	
    .g-mb-40 {
        margin-bottom: 2.85714rem !important;
    }

	.g-mb-50 {
		margin-bottom: 3.57143rem !important;
	}

    .g-mb-60 {
        margin-bottom: 4.28571rem !important;
    }
	
	
	.g-mt-20 {
        margin-top: 1.42857rem !important;
    }	
	
	.g-mt-30 {
		margin-top: 2.14286rem !important;
	}	

    .g-mt-50 {
        margin-top: 3.57143rem !important;
    }

    .g-ml-10 {
        margin-left: 0.71429rem !important;
    }

    .g-mr-10 {
        margin-right: 0.71429rem !important;
    }	
	
    .g-mt-50 {
        margin-top: 3.57143rem !important;
    }

    .g-mt-minus-50 {
        margin-top: -3.57143rem !important;
    }	
}

/*------------------------------------
  Padding Spaces
------------------------------------*/
/* Padding Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
    .g-pa-0 {
        padding: 0 !important;
    }

    .g-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
	
    .g-pa-20 {
        padding: 1.42857rem !important;
    }
	
    .g-pa-30 {
        padding: 2.14286rem !important;
    }	

    .g-pa-40 {
        padding: 2.85714rem !important;
    }
	
  .g-px-5 {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
    .g-px-10 {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }
	
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }	
	
    .g-px-18 {
        padding-left: 1.28571rem !important;
        padding-right: 1.28571rem !important;
    }

    .g-px-30 {
        padding-left: 2.14286rem !important;
        padding-right: 2.14286rem !important;
    }

    .g-px-35 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
	
    .g-px-50 {
        padding-left: 3.57143rem !important;
        padding-right: 3.57143rem !important;
    }	

    .g-py-5 {
        padding-top: 0.35714rem !important;
        padding-bottom: 0.35714rem !important;
    }

    .g-py-8 {
        padding-top: 0.57143rem !important;
        padding-bottom: 0.57143rem !important;
    }

    .g-py-10 {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }

    .g-py-11 {
        padding-top: 0.78571rem !important;
        padding-bottom: 0.78571rem !important;
    }

    .g-py-15 {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }

    .g-py-20 {
        padding-top: 1.42857rem !important;
        padding-bottom: 1.42857rem !important;
    }

    .g-py-30 {
        padding-top: 2.14286rem !important;
        padding-bottom: 2.14286rem !important;
    }

    .g-py-50 {
        padding-top: 3.57143rem !important;
        padding-bottom: 3.57143rem !important;
    }

  .g-py-80 {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  
  .g-py-100 {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  
    .g-pt-20 {
        padding-top: 1.42857rem !important;
    }

    .g-pt-50 {
        padding-top: 3.57143rem !important;
    }
	
    .g-pt-100 {
        padding-top: 7.14286rem !important;
    }	
	
    .g-pb-10 {
        padding-bottom: 0.71429rem !important;
    }	
	
    .g-pb-50 {
        padding-bottom: 3.57143rem !important;
    }
	
}

/* Padding Spaces (md)
------------------------------------*/
/* P */
@media (min-width: 768px) {

    .g-pt-20--md {
        padding-top: 1.42857rem !important;
    }
	
    .g-pr-40--md {
        padding-right: 2.85714rem !important;
    }

    .g-pl-40--md {
        padding-left: 2.85714rem !important;
    }	
}	

/* Padding Spaces (lg) P
------------------------------------*/
@media (min-width: 992px) {
    .g-py-0--lg {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
	
    .g-px-15--lg {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }

    .g-py-30--lg {
        padding-top: 2.14286rem !important;
        padding-bottom: 2.14286rem !important;
    }
}

.g-pa-40 {
    padding: 2.85714rem !important;
}

.g-px-18 {
    padding-left: 1.28571rem !important;
    /* O */
    padding-right: 1.28571rem !important;
}


/* Custom Paddings (md)
------------------------------------*/
@media (min-width: 768px) {
  .g-pl-300--md {
    padding-left: 21.42857rem !important;
  }
  
  .g-pl-15--md {
    padding-left: 1.07143rem  !important;
  }
  
  .g-pos-abs--md {
    position: absolute !important;
  }
}


/* Custom Paddings (lg)
------------------------------------*/
@media (max-width: 767px) {
  .g-hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .g-hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 992px) {
    .g-py-0--lg {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 991px) {
    .g-hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .g-hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .g-hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .g-hidden-xl-up {
        display: none !important;
    }
}

/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
    font-family: "Alegreya", serif;
}

p {
    font-size: 16px;
    line-height: 1.6;
    color: #3f4d5d;
}

span {
    font-family: "Barlow", sans-serif;
}

a, .btn {
    font-size: 16px;
    line-height: 1.6;
}

/*------------------------------------
  Mega Menu
------------------------------------*/
.hs-has-sub-menu > a::after, .hs-icon-arrow-bottom:before {
    font-size: 9px;
}

/*------------------------------------
  Bootstrap
------------------------------------*/
@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
}

.u-shadow-v39 {
    box-shadow: 0 8px 20px 0 rgba(38, 48, 77, 0.1);
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

[class*="u-triangle-inclusive-v1"]:not([class*="__front"]):not([class*="__back"]),
[class*="u-triangle-inclusive-v2"]:not([class*="__front"]):not([class*="__back"]) {
  position: absolute;
}

.u-triangle-inclusive-v1--left {
  right: -14px;
}

.u-triangle-inclusive-v1--left__front {
  position: absolute;
  top: 1px;
  left: 0;
}

.u-triangle-inclusive-v1--left__front {
  border-width: 14px 0 14px 14px;
  border-style: solid;
  border-color: transparent;
}

.u-triangle-inclusive-v1--left__back {
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent;
}

.u-triangle-inclusive-v1--right {
  left: -14px;
}

.u-triangle-inclusive-v1--right__front {
  position: absolute;
  top: 1px;
  right: 0;
}

.u-triangle-inclusive-v1--right__front {
  border-width: 14px 14px 14px 0;
  border-style: solid;
  border-color: transparent;
}

.u-triangle-inclusive-v1--right__back {
  border-width: 15px 15px 15px 0;
  border-style: solid;
  border-color: transparent;
}

.u-triangle-inclusive-v1--top {
  top: -14px;
}

.u-triangle-inclusive-v1--top__front {
  position: absolute;
  left: 1px;
  bottom: 0;
}

.u-triangle-inclusive-v1--top__front {
  border-width: 0 14px 14px 14px;
  border-style: solid;
  border-color: transparent;
}

.u-triangle-inclusive-v1--top__back {
  border-width: 0 15px 15px 15px;
  border-style: solid;
  border-color: transparent;
}

.u-triangle-inclusive-v1--bottom {
  bottom: -14px;
}

.u-triangle-inclusive-v1--bottom__front {
  position: absolute;
  left: 1px;
  bottom: 1px;
}

.u-triangle-inclusive-v1--bottom__front {
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: transparent;
}

.u-triangle-inclusive-v1--bottom__back {
  border-width: 15px 15px 0 15px;
  border-style: solid;
  border-color: transparent;
}

/*------------------------------------
  Time Lines
------------------------------------*/
[class*="u-timeline-v1-wrap"], [class*="u-timeline-v2-wrap"], [class*="u-timeline-v3-wrap"] {
    position: relative;
}

[class*="u-timeline-v1-wrap"]::before, [class*="u-timeline-v2-wrap"]::before, [class*="u-timeline-v3-wrap"]::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
}

/*------------------------------------
  Time Lines v2
------------------------------------*/
@media (min-width: 768px) {
    .u-timeline-v2-wrap::before {
        left: 25%;
        width: 3px;
        height: 100%;
        margin-left: -1px;
        background-color: #f7f7f7;
    }

    .u-timeline-v2__icon {
        font-size: 16px;
        position: absolute;
    }

    .g-orientation-right .u-timeline-v2__icon {
        left: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .g-orientation-left .u-timeline-v2__icon {
        right: 100%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .g-orientation-bottom .u-timeline-v2__icon {
        top: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.form-control {
    border-color: #ccc;
    height: auto;
}

.form-control, .form-control:focus {
    color: #26304d;
}

.g-brd-2 {
  border-width: 2px !important;
}

.g-brd-3 {
    border-width: 3px !important;
}

.g-pos-rel {
    position: relative !important;
}

.g-pos-abs {
  position: absolute !important;
}

.g-top-0 {
    top: 0 !important;
}


.g-top-30 {
    top: 2.14286rem;
}

.g-top-35 {
    top: 2.5rem;
}

.g-left-0 {
    left: 0;
}

.g-left-20 {
    left: 1.42857rem;
}

.g-right-0 {
    right: 0 !important;
}

.g-absolute-centered--y {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
}

/*------------------------------------
  Z-Index
------------------------------------*/
.g-z-index-1 {
  z-index: 1;
}

.g-z-index-2 {
    z-index: 2;
}

.g-z-index-3 {
  z-index: 3;
}

.g-z-index-3--hover:hover {
  z-index: 3;
}

@media (min-width: 768px) {
    .g-hidden-md-up {
        display: none !important;
    }
}

.u-link-v5 {
    text-decoration: none;
    transition: all .2s;
}

.u-link-v5:hover, .u-link-v5:focus {
    text-decoration: none;
}

.img-bordered {
    border: solid 6px #777;
}

[class*="text"][class*="center"] td, [class*="text"][class*="center"] th {
    text-align: center;
}

/*------------------------------------
  Tables
------------------------------------*/
.u-table--v1 td, .u-table--v1 th {
    padding: 8px;
}

.u-table--v1 thead th {
    border-bottom-width: 1px;
}

.card, .card-header {
    border-color: #eee;
}

.card-header {
    padding: 0.71429rem 1.07143rem;
}

/*------------------------------------
  Icons Styles
------------------------------------*/
.u-icon-v1,
.u-icon-v2,
.u-icon-v3,
.u-icon-v4 {
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all .2s ease-in-out;
}

.u-icon-v1:hover,
.u-icon-v2:hover,
.u-icon-v3:hover,
.u-icon-v4:hover {
  text-decoration: none;
}

.u-icon-v1::before,
.u-icon-v2::before,
.u-icon-v3::before {
  display: block;
}

.u-icon-v1 > i,
.u-icon-v2 > i,
.u-icon-v3 > i,
.u-icon-v4 > span > i {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

[class*="u-icon-v"] .u-line-icon-pro {
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

/*------------------------------------
  Icon-v1
------------------------------------*/
.u-icon-v1,
.u-icon-v1 .u-icon__elem-regular,
.u-icon-v1 .u-icon__elem-hover {
  width: 2.57143rem;
  height: 2.57143rem;
  font-size: 1.42857rem;
}

.u-icon-v1.u-icon-size--lg,
.u-icon-v1.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v1.u-icon-size--lg .u-icon__elem-hover {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 2.5rem;
}

/*------------------------------------
  Block Hovers
------------------------------------*/
[class*="u-block-hover"] {
  position: relative;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[class*="u-block-hover"], [class*="u-block-hover"]::before, [class*="u-block-hover"]::after {
  transition: all .3s ease;
}

.u-block-hover [class*="icon-"] {
  padding: 1px;
}

/*------------------------------------
  Covers
------------------------------------*/
.g-bg-cover {
  position: relative;
}

.g-bg-cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*------------------------------------
  Background Image Style
------------------------------------*/
.g-bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.g-bg-pos-top-center {
  background-position: top center;
}

/* Flex centered */
.g-flex-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.g-flex-centered-item {
  -ms-flex: 1;
      flex: 1;
}

/*------------------------------------
  Transitions
------------------------------------*/
[class*="g-transition"] {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
}

[class*="g-transition"]::before, [class*="g-transition"]::after {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.g-transition-0_2 {
  transition-duration: .2s;
}

.g-transition-0_2::before, .g-transition-0_2::after {
  transition-duration: .2s;
}

.g-transition-0_3 {
  transition-duration: .3s;
}

.g-transition-0_3::before, .g-transition-0_3::after {
  transition-duration: .3s;
}

/*------------------------------------
  Arrows
------------------------------------*/
.u-arrow-v1::before {
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    vertical-align: top;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.u-arrow-v1[class*="abs"]::before {
    position: absolute;
}

/*------------------------------------
  Carousel indicators v33
------------------------------------*/
.u-carousel-indicators-v33 {
    position: relative;
    padding-top: 15px;
    padding-left: 0;
}

.u-carousel-indicators-v33 li {
    display: block;
    color: #eee;
    cursor: pointer;
    padding: 10px 0;
}

.u-carousel-indicators-v33 li:hover {
    color: rgba(166, 29, 55, 0.5);
}

.u-carousel-indicators-v33 li.slick-active {
    color: #a61d37;
}

.u-carousel-indicators-v33 li span {
    display: none;
}

/*------------------------------------
  Heading-v3
------------------------------------*/
[class*="u-heading-v3-"] {
    border-bottom: 1px dotted #ccc;
}

.u-heading-v3__title {
    position: relative;
    top: 1px;
    display: inline-block;
    margin: 0;
    padding-bottom: 0.71429rem;
    border-bottom: 1px solid #555;
}

.js-carousel {
    background: url(../../assets/img/preloaders/preloader-black.svg) no-repeat 50% 50%;
}

.js-carousel .js-next, .js-carousel .js-prev {
    opacity: 0;
}

.js-carousel.slick-initialized {
    background: none;
}

.js-carousel.slick-initialized .js-slide, .js-carousel.slick-initialized .js-thumb {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.js-carousel.slick-initialized .js-next, .js-carousel.slick-initialized .js-prev {
    opacity: 1;
}

.js-slide, .js-thumb {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.js-slide:first-child, .js-thumb:first-child {
    height: auto;
}

.slick-vertical .slick-slide {
    border: none;
}

.js-next, .js-prev, .js-thumb {
    cursor: pointer;
}

.js-next, .js-prev {
    z-index: 10;
}

/*------------------------------------
  Background Size
------------------------------------*/
.g-bg-size-cover {
    background-size: cover !important;
}

.g-bg-main {
  background-color: #26304d !important;
}

.g-bg-main--hover:hover {
  background-color: #26304d !important;
}

.g-overflow-y-auto {
  overflow-y: auto;
}

/*cards*/
.card-block {
    padding: 1.07143rem;
}

.g-brd-lightred {
    border-color: #e64b3b !important;
}

.g-bg-lightred {
    background-color: #e64b3b !important;
}

.g-brd-teal {
    border-color: #18ba9b !important;
}

.g-bg-teal {
    background-color: #18ba9b !important;
}

.g-brd-yellow {
    border-color: #ebc71d !important;
}