.work {
	min-height: 670px;
}

.page-loader {
	position: fixed;
	background: #ffffff;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}

@media screen and (min-width: 768px) {
	.scrollFix {
		position: relative;
		top: 53px;
	}
}

.grey {
	background-color: #f5f5f5;
	margin-top: 50px;
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 35px;
	padding: 35px 25px 45px;
}

.bg--grape {
	background: #052e59;
}
.bar.pos-fixed.bg--grape {
 background: #052e59;
}

.maps iframe{
	pointer-events: none;
}

hr.resister {
  border-width: 2px;
}
hr.resister:before {
  content: url('/i/resister.png');
  opacity: .7;
  background: #ffffff;
  position: relative;
  bottom: 5px; left: -28px;
  margin-left: 50%;
  bottom: 14px;
  padding: 0.92857143em;
}

.bg-lite {
	background-color: #a5b1f7 !important;
}

/*
.flickity-slider{ transform: none !important; }
.slide {
	left: 0 !important;
	opacity: 0;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.slide.is-selected {
	opacity: 1;
}
*/

ul.nobull {
	list-style: none !important;
	margin-left: 0 !important;
}

.bg--grey {
	background-color: #2c2c2c !important;
}

.menu-horizontal > .dropdown > .se:after {
    content: '' !important;
}

.text--dark {
	color: #2c2c2c !important;
}

.text-darkblue {
	color: #0c2442 !important;
}

.icon-adjust {
	position: relative;
	top: 3px;
}

img.mh-175 {
	max-height: 175px;
}

.dark-bg {
	background-color: rgba(14, 44, 82, 0.6); /* rgba(0, 0, 0, 0.3) */
	padding: 25px !important;
}

.dark {
	color: #303030 !important;
}

.pt20 {
	padding-top: 20px !important;
}

.w-700 {
	font-weight: 700 !important;
}

.text-white {
	color: #fff !important;
}

.zoomit {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.zoomit:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

img.shadowd {
	-webkit-transition: all 1.1s ease;
	transition: all 1.1s ease;
}
img.shadowd:hover {
	box-shadow: 0 0 35px #4942a4;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.card__top.image-container {
  display: flex;
/*   width: 300px; */
  height: 250px;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.card__top.image-container img {
  display: block;
  min-height: 250px;
}

.icon-card {
	margin: -26px 11px 0 -27px;
	padding: 17px;
	float: left;
}
.icon-card-1 {
	background-color: #00bff3;
	color: #ffffff;
}
.span-card-1 {
	position: absolute;
	top: 37%;
	display: block;
	width: 100%;
	padding: 18px;
	background-color: rgba(0, 190, 243, 0.80);
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
}

.icon-card-2 {
	background-color: #ed1cd2;
	color: #ffffff;
}
.span-card-2 {
	position: absolute;
	top: 37%;
	display: block;
	width: 100%;
	padding: 18px;
	background-color: rgba(238, 29, 210, 0.80);
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
}

.icon-card-3 {
	background-color: #fff509;
	color: #151515;
}
.span-card-3 {
	position: absolute;
	top: 37%;
	display: block;
	width: 100%;
	padding: 18px;
	background-color: rgba(255, 248, 11, 0.80);
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
}

.icon-card-4 {
	background-color: #00f35b;
	color: #151515;
}
.span-card-4 {
	position: absolute;
	top: 37%;
	display: block;
	width: 100%;
	padding: 18px;
	background-color: rgba(0, 243, 90, 0.80);
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
}

.icon-card-5 {
	background-color: #ed901c;
	color: #ffffff;
}
.span-card-5 {
	position: absolute;
	top: 37%;
	display: block;
	width: 100%;
	padding: 18px;
	background-color: rgba(238, 144, 29, 0.80);
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
}

.icon-card-6 {
	background-color: #c0f30f;
	color: #151515;
}
.span-card-6 {
	position: absolute;
	top: 37%;
	display: block;
	width: 100%;
	padding: 18px;
	background-color: rgba(194, 243, 15, 0.80);
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
}

.card__top {
	overflow: hidden;
	position: relative;
}

.card__top a.edit-card {
	position: absolute;
	top: 0; right: 0;
	opacity: 0;
}
.card__top:hover a.edit-card {
	background-color: #ffffff;
	display: inline-block;
	padding: 5px 7px 0 7px;
	position: absolute;
	top: 0; right: 0;
	opacity: 0.8;
	color: #252525;
}

.zoom {
	transition: transform .5s;
	margin-bottom: 0;
}
.zoom:hover {
    transform: scale(1.1);
}

.btn--blue {
	background-color: rgba(255, 255, 255, 0.1);
}

.prominent {
	position: relative;
	top: -165px;
	background-color: #ffffff;
	padding: 17px;
	display: inline-block;
	box-shadow: 1px 1px 5px #c1c1c1;
	font-size: 17px;
	line-height: 17px;
	font-weight: 700;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	z-index: 9;
}
@media screen and (max-width: 499px) {
	.prominent {
		top: -131px;
		font-size: 14px;
	}
	.prominent .icon {
		font-size: 17px !important;
	}
}

.prominent a.btn-green {
	display: inline-block;
	margin-right: 11px;
	background-color: #00ff3d;
	padding: 25px 15px;
	color: #272727;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.prominent a.btn-green:hover {
	background-color: #00f73b;
}

a.btn-darkbkue {
	display: block;
	background-color: #0e2d52;
	padding: 21px 15px;
	color: #fff;
	font-size: 31px;
	line-height: 1;
	font-weight: 900;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
a.btn-darkbkue:hover {
	background-color: #2579de;
}
/*
@media screen and (max-width: 768px) {
	.prominent a.btn-green {
		top: -131px;
	}
}
*/

.prominent a.btn-red {
	display: inline-block;
	background-color: #ea212d;
	padding: 25px 15px;
	color: #ffffff;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.prominent a.btn-red:hover {
	background-color: #dd202c;
}
.prominent .icon {
	position: relative;
	top: 1px;
	font-size: 35px;
	margin-right: 7px;
}
.prominent small {
/* 	color: #0c0c0c; */
}

.bg--secondary h4 {
	color: #ffffff;
}
.bg--secondary a {
	color: #ffffff;
}

.bg-darkgrey {
	background-color: #2679de;
	padding: 35px 0 21px;
	color: #fff !important;
}

.content ul {
	margin-left: 35px;
}

.btn.btn-xl {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

form .error {
  border: 1px solid rgba(255, 0, 86, 0.51);
}

#form_error {
	background-color: rgba(255, 0, 86, 1);
	border: 1px solid rgba(255, 0, 86, 1);
	color: #ffffff !important;
	font-size: 24px;
	line-height: 29px;
	position: fixed;
	display: inline-block;
	bottom: 15px; right: 15px;
	width: 350px; height: auto;
	padding: 21px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	visibility: hidden;
}

.required input:required:invalid {
  border: 1px solid rgba(255, 0, 86, 1);
}
.required select:required:invalid {
  border: 1px solid rgba(255, 0, 86, 1);
}

.password {
	color: #9f9f9f;
}

.icon-adjust {
	position: relative;
	top: 3px;
}
.icon-adjust-md {
	position: relative;
	top: 7px;
}
.icon-adjust-lg {
	position: relative;
	top: 9px;
}

a.green {
	background-color: #58c61c;
	color: #fff !important;
	padding: 11px 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
@media screen and (max-width: 991px) {
	a.green {
		padding-top: 7px;
		padding-bottom: 7px;
		font-size: 0.999em !important;
	}
	a.green .icon {
		font-size: 0.999em !important;
		top: 1px !important;
	}
}

a.red {
	background-color: #d01f23;
	color: #fff !important;
	padding: 11px 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
@media screen and (max-width: 991px) {
	a.red {
		padding-top: 7px;
		padding-bottom: 7px;
		font-size: 0.999em !important;
	}
	a.red .icon {
		font-size: 0.999em !important;
		top: 1px !important;
	}
}

a.greenyellow {
	background-color: #2679de;
	color: #fff !important;
	padding: 11px 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
@media screen and (max-width: 991px) {
	a.greenyellow {
		padding-top: 7px;
		padding-bottom: 7px;
		font-size: 0.999em !important;
	}
	a.greenyellow .icon {
		font-size: 0.999em !important;
		top: 1px !important;
	}
}

span.h3 {
	font-size: 1.6em !important;
}

.edit {
	opacity: 0;
	font-size: 11px;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	float: right;
	line-height: 3em;
}
.accordion__content .documents:hover .edit {
	opacity: 1;
/* 	line-height: 3em; */
}
.accordion__title:hover .edit, 
span.documents:hover .doc_date,
#sortfolder li.active .accordion__title .edit {
	opacity: 1;
}

span.doc_date {
	opacity: 0;
    vertical-align: middle;
    font-size: .65em;
    font-weight: 700;
    padding-left: 15px;
    color: #acacac;
}

ul.pagination li {
	display: inline;
}

@media screen and (max-width: 768px) {
	#menu2 .container {
		padding: 1em 0 0.3em;
	}
}

.pagination > li:first-child > a, .pagination > li:last-child > a {
	background: #ccc;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}
a.here {
	background: #e5e5e5 !important;
}

.pagination>li>a, .pagination>li>span {
	border: none;
	padding: 3px 9px;
	font-size: 13px;
	font-weight: 400;
	background-color: #ccc;
	margin-right: 6px;
	color: #fff;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}

.pagination li.disabled a, .pagination li.disabled a:hover {
	background-color: #eee;
	color: #fff;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	background-color: #c7081b;
	color: #FFF;
}

.pagination > li:first-child > a:hover, .pagination > li:last-child > a:hover {
	color: #fff;
}

.card-pages {
	background-color: #f9f7f5 !important;
}

.badge.badge-pill.badge-secondary {
	padding: 2px 16px;
	background: #f0f0f0;
	font-size: 95%;
	border-radius: 5px;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
}

.badge.badge-pill.badge-secondary:hover {
	background: #f5f5f5;
	color: #b83278;
}

label .short {
	color: #FF0000;
	font-weight: 700;
}
label .weak {
	color: #ff5a00;
	font-weight: 700;
}
label .good {
	color: #0089ff;
	font-weight: 700;
}
label .strong {
	color: #008700;
	font-weight: 700;
}

.btn-lg {
	padding: 1em !important;
}

button:focus { outline: 0; }

textarea:focus, input:focus, select:focus {
   outline: none !important;
}

.scoot li a {
	display: block;
	padding-left: 3px;
}
.scoot li a:hover {
	background-color: #f7f7f7;
	padding-left: 7px;
}

.icon-burger {
	background-color: #fdfdfd;
	font-size: 1.3em;
	margin: 11px; padding: 7px 11px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 15% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.required_monthly_level {
	background-color: #eeeae7 !important;
	border-color: #e6e2df !important;
	color: #605251 !important;
	font-size: 3.5em !important;
}


.boxed.export h3,
.boxed.export h4,
.boxed.export h5 {
	font-weight: 300 !important;
	margin: 0 !important;
	margin-bottom: 0.2em !important;
}
.boxed.export hr {
	margin-top: 5px;
	margin-bottom: 5px;
}


.boxed.print {
	font-weight: 500 !important;
	color: #000000 !important;
}
.boxed.print h2,
.boxed.print h3,
.boxed.print h4,
.boxed.print h5 {
	margin: 0 !important;
	font-weight: 500 !important;
	color: #000000 !important;
	margin-bottom: 0.2em !important;
}
.boxed.print h3 {
    font-size: 1.48571429em;
    line-height: 1.2em;
}
.boxed.print h4 {
	font-size: 1.05714286em;
	line-height: 1.06842105em;
}
.boxed.print h5 {
	font-size: 0.7em;
	line-height: 1.55714286em;
}
.boxed.print hr {
	margin-top: 7px;
	margin-bottom: 11px;
}

section.tight {
	padding-top: 2.42857143em !important;
	padding-bottom: 2.42857143em !important;
}

.bar-preview {
	background-color: #3b3b3b;
	color: #dddddd;
	padding: 7px;
}
.bar-preview a {
	color: #b0b0b0;
}
.bar-preview a:hover {
	color: #fafafa;
}
.bar-preview .menu-horizontal > li > span {
	color: #b0b0b0 !important;
	opacity: 1 !important;
}
.bar-preview .menu-horizontal > li > span:hover {
	color: #fafafa !important;
}

li a.menu {
	padding: 3px 5px;
	display: block !important;
}
li a.menu:hover {
	background-color: #3b3b3b !important;
	padding: 3px 11px;
	display: block !important;
}

li a.menu-grey {
	padding: 3px 5px;
	display: block !important;
}
li a.menu-grey:hover {
	background-color: #f1f1f1 !important;
	padding: 3px 11px;
	display: block !important;
}

ul.leaders {
	width: 100%;
	padding: 0;
	overflow-x: hidden;
	list-style: none;
}
ul.leaders li:before {
	float: left;
	width: 0;
	white-space: nowrap;
	letter-spacing: 5px;
	color: #a1a1a1;
	content: "\00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7\00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 ";
}

ul.leaders li {
	margin-bottom: 7px;
}

	ul.leaders li span {
	display: inline-block;
	background-color: #ffffff;
	letter-spacing: 0.5px;
}

ul.leaders li span:first-child {
	font-weight: 600;
	letter-spacing: 2px;
	padding-right: 0.33em;
}

ul.leaders li span + span {
	float: right;
	padding-left: 0.33em;
}

ul.pdfleaders {
	width: 100%;
	padding: 0;
	overflow-x: hidden;
	list-style: none;
}
ul.pdfleaders li:before {
	float: left;
	width: 0;
	white-space: nowrap;
	letter-spacing: 1px;
	color: #a1a1a1;
	content: "\00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7\00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 \00B7 ";
}

ul.pdfleaders li {
	margin-bottom: 7px;
}

	ul.pdfleaders li span {
	display: inline-block;
	background-color: #ffffff;
}

ul.pdfleaders li span:first-child {
	font-weight: 600;
	padding-right: 0.33em;
}

ul.pdfleaders li span + span {
	float: right;
	padding-left: 0.33em;
}


.fadeInRight {
   -webkit-animation-name: fadeInRight;
   animation-name: fadeInRight;
}


.animated {
   -webkit-animation-duration: 2s;
   animation-duration: 2s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}


.archived {
	background-color: #ffe4d2;
}


@-webkit-keyframes fadeInRight {
   0% {
      opacity: 0;
      -webkit-transform: translateX(50px);
   }
   100% {
      opacity: 1;
      -webkit-transform: translateX(0);
   }
}

@keyframes fadeInRight {
   0% {
      opacity: 0;
      transform: translateX(50px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}

.footer-top {
	border-top: 1px solid #e5e5e5;
	padding: 21px;
}

.manager-footer {
	background-color:  rgba(232, 229, 226, 0.9);
	position: fixed;
	width: calc(100vw - 20.428571428571463em);
	padding: 9px;
	bottom: 0;
}




@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.9);
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 36s;
  animation-duration: 36s;
}
.ticker-wrap .ticker:hover {
	animation-play-state: paused;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 2rem;
  color: white;
}


::-webkit-input-placeholder { color: #919191 !important; }
::-moz-placeholder { color: #919191 !important; }
:-ms-input-placeholder { color: #919191 !important; }
:-moz-placeholder { color: #919191 !important; }
