/* STYLE FOR FACILITR

#1E9AD2; (azul)
#4ABA6F; (green)

font-family: 'Montserrat', sans-serif;
font-family: 'proxima_nova_altblack';
font-family: 'proxima_nova_altbold';
font-family: 'Proxima Nova';
font-family: 'proxima_nova_scosfthin';
font-family: 'proxima_nova_ltsemibold';
font-family: 'proxima_nova_ltthin';

*/

/* GEN POP */

body {
    position: relative;
  font-size: 19px;
	font-family: "Proxima Nova", Proxima Nova, sans-serif;
	color: #4B4B4B;
  padding-top: 76px;
}
p {
	line-height: 200%;
}
a:hover {
	text-decoration: none;
}
.floating-tab {
  position: fixed;
  bottom: 50px;
  left: 50px;
  width: 130px;
  z-index: 1000000;
 }
.non-floating-tab {
  position: absolute;
  bottom: 230px;
  width: 130px;
  left: 50px;
}
.non-floating-tab img,
.floating-tab img {
  width: 92%;
}
.non-floating-tab h4,
.floating-tab h4 {
  font-size: 19px;
}
.media-body {
  padding-left: 23px;
  padding-top: 15px;
}
.side-tab {
	position: fixed;
	top: 400px;
	right: -58px;
	background-color: #1E9AD2;
	color: #fff;
	padding: 5px 10px;
	border: 2px solid;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	letter-spacing: 2px;
	z-index: 1000000;

	/* Safari */
	-webkit-transform: rotate(-90deg);

	/* Firefox */
	-moz-transform: rotate(-90deg);

	/* IE */
	-ms-transform: rotate(-90deg);

	/* Opera */
	-o-transform: rotate(-90deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
a:hover .side-tab {
	right: -55px;
}

/* HEADINGS */

h1, .h1 {
	font-family: "Proxima Nova", Proxima Nova, sans-serif;
	color: #33424a;
    font-weight: 800;
}
h2, .h2 {
	font-family: "Proxima Nova", Proxima Nova, sans-serif;
	color: #33424a;
    font-weight: 800;
}
h3, .h3 {
	margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Proxima Nova", Proxima Nova, sans-serif;
}
h4, .h4 {
    font-size: 23px;
    font-weight: 600;
    color: #33424a;
}

/* COLORS */

.white {
	color: #fff;
}
.green {
	color: #4ABA6F;
}
.lt-green {
	color: #74E101;
}
.bg-blue {
	background-color: #1E9AD2;
}
.bg-green {
	background-color: #4ABA6F;
}
.bg-light-gray {
	background-color: #f7f7f7;
}
.bg-mid-gray {
  background-color: #f0f0f3;
}
.blue {
	color: #1E9AD2;
}
.light-gray {
  color: #868695;
}

/* BACKGROUNDS */

.bg-about {
  background: url('../img/Facilitr_About-Facilitr.jpg') no-repeat 50% 50%;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 50px;
  text-align: center;
}
.bg-pricing {
  background: url('../img/facilitr-pricing-bg.jpg') no-repeat 50% 50%;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 245px;
  text-align: center;
}

/* BUTTONS */

.btn {
    font-size: 16px;
}
.btn-blue {
	background-color: #1E9AD2;
	color: #fff;
	border-radius: 50px;
	padding: 12px 25px;
	font-family: "Proxima Nova", Proxima Nova, sans-serif;
	border: 2px solid #1E9AD2;
}
.btn-blue:hover {
	background-color: transparent;
	color: #1E9AD2;
	border-radius: 50px;
	padding: 12px 25px;
	font-family: "Proxima Nova", Proxima Nova, sans-serif;
	border: 2px solid #1E9AD2;
}
.btn-blue.btn-slider:hover {
	color: #fff;
}
.btn-white {
	background-color: transparent;
	color: #fff;
	border-radius: 50px;
	padding: 12px 25px;
	font-family: "Proxima Nova", Proxima Nova, sans-serif;
	border: 2px solid #fff;
}
.btn-white:hover {
	color: #1E9AD2;
	background-color: #fff;
}
.col-industries span {
  color: #fff;
}
.col-industries .btn-white {
  margin-bottom: 10px;
}
/*.col-industries ul.drop-in li {
  margin-bottom: 20px;
}*/
.btn-green {
  background-color: #4ABA6F;
  color: #fff;
  border-radius: 50px;
  padding: 12px 25px;
  font-family: "Proxima Nova", Proxima Nova, sans-serif;
  border: 2px solid #4ABA6F;
}
.btn-green:hover {
  background-color: transparent;
  color: #4ABA6F;
  border-radius: 50px;
  padding: 12px 25px;
  font-family: "Proxima Nova", Proxima Nova, sans-serif;
  border: 2px solid #4ABA6F;
}
.btn-green-wide {
  background-color: #4ABA6F;
  color: #fff;
  border-radius: 50px;
  padding: 12px 25px;
  font-family: "Proxima Nova", Proxima Nova, sans-serif;
  border: 2px solid #4ABA6F;
  width: 100%;
}
.btn-green-wide:hover {
  background-color: transparent;
  color: #4ABA6F;
  border-radius: 50px;
  padding: 12px 25px;
  font-family: "Proxima Nova", Proxima Nova, sans-serif;
  border: 2px solid #4ABA6F;
}

/* TYPO */

.txt-med {
	font-size: 20px;
}
blockquote {
    font-size: 19px;
    border-left: 5px solid #4ABA6F;
}
.title-line {
  background-color: #e0e5e7;
  padding-bottom: 2px;
  margin-top: 41px;
}
.mini-txt {
  font-size: 12px;
  text-align: right;
}
.txt-xs {
  font-size: 12px;
}



/* POSITION */

.m-top-xs {
	margin-top: 3px;
}
.m-top {
	margin-top: 25px;
}
.m-top-md {
	margin-top: 35px;
}
.m-top-lg {
	margin-top: 50px;
}
.section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pad-ribbon {
	padding-top: 15px;
	padding-bottom: 15px;
}
.m-top-mini {
  margin-top: 6px;
}
.no-m-top {
  margin-top: 0;
}
.bor-top-row {
  border-top: 1px dashed #ccc;
}
.pad-border {
  padding-top: 30px;
  padding-bottom: 30px;
}
.no-pad {
  padding-left: 5px;
  padding-right: 5px;
}
.extra-pad-bot {
  padding-bottom: 80px;
}

/* LISTS */

ul.industries {
	margin-top: 40px;
	padding-left: 0;
}
ul.industries li {
	list-style-type: none;
	margin-bottom: 15px;
}
ul.industries li span {
	color: #4aba6f;
}
ul.comp-benefits {
  margin-top: 100px;
}
ul.comp-benefits li h4 {
  color: #5a6478;
}
ul.comp-benefits-xs {
  margin-top: 30px;
}
ul.comp-benefits-xs li {
  font-weight: bold;
}
ul.benefits-other {
  padding-left: 40px;
}
ul.benefits-other li {
  margin-bottom: 15px;
}


/* HEADER */

.navbar-default {
    background-color: #fff;
    border-color: transparent;
}
.navbar {
    border: none;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
	font-family: 'Montserrat', sans-serif;
	color: #4B4B4B;
  font-weight: 500;
	font-size: 16px;
}
.navbar-default .navbar-nav>li>a {
    outline: 0;
}
.navbar-default .navbar-nav>li.current>a {
    color: #4ABA6F;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #4ABA6F;
	-webkit-transition: color 0.5s ease;
   -moz-transition: color 0.5s ease;
   -o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
.navbar-default .navbar-nav>li>a.request,
.navbar-inverse .navbar-nav>li>a.request {
	background-color: #4ABA6F;
	border: 2px solid #fff;
	border-radius: 50px;
	font-size: 14px;
	padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
.navbar-right {
    margin-right: 15px;
    margin-top: 15px;
}
.navbar-brand {
    padding: 18px 15px;
    height: 76px;
}
.navbar-inverse {
	background-color: #fff;
	-webkit-transition: background-color 0.5s ease;
   -moz-transition: background-color 0.5s ease;
   -o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}
.navbar-inverse .navbar-nav>li>a {
	color: #4B4B4B;
	font-weight: 500;
}
.navbar-inverse .navbar-nav>li>a:visited,
.navbar-inverse .navbar-nav>li>a:active {
	color: #4B4B4B;
}
.navbar-inverse .navbar-nav>li>a {
	font-weight: 600;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #4ABA6F;
	-webkit-transition: color 0.5s ease;
   -moz-transition: color 0.5s ease;
   -o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
.navbar-inverse .navbar-nav>li>a.request {
	color: #fff;
}

/* MEGA MENU */

.navbar-nav > li > .dropdown-menu {
	background-color: rgba(0, 192, 181, 0.90);
	border: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #555;
}
.dropdown-header {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 3px 0;
}
.dropdown-text {
    padding: 3px 0px;
    font-size: 17px;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dropdown-menu {
    font-size: 15px;
}
.dropdown-menu>li>a {
    padding: 3px 10px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: transparent;
}

.dropdown-menu.d-features {
    min-width: 485px;
    padding: 20px 20px;
}
.dropdown-menu.d-resources {
    min-width: 785px;
    padding: 20px;
}
.dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #00C0B5;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  right: 42px;
  z-index: 10;
}
.dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #00C0B5;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  right: 40px;
  z-index: 8;
}
ul.d-features li:first-of-type a.btn-demo {
	margin-top: 46px;
}
ul.drop-in {
	padding-left: 0px;
}
ul.drop-in li {
	list-style-type: none;
	margin-bottom: 10px;
}
ul.drop-in li a {
	color: #fff;
}
ul.drop-in li a:hover {
	color: #354957;
}
.col-industries {
	border-left: 1px solid #1bd6cb;
}

/* FLIP */

.card {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 260px;
    opacity: 0.85;
}
.front,
.back {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    border-radius: 5px;
}
.front {
    transform: rotateY(0deg);
    text-align: center;
    padding: 5px;
}
.back {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.card:hover .front {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
}
.card:hover .back {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
.front .contact {
    display: inline-block;
    margin-bottom: 10px;
}

/* PRICING BOXES */

.price-box {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 20px;
  height: 436px;
}
.plan-title {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
}
.plan-description strong {
  font-size: 16px;
}
.plan-description {
  font-size: 14px;
  margin-top: 20px;
  line-height: 150%;
  height: 150px;
}
.plan-price {
  margin-top: 0px;
  margin-bottom: 53px;
}
.plan-price.free {
  padding-top: 7px;
  padding-bottom: 1px;
  margin-bottom: 24px;
  margin-top: 15px;
  letter-spacing: 2px;
}
.plan-price h1 {
  font-size: 45px;
}
.plan-price h4 {
  margin-top: 0;
}
.plan-price.free h4 {
  margin-top: 10px;
  font-size: 35px;
}
.plan-price p {
  line-height: 130%;
  font-size: 14px;
  color: #bbb;
  padding-top: 26px;
}
.box-footer {
  border-top: 1px dashed #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
.price-box.featured {
  height: 500px;
  border: 2px solid #1E9AD2;
  margin-top: -25px;
}
.price-box.featured .plan-price {
  margin-bottom: 48px;
}

/* BLOG */

.post-box {
  margin-top: 40px;
}
.post-box a:hover h4 {
  color: #1E9AD2;
}
.post-box h4 {
  font-weight: 300;
  font-size: 25px;
  color: #354957;
}
.post-box p {
  margin-top: 20px;
  line-height: 130%;
  font-size: 18px;
  text-align: justify;
}
.get {
  margin-top: 50px;
  border-bottom: 2px solid #4ABA6F;
  padding-bottom: 40px;
}
.categories {
  padding-top: 30px;
  padding-bottom: 30px;
}
.categories ul {
  padding-left: 0px;
  margin-top: 25px;
}
.categories ul li {
  list-style-type: none;
  font-size: 16px;
}
img.wp-post-image {
  width: 380px;
  height: 260px;
  padding: 0;
}
.blog-content h4.blue {
  font-size: 18px;
}

/* LOGIN MODAL */

.modal-dialog.login {
    width: 420px;
}

/* ASK AN EXPERT MODAL */

.modal-dialog.ask-an-expert select, .modal-dialog.ask-an-expert textarea {
    width: 90%;
}
.modal-dialog.ask-an-expert select {
    padding-top: 6px;
    padding-bottom: 6px;
}

/* MODAL OVERRIDE OF TOP MARGIN */
.modal-dialog.ask-an-expert, .modal-dialog.login {
    margin: 60px auto;
}

/* FOOTER */

footer.b-top {
	border-top: 1px dashed #ccc;
}
footer.section {
	padding-top: 40px;
	padding-bottom: 30px;
}
ul.footer-menu {
	margin-top: 10px;
}
ul.footer-menu li {
	list-style-type: none;
	float: left;
	margin-right: 25px;
}
ul.footer-menu li a {
	color: #33424A;
	font-weight: bold;
	font-size: 18px;
}
ul.footer-menu li a:hover {
	color: #4ABA6F;
	-webkit-transition: color 0.5s ease;
   -moz-transition: color 0.5s ease;
   -o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
ul.footer-social {
	text-align: right;
	padding-right: 40px;
}
ul.footer-social li {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
}
ul.footer-social li a {
	color: #1E9AD2;
	font-size: 32px;
	margin-left: 15px;
}
ul.footer-social li a:hover {
	color: #4ABA6F;
	-webkit-transition: color 0.5s ease;
   -moz-transition: color 0.5s ease;
   -o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
footer p a span {
	color: #4B4B4B;
}
footer p a:hover span {
	color: #4ABA6F;
	-webkit-transition: color 0.5s ease;
   -moz-transition: color 0.5s ease;
   -o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
footer p span.policy {
	margin-right: 15px;
	margin-left: 15px;
}
/* CONTENT */

.carousel-caption,
h1.about {
    font-family: "Proxima Nova", Proxima Nova, sans-serif;
    font-size: 33px;
    text-shadow: none;
    top: 15px;
}
.carousel-btn {
	position: absolute;
    left: 15%;
    right: 15%;
    bottom: 33px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
}
.carousel-inner>.item {
    height: 491px;
}
.carousel-indicators {
    bottom: 0;
}
.facilitr-test .media-body {
  padding-left: 23px;
  padding-top: 0px;
}
.facilitr-test label {
  display: block;
}
.facilitr-test .row {
  border-top: 1px dashed #ccc;
  padding-top: 25px;
}
.facilitr-test .row:nth-child(3) {
  padding-bottom: 25px;
}
.facilitr-test.fuel .row:nth-child(4) {
  padding-bottom: 25px;
}
.facilitr-test.fuel .row:nth-child(3) {
  padding-bottom: 0;
}
table.alternative {  border:2px solid #fff; padding:0; border-collapse: separate; border-radius:15px; border-spacing:0; background-color: #EEEEEE;}
td, th  { text-align: center; vertical-align: middle; border: none; }
td + td, th + th {border-left:2px solid #fff}
th, tr td  {border-bottom:2px solid #fff; }
th, tr:last-of-type td  {border-bottom:none; }
tfoot td {border-bottom:none}
td:first-child {border-left:none}
td:last-child {border-right:none}
thead +tr td,  tr+ tr td, tfoot td{border-top:none;}

td:first-child { -webkit-border-radius:15px 0 0 0; border-left:none;}
td:last-child{ -webkit-border-radius:0 15px 0 0;border-right:none }
tfoot td:first-child{  -webkit-border-radius:0 0 0 15px ;}
tfoot td:last-child{  -webkit-border-radius:0 0 15px 0;}

table.alternative thead tr td {
  color: #fff;
  background-color: #4ABA6F;
  font-size: 25px;
  padding: 20px 50px;
  text-align: left;
}
table.alternative tbody tr td {
  padding: 50px;
}
table.alternative thead tr td {
  width: 33%;
}
table.table-features thead tr td {
  background-color: #1E99D2;

  font-size: 22px;
  width: 25%;
}
table.table-features tbody tr td {
  font-size: 15px;
  padding: 10px;
}
table.table-features tbody tr td.first {
  text-align: left;
}
table.table-features thead tr td.first {
  width: 84%;
  text-align: center;
}
table.table-features thead tr td {
  text-align: center;
}

/* CONTACT FORMS */

.box-contact {
  margin-top: 50px;
  border: 1px solid #1E9AD2;
  padding: 30px;
}
form.contact-us label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 100;
}
form.contact-us input {
  width: 90%;
  border: 1px solid #ccc;
  line-height: 2;
  margin-bottom: 10px;
  padding-left: 5px;
}
form.contact-us select {
  margin-bottom: 10px;
}
.modal-dialog {
  z-index: 1000000;
}
.modal-title img {
  width: 125px;
  margin: 0 auto;
}
.login .modal-title img {
  width: 155px;
  margin: 0 auto;
}
textarea.form-control {
  width: 95%;
}

div#complianceForm, div#facilityDetailsForm {
    display: none;
}
/* ANIMATION */

.bounce {
position: relative;
z-index: 10000;
top: 50px;
font-size: 30px;
text-align: center;
 width: 100%;
 height: 60px ;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
 -ms-border-radius:50%;
 border-radius:50%;
 animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
 40% {-webkit-transform: translateY(-30px);}
 60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-30px);}
 60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-30px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-30px);}
 60% {transform: translateY(-15px);}
}

/** FONT - Proxima Nova **/

@font-face {
    font-family: 'proxima_nova_altblack';
    src: url('./fonts/Mark Simonson - Proxima Nova Alt Black-webfont.eot');
    src: url('./fonts/Mark Simonson - Proxima Nova Alt Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Mark Simonson - Proxima Nova Alt Black-webfont.woff2') format('woff2'),
         url('./fonts/Mark Simonson - Proxima Nova Alt Black-webfont.woff') format('woff'),
         url('./fonts/Mark Simonson - Proxima Nova Alt Black-webfont.ttf') format('truetype'),
         url('./fonts/Mark Simonson - Proxima Nova Alt Black-webfont.svg#proxima_nova_altblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_altbold';
    src: url('./fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.eot');
    src: url('./fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.woff2') format('woff2'),
         url('./fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.woff') format('woff'),
         url('./fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.ttf') format('truetype'),
         url('./fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.svg#proxima_nova_altbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.eot');
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.woff') format('woff'),
         url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.ttf') format('truetype'),
         url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.svg#proxima_nova_altregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_scosfthin';
    src: url('./fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot');
    src: url('./fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff2') format('woff2'),
         url('./fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff') format('woff'),
         url('./fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.ttf') format('truetype'),
         url('./fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.svg#proxima_nova_scosfthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('./fonts/Mark Simonson - Proxima Nova Semibold-webfont.eot');
    src: url('./fonts/Mark Simonson - Proxima Nova Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Mark Simonson - Proxima Nova Semibold-webfont.woff2') format('woff2'),
         url('./fonts/Mark Simonson - Proxima Nova Semibold-webfont.woff') format('woff'),
         url('./fonts/Mark Simonson - Proxima Nova Semibold-webfont.ttf') format('truetype'),
         url('./fonts/Mark Simonson - Proxima Nova Semibold-webfont.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_ltthin';
    src: url('./fonts/Mark Simonson - Proxima Nova Thin-webfont.eot');
    src: url('./fonts/Mark Simonson - Proxima Nova Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Mark Simonson - Proxima Nova Thin-webfont.woff2') format('woff2'),
         url('./fonts/Mark Simonson - Proxima Nova Thin-webfont.woff') format('woff'),
         url('./fonts/Mark Simonson - Proxima Nova Thin-webfont.ttf') format('truetype'),
         url('./fonts/Mark Simonson - Proxima Nova Thin-webfont.svg#proxima_nova_ltthin') format('svg');
    font-weight: normal;
    font-style: normal;

}


#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    margin-left: -90px;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    text-align: center;
    padding-left: 5 px;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: white;
    background: #4aba6f;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #4aba6f;
    position: absolute;
    text-align: center;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #0c8ece;
    color: white;
}
.error{
    color: #cc2f2b;
}

#facilitr-login-form .grecaptcha-badge {
  position: static !important;
  bottom: auto !important;
  right: auto !important;
  margin: auto;
}

#facilitr-login-form .actions > .g-recaptcha {
  order: 1;
  margin-bottom: 10px;
}

#facilitr-login-form .actions > div:first-child {
  order: 2;
}
#facilitr-login-form .col-sm-12.text-center.actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
