@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,500,700&display=swap');

.img-res{
	max-width: 100%;
	height:auto;
}
.mobile{
	display:none;
}
#sidebar {
	float: none;
	display: block;
}
#content {
    float: none;
}
select{
	margin-left:0px !important;
}
body.type-3 .select-holder{
	margin-left: 20px !important;
	margin:0px;
}
body.type-3 .field{
	margin-left: 32px;
}
@media (max-width: 320px){
	.ty .post{
		padding: 0 20px;
	}
	.click-here{
		float:left;
	}
	.video-text{
		font-size: 18px !important;
	}
}
@media (min-width: 321px) and (max-width: 480px){
	.click-here{
		float:left;
		margin-left: 41px;
	}
}
@media (max-width: 407px){
	.mobile{
		display: block;
	}
	.desktop{
		display:none;
	}
	select, .steps .submit-button, .steps .send{
		width: 100%;
	}
	.item{
		text-align: center;
	}
	.steps .field{
		width: 100%;
	}
	.infusion-field{
		text-align:center;
	}
	body.type-3 .field{
		margin-left: 0px;
	}
}
@media (min-width: 408px) and (max-width: 767px){
	.mobile{
		display: block;
	}
	.desktop{
		display:none;
	}
	.select-wrap{
		text-align: center;
	}
	.steps .submit-button{
		width: 350px;
	}
	.item{
		text-align: center;
	}
	.infusion-field{
		text-align:center;
	}
	body.type-3 .field{
		margin-left: 0px;
	}
}
@media (min-width: 768px) and (max-width: 1279px){
	select{
		width: 100%;
	}
	.steps .submit-button{
		width: 350px;
	}
	.infusion-field{
		text-align:center;
	}
	body.type-3 .field{
		margin-left: 0px;
	}
	.steps .field{
		width: 100%;
	}
}
body.type-3 #sidebar .item {text-align:right;}
body.type-3 .mobile #sidebar .item {text-align:center;}
body.type-3 .submit-button {margin-top:10px !important;}
.select-holder .select-wrap select{margin:0px;}

body > .container > .row {
	display: none;
}

.ti-container {
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 20px;
	float: left;
	width: 100%;
	background: url(../images/MOMENTUM-BGImage.jpg) no-repeat -350px 300px;
	/*
	background-size: cover;
	background-position: inherit;
	 */
	background-color: #FFFFFF;
	z-index: 10;
}

.ti-form-container {
	max-width: 620px;
	margin: 200px 0px 232px 0px;
	background: #FFFFFF;
	padding: 0px 60px 50px 60px;
	box-shadow: 0px 0px 13px 6px rgba(0, 0, 0, .2);
	float: right;
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 137px 0px 45px 0px;
}
.ti-form-container.non-us {
	margin-bottom: 245px;
}

.ti-form-container .validation_error {
	display: none;
}

.ti-logo {
	background: url(../images/logo.png) no-repeat;
	height: 69px;
    width: 245px;
	display: block;
	margin: 45px auto 85px auto;
}

.ti-head {
	color: #04273C;
	font-family: Roboto, 'Lato', arial;
	font-size: 48px;
	font-weight: bold;
	width: 100%;
	line-height: 60px;
}

.ti-sub-head {
	font-size: 33px;
	font-weight: 100;
	line-height: 43px;
	margin: 28px 0 0 0;
}

.ti-bold {
	font-weight: 400;
}

.ti-underline {
	text-decoration: underline;
}

.ti-form-container input:not([type='submit']) {
	border: 0px solid transparent;
	border-bottom: 4px solid #04273C;
	border-radius: 0px;
	padding-bottom: 26px;
	padding-right: 0px;
	padding-left: 10px;
	font-family: Roboto, 'Lato', arial;
	color: #04273C;
	width: 100%;
	margin-left: 0px;
	font-weight: 100;
	box-sizing: border-box;
}

.form-group-phone.has-error p.bottom-disclaimer:before {
    content: "Please enter a valid phone number*";
    display: block;
    text-align: left;
    color: #FF3146;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -5px;
}

.form-group-phone .iti__flag-container {
    display: none;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px;
}


#field_1_8 {
	display: none;
}

.ti-form-container .infusion-form .infusion-submit .send {
	background: #FF3146 !important;
	color: #FFFFFF;
	font-size: 24px;
	font-family: Roboto, 'Lato', arial;
	font-weight: bold;
	border-radius: 0px;
	padding: 16px 0px;
	width: 100%;
	max-width: 400px;
	margin: 25px auto 20px auto;
	letter-spacing: 1px;
	border-radius: 4px;
	display: block;
	border: 0;
	text-transform: uppercase;
	-webkit-appearance: none;
	cursor: pointer;
}

.ti-form-container .infusion-form .infusion-submit .send:hover{
	opacity: 0.6;
}
.gform_wrapper .gform_footer {
	max-width: 400px;
	margin: 0 auto;
}

.ti-value-props {
	background: #58BCC4;
	float: left;
	width: 100%;
	text-align: center;
}

.ti-value-props .partner__img {
    max-width: 100%;
    height: auto;
}

.ti-value-props .flex-column {
    flex-direction: row;
    display: flex;
    align-items: center;
}

@media(max-width: 767px){
	.ti-value-props .flex-column {
		flex-direction: column;
	}
}

.ti-value-props .partner {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ti-value-award {
    display: inline-block;
    vertical-align: middle;
    margin: 40px 30px;
}

.blog-v4 #copyrights {
    background: #04273C;
	color: #ffffff;
	padding: 20px;
	line-height: 18px;
	clear: both;
}

.blog-v4 #copyrights a {
    color: inherit;
}

.ti-abc-row {
    float: right;
    background: #FFFFFF;
	width: 1228px;
    max-width: 100%;
	box-shadow: 0px 0px 13px 6px rgba(0, 0, 0, .2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-bottom: 45px;
    padding: 25px 26px 24px 25px;
}

.ti-abc-copy {
    font-size: 24px;
    line-height: 30px;
    color: #04273C;
    font-family: Roboto, 'Lato', arial;
    font-weight: 300;
}

.ti-tyra .ti-abc-copy{
	padding: 0px;
}

.ti-abc-copy strong {
    display: block;
    margin-top: 15px;
}

.matt-signature {
	margin-top: 0.5em;
	width: 150px
}

.ti-inner-container {
	margin: 0 auto;
	display: block;
	height: auto;
	max-width: 1300px;
}

.ti-value-props-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ti-form-container .infusion-form p.disclaimer {
	margin: 64px auto 0px auto;
	position: relative;
	display: block;
	text-align: center;
	font-family: Roboto, 'Lato', arial;
	font-size: 30px;
	line-height: 30px;
}

.gform_wrapper li.gfield.gfield_error{
	background-color: transparent;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
}

.gform_wrapper .validation_message {
	color: #FF3146;
	font-weight: bold;
	letter-spacing: normal;
	font-size: 14px;
	font-family: Roboto, 'Lato', arial;
	padding: 8px 0px 0px 10px !important;
}

.gform_wrapper .validation_message:before {
	content: "*";
}

.ti-form-container .infusion-form.error input{
	background: rgba(255, 49, 70, .16);
	margin-bottom: 0px !important;
}

.thrv_wrapper span {
	font-family: Roboto, 'Lato', arial !important;
}

.ti-form-container :focus {
	outline: -webkit-focus-ring-color auto 0px !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: none !important;
}

.ti-form-container .infusion-field input::placeholder {
	color: #04273C;
}

/*form text color*/
.ti-form-container .infusion-form:before {
	color: #04273C;
}
/*Margin between input fields*/
.ti-form-container input:not([type='submit']) {
	margin-top: 45px;
}

.bottom-disclaimer {
    font-family: Roboto, 'Lato', arial;
    font-weight: 100;
    text-align: center;
	font-size: 12px;
	line-height: 16px;
	margin: 10px auto 0;
}

.bottom-disclaimer a {
	color: inherit;
	text-decoration: none;
}

/* Desktop only */
@media(min-width: 1024px){
    .flex-column {
        flex-direction: row;
        display: inline-block;
	}
	.ti-abc-row {
		display: flex;
		align-items: center;
	}
	.ti-abc-copy {
		padding-left: 50px;
	}
}
/*Big tablet*/
@media (max-width: 1200px) and (min-width: 1025px) {
	.ti-container {
		/*background-position: -90px calc(100% + 100px);*/
	}
}

@media(max-width: 1185px){
	.ti-form-container {
		margin: 220px 0px 45px 0px;
	}
}
@media (max-width: 1024px){
	.ti-abc-row {
		width: 620px;
		box-sizing: border-box;
		float: none;
		margin: 0 auto 35px auto;
	}
	.ti-abc-img {
		text-align: center;
		margin-bottom: 26px;
	}
	.ti-abc-img img {
		max-width: 100%;
	}
	.ti-sub-head {
		margin: 0 auto;
	}

	.ti-head {
		padding-bottom: 85px;
	}

	.ti-form-container {
		margin: 400px auto 40px auto;
		margin-bottom: 40px !important;
		float: unset;
	}

	.ti-value-props-container {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		align-content: center;
	}
}
@media (max-width: 767px){

	.ti-head {
		font-size: 21px;
		line-height: 25px;
	}

	.ti-sub-head {
		font-size: 18px;
		line-height: normal;
		margin: 10px 0px 0px 0px;
	}

	.ti-sub-head br {
		display: none;
	}

	.ti-logo {
		height: 35px;
		width: 124px;
		background-size: contain;
		margin: 20px auto 30px auto;
	}

	.ti-form-container {
		/*margin: 72px auto 42px auto;*/
	}

	.ti-form-container:before {
		top: -72px;
		height: 149px;
		width: 149px;
	}

	.ti-form-container .infusion-form:before {
		margin: 10px auto 0px auto;
		box-sizing: border-box;
		width: 100%;
		font-size: 14px;
		line-height: 20px;
	}

	.ti-form-container .infusion-form .infusion-submit .send{
		margin: 15px auto 10px auto;
		font-size: 17px;
	}
	.ti-form-container #gform_fields_1 input {
		margin-bottom: 0px !important;
	}
	/*mobile fixing the margin I changed for desktop*/
	.ti-form-container input:not([type='submit']){
		margin-top:20px;
		padding-bottom: 14px;
	}
	.ti-value-props picture img {
		max-width: 100%;
	}
	.ti-abc-copy {
		font-size: 14px;
		line-height: 18px;
	}
	.matt-signature {
		width: 100px;
	}
	.ti-form-container {
		padding: 0px 10px 18px 10px;
	}
	.ti-form-container .infusion-form p.disclaimer {
		margin: 0 auto;
		font-size: 17px;
	}
}
/* make sure screen is smaller than mobile image */
@media (max-width: 767px){
	.ti-container {
		background: url(../images/ti_bg_mobile.jpg) no-repeat;
		background-position: center 100px;
		background-size: 100%
	}
}
@media (max-width: 570px){
	.ti-container {
    	background-position: center 200px;
	}
	.ti-form-container {
		margin-top: 250px;
	}
	.ti-head {
		padding-bottom: 0px;
	}
	.ti-abc-row {
		box-shadow: none;
		padding: 0;
	}
}
