#mainContent
{
	border-top: 1px solid #e3e6e6;
	
}

.app-blog-text
{
	max-width: 95%;
	text-align: left;
}

.form .requiredInfo
{
	color: white !important;
}

.form
{
	width: 236px;
}

.form h1
{
    font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Bold', Arial, sans-serif;
    color: #FFFFFF;
    font-size: 40px;
    line-height: normal;
    margin: 0;
    text-align: center;
	font-weight: bold;
}

/*Skip label*/
.form h2
{
    font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Bold', Arial, sans-serif;
    color: #FFFFFF;
    font-size: 22px;
    line-height: normal;
    margin: 0;
	font-weight: bold;
}

/*Checkbox label*/
.form .checkboxLabel
{
    font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Bold', Arial, sans-serif !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    line-height: normal !important;
    margin: 0 !important;
	font-weight: bold;
}

.form .checkbox
{
    border: none;
}
/* * required fields label */
.form .required
{
    font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Bold', Arial, sans-serif !important;
    color: #FFFFFF !important;
    font-size: 12px !important;
    line-height: normal !important;
    margin: 0 !important;
	width: 180px !important;
	max-width: 300px !important;
	text-align: right !important;
	padding-right: 14px;
	font-weight: bold;
}

.form .responsiveCell
{
    font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Narrow', sans-serif !important;
    display: inline-block;
	font-weight: bold;
}


.form .ieStyle input[type='text'], .form .ieStyle  textarea, .form.ieStyle  select
{
    color: white;
    font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Narrow', sans-serif !important;
    padding-left: 10px;
    height: 35px;
	width: 180px !important;
	max-width: 180px !important;
    line-height: 40px;
    font-size: 18px !important;
	margin-top: 10px !important;
    border: none;
    background-color: rgba(107,170,231,1) !important;
    border-radius: 2px;
	overflow: hidden;
	font-weight: bold;
}

.form .ieStyle input[type='text'], .form .ieStyle textarea, .form .ieStyle select {
        width: 217px !important;
    }


.form.ieStyle  input[type='button']{
	
	color: white !important;
    font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Narrow', sans-serif !important;
    font-size: 20px !important;
    text-align: left !important;
    padding-left: 10px !important;
	font-weight: bold;
}

.form #clickdimensionsForm
{
	padding-left: 8px !important;
	
}

.form .clickdform input[type='text'], .form .clickdform textarea, .form .clickdform select
{
    color: gray;
    font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Narrow', sans-serif !important;
    padding-left: 5px;
    height: 35px;
	width: 180px !important;
	max-width: 180px !important;
    line-height: 40px;
    font-size: 18px !important;
	margin-top: 10px !important;
    border: none;
    background-color: white;
    border-radius: 2px;
	font-weight: bold;
}


.form  input[type='button']{
	
	color: white !important;
    font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Narrow', sans-serif !important;
    font-size: 20px !important;
    text-align: left !important;
    padding-left: 10px !important;
	font-weight: bold;
}

  
.form .request, #btnSubmit
{
	font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Narrow', sans-serif !important;
	background-size: contain;
    border: 0;
    cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance: none;
	font-weight: bold;
}

.buttonContainer #btnSubmit {
	width: 150px!important;
	height: 35px!important;
}

.form .btnNormal
{
   background: url('/images/Button-Orange.svg') no-repeat !important;
}
.form .btnOver{
   background: url('/images/Button-Orange-Hover.svg') no-repeat !important;
}

.form .request, #btnSimilar
{
    background: url('/images/Button-ViewProducts.svg') no-repeat !important;
	
	background-size: contain;
	width: 252px;
    height: 58px;
    border: 0;
    cursor: pointer;
	
}

.form .clickdform input[type='button']{
	
	color: white !important;
    font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Narrow', sans-serif !important;
    font-size: 20px !important;
    text-align: left !important;
    padding-left: 10px !important;
	font-weight: bold;
}

.form .signupArrow
{
    background: url('/images/sign_up_arrow.png') no-repeat;
    width: 45px;
    height: 50px;
    border: 0;
    cursor: pointer;
}
.form .title
{
	font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Bold', Arial, sans-serif !important;
    color: #FFFFFF !important;
    font-size: 22px !important;
    line-height: normal !important;
    margin: 0 !important;
	max-width: 400px !important;
	width: 180px !important;
	font-weight: bold;
}

.form .ieStyle
{
	 color: gray !important;
    font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Narrow', sans-serif !important;
	margin-top: 5px;
	font-weight: bold;
}

.form ::-webkit-input-placeholder
{ /* Chrome */
    color: gray;
    font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Narrow', sans-serif;
	font-weight: bold;
}

.form :-moz-placeholder
{ /* Firefox 18- */
    color: gray;
    font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Narrow', sans-serif;
	font-weight: bold;
}

.form ::-moz-placeholder
{ /* Firefox 19+ */
    color: gray;
    font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Narrow', sans-serif;
	font-weight: bold;
}

.form :-ms-input-placeholder
{
    color: gray;
    font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Narrow', sans-serif;
	font-weight: bold;
}


.thankyou {
	width: 180px !important;
	margin: auto;
	text-align: left;
	padding-right: 7px;
}

.thankyou h1
{
	font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Bold', Arial, sans-serif;
    color: #FFFFFF;
    font-size: 30px;
    line-height: normal;
    margin: 0;
	font-weight: bold;
}

.thankyou h2
{
	font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Bold', Arial, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: normal;
    margin: 0;
	margin-top: 15px;
	font-weight: bold;
}

.divSocial
{
	width: 180px;
	margin: auto;
}

.divSocial h2
{
	font-family: 'Trade Gothic Condensed','Trade Gothic Pro Bold Condensed No.20', 'Arial Bold', Arial, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: normal;
    margin: 0;
	margin-top: 15px;
	font-weight: bold;
}

.social {
	margin: auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.thankyou img{
	margin-right: 0px;
	
}

    .thankyou a {
        text-decoration:underline;
    }
    .thankyou a:hover{
        color:#0054a4;
        text-decoration:underline;
    }

	.centerImg img{
			width:auto;
		}
		
.buttonContainer
{
	float: right !important;
	margin-right: 54px !important;
}
		
	#author
	{
		width: 180px !important;
		margin: auto !important;
		padding-right: 7px !important;
	}
	
.app-blog-image
{
	max-width: 95%;
	
}
		
.app-blog-person
	{
		border-color: white;
		border-style: solid;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-right-width: 0px;
		float: left !important;
		width:auto !important;
		height: 90px;
	}
	.app-blog-person-link
	{
		vertical-align: middle;
	}
	.app-blog-person-link a
	{
		vertical-align: middle;
	}
	
	.app-blog-person h4
	{
		color: white !important;
		margin-bottom: 0px !important;
		margin-top: 12px;
	}
	
	.authorText
	{
		margin-top: 20px;
		margin-bottom: 0px;
		font-family: 'Trade Gothic Condensed','Trade Gothic Pro Light Condensed No.20', 'Arial', Arial, sans-serif;
		color: white;
		font-size: 18px;
		font-weight: bold;
	}
	
	
	@media screen and (max-width: 1050px) and (min-width: 900px){
		.thankyou img{
			
		}
	}
	
	@media screen and (max-width: 900px) and (min-width: 800px){
		.app-blog-person{
			width: 93% !important;
		}
		
		
	
	}
	
	@media screen and (max-width: 800px){
		.app-blog-person{
			width: 100% !important;
			
		}
		
		#form{
			/* width: 210px; */
			width: 100%;
			margin: auto !important;
			padding: 0 !important;
		}
		
		.clickdform.mainDiv{
			
			margin: auto !important;
			padding: 0 !important;
			float: none;
			
		}
		
		.app-blog-person-link a {
			transform: translateY(-25%);
		}
		
		.authorText {
			margin-top: 0px;
		}
		
		.app-blog-person h4 {
			display: block !important;
			font-size: 2em;
		}
	}
	
	