* 
{
    box-sizing: content-box;
}

[class*=" col-"] 
{
    float: left;
    padding: 15px;
    /* border: 1px solid red; */
    min-width: min-content !important;
    min-width: -moz-min-content !important;
		margin: auto;
}

.video-panel
{
	width: 650px;
}

.row-landing
{
	/* border: 10px solid blue; */
	/* border: 10px solid #40BAD2; */
	border-radius: 30px;
	margin: auto;
		/* text-align: center; */
}

.row
{
	/* border: 10px solid blue; */
	/* border: 10px solid #40BAD2; */
	/* border: 10px solid #ffffff; */
	border-radius: 30px;
	margin: auto;
		/* text-align: center; */
}

.row-nested-query
{
	/* border: 3px solid aqua; */
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 5px 5px 0px 0px rgba(114, 101, 101, 0.3);
	text-align: center;
}

.row-nested
{
	/* border: 3px solid aqua; */
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	/* box-shadow: 5px 5px 0px 0px rgba(114, 101, 101, 0.3); */
}

.row-nested > div
{
	margin-left: auto;
	margin-right: auto;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.row-nested::after {
    content: "";
    clear: both;
    display: table;
}

.row-element {
	/* min-height: 60px; */
	/* display: table-cell; */
	display: inline-table;
}


.col-1 
{
	width: 8.33%;
}
.col-2 
{
	width: 16.66%; 
}
.col-3 
{
	width: 25%; 
}
.col-4 
{
	width: 33.33%; 
}
.col-5 
{
	width: 41.66%; 
}
.col-6 
{
	width: 50%; 
}
.col-7 
{
	width: 58.33%; 
}
.col-8 
{
	width: 66.66%; 
}
.col-9 
{
	width: 75%; 
}
.col-10 
{
	width: 83.33%; 
}
.col-11 
{
	width: 91.66%; 
}
.col-12 
{
	width: 100%; 
}

html 
{
    font-family: "Lucida Sans", sans-serif;
}

.header-mf 
{
    background-color: #285FC1;
    color: #ffffff;
    padding: 15px;    
		text-align: center;
		width: 100%;
	  max-height: auto;
	  z-index: -1;
}

.menu
{
	z-index: 100;
}

.slide-menu
{   
	/* transform: translate3d(0, -550px, 0); */
	transform: translate3d(-250px, 0px, 0px);
   position: absolute;
   width: 250px;
   /* background: #4f6b81; */
   color: #ddd;
   left: 0;
   height: 100%;
   transition: all .4s;
   padding-right: 10px;
   height: -moz-fit-content;
   z-index: 4;
}

.slide-acct-menu
{   
	/* transform: translate3d(0, -850px, 0); */
	 /* transform: translate3d(350px, 0, 0); */
	 transform: translate3d(0, 0, 0);
   position: absolute;
   width: 250px;
   color: #ddd;
   background: #4f6b81;
   right: 0;
   top: 8px;
   height: 100%;
   transition: all .4s;
   padding-right: 10px;
   height: -moz-fit-content;
   z-index: 100;
}

.toggle-label {
   position: absolute;
   top: 10px;
   left: 40px;
   z-index: 100;
   display: block;
   font-size:3em;
   color: #444;
   cursor: pointer;
   transform: translate3d(0, 0, 0);
   transition: transform .4s;
}

.toggle-acct-label 
{
	/* background: #4f6b81; */
  position: absolute;
  top: 10px;
  right: 40px;
  z-index: 1;
  display: block;
  font-size:3em;
  /* color: #444; */
  color: white;
  cursor: pointer;
  /* transform: translate3d(0, 0, 0); */
  transform: translate3d(-190px, 30px, 0) rotate(-90deg);
  transition: transform .4s;
}

#menu-toggle 
{
   position: absolute;
   opacity: 0;
}
#acct-menu-toggle 
{
   position: absolute;
   opacity: 0;
}
/* input[type=checkbox] {
   position: absolute;
   opacity: 0;
} */

/* site slide menu */
input[type=checkbox]:checked ~ .content 
{
   transform: translate3d(0, 500px, 0);
}
input[type=checkbox]:checked ~ .slide-menu 
{
   transform: translate3d(0, 0, 0);
   background: #555;
}
input[type=checkbox]:checked ~ .slide-menu .menu li 
{
   width: 100%;
}
input[type=checkbox]:checked ~ .toggle-label 
{
   transform: translate3d(250px, 50px, 0) rotate(90deg);
}

/* account slide menu */
input[type=checkbox]:checked ~ .slide-acct-menu 
{
   /* transform: translate3d(0, -400px, 0); */
   /* transform: translate3d(0, 0, 0); */
   transform: translate3d(350px, 0, 0);
   background: #4f6b81;
}
input[type=checkbox]:checked ~ .slide-acct-menu .menu li 
{
   width: 100%;
}
input[type=checkbox]:checked ~ .toggle-acct-label 
{
   /* transform: translate3d(-250px, 0, 0) rotate(90deg); */
   /* transform: translate3d(-250px, 0, 0); */
   /* transform: translate3d(-250px, 50px, 0) rotate(-90deg);  */
   transform: translate3d(0, 0, 0);
}

.menu ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li 
{
    padding: 8px;
    margin-bottom: 7px;
    background-color: #d4edfe;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover 
{
    background-color: #0099cc;
}

.menu li a
{
    color: #000000;
}

#charge-total-div
{
		background-color: lightgoldenrodyellow;
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		animation: 3s ease-out 0s 1 charge-total-update;
}

@keyframes charge-total-update {
	0% {
		background-color: lightgoldenrodyellow;
	}
	100% {
		background-color: #f64d0be6; 
	}
}


@keyframes header-shrink {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(0, -400px, 0);
	}
}


@-webkit-keyframes header-shrink {
 	0% {
		ttransform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(0, -400px, 0);
	}
}

@-ms-keyframes header-shrink {
 	0% {
		ttransform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(0, -400px, 0);
	}
}

@keyframes content-slide-up {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(0, -350px, 0);
	}
}


@-webkit-keyframes content-slide-up {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(0, -350px, 0);
	}
}

@-ms-keyframes content-slide-up {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(0, -350px, 0);
	}
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

.html-spinner {
	border: 16px #f3f3f3;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
}

.row-checkbox {
	
}

.right
{
	float: right;
}

.img-responsive
{
		/* height: 310px;
		width: 200px; */
    max-width: 200px;
    max-height: 310px;
}

.img-logo
{
    max-width: 350px;
    max-height: 310px;
}

.img-search-icon
{
    max-width: 25px;
    max-height: 25px;
    vertical-align: bottom;
    background-color: white;
    background-image: url("/cy-beta/jakarta.faces.resource/images/search-icon-100x96.png?ln=default");
    background-size: 2em 2em;
    height: 2em;
    width: 2em;
}

.img-search-icon-25x25-with-image
{
    max-width: 25px;
    max-height: 25px;
    vertical-align: bottom;
    background-color: white;
    background-image: url("/cy-beta/jakarta.faces.resource/images/search-icon-100x96.png?ln=default");
    background-size: 2em 2em;
   	height: 2em;
    width: 2em;
}

.img-search-icon-50x50
{
    max-width: 50px;
    max-height: 50px;
    vertical-align: bottom;
    background-color: white;
    background-image: url("/cy-beta/jakarta.faces.resource/images/search-icon-100x96.png?ln=default");
    background-size:  4em 4em;
    height: 4em;
    width: 4em;
}

.input-style 
{
	height: 25px;
}

#support-content
{
	height: 200px; 
	width: 600px;
	min-width: 95%;  
}
#hamburger
{
		color: black;
}

@media only screen and (max-width : 1015px) 
{
	#hamburger
	{
		color: black;
	}
	
}

@media only screen and (max-width : 628px) 
{
	.video-panel
	{
		width: 250px;
	}
	
	.logo-image
	{
	 	 width: 20%; 
	 	/* height: 221px; */
	}
	
	#hamburger
	{
		color: black;
	}
	
	
	[class*=" col-"] 
	{
		width: 100%; 
	}

	body
	{
		font-size: 16px;
	}

	.row
	{
		/* border: 10px solid #40BAD2; */
		border: 10px solid #ffffff;
		text-align: center;
	}

	.row-landing
	{
		/* border: 10px solid #40BAD2; */
		text-align: center;
	}
		
	.row-nested
	{
		/* border: 3px solid #d6cb32; */
	}	
	
	.row-element 
	{
		height: auto;
		max-height: fit-content;
		max-height: -moz-max-content;
		max-height: -webkit-max-content;
		min-height: fit-content;
		min-height: -moz-fit-content;
		min-height: -webkit-fit-content;
		min-height: intrinsic;
		width: 100%;
		display: inline;
	}
	
	
	.row::after {
	    content: "";
	    clear: both;
	}
	
	.row-nested::after {
	    content: "";
	    clear: both;
	}
	
/* 	input[type=submit] 
	{
	    width: 10em;  height: 2em;
	} */
	
	.content-wrapper
	{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;	
	  /*  transform: translate3d(250px, 0, 0);
	   transition: transform .4s; */
		/* max-width: 800px;
		min-width: 600px;  */
	}
	
	.toggle-label 
	{
	   /* transform: translate3d(0, 30px, 0); */
	}
	.slide-menu
	{   
		transform: translate3d(-250px, 0, 0);
	   position: absolute;
	   width: 250px;
	   /* background: #4f6b81; */
	   color: #ddd;
	   left: 0;
	   height: 100%;
	   transition: all .4s;
	   padding-right: 10px;
	   z-index: 10;
	}
	
	.slide-acct-menu
	{   
		transform: translate3d(80px, 0, 0);
	   position: absolute;
	   width: 250px;
	   color: #ddd;
	   right: 0;
	   height: 100%;
	   transition: all .4s;
	   padding-right: 10px;
	   z-index: 10;
	}
	
	.toggle-acct-label
	{
		transform: translate3d(-100px, 30px, 0) rotate(-90deg);
		color: #4f6b81;
	}
	
	.toggle-acct-label-text
	{
		vertical-align: middle;
		font-size: 0.3em;
		transform: translate3d(-150px, 20px, 0) rotate(-90deg);
	}
	
	#menu-toggle 
	{
	   position: absolute;
	   opacity: 0;
	}
	
/* 	.toggle-acct-label 
	{
	  transform: translate3d(0, -100px, 0);
	} */
	
	input[type=checkbox]:checked ~ .content-wrapper 
	{
	   transform: translate3d(0, 0, 0);
	}
	input[type=checkbox]:checked ~ .slide-menu 
	{
	   transform: translate3d(0, 0, 0);
	}
	input[type=checkbox]:checked ~ .slide-menu .menu li 
	{
	   width: 100%;
	}
	input[type=checkbox]:checked ~ .slide-acct-menu 
	{
	   /* transform: translate3d(50px, 0, 0); */
	   transform: translate3d(350px, 0, 0);
	   background: #4f6b81; 
	}
	input[type=checkbox]:checked ~ .slide-acct-menu .menu li 
	{
	   width: 100%;
	}
	input[type=checkbox]:checked ~ .toggle-acct-label 
	{
		transform: translate3d(0, 30px, 0); 
	}
	/* .header-mf 
	{
	  	animation: 1s ease-out 0s 1 forwards header-shrink ;
	} */
	
	/* .body-content
	{
			animation: 1s ease-out 0s 1 forwards content-slide-up ;
	} */
	
}

hr.modifier {
  background-color: #d6cb32;
  width: 80%;
  height: 5px;
  border-top: 1px solid black
}

hr.variation {
  background-color: #40BAD2;
  width: 100%;
  height: 5px;
  border-top: 1px solid black
}