@media (min-width: 1050px) {
	.container {
	    width: 750px;
	}
}
body {
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
	font-size: 14px;
	line-height: 100%;
}
img {
	max-width: 100%;
}
a, a:hover, a:active, a:focus {
    color: #571B55;
    text-decoration: none;
}
h1 {
    /*font-size: 25px;*/
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 1.5em;
}
p, li {
	font-size: 17px;
    line-height: 1.8;
    padding-bottom: 0.75em;
    margin: 0;
}
header {
    background: #161744;
	/*padding: 15px 0;*/
	padding: 20px 0;
    color: #FFFFFF;
    font-size: 16px;
}
 span.se_logo {
    font-weight: 500;
}
span.se_logo img {
    width: 100%;
    max-width: 215px;
}
 span.hint {
    opacity: .6;
}
#content {
	padding: 10px 0;
}
.thank_you {
    text-align: center;
    padding: 30vh 0;
}
/* Form Style */
.steps_indicator {
    margin: auto;
    padding: 10px;
 	text-align: center;
 	margin-bottom: 25px;
}
 .step_text {
    margin-bottom: 10px;
    /*font-size: 14px;*/
    font-size: 15px;
    font-weight: 400;
}
 .step_progress_bar {
    background: #ccc;
    border-radius: 20px;
}
 .step_progress {
    height: 10px;
    width: 0%;
    background: #161744;
    border-radius: 20px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
.form_wrap {
    max-width: 750px;
    margin: auto;
    overflow: hidden;
}
.form_wrap .step_1 .infusion-field label {
    display: none;
}
.form_wrap label {
    /*font-size: 20px;*/
    font-size: 23px;
    margin-bottom: 20px;
    display: block;
    line-height: 150%;
    text-align: center;
    font-weight: 500;
}
.form_wrap p.small {
	text-align: center;
	color: #999;
    margin-top: 1%;
}
.form_wrap p.small a {
    text-decoration: underline;
}
.form_wrap label.error {
    font-size: 12px !important;
    color: red !important;
    padding: 0 !important;
    background: transparent !important;
}
.form_wrap input.error, .form_wrap textarea.error {
    border-color: red !important;
}
.form_wrap input[type="text"], .form_wrap select, .form_wrap input[type="number"], .form_wrap input[type="tel"], .form_wrap input[type="email"] {
    border: none;
    border-bottom: 1px solid #eaeaea;
    height: 47px;
    line-height: 46px;
    width: 100%;
    padding: 0 10px;
    outline: none;
    font-size: 14px;
}

.form_wrap a.next_step, .form_wrap a.continue, .form_wrap input[type="submit"], .form_wrap button[type="submit"] {
    padding: 12px 20px;
    background: #161744;
    border: none;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    display: table;
    width: 100%;
    max-width: 280px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 150%;
    -webkit-appearance: none;
    margin: 20px auto;
}
.form_wrap a.next_step, .form_wrap a.continue {
    background: #69cb93;
    border: 1px solid #69cb93!important;
    text-transform: uppercase;
    font-weight: 600;
}
.form_wrap a.next_step:hover, .form_wrap a.continue:hover {
    background: none;
    color: #69cb93;
}
.form_wrap button[type="submit"] {
	display: none;
}
.twitter-tweet {
    margin: 0 auto;
    position: relative;
}
/*.twitter-tweet:after {
    content: "";
    z-index: 99;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.steps {
	display: none;
}
.form_wrap .infusion-radio {
	text-align: center;
	/*width: 100%;
    max-width: 490px;
    margin: auto;*/
}
.form_wrap .infusion-radio label {
    display: inline-block;
    margin: auto;
    padding: 12px 20px;
    font-size: 16px;
    /*background: #f2f2f2 url(../images/check_bg.png) 12px 16px no-repeat;*/
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 4px;
    color: #333;
    width: 100%;
    background-size: 20px;
    background: #161744;
    color: #ffff;
    text-align: center;
    font-weight: 500;
}
.form_wrap .infusion-radio input {
    visibility: hidden;
    -webkit-appearance: none;
}
/*.form_wrap .infusion-radio input:checked+label {
    background: #571B55 url(../images/check_bg_checked.png) 12px 16px no-repeat;
    background-size: 20px;
    color: #fff;
}*/
.form_wrap .infusion-radio input.error+label {
    border: 1px solid red;
}
.form_wrap p.small input {
    visibility: hidden;
    -webkit-appearance: none;
}
.form_wrap p.small label {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0;
    font-size: 18px;
    background: #f2f2f2 url(../images/check_bg.png) center center no-repeat;
    text-align: left;
    cursor: pointer;
    border-radius: 4px;
    color: #333;
    width: 20px;
    height: 20px;
    background-size: cover;
    line-height: 0;
    vertical-align: top;
}
.form_wrap p.small input:checked+label {
    background: #571B55 url(../images/check_bg_checked.png) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.form_wrap p.small input.error+label {
    border: 1px solid red;
}
.form_wrap .infusion-field textarea {
    width: 100%;
    background: #eee;
    padding: 0 10px;
    height: 150px;
    border: none;
    border-bottom: 1px solid #eaeaea;
    line-height: 46px;
    width: 100%;
    outline: none;
    font-size: 14px;
}
.form_wrap a.next_step.large {
    padding: 25px 40px;
    max-width: 300px;
}
.tweets {
    margin-top: 40px;
}
.step_thank {
    position: relative;
    height: calc(100vh - 115px);
}
.thank_wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    header .col-sm-6:first-child .header_img {
        text-align: left;
    }
    header .col-sm-6:last-child .header_img {
        text-align: right;
        padding-top:12px;
    }
	/*.form_wrap .infusion-radio label {
    	max-width: 250px;
	}*/
	.form_wrap .infusion-radio label {
	    display: block;
	    /*max-width: 100%;*/
        max-width: 280px;
        
	}
	.form_wrap .infusion-radio .infusion-option:nth-child(odd) {
	    /*margin-right: 1%;*/
	}
	.form_wrap .infusion-radio .infusion-option {
	    display: block;
	    /*width: 48%;
	    float: left;*/
	    line-height: 0;
	}
    .form_wrap .infusion-radio .infusion-option:last-child:not(:nth-child(even)) {
        width: 100%;
    }
    .form_wrap .infusion-radio .infusion-option:last-child:not(:nth-child(even)) label {
        /*width: 50%;*/
        margin: 0 auto;
    }
	.form_wrap .infusion-radio label {
		margin-bottom: 8px !important;
	}
	.form_wrap .options-container:after {
	    content: "";
	    display: block;
	    clear: both;
	}
}
@media (max-width: 991px) {
    .twitter-tweet {
        margin: 30px auto ;
    }
}
@media (max-width: 767px) {
    header .header_img {
        text-align: center;
    }
    header .col-sm-6:first-child .header_img {
       /* margin-bottom: 20px;*/
    }
    header {
    padding: 15px 0;
    }
    span.se_logo img {
        max-width: 190px;
    }
    .form_wrap .infusion-radio label {
    margin-bottom: 0px;
        font-size:14px;
    }
    h1 {
    font-size: 26px;
    }
    p, li {
        font-size: 15px;
    }
    .steps_indicator {margin-bottom:15px;}
    .form_wrap label {
        font-size: 19px;
        margin-bottom: 15px;
    }
	.form_wrap .infusion-field textarea {
	    padding: 5px !important;
        height:100px;
        line-height: 20px;
	}
	
}

/* End */