input, select{
	font-family:		Arial, Helvetica, sans-serif;
    font-size: inherit;
}

/*** custom checkboxes ***/
input[type=checkbox] {  /* to hide the checkbox itself */
   display:none;
}
input[type=checkbox] + label::before {
   display: inline-block;
   font-family: "Font Awesome 5 Free";
   /*letter-spacing: 10px;*/
   font-size: 16px;
}
input[type=checkbox] + label::before { /* unchecked icon */
   font-weight: 400;
   content: "\f0c8";
   /*color: #EDAD34;*/
	/*margin-left: 8px;*/
}
input[type=checkbox]:checked + label::before { /* checked icon */
   font-weight: 900;
   content: "\f14a";
   color: #4caf50;
}
input[type=checkbox]:disabled + label::before { /* unchecked icon */
	font-weight: 400;
	content: "\f0c8";
	color: #cccccc;
}

input[type=checkbox]:checked:disabled + label::before { /* checked icon */
	font-weight: 900;
	content: "\f14a";
	color: #616161;
}


/*** custom radios ***/
input[type=radio] {  /* to hide the radio itself */
   display:none;
}
input[type=radio] + label::before {
   display: inline-block;
   font-family: "Font Awesome 5 Free";
}
input[type=radio] + label::before { /* unchecked icon */
   font-weight: 400;
   content: "\f111";
}
input[type=radio]:checked + label::before { /* checked icon */
   font-weight: 900;
   content: "\f192";
   color: #4caf50;
}

input[type=checkbox]:checked:disabled + label::before { /* checked icon */
	font-weight: 900;
	content: "\f14a";
	color: #bdbec0;
}

/*** FAQ checkbox ***/
input[type=checkbox].questions {  /* to hide the checkbox itself */
	display:none;
}
input[type=checkbox].questions + label::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	letter-spacing: 10px;
	font-size: 20px;
}
input[type=checkbox].questions + label::before { /* unchecked icon */
	content: "\f078";
}
input[type=checkbox].questions:checked + label::before { /* checked icon */
	content: "\f077";
	color: #EDAD34;
}

/* avoid fontawsome layered icons loading and shifting */
.wait-for-icons {
  display: none;
}
.fontawesome-i2svg-active .wait-for-icons {
  display: inline;
}

/* global fade in and out */
.animate-in {
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in;
}

.animate-out {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* colors after auto fill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0px 0px 1px 0px solid;
  -webkit-text-fill-color: #373737;
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
  background: 			none repeat scroll 0 0 #FFF;
  transition: background-color 5000s ease-in-out 0s;
}

input {
  filter: none;
}

/*SELECT DROPDOWN ARROW*/

.selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/
  float: left;
  min-width: 200px;
  /*margin: 50px 33%;*/
}


select + label::before{
  position: absolute;
  content: "";
  top: 10px;
  right: 6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #EDAD34 transparent transparent transparent;
  pointer-events: none;
  font-size: 13px;
}

/*.selectdiv:after {*/
  /*position: absolute;*/
  /*content: "";*/
  /*top: 10px;*/
  /*right: 10px;*/
  /*width: 0;*/
  /*height: 0;*/
  /*border: 6px solid transparent;*/
  /*border-color: #9c9c9c transparent transparent transparent;*/
  /*pointer-events: none;*/
/*}*/

select:disabled + label::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #cccccc transparent transparent transparent;
  font-size: 13px;
}


/*.selectdiv:after {*/
  /*content: '>';*/
  /*font: 17px "Consolas", monospace;*/
  /*color: #9c9c9c;*/
  /*-webkit-transform: rotate(90deg);*/
  /*-moz-transform: rotate(90deg);*/
  /*-ms-transform: rotate(90deg);*/
  /*transform: rotate(90deg);*/
  /*right: 11px;*/
  /*!*Adjust for position however you want*!*/
  /*top: 1px;*/
  /*padding: 0 0 2px;*/
  /*!*border-bottom: 1px solid #999;*!*/
  /*!*left line *!*/

  /*position: absolute;*/
  /*pointer-events: none;*/
/*}*/


/* IE11 hide native button (thanks Matt!) */
.selectdiv select::-ms-expand {
    display: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    /*width: 100%;*/
    /*max-width: 320px;*/
    height: 22px;
    float: right;
    margin: 0px 0px;
    padding: 0px 24px 0px 2px;
    /*font-size: 16px;*/
    /*line-height: 1.75;*/
    color: #333;
    /*background-color: none repeat scroll 0 0 #373737;*/
    /*background-color: #373737;*/
    /*background-image: none;*/
    /*border: 1px solid #0ebeff;*/
    -ms-word-break: normal;
    word-break: normal;
    -webkit-padding-start: 5px;
}

.selectdiv select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    /*width: 100%;*/
    /*max-width: 320px;*/
    height: 22px;
    float: right;
    margin: 0px 0px;
    padding: 0px 24px 0px 5px;
    /*font-size: 16px;*/
    /*line-height: 1.75;*/
    color: #bdbec0;
    /*background-color: none repeat scroll 0 0 #373737;*/
    /*background-color: #232323;*/
    /*background-image: none;*/
    /*border: 1px solid #0ebeff;*/
    -ms-word-break: normal;
    word-break: normal;
    border-color: #cccccc;
}
/*option:checked, option:hover, option:focus, option:checked:after {*/
    /*box-shadow: 0 0 0px 0px #EDAE34 inset !important;*/
    /*background-color:#EDAE34;*/
	/*outline-color: #EDAE34;*/
	/*content: attr(title);*/
    /*background: #EDAE34;*/
    /*color: #fff;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*left: 0;*/
    /*border: none;*/
	/*transition: all .2s ease-in-out;*/
/*}*/