body {
color:#868686; font-size:16px; font-family:"OpenSans Regular",sans-serif; 
}
a {
TEXT-DECORATION-LINE:NONE !important; color:inherit; 
}
p {
font-family:"Poppins-Light",sans-serif; font-size:16px; color:#666666; 
}
h1 {
color:#333333; font-size:30px; 
}
ul {
list-style-type:none; 
}
ul>li00before {
color:#e4aa29;
}
ul>li::before {
//content:"\2022"; /* Add content:\2022 is the CSS Code/unicode for a bullet */
  //color: #e4aa29; /* Change the color */
  //font-weight:bold; /* If you want it to be bold */
  //display:inline-block; /* Needed to add space between the bullet and the text */
  //width:1em; /* Also needed for space (tweak if needed) */
  //margin-left:-1em; 
}
.button {
color:#fff; background:#ef1a01; text-shadow:none; border-radius:3px; box-shadow:none; padding:10px 30px; line-height:1; border:none; 
}
.button:hover {
color:#fff; background:#3a3c3e; border:none; border-radius:5px; text-shadow:none; 
}
.tr-select a {
padding:8px; border:1px solid #0000002e; 
}
.tr-switcher input {
display:none; 
}
.tr-switcher::before {
content:""; display:inline-block; border:1px solid #c2c1c1; background-color:#fff; position:absolute; left:0; z-index:0; top:50%; transform:translateY(-50%); 
}
.tr-select {
background:inherit; padding-bottom:14px; border-bottom:1px solid #f7e7ef; margin-right:-14PX; 
}
.tr-options a:hover {
color:black; transition:100ms; background:#00000024; 
}
.tr-dialog .tr-dialog-head {
background-color:#F75211; color:#fff; text-align:center; font-family:"Raleway-Bold",sans-serif; 
font-weight: 600;
}
.tr-switcher.tr-checkbox {
/*width:auto !important; clear:both; margin-bottom:10px !important; padding-top:0 !important; margin-left:0 !important; float:none !important; position:relative;*/
}
.tr-switcher.tr-checkbox label {
padding-left:20px; margin-bottom:0; 
}
.tr-switcher.tr-checkbox label span {
padding-left:10px; 
}
.tr-switcher.tr-radio::before {
width:25px; height:25px; border-radius:43px; 
}
.tr-switcher.tr-checkbox::before {
width:20px; height:20px; border-radius:5px; 
}
.tr-switcher.active::before {
background-color:#E4AA29; content:"✔"; color:white; text-align:center; 
}
.tr-switcher {
padding-left:0 !important; position:relative; 
}
.tr-switcher.tr-radio label {
padding-left:25px; 
}
.tr-switcher.tr-radio label span {
padding-left:10px; 
}
.tr-switcher label {
position:relative; z-index:1; cursor:pointer; 
}
.tr-switcher label span {
display:inline-block; 
}
.tr-dialog .tr-dialog-content .info {
    width: 50%;
    float: left;
	padding-right: 34px;
}
.tr-dialog form#Question {
    width: 50%;
    float: left;
}
.tr-dialog form#Question .form-group label {
    font-size: 14px;
	color: #000000d4;
} 
.desc {
    display: none;
}
.tr-dialog .btn{
    text-transform: uppercase;
    background: #E4AA29;
    color: #ffffff;
    padding: 18px 37px;
    font-size: 15px;
    display: block;
    font-family: "Raleway-Bold",sans-serif;
    text-shadow: none;
    box-shadow: none;
    border: 2px solid #E4AA29;
    border-radius: 0;
    width: 32%;
    float: right;
}

.info .name {
    color: black;
    font-size: 26px;
}
.tr-dialog .btn:hover{
    text-transform: uppercase;
    background: #e4aa29ad;
    color: #ffffff;
    padding: 18px 37px;
    font-size: 15px;
    display: block;
    font-family: "Raleway-Bold",sans-serif;
    text-shadow: none;
    box-shadow: none;
    border: 2px solid #ffffff00;
    border-radius: 0;
    width: 32%;
    
}
