﻿@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,700italic&display=swap');

.row {
    margin-left: 0;
    margin-right: 0;
}
p {
    margin-top: 0;
    margin-bottom: 15px;
}
* {
    box-sizing: border-box
}
h1, h2, h3, h4 {
    margin-bottom: 10px;
    margin-top: 0 !important;
}
.img-center {
    margin: 0 auto;
}
.sp-mt-1 {
    margin-top: 10px;
}
.sp-mt-2 {
    margin-top: 20px;
}
.sp-mt-3{
    margin-top:30px;
}
.sp-mt-4{
    margin-top:40px;
}
.sp-mb-4 {
    margin-bottom: 40px;
}
.sp-mt-5{
    margin-top:50px;
}
.sp-mb-3{
    margin-bottom:30px;
}
.sp-pt-2 {
    padding-top: 20px;
}
.sp-pt-3 {
    padding-top: 30px;
}
.sp-pt-4 {
    padding-top: 40px;
}
.sp-text-vmiddle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.sp-middle {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction: row;
}
.sp-text-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 20px
}
.sp-display-flex {
    display: flex;
    flex-wrap: wrap;
}
.sp-display-flex > [class*='col-'] {
    display: flex;
}
.sp-container{
    padding-top:50px;
    padding-bottom:50px;
}
.sp-container-lg {
    width: 90%;
    margin: 50px auto;
}
.sp-nopadding{
    padding-left:0;
    padding-right:0;
}
.clear {
    clear: both
}
/*colors*/
.sp-text-white {
    color: #ffffff
}
.sp-text-gold {
    color: #C48E65
}
.sp-text-green {
    color: #6b9d8b
}
.sp-text-blk {
    color: #14242F
}
.sp-text-teal {
    color: #297791
}
.sp-bg-teal{
    background-color:#297791
}
.sp-text-red {
    color: #c93b32
}
.sp-bg-green {
    background-color: #6b9d8b
}
.sp-bg-gold {
    background-color: #C48E65;
}
.sp-bg-white {
    background-color: #ffffff
}
.sp-bg-wht2 {
    background-color: #F8F5F1
}
.sp-bg-white2 {
    background-color: #f5efe6
}
.sp-bg-green2 {
    background-color: #85b823
}
.sp-bg-gray {
    background-color: #F1F3F6
}
.sp-bg-red {
    background-color: #c93b32
}
.sp-bg-light-gold {
    background-color: #F8F5F1
}
.sp-bg-blk {
    background-color: #14242F
}
.sp-bg-blue {
    background-color: #3d709e
}
.sp-btn {
    font-size: 1rem;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    min-width: 170px;
    padding: 12px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid transparent
}
.sp-btn:hover {
    text-decoration: none;
}
.sp-btn-gold {
    background-color: #C48E65;
    color: #ffffff;
}
.sp-btn-gold:hover {
    background-color: #7f573d;
    color: #ffffff;
}
.sp-btn-white {
    background-color: #ffffff;
    color: #14242F;
}
.sp-btn-white:hover {
    background-color: #BFBFBF;
    color: #14242F;
    transition:.3s ease
}
.sp-btn-wht-blk {
    color: #14242F;
    border: 1px solid #14242F;
    text-decoration: none;
}
.sp-btn-wht-blk:hover {
    color: #333333;
    background-color: #BFBFBF;
    transition:.3s ease
}
.sp-btn-blk {
    background-color: #14242F;
    color:#ffffff;
}
.sp-btn-blk:hover {
    background-color: #14242F;
    opacity:.7;
    color:#ffffff;
    transition:.3s ease
}
.sp-btn-red {
    background-color: #c93b32;
    color: #ffffff;
    text-decoration: none !important
}
.sp-btn-red:hover {
    background-color: #A53028;
    color: #ffffff;
}
.sp-btn-teal {
    background-color: #297791;
    color:#ffffff;
}
.sp-btn-teal:hover, .sp-btn-teal:focus {
    background-color: #15242F;
    color:#ffffff;
    transition:.3s ease
}
.sp-btn-transparent {
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none
}
.sp-btn-transparent:hover {
    color: #ffffff;
    /*background-color: #e6e6e6;
    transition:.3s ease;*/
}
.sp-btn-wht-teal{
    background-color: #ffffff;
    color: #297791;
}
.sp-btn-wht-teal:hover {
    background-color:#15242F;
    color:#ffffff;
}
.sp-link-white, .sp-link-white:hover {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer
}
.sp-link-brn, .sp-link-brn:hover {
    color: #886939;
    /*text-decoration: underline;*/
}
.sp-link-teal, .sp-link-teal:hover{
    color:#297791;
    text-decoration:underline;
}
.sp-link-gray {
    color: #95989A;
}
.sp-link-gray:hover {
    color: #95989A;
    text-decoration: underline;
}
.link-cursor{
    cursor:pointer
}
hr {
    margin: 15px 0
}
.sp-header-content {
    background-size: cover;
    color: #fff;
    background-position: center center;
    font-weight: 500;
    min-height:350px;
    background-repeat:no-repeat;
    text-align:center;
    position:relative;
}
.sp-header-content h1{
    font-family:'Playfair Display';
    font-size:46px;
    color:#fff;
    font-weight:400;
    text-transform:uppercase;
    margin:0
}
.sp-header-content .subhead{
    font-size:30px;
    font-style:italic;
    font-family:Arial;
}
.sp-header-content .sp-btn{
    margin-top:20px;
}

.product-pg h2 {
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
}
.sp-subhead {
    font-weight: 600;
    color: #C48E65;
    text-transform: uppercase;
    margin-bottom: 5px;
}
@media (max-width: 575.98px) {
    .sp-middle {
    display: block;
}
.sp-container{
    padding-top:30px;
    padding-bottom:30px;
}
.sp-container-lg {
    margin:30px auto;
}
.xs-nopadding{
    padding-left:0 !important;
    padding-right:0 !important;
}
.sp-header-content h1 {
    font-size: 32px;
}

.sp-xs-center{
    text-align:center;
    margin:0 auto
}
}
@media (max-width:767px) {

.product-pg h2 {
    font-size: 24px;
    line-height: 28px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.sp-middle {
    display: block;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
}


@media (max-width:991.98px) {
.sp-container-lg {
    width: 100%;
}
.md-nopadding{
    padding-left:0 !important;
    padding-right:0 !important;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
