
/*******************
	GENERAL STYLE
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.cdnfonts.com/css/cooper-hewitt');

body{
	font-family: 'Cooper Hewitt', sans-serif !important;
  font-weight: 707 !important;
	color: #222;
	background-color: #fff !important;
	padding-left: 0px;
	padding-right: 30px;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Cooper Hewitt', sans-serif;
	font-weight: 711 !important; 
}

p{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 15px;
}

.div-100{
	width: 100%;
	height: auto;
}

.div-img img{
	width: 100% !important;
	height: auto !important;
}

.pl-0{
	padding-left: 0 !important;
}

.pr-0{
	padding-right: 0 !important;
}

.blue-wr{
	background-color: #0F89CB !important;
}

.yellow-wr{
	background-color: #F7D618 !important;
}

.red-wr{
	background-color: #CE1021 !important;
}

.rp-60{
	padding-top: 60px;
	padding-bottom: 60px;
}

.rp-120{
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

.rpt-50 {
	padding-top: 50px !important;
}

.rpb-50 {
	padding-bottom: 60px !important;
}

.rpb-80{
	padding-bottom: 80px !important;
}

.r-bg-gradient{
	background: linear-gradient(to bottom, #fff 0%, rgba(157,181,224,.3) 45%, rgba(157,181,224,.35) 100%);
}

.r-bg-blue{
	background: rgba(245, 245, 245,1);
}

.paragraph-header{
	color: #222;
}

.mb-30{
	margin-bottom: 30px;
}

.mb-20{
	margin-bottom: 20px !important;
}

.mb-60{
	margin-bottom: 60px;
}

.mt-30{
	margin-top: 30px;
}

.mt-60{
	margin-top: 60px;
}

.border-b-wh{
	border-bottom: #fff solid 3px;
}

.border-r-wh{
	border-right: #fff solid 3px;
}

.border-l-wh{
	border-left: #fff solid 3px;
}

.text-up{
	text-transform: uppercase !important;
}

.text-cap{
	text-transform: capitalize !important;
}

.text-style-normal{
	font-style: normal !important;
}

.grey-bg{
	background: #f6fbfe;
}

.blue-bg{
	background: url("../images/footer-bg.jpg");
	background-size: cover;
	background-position: 30%;
	border-radius: 0 30px 30px 0;
	min-height: 83vh;
	position: relative;
}

.blue-bg-top{
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(39,66,133,.85),rgba(39,66,133,.95),rgba(39,66,133,1));
	top: 0;
	left: 0;
	border-radius: 0 30px 30px 0;
}

.white-bg{
	background: #fff;
}

/*************************
	NAVIGATOR BAR STYLE
*/

.nav-bar{
	background: #fff;
	padding: 13px 0 10px;
}

.nav-logo{
	width: 170px;
	height: auto;
	margin: auto;
}

.form-wrapper{
	width: 80%;
	margin: 60px auto;
}

.copyright-wrapper {
	padding-top: 30px;
	padding-bottom: 15px;
}

.copyright-wrapper p{
	text-align: center;
	font-size: 12px;
}

.main-header h2{
	text-align: center;
	width: 70%;
	margin: 0 auto 0;
	font-size: 25px;
	line-height: 30px;
}

.main-header mark{
	/*background: rgba(136, 208, 246, .8);*/
	/*background: #fff19b;*/
	background-color: transparent;
	margin-bottom: 5px;
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 0px;
	color: #fff;
}

.hidden-activity-component input{
	margin-bottom: 30px;
	margin-left: 5%;
	width: 95%;
}

.hidden-activity-component label{
	margin-left: 7% !important;
	color: #777 !important;
}

.form-wrapper .my-btt{
	font-family: 'Cooper Hewitt', sans-serif;
	font-weight: 705 !important; 
	padding: 15px 20px 10px !important;
	background-color: rgb(226 62 78);
	border: rgb(226 62 78) solid 1px;
	margin: 20px auto 0;
	display: block;
}

#jquery-steps, .main-wrapper{
	border-radius: 0 30px 0 !important;
}

.main-wrapper h4{
	padding-bottom: 0px;
	text-align: center;
	margin-bottom: 5px;
}

.main-wrapper h4 strong{
	font-size: 48px;
	color: #00A2E6;
	display: block;
}

.main-wrapper p{
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	text-align: center;
	color: rgba(0,0,0,.6);
	border-bottom: rgba(204,204,204,.65) solid 1px;
	padding-bottom: 20px;
}

.hidden-div{
	display: none !important;
}

.visible-div{
	display: block !important;
}


/*
	VALIDATE FORM STYLE
*/

.wizard {
  width: 100%;
}
.wizard > .steps .current-info,
.wizard > .content > .title {
  position: absolute;
  left: -99999px;
}
.wizard > .content {
  position: relative;
  width: auto;
  padding: 0;
}
.wizard > .content > .body {
  padding: 0 40px;
}
.wizard > .content > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wizard > .steps > ul > li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
  font-family: 'AvenirNextDemiBold','Helvetica', 'Arial', sans-serif!important;
}
.wizard > .steps > ul > li a {
  position: relative;
  padding-top: 48px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}
.wizard > .steps > ul > li:before,
.wizard > .steps > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 58px;
  width: 50%;
  height: 2px;
  background-color: #76BD1D;
  z-index: 9;
}
.wizard > .steps > ul > li:before {
  left: 0;
}
.wizard > .steps > ul > li:after {
  right: 0;
}
.wizard > .steps > ul > li:first-child:before,
.wizard > .steps > ul > li:last-child:after {
  content: none;
}
.wizard > .steps > ul > li.current:after,
.wizard > .steps > ul > li.current ~ li:before,
.wizard > .steps > ul > li.current ~ li:after {
  background-color: #eeeeee;
}
.wizard > .steps > ul > li.current > a {
  color: #5cb85c !important;
  cursor: default;
}
.wizard > .steps > ul > li.current .number {
  border-color: #76BD1D;
  color: #76BD1D;
}
/*.wizard > .steps > ul > li.current .number:after {
  content: '\e913';
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 34px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}*/
.wizard > .steps > ul > li.disabled a,
.wizard > .steps > ul > li.disabled a:hover,
.wizard > .steps > ul > li.disabled a:focus {
  color: #A5AEB7;
  cursor: default;
}
.wizard > .steps > ul > li.done a,
.wizard > .steps > ul > li.done a:hover,
.wizard > .steps > ul > li.done a:focus {
  color: #76BD1D;
}
.wizard > .steps > ul > li.done .number {
  font-size: 0;
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
}
.wizard > .steps > ul > li.done .number:after {
  content: '\ed6e';
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.wizard > .steps > ul > li.error .number {
  border-color: #F44336;
  color: #F44336;
}
@media (max-width: 768px) {
  .wizard > .steps > ul {
    margin-bottom: 20px;
  }
  .wizard > .steps > ul > li {
    display: block;
    float: left;
    width: 50%;
  }
  .wizard > .steps > ul > li > a {
    margin-bottom: 0;
  }
  .wizard > .steps > ul > li:first-child:before,
  .wizard > .steps > ul > li:last-child:after {
    content: '';
  }
  .wizard > .steps > ul > li:last-child:after {
    background-color: #00BCD4;
  }
}
@media (max-width: 480px) {
  .wizard > .steps > ul > li {
    width: 100%;
  }
  .wizard > .steps > ul > li.current:after {
    background-color: #76BD1D;
  }
}
.wizard > .steps .number {
  background-color: #fff;
  color: #A5AEB7;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #eeeeee;
  font-size: 14px;
  border-radius: 50%;
  z-index: 10;
  line-height: 34px;
  text-align: center;
}
.panel-flat > .wizard > .steps > ul {
  border-top: 1px solid #ddd;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 40px;
  padding-top: 20px;
}
.wizard > .actions > ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wizard > .actions > ul:after {
  content: '';
  display: table;
  clear: both;
}
.wizard > .actions > ul > li {
  float: left;
}
.wizard > .actions > ul > li + li {
  margin-left: 10px;
}
.wizard > .actions > ul > li > a {
  background: #76BD1D;
  color: #fff;
  display: block;
  padding: 10px 25px;
  font-family: 'AvenirNextDemiBold','Helvetica', 'Arial', sans-serif!important;
  border-radius: 0px;
  text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	border: 2px solid #76BD1D;
}
.wizard > .actions > ul > li > a:hover,
.wizard > .actions > ul > li > a:focus {
}
.wizard > .actions > ul > li > a:active {
}
.wizard > .actions > ul > li > a[href="#previous"] {
  background-color: #fff;
  color: #4A4A49;
  border: 2px solid #EDEDED;
}
.wizard > .actions > ul > li > a[href="#previous"]:hover,
.wizard > .actions > ul > li > a[href="#previous"]:focus {

}
.wizard > .actions > ul > li > a[href="#previous"]:active {

}
.wizard > .actions > ul > li.disabled > a,
.wizard > .actions > ul > li.disabled > a:hover,
.wizard > .actions > ul > li.disabled > a:focus {
  background-color: #fff;
  color: #4A4A49;
  border: 2px solid #EDEDED;
}
.wizard > .actions > ul > li.disabled > a[href="#previous"],
.wizard > .actions > ul > li.disabled > a[href="#previous"]:hover,
.wizard > .actions > ul > li.disabled > a[href="#previous"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
label{
  display:block;
  position: relative;
}
label.error{
	position: absolute;
  	color:red;
  	background-color: #fff;
  	padding: 4px 5px 2px;
  	border-radius: 60px;
  	width: 125px;
  	text-align: center;
  	font-size: 11px;
  	right: 30px;
  	top: 20%;
  	border-left: #fff solid 5px;
  	border-right: #fff solid 5px;
}

.required-field{
	color: red;
}

.hidden-activity-component{
	display: none;
}


#jquery-steps .form-group{
	margin-bottom: 18px;
}

#jquery-steps form label{
	margin-left: 7px;
	font-family: 'Cooper Hewitt', sans-serif;
  font-weight: 707 !important;
}

#jquery-steps,.main-wrapper {
	padding: 60px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 20px 40px #03041c1a;
  z-index: 9;
}

.main-wrapper label{
	font-size: 15px;
  font-weight: 707 !important;
  margin-left: 7px;
  margin-top: 22px;
  color: rgba(0, 0, 0, .55);
  position: relative;
  width: 93%;
}

.main-wrapper label a{
	position: absolute;
	color: #00A2E6;
	right: -20px;
	top: 0;
}

.main-wrapper input, 
.main-wrapper select{
	padding: 6px 10px 3px;
}

.mt-20{
	margin-top: 20px;
}

.form-header h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
}

.form-header hr{
	margin-bottom: 60px;
}

#jquery-steps .steps > ul li a{
	color: #666;
}

#jquery-steps .steps > ul li a .number{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	border: rgba(204, 204, 204, .8) solid 2px;
	color: #fff;
}

.wizard > .steps > ul > li.current .number{
	background: #fff;
	color: #fff !important;
	border: #5cb85c solid 2px !important;
}

.current a {
	/*color: #4cae4c !important;*/
	color: #000 !important;
}

 .wizard > .steps > ul > li:after{
 	background: rgba(204, 204, 204, .6) !important;
 	height: 1px !important;
 	top: 60px !important;
 }

 .wizard > .steps > ul > li:before{
 	background: rgba(204, 204, 204, .6) !important;
 	height: 1px !important;
 	top: 60px !important;
 }

 .wizard > .steps > ul > li.done .number{
 	background: #5cb85c !important;
 	border: #5cb85c solid 2px !important;
 }

 .wizard > .steps > ul > li.done .number::after{
 		content: '\f00c' !important;
  	font-family: "FontAwesome" !important;
 		color: #fff !important;
 		line-height: 20px;
 }

 .wizard > .steps > ul > li.done a{
 	color: #4cae4c !important;
 }

.bs-placeholder, .filter-option-inner-inner{
	background: transparent !important;
	color: #111 !important;
	font-weight: 705;
	font-size: 14px !important;
}

#bs-select-1 {
	width: 100% !important;
	overflow-x: auto;
}

.dropdown-menu{
	width: 100% !important;
}

#bs-select-1 li a{
	color: #111 !important;
	font-weight: 705;
	font-size: 14px !important;
}

.actions ul li a{
	border-radius: 5px !important;
	padding-top: 15px !important;
	background: rgba(204, 204, 204, .5) !important;
	color: #111 !important;
	border: 1px solid #ccc !important;
}

.actions ul li a:hover{
	text-decoration: none;
	background-color: #5cb85c !important;
	color: #fff !important;
	border: 1px solid #5cb85c !important;
}

.main-header{
	padding: 0px 30px !important;
}

.welcome-logo{
	width: 250px;
	margin: 25% auto 0;
}

.welcome-header h2{
	color: #fff !important;
	margin: 60px auto;
	border-top: rgba(255,255,255,.3) solid 1px;
	padding-top: 60px;
}

.welcome-header h2{
	text-transform: uppercase;
	line-height: 35px;
}

.welcome-header a{
	width: 70%;
}

.welcome-nav-logo{
	width: 140px;
}

.alert{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 18px;
}

.user-title{
	display: block;
	text-align: center;
	margin-bottom: 30px;
	color: rgb(226 62 78);
	font-style: normal;
}

.td-center{
	text-align: center;
}

.mb-10{
	margin-bottom: 10px !important;
}

.mb-20{
	margin-bottom: 20px !important;
}

.mb-30{
	margin-bottom: 30px !important;
}

.text-red{
	color: rgb(226 62 78) !important;
}

.blue-butt{
	background: #00A2E6 !important;
	border: #00A2E6 solid 1px !important;
}

th{
	font-weight: 711 !important;
	padding: 12px 10px 5px !important;
}

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


