body { font-family: 'Open Sans', Sans-serif; font-size: 16px; }
h1, h2, h3, h4, h5, h6 { font-family: 'Merriweather', serif; color: #328CC1; }
small {
    color: #888;
    font-size: 70%;
}
p { color: #333; font-size: 1rem; }
a { color: #328CC1; text-decoration: none; cursor: pointer; }
a:hover { color: #0b8191; text-decoration: none; }

section, .section {
    background-position: center;
    background-size: cover;
    padding: 3rem 0;
}

.embed-responsive {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.embed-responsive-4by3::before {
    padding-top: 67.5%;
}

.icon {
    position: relative;
    top: -8px;
    left: -10px;
}

.icon-left {
    position: relative;
    padding-left: 60px;
}

.icon-left img {
    position: absolute;
    top: 3px;
    left: 0;
}

.separator {
    padding-bottom: 0;
}

.separator .container {
    padding-bottom: 3rem;
    border-bottom: 2px solid #d7d7d7;
}

.separator-top {
    margin-top: 0.125rem;
    padding-top: 0.875rem;
    border-top: 2px solid #d7d7d7;
}

#anchor {
    position: relative;
    top: -80px;
}

.hide, .hidden {
    display: none !important;
}

.nav-open {
    overflow: hidden;
}

.text-elipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(80%);
}

/* Read More */
.readmore {
    border-bottom: 1px solid #eee;
    text-align: right;
}

.readmore a {
    color: #328cc1;
    font-family: 'Meriweather', serif;
    padding: 0;
    margin: 10px 0;
    font-style: italic;
    text-transform: none;
    font-size: 1.5rem;
}

.readmore a:hover {
    color: #0b8191;
}

/* List Styles */
ul { list-style: none; color: #333; }

/* Font */
.font-opensans { font-family: 'Open Sans', Sans-serif !important; }
.font-merriweather { font-family: 'Merriweather', serif !important; }
.font-merriweatherblack { font-family: 'Merriweather Black', serif !important; }

/* Color Palette */
.gold { color: #D9B310 !important; }

.gold-white01, .gold-white02 {
    background-size: unset;
}

.gold-white01 h2 {
    color: #D9B310;
}
.gold-white01 p {
    color: #fff;
}

.gold-white02 h2,
.gold-white02 h3 {
    color: #fff;
    font-family: 'Merriweather', serif;
}
.gold-white02 .cta-subtitle {
    font-size: 1.5rem;
    font-style: italic;
}
.gold-white02 .head-liner {
    border-top: 1px solid #D9B310;
    border-bottom: 1px solid #D9B310;
    margin: 1rem 0;
}
.gold-white02 ul {
    margin: 0.5rem 0;
    padding: 0;
}
.gold-white02 li {
    display: inline-block;
    padding-right: 3rem;
    color: #D9B310;
    font-family: 'Meriweather', serif;
    font-weight: bold;
    font-size: 1.25rem;
}
.gold-white02 li:last-child {
    padding-right: 0;
}
.gold-white02 .img-card .text-overlay .title,
.gold-white02 .img-card .text-overlay .tagline,
.gold-white02 p {
    color: #fff;
}

/* Buttons */
.btn-rounded {
    display: inline-block;
    padding: 0.5rem 0.875rem;
    font-size: 0.875rem;
    color: inherit;
    border: 1px solid transparent;
    border-radius: 3rem;
    outline: 0;
}

.btn {
    display: inline-block;
    margin: 0.125rem;
    padding: 0.5rem 1.875rem;
    color: inherit;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}
.btn img {
    margin-top: -3px;
    margin-right: 0.5rem;
    width: auto;
    height: 100%;
}

.btn-blue {
    color: #fff;
    background-color: #328CC1;
    font-size: 1rem;
}
.btn-blue:hover:not([disabled]) {
    background-color: #3171a5;
    color: #fff;
}

.btn-blue-outline {
    color: #328CC1;
    background-color: #fff;
    border-color: #328CC1;
}
.btn-blue-outline:hover:not([disabled]) {
    background-color: #3171a5;
    color: #fff;
    border-color: #328CC1;
}

.btn-blue:disabled,
.btn-blue-outline:disabled {
    cursor: default;
}

.disabled {
    color: #fff !important;
    background-color: #328CC1 !important;
    box-shadow: none !important;
    outline: 0;
}

.btn-gold {
    color: #fff;
    background-color: #D9B310;
    font-size: 1rem;
}
.btn-gold:hover:not([disabled]) {
    background-color: #D9B310;
    color: #fff;
}

.btn-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-white:hover {
    color: #fff !important;
    background-color: inherit;
    border-color: #fff;
}

/* Background */
.bg-navigation {
    background-color: transparent;
    background-image: none;
}

.no-bg {
    background-image: none !important;
    background-color: #fff !important;
}

.bg-nav {
    padding: 0;
    max-height: 200px;
    overflow: hidden;
}

.bg-parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Walkways */
.walkways {
    background-color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.walkways h3 { margin: 0; }
.walkways p { margin: 0; }

/* Header */
header {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    background-color: #fff;
}

.mobile-menu, .mobile-divider {
    display: none;
}

.navbar-secondary {
    color: #fff;
    background-color: #1D2731;
}

.navbar-secondary .nav-tag,
.navbar-secondary .navbar {
    display: inline-block;
}

.navbar-secondary .nav-tag {
    margin: 0.875rem 0 -0.25rem;
}

.navbar-secondary .navbar {
    margin: 0;
    margin-top: 0.75rem;
    padding: 0.5rem 0;
    float: right;
}

.navbar-secondary .nav-tag p {
    font-family: 'Merriweather Black', serif;
    color: #fff;
    font-size: 1.2rem;
    line-height: 0.9;
}

.navbar-secondary .nav-tag small {
    color: #fff;
    letter-spacing: 1px;
    font-size: 55%;
}

.navbar-secondary ul {
    margin: 0;
    padding: 0;
}

.navbar-secondary li {
    display: inline-block;
    font-family: 'Merriweather Black', serif;
    letter-spacing: 1px;
    color: #D9B310;
    text-transform: uppercase;
    line-height: 0.9;
}

.navbar-secondary li a {
    padding-left: 0.5rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    color: #fff;
    line-height: 0.9;
}

.navbar-secondary li a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    text-decoration: none;
}

.navbar-secondary .mobile a {
    padding-right: 2rem;
}

.navbar-secondary .phone a:first-child {
    padding-right: 0.5rem;
}

.logo-container {
    margin: 1rem 0;
    text-align: center;
}

.logo {
    width: auto;
    max-width: 100%;
    height: auto;
}

.navbar-primary {
    background-color: #328CC1;
}

.navbar-primary .navbar {
    margin: 0.75rem 0;
    padding: 0;
    text-align: center;
}

.navbar-primary .navbar .navbar-nav {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-transform: uppercase;
}

.navbar-primary .navbar .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    text-align: center;
}

.navbar-primary .navbar .nav-item > .nav-link{
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    color: #ffff;
    text-transform: uppercase;
    line-height: 1;
}

.navbar-primary .navbar .nav-item.active > .nav-link,
.navbar-primary .navbar .nav-item.active:hover > .nav-link,
.navbar-primary .navbar .nav-item.active:focus > .nav-link,
.navbar-primary .navbar .nav-item:hover > .nav-link,
.navbar-primary .nav-link:focus {
    color: #0B3C5D;
}

.navbar-primary .navbar .nav-item:hover > .nav-link.dropdown-toggle,
.navbar-primary .navbar .nav-item:focus > .nav-link.dropdown-toggle {
    background-color: #328CC1;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.navbar-primary .navbar .dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-primary .navbar .dropdown-menu {
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #328CC1;
    border: none;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
}

.navbar-primary .navbar .dropdown-menu a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-primary .navbar .dropdown-menu .dropdown-item:hover,
.navbar-primary .navbar .dropdown-menu .dropdown-item:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.navbar-primary .dropdown-toggle::after {
    display: none;
}

/* Footer */
footer {
    margin: 0;
    padding: 0;
    color: #fff;
    width: 100%;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer .footer-top {
    padding: 0.875rem 0;
    background-color: #D9B310;
    color: #1d2731;
    font-size: 1rem;
    font-weight: 700;
}

footer .footer-top ul li {
    text-align: left;
    font-size: 0.7125rem;
    line-height: 2.25;
}

footer .footer-top .text-center a {
    margin-right: 0.5rem;
}

footer .footer-top .text-center a:last-child {
    margin-left: 0.5rem;
    margin-right: 0;
}

footer .footer-top img {
    padding-right: 0.75rem;
}

footer .footer-top a {
    color: #fff;
}

footer .footer-top a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    text-decoration: none;
}

footer .footer-bottom {
    padding: 2rem 0;
    background-color: #1D2731;
}

footer .footer-bottom a {
    color: #328CC1;
}

footer .footer-bottom a:hover {
    color: #0c9eaf;
    text-decoration: none;
}

footer .bottom-nav,
footer .copyright {
    text-align: center;
}

footer .bottom-nav {
    border-bottom: 1px solid #fff;
}
footer .bottom-nav ul {
    display: -ms-flexbox;
    display: flex;
}

footer .bottom-nav ul li {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    padding: 0 0.5rem 0.5rem;
    font-size: 0.75rem;
    text-align: center;
    text-transform: uppercase;
}

footer .bottom-nav a {
    color: #D9B310;
}

footer .bottom-nav a:hover {
    color: #D9B310;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

footer .copyright ul li {
    display: inline-block;
    padding: 0.5rem 0.5rem 0;
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
}

footer .copyright a {
    color: #fff;
}

footer .copyright a:hover {
    color: #fff;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

/* Banner */
.sub-banner{
    background: no-repeat center center scroll;
    background-size: cover;
    padding-top: 95px;
    padding-bottom: 95px;
}
.sub-banner h1{
    font-size: 46px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 0px 8.46px rgba(0, 0, 0, 0.8);
    letter-spacing: 3px;
    font-weight: 600;
}

/* Slider */
.slick-slide {
    display: inline-block;
}

.slick-slide img {
    margin: 0 auto;
}

.slick-dots li button {
    background-color: #328CC1 !important;
    border-radius: 1rem;
}

.slick-dots li button::before {
    color: transparent !important;
}

.slick-dots li::before {
    margin: 0;
    content: "" !important;
}
.slick-prev, .slick-next {
    width: 30px !important;
    height: 30px !important;
}

.campaign-slider .slick-prev, .campaign-slider .slick-next,
.campaign-slider .slick-prev:hover, .campaign-slider .slick-next:hover,
.campaign-slider .slick-prev:focus, .campaign-slider .slick-next:focus {
    font-size: 30px;
    color: #fff;
    background-color: transparent;
}
.slick-slider .slick-prev:before, .slick-slider [dir='rtl'] .slick-prev:before,
.slick-slider .slick-next:before, .slick-slider [dir='rtl'] .slick-next:before,
.slick-slider .slick-prev, .slick-slider [dir='rtl'] .slick-prev,
.slick-slider .slick-next, .slick-slider [dir='rtl'] .slick-next {
    content: ' ';
}

#MainSlider .carousel-item {
    height: 70vh;
    min-height: 550px;
    background: url('../images/bg-home-slider.png') no-repeat center;
    background-size: cover;
}

#MainSlider .carousel-overlay {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 17%;
}

#MainSlider .carousel-overlay img {
    border: 2px solid #d9b310;
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.74);
}

#MainSlider h2 {
    margin-bottom: 0.25rem;
    color: #fff;
    font-size: 2.3rem;
    font-weight: normal;
    line-height: 0.9;
    text-shadow: 0px 0px 5px #000;
}

#MainSlider h3 {
    margin-bottom: 1.25rem;
    font-size: 1.7rem;
    font-weight: normal;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}

#MainSlider p {
    color: #fff;
    text-align: justify;
    text-shadow: 0px 0px 5px #000;
}

#MainSlider .carousel-caption {
    padding: 100px;
    text-align: left;
    position: absolute;
    width: 825px;
    top: 0;
    right: auto;
    bottom: 0;
    left: 12%;
    z-index: 10;
}

#MainSlider .carousel-caption .btn {
    margin-top: 1.3rem;
    font-size: 1.3rem;
}

.gold-white03 h2 {
    color: #fff;
    margin-bottom: 2rem;
}
.gold-white03 h3 {
    color: #D9B310;
    font-family: 'Merriweather', serif;
    font-size: 1.25rem;
}
.gold-white03 hr {
    margin-top: 0;
    margin-bottom: 1.5rem;
    border-color: #fff;
}
.gold-white03 .text-right p {
    color: #fff;
    font-size: 0.875rem;
    text-align: right;
    text-align-last: right;
}
.gold-white03 p {
    color: #fff;
    font-size: 0.875rem;
    text-align: justify;
    text-align-last: left;
}
.gold-white03 .bold-italic {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0.125rem;
}

/* Container with Fluid Image */
.fluid .align-content-center {
    padding: 0 80px;
}

.fluid img:not(.icon) {
    width: 100%;
    height: 100%;
}

.fluid img.icon {
    margin-bottom: 2rem;
    position: unset;
}

/* Call-to-Action */
.cta {
    background-color: #D9B310;
    position: relative;
    padding: 10px 0;
}

.cta h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    color: #fff;
    font-family: 'Merriweather';
    font-size: 1.5rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.8;
}

.cta .cta-title {
    display: block;
    float: left;
}

.cta .cta-button {
    display: block;
    float: right;
    font-size: 1.5rem;
}

.cta-button a.btn.btn-blue{
    font-size: 1.3rem;
}

.cta-option2 {
    padding: 2.25rem 0 2.875rem;
    background: transparent url("../images/bg-blue.png") no-repeat;
    background-size: 100% 100%;
}
.cta-option2.bg-gold {
    background-image: url("../images/bg-gold.png") !important;
}

.cta-option2 h2 {
    color: #328CC1;
    font-size: 2.5rem;
    text-align: center;
}

.cta-option2 .col-12:last-child {
    text-align: center;
}

section.section-center-header-and-text.gold-white02 h5 {
    color: #fff;
    line-height: 1.4;
}

section.section-center-header-and-text small {
    font-size: 88%;
}

/* Image with Text and Quote */
.image-w-text-quote {
    padding-bottom: 0;
}

.image-w-text-quote h2 {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.image-w-text-quote li {
    position: relative;
    margin-bottom: 1.25rem;
    font-weight: bold;
}

.image-w-text-quote li:before {
    content: "";
    position: absolute;
    top: 0;
    left: -35px;
    width: 24px;
    height: 24px;
    background-image: url("../images/ic-checkmark-gold.png");
    background-size: cover;
}

.image-w-text-quote .quote {
    position: relative;
    margin: 3rem 0;
}

.image-w-text-quote .quote img {
    margin: auto;
    padding: 0 10px;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
}

.image-w-text-quote blockquote p {
    color: #328CC1;
    font-family: 'Merriweather', serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: normal;
    line-height: 0.9;
    text-align: center;
}

.image-w-text-quote blockquote p:last-child {
    font-family: 'Merriweather Black', serif;
    font-style: normal;
    font-weight: bold;
}

.image-w-text-quote blockquote p:first-child:before {
    content: '\201c';
}

.image-w-text-quote blockquote p:first-child:after {
    content: '\201d';
}

.tidbit {
    background: transparent url("../images/bg-tidbit.png") no-repeat;
    background-size: cover;
}
.tidbit h4 {
    font-size: 2rem;
}
.tidbit h4, .tidbit p {
    color: #fff;
}

/* Small Callout with Image */
.cta-section {
    text-align: justify;
    text-align-last: center;
}
.cta-section h4 {
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

section.section-center-header-and-text.gold-white02 .yellow {
    color: #D9B310;
}

.bdr-top {
    border-top: 1px solid #05070a;
    margin: 0 auto;
    padding: 1rem;
}
.bdr-bottom {
    width: 10%;
    margin: 0 auto;
    border-bottom: 2px solid #fff;
}
.cta-header {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.cta-bdr-bottom,
.cta-bdr-top {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.cta-bdr-top {
    margin-bottom: 10px;
    border-top: 1px solid #a1a1a1;
}
.cta-bdr-bottom {
    margin-top: 10px;
    border-bottom: 1px solid #a1a1a1;
}
.cta-subtitle {
    font-family: "Open Sans", Sans-serif;
    font-size: 0.875rem;
    color: #a1a1a1;
}

/* Two Columns */
.left-text-right-text h2 {
    text-align: center;
}
.left-text-right-text p {
    text-align: justify;
    text-align-last: left;
}

/* Center Header and Text */
.section-center-header-and-text {
    text-align: center;
}

/* Team Members */
.team img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.team h2, .team h3, .team h4 {
    text-align: center;
    font-weight: normal;
}

.team h2 {
    margin-bottom: 40px;
}

.team h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.25rem;
}

.team h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #0c9eaf;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    border-bottom: 1px solid #328CC1;
}

.team p {
    font-size: 0.875rem;
    text-align: justify;
    text-align-last: center;
}

.team .member {
    padding: 0 1.25rem 1.75rem;
}

/* FAQ */
.faq {
    margin-top: 1px;
    margin-bottom: 0;
    border-bottom: 1px solid #a1a1a1;
}

.faq .col-1 {
    -ms-flex: 0 0 4.333333%;
    flex: 0 0 4.333333%;
    max-width: 4.333333%;
}

.faq .col-11 {
    -ms-flex: 0 0 95.666667%;
    flex: 0 0 95.666667%;
    max-width: 95.666667%;
}

.faq-symbol {
    font-family: 'Merriweather', serif;
    font-size: 2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 0.9;
}

.faq:last-of-type {
    border-bottom: none;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.faq-link {
    position: relative;
    padding: 1rem 0;
    cursor: pointer;
}

.faq-link::before {
    font-family: "FontAwesome", "Font Awesome 5 Free";
    content: "\f0dd";
    color: #328CC1;
    text-rendering: optimizeLegibility;
    float: right;
}

.collapsed .faq-link::before {
    content: "\f0de";
}

.faq-content {
    padding: 1rem 1rem 0.15rem;
}

.faq-content,
.faq-content p {
    color: #328CC1;
}

/* Contact Form */
.form-control {
    padding: 0.75rem 1rem;
    font-family: 'Merriweather', serif;
    color: #328CC1;
    font-size: 0.875rem;
    background-color: #ebebeb;
    border: 2px solid #328CC1;
    border-radius: 0;
    height: auto;
}

.form-control:focus {
    border-color: #328CC1;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(50, 140, 193, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #328CC1;
    text-transform: uppercase;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.form-control::-moz-placeholder {
    color: #328CC1;
    text-transform: uppercase;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.form-control:-ms-input-placeholder {
    color: #328CC1;
    text-transform: uppercase;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.form-control::-ms-input-placeholder {
    color: #328CC1;
    text-transform: uppercase;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.form-control::placeholder {
    color: #328CC1;
    text-transform: uppercase;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.form-contact .errorMessage {
    padding: 30px;
    margin-bottom: 30px;
}

.form-contact .form-control:focus {
    color: #333;
    background-color: #fff;
}

.sec-contact h2 {
    font-style: italic;
}

.sec-contact .form-contact p {
    margin-bottom: 2rem;
    color: #328CC1;
    font-family: 'Merriweather', Serif;
    text-align: center;
}

.sec-contact .contact-list .contact-info li {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: bold;
}

.sec-contact .contact-list .contact-info .size-v {
    position: absolute;
    top: 5px;
    left: -2.875rem;
    max-height: 32px;
    max-width: 32px;
}

.sec-contact .contact-list .contact-info .size-h {
    position: absolute;
    top: 0;
    left: -2.5rem;
    max-height: 32px;
    max-width: 32px;
}

.sec-contact .contact-list li::before {
    content: unset;
}

.sec-contact .contact-list a {
    color: #333;
}

.contact-form {
    margin: 50px 0;
}

.g-recaptcha {
    display: inline-block;
}

/* Drop Box */
.dropbox {
    color: #0c9eaf;
    text-transform: uppercase;
    border: 2px dashed #0c9eaf;
    position: relative;
}

.dropbox .dropbox-file {
    text-align: center;
    padding: 2rem;
}

.dropbox input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* Error Pop-Up */
.errorMessage {
    text-align: center;
    background-color: #0c9eaf;
}
.errorMessage h3 {
    color: #fff;
    font-size: 1.6rem;
    border-color: transparent;
}
.errorMessage p {
    color: #fff;
    margin-bottom: 0!important;
}
.errorMessage a {
    color: #fff;
    text-decoration: underline;
}

/* Product Category */
.product-category {
    position: relative;
    margin: 0;
    margin-bottom: 1.25rem;
    text-align: center;
}

.product-category .category-icon {
    margin: 0 auto;
    width: 160px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.product-category .selector .text-overlay {
    margin: auto;
    padding: 1rem;
    color: #328CC1;
    font-size: 1.25rem;
    text-align: center;
    font-weight: bold;
}

#product-category img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
}

#product-category p {
    font-size: 0.875rem;
}

#product-category .col-12:not(:last-child):not(:nth-last-child(2)) {
    margin-bottom: 3rem;
}

#product-category .cta-category {
    margin: 0;
    padding: 1rem;
    background: transparent url("../images/bg-cta-blue.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

#product-category .cta-category p:first-child {
    margin-bottom: 0.25rem;
}

#product-category .cta-category p {
    margin: 0;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size: 1.5rem;
    text-align: center;
}

/* Product Portfolio */
.img-card {
    margin: 0 auto 1rem;
    cursor: pointer;
}
.campaign-slider .img-card img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    border: 1px solid #D9B310;
    background-color: #fff;
}
.img-card .img-container {
    display: block;
    margin: auto;
    width: 100%;
    height: 250px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 1px solid #D9B310;
}
.img-card .text-overlay {
    margin-top: 0.5rem;
    text-align: center;
}
.img-card .text-overlay .title {
    display: block;
    width: 100%;
    margin-bottom: -0.125rem;
    color: #328cc1;
    font-family: 'Merriweather', serif;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: bold;
}
.img-card .text-overlay .tagline {
    display: block;
    width: 100%;
    color: #D9B310;
    font-size: 0.75rem;
    font-style: italic;
}
.gallery-open {
    overflow: hidden;
}
.gallery-open .gallery-slider {
    overflow-x: hidden;
    overflow-y: auto;
}
.gallery-slider {
    background-color: rgba(37, 37, 37, 0.93);
    z-index: 1025;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}
.gallery-container,
.gallery-header {
    margin: 0 auto;
    max-width: 1640px;
}
.gallery-header {
    color: #fff;
    text-align: right;
    margin-bottom: 10px;
}
.gallery-header .gallery-close .fa-times {
    padding: 2rem;
    cursor: pointer;
}
.gallery-image img {
    display: block;
    margin: 0 auto;
    width: 75%;
    max-height: 100%;
}
.gallery-image .slick-prev, .gallery-image .slick-next,
.gallery-image .slick-prev:hover, .gallery-image .slick-next:hover,
.gallery-image .slick-prev:focus, .gallery-image .slick-next:focus {
    font-size: 1.5rem;
    color: #fff;
}
.gallery-image .slick-dots li button {
    background-color: transparent !important;
    border: 1px solid #fff;
}
.gallery-image .slick-dots li.slick-active button {
    background-color: #fff !important;
    border-color: transparent;
}
.gallery-content {
    margin: 0 auto;
    text-align: left;
    width: 70%;
}
.gallery-content h2 {
    margin-top: 20px;
    margin-bottom: 0;
    color: #0c9eaf;
    font-size: 2.5rem;
}
.gallery-content h3 {
    color: #D9B310;
    font-size: 1.5rem;
    font-family: 'Merriweather', serif;
}
.gallery-content p {
    color: #fff;
}
.gallery-content hr {
    margin-top: 0;
    margin-bottom: 1.5rem;
    border-color: #fff;
}
.gallery-content .gallery-description p {
    font-size: 0.875rem;
    text-align: justify;
    text-align-last: left;
}

/* Filter */
#product-listing .card,
#product-listing .list-group .list-group-item {
    color: #4d4d4d;
    border-color: transparent;
    border-radius: 0;
    background-color: #e7e7e7;
}
#product-listing .card-header {
    color: #D9B310;
    font-family: 'Merriweather', serif;
    background-color: #1C222B;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#product-listing .list-group .list-group-item.active {
    color: #fff;
    background-color: #328CC1;
    border-color: #328CC1;
}

/* Pagination */
#paginate {
    border-top: 4px solid #1C222B;
}

#paginate ul {
    margin: 10px auto;
}

#paginate li::before {
    margin-right: 0;
    margin-left: 0;
    content: "";
}

#paginate .pagination, #paginate .pagination .page-item, #paginate .pagination .page-link {
    border: 0;
    background-color: inherit;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

#paginate .page-link {
    color: #1C222B;
}

#paginate .page-link.previous,
#paginate .page-link.next {
    color: #1C222B;
}

#paginate .page-link.active {
    background-color: #328CC1;
    color: #fff;
}

.arrow {
    display: inline-block;
    width: 100px;
    height: 60px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    overflow: hidden;
}

.arrow .arr-right {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}