/* =========
   Get Fonts */
@import url(https://fonts.googleapis.com/css?family=Quicksand);
/* ================
   Assign Variables */
/* ===========================
   Setup Mixins/Helper Classes */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ==========
   Setup Page */




/* ==========
   Setup Tabs */
.transtabs {
  /*  background: white;*/
    border-radius: 0px;
    padding: 2em;
    min-height: 362px;
}
.transtabs input[type='radio'] {
  display: none;
}
.transtabs input[type='radio'] + label {
    display: block;
    float: left;
    position: relative;
    width: 33.33333%;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
    text-overflow: ellipse;
/*    background: #fec303;
    border-color: #fec303;*/
    border-right: none;
    padding: 6px 44px;
    cursor: pointer;
    margin-bottom: 1em;
    color: #edeaea;
    text-transform: uppercase;
	font-weight: 500;
}
.transtabs input[type='radio'] + label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -1.5em;
    width: 0;
    height: 0;
    /* border: .75em solid transparent; */
    border-left-color: #ccc;
}
.transtabs input[type='radio'] + label:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -1.5em;
    margin-right: 1px;
    width: 0;
    height: 0;
    /* border: .75em solid transparent; */
    border-left-color: white;
}
.transtabs input[type='radio'] + label.first {
  border-radius: 0px 0 0 0px;
}
.transtabs input[type='radio'] + label.last {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 5px 0;
}
.transtabs input[type='radio'] + label.last:before, .tabs input[type='radio'] + label.last:after {
  display: none;
}
.transtabs input[type='radio'] + label:hover {
    background: #0e9670;
    /*color: #fff;*/
}
.transtabs input[type='radio'] + label:hover:after {
  border-left-color: #eee;
}
.transtabs input[type='radio']:checked + label {
 /*   background: #222222;
    border-color: #222222;*/
    color: #edeaea;
    padding: 6px 42px;
    border-radius: 0px;
    text-align: left;
    text-transform: uppercase;
	    font-weight: 500;
		    background: #0e9670;
}
.transtabs input[type='radio']:checked + label:after {
/*  border-left-color: #6EB590;*/
}
.transtabs input[type='radio']:checked + label:before {
/*  border-left-color: #6EB590;*/
}
.transtabs .pane {
  display: none;
}
.transtabs #step1radio:checked ~ #step1 {
  display: block;
  text-align: center;

}
.transtabs #step2radio:checked ~ #step2 {
  display: block;
  text-align: center;

}
.transtabs #step3radio:checked ~ #step3 {
  display: block;
  text-align: center;
}
.transtabs table tr td
{
    line-height: 53px;
    color: #fff;
        background: rgba(28, 167, 130, 0.71);
    text-align: center;
	    border-bottom: 5px solid #1fba90;

}