/* responsive css */

body{color:#000 !important;}

.btn-primary {
    background-color: #003057;
    border-color: #003057;
}

.btn-primary:hover {
    background-color: #00447e;
    border-color: #004d8f;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #cbced1;
    color: #000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    border-color: #2a619d;
    background-color: #2a619d;
}
.btn btn-sm .basket-body-item-button:focus{ border-color: #2a619d;
  background-color: #2a619d;
}

.btn:focus, .btn.focus {
    box-shadow: 0 0 0 0.2rem rgb(111 114 116 / 25%);
}
.error {color: #dc3545 !important;}

.foot-signup {
	background: #F3F3F3 !important;
    color: #666666 !important;
}

.step-text a {display:block;}

/*.basket-body-item-note-wrapper {padding:3em !important;}*/
.basket-body-item-note-wrapper {padding:1em !important;}

.bg-primary {background-color: #f3f3f3 !important;}
.border {border: 1px solid #d3d6da !important;}
.border-medium {border: .6em solid #f3f3f3;}


a[href $='.pdf'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/assets/responsiveccos/images/global/icon_pdf.gif) no-repeat center right;
}

a:link, a:visited, .togbar-icons a {color: #858f98;}

a:hover {color: #000;}

#contentDiv h1,
#contentDiv h2,
#contentDiv h3,
#contentDiv h4,
#contentDiv h5,
#contentDiv h6,
.site-section h1 {
	color: #111;
	font-weight:600;
}

#contentDiv h1,
#contentDiv .h1
{font-size:2.2rem;}


#contentDiv {
	padding:20px 0 0;
}
.planning-content-txt:hover {cursor:pointer;}


.card-title.help-tip {
	font-weight: 400!important;
    font-size: 1.3rem;
}

.card-header.help-tip.collapsed {
    font-weight: normal;
    background-color: #fff!important;
}
.card-header.help-tip:hover, .card-header.help-tip.collapsed:hover {
    background-color: #d9dada73!important;
    cursor:pointer;
}
.help-tip-toggle{
	font-family: 'Font Awesome 5 Free';
	padding-right:1%;
	color: #666;
}
.collapsed .help-tip-toggle:before {
	font-family: 'Font Awesome 5 Free';
    content: "\f0fe";
}

.help-tip-toggle:before {
	font-family: 'Font Awesome 5 Free';
    content: "\f146";
}

.carousel-control-icon {
	margin-bottom: 75px;
}

/* ------style guide------ */

.base .swatch-color {
    min-height: 100px;
}

.swatch-color {
    padding: 15px 10px;
    border-radius: 3px 3px 0 0;
    min-height: 50px;
}

/*body copy*/
.swatch.primary .swatch-color {
    background: #111;
}
/*headings*/
.swatch.secondary .swatch-color {
    background: #666;
}

.swatch.tertiary .swatch-color {
    background: rgb(223, 223, 223);
}
.swatch.background .swatch-color {
    background: rgb(243, 243, 243);
}
/*link color*/
.swatch.accent .swatch-color {
    background: #003e80;
}
.swatch.cta .swatch-color {
    background: #da656e;
}
.swatch-label {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px 0;
}

.line {
    height: 1px;
    background-color: #e0ded9;
    text-align: center;
    margin: 15px 0 25px;
}

.line span {
    font-size: 1.2rem;
    background-color: #fff;
    position: relative;
    top: -0.7em;
    padding: 0 10px;
    text-transform: uppercase;
}

.back-top {
    cursor: pointer;
    padding-top: 7px;
    text-align: center;
    z-index: 10000;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 45px;
    width: 45px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(102,102,102,.7) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
}
.back-top.back-fade-out, .back-top.back-is-visible, .no-touch .back-top:hover {
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s;
}

.back-top.back-is-visible {
    visibility: visible;
    opacity: 1;
}

.no-touch .back-top:hover {
    background-color: #666;
    opacity: 1;
}

/* ------ style guide end ------ */

/* MEW added 11-20-23 */
.form-control:focus {
	border-color: #11273f;
	box-shadow:none;
}

/* ------ tablet MD ------ */

@media (min-width: 768px) {
	.carousel-control-icon {
		margin-bottom: inherit;
	}
	#contentDiv {
		min-height:700px;
	}
}

/* ------ desktop CSS XL XXL ------ */

@media (min-width: 1200px) {
	#contentDiv {
		border: 1px solid #c7c7c7;
		margin-bottom:1rem;
		padding: 1.5rem;
	}
		
	h5 {font-size: 1.45rem !important;}
	
	.primary-nav-item>a {
		font-size: 1.1rem !important;
	}
}

@media (min-width: 1600px) {

	body {font-size: 1.1rem !important;}
}

/* --- NL-modify, copy from style_ccos.css --- */
.section-seo-text {
    display: none;
}
