.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }


img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }


.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }





form {      
	border-radius: 3px;
}
.fieldsets-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -1.75em;
}
.fieldsets-flex.fieldsets-flex-block {
	margin-left: -1.75em;
}
.fieldsets-flex-block {
	flex: 1 0 90%;
	margin-left: 1.75em;
}
.fieldsets-flex-2 {
	flex: 1 0 40%;
}
fieldset.fieldset-open-close {
	margin-top: 3em;
	margin-bottom: .6em;
	padding: 0;
}
.fieldset-open, .fieldset-closed {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	margin: 0 0 -1.1em;
	padding-left: 1.25em;
	padding-bottom: .5em;
	padding-top: .5em;
	border-radius: 3px;
}
.fieldset-closed {
	margin: 0;
	background-color: #008C97;
}
.fieldset-open {
	background-color: #002C40;
}
.toggle-arrow {
	content: "";
	position: absolute;
	top: .65em;
	right: 1em;
	width: 0;
	height: 0;
	border-top: 15px solid #FFF;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: -moz-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
}
.fieldset-closed .toggle-arrow {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: -moz-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
}
.fieldset-closed + .flex-toggle {
	display: none;
}
.flex-toggle {        
	padding: 2em 1.5em 1em 0;
}
.fieldset-open-close .flex-form {
	margin-top: -1em;
}
.flex-2-sm:first-child {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 0 5em;
	margin-right: 1.5em;
}
.flex-2-sm:last-child {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 0 5em;
	margin-left: 1.5em;
}
.flex-2 > div {
	flex: 1;
	margin-bottom: 0;
}
.flex-block > .flex-block:first-of-type {
	margin-left: 0;
}
.flex-form .flex-form {
	margin-left: 0;
}
.flex-block input[type="text"], .flex-block input[type="file"],
.flex-block input[type="password"], .flex-block input[type="email"],
.flex-block textarea, .flex-block select,
.flex-block .mce-tinymce {
	margin: .5em 0 0;
	width: 100%;
	outline: 1px solid #263540;
}
.flex-form > p {
	margin: .5em 0 .5em 1.5em;
}

.fieldset-open-close + input[type='button'],
.fieldset-open-close + input[type='submit'] {
	margin-top: 2em;
}
.flex-date {        
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}
.flex-date label {
	width: 100%;
}
.flex-date input[type="text"] {
	flex: 1 0 90%;
	width: 90%;
	padding-right: 0;
}
.flex-date input + svg, .flex-date input + img {        
	flex: 0 0 1.175em;
	width: 1.175em;
	height: 1.127em;
	margin: .5em 0 0 .5em;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 1.25em;
}
.flex-times select {
	flex: 1 0 40%;
	width: 40%;
}
.flex-times select:first-of-type {
	margin-right: 1.25em;
}

.flex-block h2, .flex-block h3,
.flex-block h4, .flex-block h5,
.flex-block h6, .flex-block p {
	width: 100%;
	text-align: left;
}
.flex-form hr {
	margin-left: 1.5em;
}
.flex-block p + p {
	margin-top: 0;
}

.pos {
	color: #74B535;
}
.neg {
	color: #EF4136;
}
.flex-dollar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
}
.dollar {
	flex: 0;
	margin-right: .75em;
}
.flex-dollar input[type="text"] {
	flex: 1 0 0;
	width: auto;
}
.fieldsets-flex-2 .fieldsets-flex-block {
	flex: 1 0 auto;
	margin-left: 0;
}
.flex-value {
	margin: 0 0 0 0;
}
label.flex-subhead {
	margin: .8em 0 .4em 1.5em;
}
.flex-check-o {
	margin-top: .5em;
}
.flex-form > .flex-check-o {
	margin-left: 0;
}
.flex-block > .flex-block.flex-check-o {
	margin: .5em 0 0 -1.5em;
}
.flex-check-o .flex-check, .flex-check-sm .flex-check {
	flex: 0 0 auto;
	width: auto;
}
.flex-check-o > .flex-check:nth-of-type(n) {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.flex-radio p {
	display: inline;
	width: auto;
	margin: 0 1.5em 0 .75em;
}

.submit-buttons {
	float: left;
	position: relative;
}
fieldset > .submit-buttons:only-child {
	margin-top: -1em;
}
.submit-buttons input:first-child {
	position: absolute;
	left: 100%;
	margin-left: .25em;
}
.flex-from-to {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-left: 1.75em;
}
.flex-from-to label {
	width: 2em;
	margin-top: 0;
	margin-right: 1em;
}
.flex-from-to label:not(:first-child) {
	width: auto;
	margin-left: 1em;
}
.flex-from-to select,
.flex-from-to input[type="text"] {
	flex: 1;
}
.flex-from-to select + select,
.flex-from-to select:last-child {
	margin-right: 0;
}
.flex-from-to select + select {
	margin-left: .5em;
}
.flex-from-to input[type="text"]:first-child,
.flex-from-to select:first-child {
	margin-left: -1.75em;
	margin-right: 1em;
}
.flex-range {
	align-items: center;
}
.flex-range input[type="text"] {
	flex: 1 1 auto;
	width: 20%;
}
.flex-range label:nth-of-type(2) {
	width: auto;
	margin: 0 .75em;
}
.legend-buttons .button {
	float: right;
	margin: 0 0 0 1em;
	background: #E0E0E0;
	color: #404545;
	font-size: .66em;
}
.flex-reply {
	align-self: flex-start;
}

@media screen and (min-width: 1000px) {
	.flex-table {
		margin-top: 1em;
		margin-bottom: .3em;
	}
	.flex-table .flex-block {
		margin-bottom: 0;
		padding: 0 0 0 1em;
		background: rgb(230, 230, 230);
		border-bottom: 1px solid rgb(200, 200, 200);
		font-size: .9em;
	}
	.flex-table .flex-block:first-of-type {
		background: #404545;
		color: #FFF;
	}
	.flex-table .flex-block:last-of-type {
		border: none;
	}
	.flex-table p {
		margin: 0 1em 0 0;
		padding: .1em 0 .15em;
	}
}
@media screen and (max-width: 1550px) {
	.fieldsets-flex {
		width: 100%;
		margin-left: -.875em;
	}
}
@media screen and (max-width: 1200px) {
	.fieldsets-flex {
		margin-left: 0;
	}
	.fieldsets-flex-block {
		flex: 1 0 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 1000px) {
	.flex-table .flex-block {
		border-bottom: 1px solid rgb(200, 200, 200);
	}
	.flex-table .flex-block:first-child {
		display: none;
	}
	.flex-4, .flex-5 {
		-webkit-box-flex: 1 0 40%;
		-webkit-flex: 1 0 40%;
		-ms-flex: 1 0 40%;
		flex: 1 0 40%;
	}
	.submit-buttons {
		float: none;
		position: static;
	}
	.submit-buttons input:nth-of-type(n) {
		display: inline-block;
		position: static;
		width: 47.5%;
	}
	.submit-buttons input:last-of-type {
		margin-right: 0;
	}
}
@media screen and (max-width: 750px) {
	.flex-2, .flex-3,
	.flex-4, .flex-5 {
		-webkit-box-flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	.submit-buttons input:nth-of-type(n) {
		width: 100%;
		margin-right: 0;
	}
	.fieldsets-flex {
		display: block;
	}
	fieldset, .fieldset, .flex-toggle {
		background: none;
	}
	fieldset, .fieldset {
		margin-top: 2em;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	fieldset.fieldset-open-close {
		margin-top: 2em;
	}
	.flex-toggle {
		display: block !important;
		margin-top: -1.25em;
	}
	
	legend, .legend, .fieldset-open, .fieldset-closed {
		font-size: 1.25em;
	}
	
	
	.toggle-arrow {
		display: none;
	}
	
	

	
	
	label, .label {
		font-size: 1em
	}
	fieldset input[type="submit"], fieldset input[type="button"],
	fieldset button, fieldset .button,
	.fieldset input[type="submit"], .fieldset input[type="button"],
	.fieldset button, .fieldset .button {
		width: 90%;
		margin-left: 3%;
	}
	input[type="text"], input[type="file"],
	input[type="password"], input[type="email"],
	textarea, select {
		background-color: #FFF;
		font-size: .9em;
	}
}
@media screen and (max-width: 500px) {
	.kapt-box {
		margin-top: .5em;
	}
}
@media screen and (max-width: 450px) {
	.flex-2 > div, .flex-2 .flex-2-sm {
		-webkit-box-flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	legend {
		font-size: 1em;
	}
}


.ui-autocomplete {
	max-height: 25em;
	overflow: scroll;
	font-size: .85em !important;
}
ul.ui-autocomplete {
	background-color: #F0F0F0;
	z-index: 2000;
}
.ui-autocomplete li span {
	font-size: .95em !important;
	font-weight: bold;
}
.ui-autocomplete li {
	position: relative;
	margin-top: -1px !important;
	margin-bottom: -1px !important;
	padding: .5em 1em !important;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
.ui-autocomplete li:first-of-type {
	background-color: #002C40;
	color: #FFF;
	font-weight: 700;
}
.ui-autocomplete li:hover {
	background: #AFD9F7;
}
.ui-state-active {
	border: 1px solid #AFD9F7 !important;
	background: #AFD9F7 !important;
}
.ui-state-active, .ui-state-active:before, .ui-state-active:after, .ui-autocomplete li:before, .ui-autocomplete li:after {
	-moz-transition: background .0s ease,
	color .0s ease,
	fill .0s ease,
	border-color .0s ease,
	-moz-transform .0s ease,
	opacity .0s ease;
	-webkit-transition: background .0s ease,
	color .0s ease,
	fill .0s ease,
	border-color .0s ease,
	-webkit-transform .0s ease,
	opacity .0s ease;
	transition: background .0s ease,
	color .0s ease,
	fill .0s ease,
	border-color .0s ease,
	transform .0s ease,
	opacity .0s ease;
}



.mfp-wrap .mfp-container .mfp-content {
	width: 90vw;
	max-width: 1200px;
	padding: 1em 2em;
	background: #FFF;
}


.mce-content-body {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em 1.5em;
}
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
	border: 1px dashed #BBB;
}
a.mceItemAnchor {
	width: 12px;
	padding-left: 12px;
	background: url(../default/img/items.gif) no-repeat bottom left;
	line-height: 6px;
	overflow: hidden;
}
img.mceItemAnchor {
	width: 12px;
	height: 12px;
	background: url(../default/img/items.gif) no-repeat;
}
table {
	cursor: default;
}
table td, table th {
	cursor: text;
}
ins {
	border-bottom: 1px solid green;
	color: green;
	text-decoration: none;
}
del {
	color: red;
	text-decoration: line-through;
}
cite {
	border-bottom: 1px dashed blue;
}
acronym {
	border-bottom: 1px dotted #CCC;
	cursor: help;
}
abbr, html\:abbr {
	border-bottom: 1px dashed #CCC;
	cursor: help;
}


input[type="text"].hasDatepicker {
	flex: 1;
	width: auto;
}
.ui-datepicker-trigger{
	margin-left: 5px;
	cursor: pointer;
}
table.ui-datepicker-calendar {
	border-collapse: separate;
}
.ui-datepicker-calendar td {
	border: 1px solid transparent;
}
#ui-datepicker-div {
	font-size: .9em;
}
#ui-datepicker-div * {
	font-weight: normal;
	font-style: normal;
}
a.ui-datepicker-prev.ui-corner-all {
	position: absolute;
	top: .6em;
	left: .5em;
	width: 0;
	height: 0;
	background: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #FFF;
	border-left: none;
	border-radius: 0;
	cursor: pointer;
}
a.ui-datepicker-next.ui-corner-all {
	position: absolute;
	top: .6em;
	right: .5em;
	width: 0;
	height: 0;
	background: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #FFF;
	border-right: none;
	border-radius: 0;
	cursor: pointer;
}
a.ui-datepicker-prev.ui-corner-all span,
a.ui-datepicker-next.ui-corner-all span {
	display: none;
	background: none;
}
.ui-datepicker table,
.ui-datepicker tr {
	background: none;
}
.ui-datepicker .ui-datepicker-calendar th {
	width: 20px !important;
	padding: .25em 0;
}
.ui-datepicker .ui-datepicker-calendar td a {
	border: 1px solid #D3D3D3 !important;
	color: #222;
	text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td a:hover {
	background: rgb(200, 200, 200);
	border-color: rgb(100, 100, 100);
	color: #222;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
	background: none;
	border: none;
}
.ui-datepicker .ui-datepicker-calendar a.ui-state-highlight {
	background: #A61C14;
	border: none;
	color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a,
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight.ui-datepicker-today a {
	background: #A61C14 none;
	color: #FFF;
	border: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
	background: #FFE8AA;
	color: #222;
}
.ui-datepicker .ui-datepicker-other-month {
	background: #CCC
}


.capture label {
	margin-bottom: .5em;
}
.capture input[type="text"] {
	-webkit-box-flex: 1 0 40%;
	-webkit-flex: 1 0 40%;
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
	margin: 0 1em 0 0;
}
.capture img {
	width: auto;
}
.captcha-refresh {
	margin-left: .5em;
}
@media screen and (max-width: 600px) {
	.capture input[type="text"] {
		-webkit-box-flex: 1 0 100%;
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
		margin: 0 0 1em;
	}
	input[type="submit"], input[type="button"], button, .button {
		margin: 0;
		margin-left: 1.75em;
		margin-bottom: .5em;
	}
	.reg-instructions {
		margin-left: 0!important;
	}
}


#working_loader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000;
	z-index:9999;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#working_loader > img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1 !important;
}
#working_loader.loader-absolute {
	position: absolute;
}
.loader-o {
	position: relative;
}


#checkAll {
	cursor: pointer;
}



.registrant-login-text {
	margin: -1em 0 0 5%;
}
.registrant-login-text .h2 {
	color: #f99f3f;
}
@media screen and (max-width: 600px) {
	.registrant-login-text {
		margin: 0 0 0 5%;
	}
	#create_account_form legend {
		display: none;
	}
	fieldset.log-in input[type=submit] {
		width: 100%;
		margin-left: 0!important;
		margin: 1em 0;
	}
	p.i-has-account {
		margin: 1em 1em;
		text-align: left;
	}
	p.i-has-account .button {
		margin-left: 0!important;
		margin: 1em 0 0;
	}
	form#edit-profile .fieldset-open, .fieldset-closed {
		background: transparent;
		margin: 0;
		padding-left: 0;
		padding: .4em 1.4em .4em 0;
	}
	form#edit-profile {
		margin: 0;
	}
	form#edit-profile .submit-buttons input {
		margin-left: 0!important;
	}

}
.push-notification-options {
	background: none;
	backdrop-filter: none;
	border: none;
	margin: 0;
	padding: 0;
}
.push-notification-options > .flex-check {
	margin-left: 3em!important;
}