/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_128 #myExtraContent1,
#ExtraContentPlusstacks_in_128 #fs {
	display: none;
}


#stacks_in_128 {
	background-color: rgba(118, 236, 254, 0.11);
}
/* Start Responsive Shim stack CSS code */.stacks_in_680shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */
#stacks_in_680 {
    background-image: url("948DF2BB-1009-4982-8429-ECF725DA6A45.jpeg");
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
}
/* Start Gradient stack CSS code */

#stacks_in_731{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_731::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: #76ECFE;
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  #76ECFE 0%,   #000000 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76ECFE),   color-stop(100%,#000000));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  #76ECFE 0%,#000000 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  #76ECFE 0%,#000000 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  #76ECFE 0%,#000000 100%);
			/* W3C */
			background: linear-gradient(to bottom,  #76ECFE 0%,#000000 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76ECFE', endColorstr='#000000',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_731 {
    background-image: url("18BEE136-9A6B-4885-90D7-08A179C819C9.jpg");
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
}

#sentry_login_stacks_in_749 {
  max-width: 30rem;
  padding: 2vw;
  
  margin: 0 auto;
  
}

#sentry_login_stacks_in_749 hr {
  border-top: 1px solid rgba(204, 204, 204, 1.00);
  padding: 0;
  margin: 1rem 0;
}

#sentry_title_stacks_in_749 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 1.30rem;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#sentry_login_flex_stacks_in_749 {
  display: flex;
  margin-bottom: 15px;
}

#sentry_login_stacks_in_749 input[type="text"],
#sentry_login_stacks_in_749 input[type="number"],
#sentry_login_stacks_in_749 input[type="password"] {
  padding: 0.75rem;
  border-radius: 5px;
  border: 1px solid rgba(204, 204, 204, 1.00);
  font-size: 1.0rem;
  line-height: 1.2;
  width: 100%;
  display: inline-block;
  height: auto;
  margin: 0;
}

#sentry_login_stacks_in_749 input[type="text"]:focus,
#sentry_login_stacks_in_749 input[type="number"]:focus,
#sentry_login_stacks_in_749 input[type="password"]:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
}

#sentry_login_stacks_in_749 button {
  background: linear-gradient(to bottom, rgba(61, 148, 246, 1.00) 5%, rgba(30, 98, 208, 1.00) 100%);
  background-color: rgba(61, 148, 246, 1.00);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 5px;
  white-space: nowrap;
  border: 1px solid rgba(51, 127, 237, 1.00);
  display: inline-block;
  cursor: pointer;
  color: rgba(255, 255, 255, 1.00);
  line-height: 1.2;
  font-size: 1.0rem;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  margin-left: 1.5rem;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  
  
  
  
}

#sentry_login_stacks_in_749 button:hover {
  background: linear-gradient(to bottom, rgba(30, 98, 208, 1.00) 5%, rgba(61, 148, 246, 1.00) 100%);
  background-color: rgba(30, 98, 208, 1.00);
}

/* Custom checkboxes */
#sentry_checkbox_container_stacks_in_749 {
 display: inline-block;
 position: relative;
 padding-left: 2.25rem;
 margin-bottom: 0.5rem;
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 font-weight: normal;
 line-height: 1.6rem;
}

/* Hide the browser's default checkbox */
#sentry_checkbox_container_stacks_in_749 input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
 height: 0;
 width: 0;
}

/* Create a custom checkbox */
.sentry_checkmark {
 position: absolute;
 top: 0;
 left: 0;
 height: 1.6rem;
 width: 1.6rem;
 border-radius: 0.25rem;
 background-color: rgba(204, 204, 204, 1.00);
}

/* On mouse-over, add a grey background color */
#sentry_checkbox_container_stacks_in_749:hover input ~ .sentry_checkmark {
 background-color: rgba(167, 167, 167, 1.00);
}

/* When the checkbox is checked, add a blue background */
#sentry_checkbox_container_stacks_in_749 input:checked ~ .sentry_checkmark {
 background-color: rgba(61, 151, 246, 1.00);
}

/* Create the checkmark/indicator (hidden when not checked) */
.sentry_checkmark:after {
 content: "";
 position: absolute;
 display: none;
}

/* Show the checkmark when checked */
#sentry_checkbox_container_stacks_in_749 input:checked ~ .sentry_checkmark:after {
 display: block;
}

/* Style the checkmark/indicator */
#sentry_checkbox_container_stacks_in_749 .sentry_checkmark:after {
 left: 0.55rem;
 top: 0.25rem;
 width: 0.5rem;
 height: 0.95rem;
 border: solid rgba(255, 255, 255, 1.00);
 border-width: 0 0.20rem 0.20rem 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}





/* Start Responsive Shim stack CSS code */.stacks_in_746shim{	padding-top: 9%;}/* End Responsive Shim stack CSS code */