
/*seminars agreement pop up*/
#seminar-terms{
	display: none;
    left: 0;
    top: 66px;
    width: calc(92vw - 2px);
    margin-left: 2%;
    max-width: 1240px;
    height: calc(90vh - 66px);
    overflow-y: scroll;
    color: #333333;
    position: fixed;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
    border: 1px solid rgb(51, 51, 51);
    padding: 2%;
    box-shadow: rgb(255 204 0) 0px 0px 2px;
    transition: bottom 0.8s ease-out 0.1s, left 0.6s ease-out 0.9s;
}

#seminar-terms ol{
	
	padding-inline-start: 20px;
	
}

#cancel-terms-btn {
	width: auto;
    background: #dce4e6;
    padding: 9px 24px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 0 2px;
    color: #333333;
    text-decoration: none;
    line-height: 30px;
    border: solid 1px #005480;
    transition: background-color .15s ease-in-out;
}

#cancel-terms-btn:hover {
    background-color: #005480;
    color: #fff;
    box-shadow: none;
}

.page-products .columns{

	position:inherit!important;
}


/* accordion */

.accordion {

}
.control input[type='number']::-webkit-outer-spin-button,
.control input[type='number']::-webkit-inner-spin-button {
   -webkit-appearance: inner-spin-button;
   opacity: 1;
   margin-left: 10px;
}
/* alert messages */

.message, .message a, .message :first-child:before {
	content: '';
	background: #FFEB3B!important;
	color: #333333!important;
}

.dollar-sign {
    display: inline-block;
    font-size: 44%;
    vertical-align: top;
	margin-top: 6%;
}
	
/*SOI Category Styles*/

sup {
	font-weight: 400;
}

.page-layout-2columns-left .column.main{

	width:100%!important;
	padding-left: 0!important;
}

.page-title-wrapper h1{
	width: calc(100% - 40px);
    font-size: 30px;
	font-weight: 900;
	font-style: italic;
    color: #FFFFFF;
    background: #005480;
	background: linear-gradient(120deg, rgba(0,42,69,1) 0%, rgba(0,84,128,1) 10%, rgba(0,84,128,1) 50%, rgba(0,44,68,1) 100%);
    padding: 20px;
    margin: 0 0 1px 0;
}

.products {
	width: 100%;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.product-items::after {
  content: "";
  display: block;
  margin-left: 32%;
}

.category-parent {
	display: inline-block;
	background: #005480;
}

.category-about {
	display: inline-block;
	float: left;
	width: 50%;
}

.category-description {
	display: block;
	width: calc(100% - 80px);
    background-color: #005480;
    padding: 40px;
    color: #fff;
	margin: 0; 
	font-size: 140%; 
	font-weight: 200; 
	line-height: 140%;
}

.category-image img{
	width: 98%;
	max-width: 100%;
}

.series-categories-wrapper {
	display: inline-block;
	float: left;
	width: 50%;
}

.series-categories {
	width: 100%;
	margin-top: 40px;
}	

.series-categories-listed {
	display: inline-block;
	width: calc(100% - 42px);
	margin-bottom: 12px;
	float: left;
    background: #dce4e6;
    color: #333333;
    padding: 12px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    border-left-width: 18px;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #FFFFFF;
    background-image: url(../images/iconToLeftOver.svg);
    background-repeat: no-repeat;
    background-position: 116%;
    background-size: 20%;
	cursor: pointer;
}

.series-categories-listed p{
	font-size: 70%;
    font-weight: 400;
    line-height: 150%;
    margin: 0 8% 0 4%;
    font-style: italic;
}

.series-categories-listed h2{
	    margin: 6px 36px 6px 0;
		font-weight: 500;
} 

.series-categories-listed:hover{
	background-color: #044971;
    color: #FFFFFF;
    background-image: url(../images/iconToLeft.svg);
	background-repeat: no-repeat;

}

/* category items */

.category-title {
	font-size: 125%;
	margin: 0 0 0 36px;
	line-height: 215%;
}

.category-title h3{
	font-size: 44px;
    font-weight: 200;
    margin: 1% 0 0 0;
    display: inline-block;
    clear: both;
    width: calc(100% - 12px);
}

/* product cards */

.product-card {
	background-color: #005588;
    color: #FFFFFF;
/*    width: calc(33.3% - 12px)!important;
    display: inline-block!important;
     float: left;
   margin: 12px 6px!important; */
	margin: 12px 0!important;
    padding: 12px!important;
    min-height: 200px;
	max-width: 32%;
    text-decoration: none;
	transition: background-color .35s ease-in-out;
	flex-basis: 32%;
	flex-direction: row;
	
}

.product-card:hover, .product-card a:hover{
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
}

.product-item-info {
	width: 100%!important;
}

.product-item-name {
	width: 100%;
	border-bottom: solid 1px #FFFFFF;
	color: inherit;
	text-align: center;
	text-decoration: none;
	font-size: 26px;
    font-weight: 200;
    margin: 10px 0;
	padding-bottom: 10px;
}

.name {
	padding-bottom: 10px!important;
	margin-bottom: 10px!important;
}

.prodcopy {
	min-height: 70px;
	margin-bottom: 0;
}

.card-button, .card-button-disable {
	width: -webkit-fill-available;
	width: calc(100% - 50px);
	background: #dce4e6;
    padding: 9px 24px;
    font-size: 18px;
    display: inline-block;
	cursor: pointer;
    text-align: center;
    margin: 12px auto;
	margin-bottom: 0;
    color: #333333;
    text-decoration: none;
    line-height: 30px;
    border: solid 1px #005480;
	transition: background-color .15s ease-in-out;
}

.active {
}

.card-button:hover, .card-button-disable:hover{
	background-color: #005480;
	color: #fff;
	box-shadow: none;
}

.card-button h2{
	font-weight: 600;
	font-size: 18px;
	font-style: italic;
	margin: -4px 0 0 0;
    line-height: 30px;
}

.card-button img{
	width: 44px;
    margin-bottom: -12px;
}

.call-to_order {
	border-top: solid 1px;
	padding-top: 1rem;
}

.larger_sizes {
	width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0;
    padding: 1rem 0;
	transition: all .25s ease-in-out;
}

.larger_sizes a {
	transition: all .25s ease-in-out;
}

.larger_sizes a:hover {
    transform: translateX(-4px) scale(1.04);
    background: inherit;
    color: inherit;
}

.product-item-actions .actions-primary {

    width: 100%;
	
}

/* additional navigation blocks */

.mainsite-block {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.section-home {
	margin-top: 20px;
}

.section-home h1{
	font-size: 36px;
	font-weight: 400;
	color: #00547f;
    text-align: center;
	margin-bottom: 0;
}

.navigation-card {
	
	float: none;
}


/* size and price */

.group-name {
	border-top: solid 1px;
}

.product-item-inner {
	transition: max-height .8s ease-in-out;
	max-height: 0;
	overflow: hidden;
}

.itemSize {
	width: 100%;
    display: inline-block;
}

.control {
	font-size: 24px;
    height: 36px;
	float: right;
    width: 40%;
}

.price-box {
	margin: 0px 0 25px 15px!important;
}

.price-box .price {
	font-size: 38px!important;
	font-weight: 400!important;
}

.tocart {
    background: #004166!important;
    border: 1px solid #ffe607!important;
    height: 52px;
    float: right;
    min-width: 136px;
    border-radius: 0;
}

.tocart:hover{
	background:#dce4e6!important;
	border-color:#005480!important;
	color: #005480!important;
}

.seminar-agree {
	color: #FFFFFF;
    background: #004166!important;
    border: 1px solid #ffe607!important;
    height: 52px;
    float: right;
    width: 136px;
    border-radius: 0;
}

.seminar-agree:hover{
	background:#dce4e6!important;
	border-color:#005480!important;
	color: #005480!important;
}

.disclaimer {
	background: #005480;
    border: solid 1px #eee;
    display: block;
    padding: 6px 12px;
    color: #fff;
    margin-bottom: 10px;
	min-height: 70px;
}

/* all products */

.allproducts .product-card {
	flex-basis: 100%;
	max-width: 100%;
	margin: 0 0 1px 0!important;
	min-height: 0;
}

.allproducts .product-item-name, .allproducts .short-description, .allproducts li {
	display: inline-block;
	margin: 0;
	width: auto;
	border-bottom: inherit;
	text-align: left;
}

.allproducts .product-item-name {
	margin: 0!important;
    padding: 0 10px;
	text-align: left;
	white-space: nowrap;
}

.allproducts .short-description {
	width: 100%;
	align-items: center;
    display: inline-flex;
}

.allproducts .prodcopy {
	min-height: 40px;
}
	
.allproducts .product ul{
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    vertical-align: middle;
	padding:0;
}

.allproducts .card-button {
	min-width: 126px;
	margin: 12px;
	padding: 9px 15px;
}

/* responsive */

@media only screen and (min-width: 769px) and (max-width: 1024px){
	
	.section-home h1{
		font-size: 3vw;
	}	
	
}

@media only screen and (max-width: 1024px){
	
	.product-card {
		flex-basis: 48%;
		max-width: 48%;
	}

	
}

@media only screen and (max-width: 768px){
	
	body {
    background-size: auto;
	}
	
	.page-title-wrapper h1 {
    width: calc(100% - 20px);
    font-size: 24px;
    padding: 10px;
	}
	
	.category-about, .category-image img{
		width: 100%;
		
	}
	
	.category-description {
		padding: 20px 40px;
	}
	.series-categories-wrapper {
		width: 90%;
		margin: 0 5%;
	}
	
	.products {
		justify-content: center;
	}
	
	.product-card {
		flex-basis: 372px;
		max-width: 372px;
	}
	
	.product-items::after {
		margin-left: 0;
	}
	
	.section-home h1{
		font-size: 4vw;
	}
	
	.section-home-blockflex, .mainsite-block {

		justify-content: space-around;
		border: none;
		width: 100%;
	
	}
	
	.navigation-card {

		width: 90%;
	
	}
	
	.allproducts .product ul{

		flex-wrap: wrap;
		
	}
	
}

@media only screen and (max-width: 600px){
		
			
	.section-home, .navigation-card h3 {
		
		font-size: 3vw;
		
	}
	
}

@media only screen and (max-width: 425px){
	
	#seminar-terms{

		width: 80%;
		min-width: 0;
		padding: 5%;

	}
	
	.category-title {
		
		line-height: 150%;
		
	}
	
	.category-title h3 {
    font-size: 32px;

	}
	
	.section-home h1{
		
		font-size: 16px;
		
	}
	
	.section-home, .navigation-card h3{
		
		font-size: 14px;
		
	}
	
}
