@font-face {
    font-family: 'sq_marketregular';
    src: url('https://www.workwithsquare.com/rs/424-IAB-218/images/1501843252309-sqmarket-regular.woff2') format('woff2'), url('https://www.workwithsquare.com/rs/424-IAB-218/images/1501843252309-sqmarket-regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'sq_marketlight';
    src: url('https://www.workwithsquare.com/rs/424-IAB-218/images/1501843252309-sqmarket-light.woff2') format('woff2'), url('https://www.workwithsquare.com/rs/424-IAB-218/images/1501843252309-sqmarket-light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'SQ_marketmedium';
    src: url('https://www.workwithsquare.com/rs/424-IAB-218/images/1507828655574-SQMarket-Medium.eot');
    src: url('https://www.workwithsquare.com/rs/424-IAB-218/images/1507828655574-SQMarket-Medium.eot?#iefix') format('embedded-opentype'), url('https://www.workwithsquare.com/rs/424-IAB-218/images/1507828655574-SQMarket-Medium.woff') format('woff'), url('https://www.workwithsquare.com/rs/424-IAB-218/images/1507828655574-SQMarket-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'webfontregular';
    src: url('https://www.workwithsquare.com/rs/424-IAB-218/images/1501843252309-sqmarket-bold.woff2') format('woff2'), url('https://www.workwithsquare.com/rs/424-IAB-218/images/1501843252309-sqmarket-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
/* #General Styles
================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    list-style: none;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.em html, .em body, .em div, .em span, .em applet, .em object, .em iframe, .em a, .em img, .em select, .em input, .em option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.em html {
    -webkit-text-size-adjust: none;
}
.em button, .em input, .em select, .em textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    box-shadow: none;
}
.em input[type="button"], .em input[type="submit"] {
    -webkit-appearance: none !important;
}
.em a {
    text-decoration: none;
}
.em img {
    border: 0 none;
    max-width: 100%;
    vertical-align: top;
}
.em a {
    outline: none;
    cursor: pointer;
}
.em a:hover {
    text-decoration: none;
}
.em a:focus {
    text-decoration: none !important;
    outline: none !important;
}
.em .clear {
    clear: both;
}
.em img {
    max-width: 100%;
}
.em button:focus {
    outline: 0;
}
.em .text-transform {
    text-transform: uppercase;
}
.em .break {
    float: left;
    width: 100%;
}
.em img {
    vertical-align: bottom;
}
/* #Page Structure
================================================== */
body.em {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #060202;
    background: #fff;
    font-family: 'sq_marketregular';
    font-weight: 400;
}
.em .wrapper {
    width: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.em .main1 {
    max-width: 962px;
    margin: 0 auto;
}
.em .main {
    max-width: 702px;
    margin: 0 auto;
}
.em .inner-main {
    max-width: 600px;
    margin: 0 auto;
}
.em a, .em button {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.em input::-webkit-input-placeholder {
color: #8594A7;
opacity:1;
}
.em input:-moz-placeholder {
color: #8594A7;
opacity:1;
}
.em input::-moz-placeholder {
color: #8594A7;
opacity:1;
}
.em input:-ms-input-placeholder {
color: #8594A7;
opacity:1;
}
.em textarea::-webkit-input-placeholder {
color: #fff;
opacity:1;
}
.em textarea:-moz-placeholder {
color: #8594A7;
opacity:1;
}
.em textarea::-moz-placeholder {
color: #8594A7;
opacity:1;
}
.em textarea:-ms-input-placeholder {
color: #8594A7;
opacity:1;
}
/* Home Page Style
 ================================================== 
/***** header styles goes here *****/
.em header {
    float: left;
    width: 100%;
    background-color: #f7f8f9;
    padding: 24px 0 24px;
    text-align: center;
}
.em header .top-header {
    float: left;
    width: 100%;
}
.em header .top-header ul {
    list-style: none;
    text-align: center;
    display: inline-block;
}
.em header .top-header ul li {
    text-align: center;
    display: inline-block;
    margin-right: 39px;
    position: relative;
}
.em header .top-header ul li::before {
    position: absolute;
    top: -5px;
    right: -21px;
    bottom: 0;
    content: "";
    height: 47px;
    width: 1px;
    background-color: #fff;
}
.em header .top-header ul li:last-child {
    margin-right: 0;
}
.em header .top-header ul li:last-child:before {
    position: relative;
    width: 0;
    height: 0;
}
.em header .top-header ul li img {
    max-width: 109px;
    width: 100%;
}
/***** header styles end *****/

/***** mid container styles goes here *****/
.em .mid-container {
    width: 100%;
    float: left;
	background-color: #f7f8f9;
}
.em .section1 {
    width: 100%;
    float: left;
    padding: 10px 0 0;
    background-color: #f7f8f9;
}
.em .section1 .top-s1 {
    width: 100%;
    float: left;
}
.em .section1 .top-s1 h3, .em .section1 .top-s1 h3 div {
    color: #373F4A;
    text-align: center;
    font-weight: 500;
    line-height: 36px;
    font-size: 30px;
    font-family: 'SQ_marketmedium';
}
.em .section1 .top-s1 .txt-s1 {
    width: 100%;
    float: left;
}
.em .section1 .top-s1 .txt-s1 div {
    color: #3c444e;
    text-align: center;  font-family: 'SQ_marketmedium';
    font-weight: 500;font-style: italic;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
}
.em .section1 .bottom-s1 {
    width: 100%;
    float: left;
    padding-top: 32px;
}
/****/
.em .form-contain {
    padding: 43px 41px 43px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.10), 0 1px 16px 0 rgba(0,0,0,0.10), 0 2px 4px 0 rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.10), 0 1px 16px 0 rgba(0,0,0,0.10), 0 2px 4px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.10), 0 1px 16px 0 rgba(0,0,0,0.10), 0 2px 4px 0 rgba(0,0,0,0.10);
    border-radius: 4px;
    width: 100%;
    float: left;
    position: relative;
    z-index: 9999;
}
.em .form-contain .mktoForm {
    width: 100% !important;
}
.em .form-contain .mktoForm .mktoOffset {
    width: auto !important;
}
.em .form-contain .mktoForm .mktoRequiredField .mktoAsterix {
    display: none !important;
}
.em .form-contain .mktoForm .mktoGutter {
    width: auto !important;
}
.em .form-contain .mktoForm .mktoFormCol {
    width: 100% !important;
    margin-bottom: 10px !important;
}
.em .form-contain .mktoForm .mktoFieldWrap {
    float: left;
    width: 100% !important;
}
.em .form-contain .mktoForm input[type="text"], .em .form-contain .mktoForm input[type="url"], .em .form-contain .mktoForm input[type="email"], .em .form-contain .mktoForm input[type="tel"], .em .form-contain .mktoForm input[type="number"], .em .form-contain .mktoForm input[type="date"], .em .form-contain .mktoForm textarea.mktoField, .em .form-contain .mktoForm select.mktoField {
    width: 100% !important;
    background: #fff !important;
    padding: 9px 16px !important;
    height: 40px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #000 !important;
    border-radius: 3px !important;
    font-family: 'sq_marketregular' !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: none;
}
.em .form-contain .mktoForm select.mktoField{padding: 9px 12px !important;}
.em .form-contain .mktoForm input[type="text"]:focus, .em .form-contain .mktoForm input[type="url"]:focus, .em .form-contain .mktoForm input[type="email"]:focus, .em .form-contain .mktoForm input[type="tel"]:focus, .em .form-contain .mktoForm input[type="number"]:focus, .em .form-contain .mktoForm input[type="date"]:focus, .em .form-contain .mktoForm textarea.mktoField:focus, .em .form-contain .mktoForm select.mktoField:focus{border-color:#4a90e2 !important;}

.em .form-contain .mktoForm input[type="text"],.em .form-contain .mktoForm input[type="email"]{-webkit-appearance: none !important;appearance: none !important;-moz-appearance: none !important;}
.em .form-contain .mktoForm input.mktoInvalid, .em .form-contain .mktoForm select.mktoInvalid {
    border-color: red !important;
}
.em .form-contain .mktoForm select.mktoField {
    line-height: 34px !important;
}
.safari .em .form-contain .mktoForm select.mktoField{text-indent:14px;}
.em .form-contain .mktoButtonRow {
    float: left;
    width: 100%;
    margin-top: 4px;
}
.em .form-contain .mktoForm label.mktoLabel {
    width: 100% !important;
    float: left !important;
    font-family: 'SQ_marketmedium' !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #373f4a !important;
    padding-bottom: 10px !important;
    padding-top: 0 !important;
}
.em .form-contain .mktoButtonRow .mktoButtonWrap {
    margin-left: 0px !important;
}

.em .form-contain .mktoForm .mktoFormRow:nth-child(2) .mktoFormCol {
    width: 49% !important;
    float: left !important;
}
.em .form-contain .mktoForm .mktoFormRow:nth-child(2) .mktoFormCol:nth-child(2) {
    width: 49% !important;
    float: right !important;
}
.em .form-contain .mktoForm .mktoButtonWrap .mktoButton {
    background: #4A90E2;
    width: 100%;
    padding: 6px 11px 6px;
    border: 0px !important;
    height: 41px !important;
    font-weight: 500 !important;
    font-size: 14px;
    border-radius: 3px !important;
    letter-spacing: 0 !important;
    color: #fff;
    text-transform: capitalize !important;
    font-family: 'SQ_marketmedium';
}
.em .form-contain .mktoForm .mktoButtonWrap .mktoButton:hover {
    background: #2E3B4E;
}

.em .mktoForm {
    width: 100% !important;
    padding: 0px !important;
}
.em .form-contain .mktoErrorArrowWrap, .em .form-contain .mktoErrorDetail {
    display: none !important;
}
.em .form-contain .mktoForm .mktoError {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    float: left !important;
}
.em .form-contain .mktoForm .mktoError .mktoErrorMsg {
    display: inline-block;
    margin-top: 8px !important;
    background-color: transparent !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    border: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: red !important;
    max-width: inherit !important;
    padding: 0 !important;
    font-family: 'SQ_marketmedium' !important;
    font-weight: 500 !important;
    text-shadow: none !important;
}
.em .txt-form {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 17px;
}
.em .txt-form div {
    font-family: 'sq_marketregular' !important;
    font-size: 12px;
    color: #8594A7;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
}

/***** mid container styles end *****/


/***** footer styles goes here *****/
.em footer {
    float: left;
    width: 100%;
    background: #373f4a;
    padding: 23px 0 42px;
}
.em footer .top-ftr {
    width: 100%;
    float: left;
    padding: 14px 0 22px;
    border-bottom: 1px solid #5a687a;
}
.em footer .top-ftr .social-ftr {
    position: relative;
    top: 7px;
    width: 40%;
    float: left;
}
.em footer .top-ftr .social-ftr ul {
    list-style: none;
    float: right;
    margin-top: -5px;
}
.em footer .top-ftr .social-ftr ul li {
    float: left;
    margin-right: 25px;
    width: auto;
}
.em footer .top-ftr .social-ftr ul li:last-child {
    margin-right: 0;
}
.em footer .top-ftr .social-ftr ul li a img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    max-width: 24px;
    width: 100%;
}
.em footer .top-ftr .social-ftr ul li a img:hover {
    opacity: 0.5;
}
.em footer .top-ftr .link-ftr ul li:last-child {
    margin-right: 0;
}
.em footer .top-ftr .link-ftr {
    width: 60%;
    float: left;
    position: relative;
    top: 5px;
}
.em footer .top-ftr .link-ftr ul {
    list-style: none;
    float: left;
}
.em footer .top-ftr .link-ftr ul li {
    float: left;
    margin-right: 19px;
    width: auto;
    padding-top: 0;
}
.em footer .top-ftr .link-ftr ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
.em footer .top-ftr .link-ftr ul li a:hover {
    color: #009bdd;
}
.em footer .bottom-ftr {
    width: 100%;
    float: left;
    padding-top: 18px;
    color: #6c7980;
    font-size: 11px;
    font-weight: 400;
}
.em footer .bottom-ftr div {
    color: #8594A7;
    ;
    font-size: 12px;
    font-weight: 400;
}
/***** footer styles end *****/
.mktoGen.mktoImg {
    display: inherit !important;
    line-height: inherit !important;
}
.em .thankyou-area {
	width: 100%;
	text-align: center;
	display: none;
	margin-top: 41px;
	float: left;margin-bottom: 40px;
}
.em .thankyou-txt {
    width: 100%;
    text-align: center;
    float: left;
	padding: 43px 41px 43px;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.10), 0 1px 16px 0 rgba(0,0,0,0.10), 0 2px 4px 0 rgba(0,0,0,0.10);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.10), 0 1px 16px 0 rgba(0,0,0,0.10), 0 2px 4px 0 rgba(0,0,0,0.10);
	-moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.10), 0 1px 16px 0 rgba(0,0,0,0.10), 0 2px 4px 0 rgba(0,0,0,0.10);
	border-radius: 4px;
}


.em .thankyou-txt img {
    max-width: 78px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.em .thankyou-txt h3, .em .thankyou-txt h3 div {
    font-size: 22px;
    color: #373F4A;
    font-family: 'SQ_marketmedium';
    font-weight: 500;
    text-align: center;
    line-height: 24px;
    padding-top: 20px;
}
.em .thankyou-txt .sub-thx {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-bottom: 16px;
}
.em .thankyou-txt .sub-thx div {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    color: #373F4A;
    line-height: 24px;
}
.ie9 .em .mktoForm div.placeholder{font-size:14px !important;
top:6px !important;}

/****/
.em .section_form {
	width: 100%;
	float: left;
	padding-top: 41px;
	background-color: #f7f8f9;
	padding-bottom: 80px;
}

.em .left-txt{width:31%;float: left;}
.em .sub-txt{width:100%;float: left;}
.em .sub-txt div {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #3c444e;
}
.em .list-txt {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 20px;
}
.em .list-txt h6, .em .list-txt h6 div {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;padding-bottom: 15px;
	font-family: 'SQ_marketmedium';
	color: #3c444e;
}
.em .list-txt ul{list-style:none;}
.em .list-txt ul li {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #3c444e;
	padding-bottom: 4px;
	padding-left: 15px;
	background-image: url(https://www.workwithsquare.com/rs/424-IAB-218/images/1520019331995_bullet_bg.png);
	background-repeat: no-repeat;
	background-position: left 11px;
	background-size: 4px;
}

.em .right-form{width:66%;float: right;}
.em .form-contain h6,.em .form-contain h6 div{font-size: 14px;width:100%;float: left;color: #373f4a;font-size: 14px;font-weight: 500;font-family: 'SQ_marketmedium';}



