@font-face {
    font-family: 'gt_eesti_pro_displaybold';
    src: url('gt-eesti-pro-display-bold-webfont.woff2') format('woff2'),
         url('gt-eesti-pro-display-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gt_eesti_pro_displayMdIt';
    src: url('gt-eesti-pro-display-medium-italic-webfont.woff2') format('woff2'),
         url('gt-eesti-pro-display-medium-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gt_eesti_pro_displaymedium';
    src: url('gt-eesti-pro-display-medium-webfont.woff2') format('woff2'),
         url('gt-eesti-pro-display-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gt_eesti_pro_displayregular';
    src: url('gt-eesti-pro-display-regular-webfont.woff2') format('woff2'),
         url('gt-eesti-pro-display-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
	padding:0;
	margin:0;
	font-family: 'gt_eesti_pro_displayregular';
}
.navwrapper {
	width:100%;
	min-width:900px;
	height:66px;
	background-color:#FFF;
	overflow: hidden;
	background-image: url("../images/areyoumoneysmart.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 270px auto;
}
.mobile-menu {display: none;}
.navbutton-left {
	overflow:hidden;
	border-right:1px solid #c5cbcc;
	float:left;
	padding:25px 2%;
	background-color: #FFF;
	cursor: pointer;
}
.navbutton-left-blue {
	overflow:hidden;
	border-right:1px solid #c5cbcc;
	float:left;
	padding:25px 2%;
	background-color: #125c89;
	cursor: pointer;
}
.navbutton-left-title {
	font-family: 'gt_eesti_pro_displaymedium';
	color:#1e253a;
	font-size:14px;
	padding:0px 0px 0px 31px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 12px;
}
.navbutton-left-title-white {
	font-family: 'gt_eesti_pro_displaymedium';
	color:#FFF;
	font-size:14px;
	background-repeat: no-repeat;
}
.navbutton-right {
	overflow:hidden; 
	float:right;
	padding:25px 2%;
}
.navbutton-right-title {
	font-family: 'gt_eesti_pro_displaymedium';
	color:#1e253a;
	font-size:14px; 
	cursor: pointer;
}
.car {background-image: url("../images/car.png"); background-size: auto 11px; padding:0px 0px 0px 34px; background-position: left center;}
.home {background-image: url("../images/home.png"); background-size: auto 14px; padding:0px 0px 0px 20px; background-position: left 0px;}
.credit {background-image: url("../images/credit.png"); background-size: auto 12px; padding:0px 0px 0px 26px; background-position: left center;}

.landing-wrapper {
	width:100%;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height:800px;
	padding:80px 0px 0px 0px;
	background-size: 1800px auto;
}
.headline {
	font-family: 'gt_eesti_pro_displaybold';
	color:#FFF;
	font-size: 55px;
	text-align: center;
	margin:0px auto 10px auto;
}
.subheadline {
	font-family: 'gt_eesti_pro_displayregular';
	color:#FFF;
	font-size:18px;
	text-align: center;
	margin:0px auto 20px auto;
}
.white-button {
	padding:15px 30px;
	width:120px;
	margin:auto;
	background-color: #FFF;
	color: #52a3c6;
	font-family: 'gt_eesti_pro_displaymedium';
	font-size:16px;
	text-align: center;
	-webkit-box-shadow: 0px 9px 17px -4px rgba(20,94,139,0.67); 
box-shadow: 0px 9px 17px -4px rgba(20,94,139,0.67);
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
	cursor: pointer;
}
.tip-section-wrapper { 
	overflow: hidden;
	padding:0px 0px 200px 0px;
}
.section-inner {
	width:75%;
	max-width:1300px;
	min-width: 700px;
	margin:auto;
}
.section-inner-afford {
	width:75%;
	max-width:1300px;
	min-width: 700px;
	margin:auto;
}
.preheader {
	margin:10px 0px;
	color:#41BBEF;
	font-size:22px;
	text-align: center;
	font-family: 'gt_eesti_pro_displayMdIt';
}
.header {
	margin:10px 0px;
	color:#1e253a;
	font-size:45px;
	text-align: center;
	font-family: 'gt_eesti_pro_displaybold';
}
.tipwrapper {
	border-top:1px solid #a5c5d4;
	border-bottom:1px solid #a5c5d4;
	padding:30px 0px;
	margin:20px auto;
	width:75%;
	min-width: 760px;
}
.tiptext {
	width:50%;
	margin:0px auto 30px auto;
	font-family: 'gt_eesti_pro_displayregular';
	font-size:18px;
	text-align: center;
	line-height: 30px;
	color: #1e253a;
	
}
.tiptext2 {
	width:60%;
	margin:0px auto 30px auto;
	font-family: 'gt_eesti_pro_displayregular';
	font-size:18px;
	text-align: center;
	line-height: 30px;
	color: #1e253a;
	
}
.tiprow {
	width:80%;
	margin:30px auto;
	padding:10px 15px;
	background-color:#f3f9fc;
	overflow: hidden;
	-webkit-box-shadow: 0px 9px 17px -4px rgba(20,94,139,0.37); 
box-shadow: 0px 9px 17px -4px rgba(20,94,139,0.37);
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.number-circle {
	width:20px;
	height:20px;
	font-family: 'gt_eesti_pro_displaybold';
	background-color:#41BBEF;
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
	text-align: center;
	color:#FFF;
	font-size:20px;
	padding:4px 6px 6px 6px;
	float:left;
}
.tip-innertext {
	padding:6px 0px 10px 16px;
	font-size: 18px;
	float: left; 
	color: #1e253a;
}
.blue-button1 {
	padding:20px 30px;
	width:320px;
	margin:auto;
	color: #FFF;
	font-family: 'gt_eesti_pro_displaymedium';
	font-size:18px;
	text-align: center;
	-webkit-box-shadow: 0px 9px 17px -4px rgba(20,94,139,0.67); 
box-shadow: 0px 9px 17px -4px rgba(20,94,139,0.67);
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
	cursor: pointer;
}

.green{
	background-color: #27C46F;
}
.purple{
	background-color: #8241E5;
}
.orange{
	background-color: #ECA01D;
}
.red {
	background-color: #EA5536;
}
.blue {
	background-color: #41BBEF;
}
.buttontext {
	width:80%;
	margin:50px auto 30px auto;
	font-family: 'gt_eesti_pro_displayregular';
	font-size:18px;
	text-align: center;
	line-height: 30px;
	color: #1e253a;
}
.buttontext-blue {
	width:80%;
	margin:50px auto 30px auto;
	font-family: 'gt_eesti_pro_displayregular';
	font-size:18px;
	text-align: center;
	line-height: 30px;
	color: #41BBEF;
}
.financing-section-wrapper { 
	overflow: hidden;
	padding:100px 0px 100px 0px;
	background-color: #1e253a;
}
.preheader-blue {
	margin:10px 0px;
	color:#41BBEF;
	font-size:22px;
	text-align: center;
	font-family: 'gt_eesti_pro_displayMdIt';
}
.header-blue {
	margin:10px 0px;
	color:#41BBEF;
	font-size:45px;
	text-align: center;
	font-family: 'gt_eesti_pro_displaybold';
}
.key-wrapper {
	padding:140px 10px 240px 425px;
	height:100px;
	width:45%;
	background-image: url("../images/keys.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 400px auto;
	margin:auto;
}
.key-point {
	padding:16px 0px 16px 25px;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px auto;
	border-bottom: 1px solid #75c7e5;
	color:#41BBEF;
	font-size:22px;
}
.afford-section-wrapper { 
	overflow: hidden;
	padding:120px 0px 120px 0px; 
}
.afford-twopanel-wrapper {
	padding:25px;
	overflow: hidden;
}
.afford-panel1 {
	width:32%;
	padding:8% 8% 330px 8%;
	float:left; 
	font-size:16px;
	line-height: 22px;
	color: #1e253a;
	background-image: url("../images/carpanel.jpg");
	background-size: auto;
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 28px -3px rgba(65,187,239,0.39); 
box-shadow: 0px 0px 28px -3px rgba(65,187,239,0.39);
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.afford-panel2 {
	width:32%; 
	float:right;
	padding:8% 8% 410px 8%;
	font-size:16px;
	line-height: 24px;
	color: #1e253a;
	background-image: url("../images/deskpanel.jpg");
	background-size: auto;
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 28px -3px rgba(65,187,239,0.39); 
box-shadow: 0px 0px 28px -3px rgba(65,187,239,0.39);
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.afford-panel2-mobile {
	width:32%; 
	float:right;
	padding:8% 8% 410px 8%;
	font-size:16px;
	line-height: 24px;
	color: #1e253a;
	background-image: url("../images/deskpanel.jpg");
	background-size: auto;
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 28px -3px rgba(65,187,239,0.39); 
box-shadow: 0px 0px 28px -3px rgba(65,187,239,0.39);
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	display: none;
}
.calculator-section {
	background-color:#f6fafc;
	padding:150px 0px;
}
.calculator-inner {
	padding:25px;
	overflow: hidden;
	min-width: 865px;
}
.calculator-panel {
	width:42%;
	padding:60px 7% 60px 7%;
	float:left; 
	font-size:16px;
	line-height: 22px;
	-webkit-box-shadow: 0px 0px 28px -3px rgba(65,187,239,0.39); 
box-shadow: 0px 0px 28px -3px rgba(65,187,239,0.39);
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.calculator-row {
	padding:10px 0px;
	font-size:20px;
	font-family: 'gt_eesti_pro_displaymedium';
	color: #41BBEF;
}
.black {
	padding:0px 0px 0px 12px;
	color:#1e253a;
}
.calculator-slider-row {
	position: relative;
	height:40px;
	margin:8px 0px 20px 0px;
}
.calculator-slider-bar {
	position: absolute;
	top:15px;
	left:0px;
	width:100%;
	z-index: 1;
	height:12px;
	background-color: #41BBEF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.calculator-handle {
	position: absolute;
	z-index: 2;
	top:0;
	left:0;
	height:28px;
	width:28px;
	background-color: #41BBEF;
	border:8px solid #FFF;
	-webkit-box-shadow: 0px 0px 18px -3px rgba(65,187,239,0.39); 
box-shadow: 0px 0px 18px -3px rgba(65,187,239,0.39);
		-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
	cursor:grab;
}
.calculate-button {
	padding:15px 30px;
	width:160px;
	margin:30px 0px 0px 0px;
	background-color: #ECA01D;
	color: #FFF;
	font-family: 'gt_eesti_pro_displaymedium';
	font-size:18px;
	text-align: center;
	-webkit-box-shadow: 0px 9px 17px -4px rgba(20,94,139,0.67); 
box-shadow: 0px 9px 17px -4px rgba(20,94,139,0.67);
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}
.results-panel {
	width:320px;
	float:right;
	padding:1%;
}
.results-panel-mobile {
	width:320px;
	float:right;
	padding:1%;
	display: none;
}
.results-subheader {
	font-family: 'gt_eesti_pro_displaymedium';
	color:#1e253a;
	font-size:20px; 
}
.results-number {
	font-family: 'gt_eesti_pro_displaybold';
	color: #41BBEF;
	font-size:94px;
	line-height: 90px;
	padding:16px 0px 16px 0px;
}
.results-divider {
	width:100%;
	height:5px;
	background-color:#D6E1E7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:33px 0px;
}
.results-desc {
	font-family: 'gt_eesti_pro_displayregular';
	font-size:16px; 
	line-height: 26px;
	color: #1e253a;
}
.poll-section-wrapper { 
	overflow: hidden;
	padding:100px 0px 100px 0px;
	background-color: #1e253a;
}
.poll-cirle-wrapper {
	width:406px;
	margin:auto;
	overflow: hidden;
	padding:30px 0px;
}
.poll-circle {
	width:120px; 
	height: 70px; 
	padding:50px 0px 0px 0px;
	float:left;  
	-webkit-border-radius: 180px;
	-moz-border-radius: 180px;
	border-radius: 180px;
	border: 1px solid #41BBEF; 
	font-size:18px;
	text-align: center;
	font-family: 'gt_eesti_pro_displayregular';
	color: #41BBEF;
	cursor: pointer;
}
.poll-circle:hover { 
	border: 1px solid #FFF;  
	color: #FFF;
}
.poll-circle-spacer {
	float: left;
	height:180px;
	width:20px;
}
.poll-panel {
	width:520px;
	margin:20px auto; 
}
.poll-panel-wrapper {
	border-top:1px solid #41BBEF; 
	border-bottom:1px solid #41BBEF; 
}
.poll-number {
	font-family: 'gt_eesti_pro_displayMdIt';
	color: #FFF;
	font-size:24px;
	text-align: center;
	line-height: 40px;
	padding:16px 0px 16px 0px;
}
.footnote {
	font-size:12px;
	padding:20px 0px;
}
.buyorlease-section { 
	padding:150px 0px 100px 0px;
	background-image: url("../images/dashedline.jpg");
	background-size: 1800px auto;
	background-repeat: no-repeat;
	background-position: center top;
}
.contract-wrapper {
	padding:60px 10px 340px 450px;
	height:100px;
	width:40%;
	font-family: 'gt_eesti_pro_displayregular';
	color:#1e253a;
	font-size:18px;
	line-height: 30px;
	background-image: url("../images/contract.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 350px auto;
	margin:auto;
}
.contract-list {
	font-family: 'gt_eesti_pro_displaymedium';
	padding:6px 0px;
	margin:0px 10px;
}
.guide-section { 
	padding:0px 0px; 
	z-index:3;
}
.guide-wrapper {
	padding:2% 8%;
	overflow: hidden;
}
.guide-inner {
	width:83%;
	max-width:1300px;
	min-width: 700px;
	margin:auto;
}
.guide {
	width:31.33%; 
	height: 380px;
	background-color: #FFF;
	float:left;  
	-webkit-box-shadow: 0px 0px 28px -3px rgba(65,187,239,0.39); 
	box-shadow: 0px 0px 28px -3px rgba(65,187,239,0.39);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.pdf {
	background-repeat: no-repeat;
	background-position: top center;
	background-size:cover;
}
.spacer {
	width:3%;
	height: 120px;
	float: left;
}
.footer-section {
	padding:300px 0px 50px 0px;
	width:100%;
	z-index: 1;
	margin:-120px 0px 0px 0px;
	background-color: #1e253a;
}
.subheader-blue {
	margin:20px auto;
	color:#41BBEF;
	font-size:30px;
	line-height: 44px;
	text-align: center;
	font-family: 'gt_eesti_pro_displaymedium';
	width:80%;
	min-width: 700px;
	max-width: 900px;
}
.form-wrapper {
	padding:2% 10%;
}
.form-row { 
	margin:20px auto;
	width:92%;
	padding:25px 4%;
	background-color:#f3f9fc;
	font-size: 18px;
	font-family: 'gt_eesti_pro_displayregular'; 
	color: #1e253a;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 28px -3px rgba(65,187,239,0.49); 
	box-shadow: 0px 0px 28px -3px rgba(65,187,239,0.49);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
} 
input::placeholder {
	font-size: 18px;
	color: #1e253a;
	font-family: 'gt_eesti_pro_displayregular';
}
.form-button {
	padding:40px 0px;
}
.ender-wrapper {
	overflow: hidden;
	width:80%;
	margin: auto;
	padding: 60px 0px 0px 0px;
	min-width: 766px;
	max-width: 1300px;
}
.ender-logo {
	width:375px;
	height:40px;
	background-image: url("../images/areyoumoneysmart_white.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	float: left;
	margin:15px 0px 0px 0px;
}
.ender-creditunion {
	width:320px;
	float: right;
	padding:30px 110px 20px 0px;
	background-image:url("../images/gulfstreamcu.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100px auto;
	font-size: 15px;
	font-family: 'gt_eesti_pro_displayregular'; 
	color: #FFF;
	text-align: right;
}
.ender-creditunion-mobile {
	width:300px;
	float: right;
	padding:30px 110px 20px 0px;
	background-image:url("../images/gulfstreamcu.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 80px auto;
	font-size: 15px;
	font-family: 'gt_eesti_pro_displayregular'; 
	color: #FFF;
	text-align: right;
	display: none;
}
.ender-copyright-wrapper {
	width:100%;
	padding:50px 0px;
	background-color: #1e253a;
	border-top: 1px solid #54636b;
}
.ender-copyright {
	width:450px;
	margin:auto;
	padding:10px 140px 10px 0px;
	background-image:url("../images/compasspartners.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 130px auto;
	font-size: 15px;
	font-family: 'gt_eesti_pro_displayregular'; 
	color: #FFF;
	text-align: right;
}

@media screen and (max-width: 750px)
{
	.navwrapper {
		width:100%;
		min-width:100%;
		height:66px;  
		background-size: 250px auto;
	}
	.mobile-menu {
		display: block;
		float: right;
		font-size: 20px;
		color: #1e253a;
		padding:20px 20px;
	}	
	.navbutton-left {
	display: none;
	}
	.navbutton-left-blue {
	display: none;
	}
	.navbutton-right {
	display: none;
	}
	.landing-wrapper { 
	height:700px;
	padding:60px 0 0px 0;
	background-size: 1600px auto;
	}
	.headline { 
	color:#FFF;
	font-size: 40px; 
	margin:0px auto 10px auto;
	padding:0px 4%;
	}
	.subheadline {
	font-family: 'gt_eesti_pro_displayregular';
	color:#FFF;
	font-size:18px;
	text-align: center;
	margin:0px auto 20px auto;
	padding:0px 16%;
	} 
	.tip-section-wrapper { 
	overflow: hidden;
	padding:0px 0px 100px 0px;
	}
	.section-inner {
	width:80%;
	max-width:80%;
	min-width: 80%; 
	}
	.section-inner-afford {
	width:100%;
	max-width:100%;
	min-width: 100%; 
	}
	.preheader {
	margin:10px 0px; 
	font-size:18px; 
	}
	.header { 
	color:#1e253a;
	font-size:35px; 
	}
	.tipwrapper { 
	margin:20px auto;
	width:100%;
	min-width: 100%;
	}
	.tiptext {
	width:100%; 
	}
	.tiptext2 {
	width:100%; 
	}
	.tiprow {
	width:auto; 
	padding:20px 15px 10px 15px; 
	}
	.tip-innertext {
	padding:0px 0px 10px 16px;
	width:80%;
	}
	.blue-button1 { 
	width:auto; 
	}
	.buttontext {
	width:100%; 
	}
	.preheader-blue { 
	font-size:18px; 
	}
	.header-blue { 
	font-size:35px; 
	}
	.key-wrapper {
	padding:340px 0px 0px 0px;
	height:auto;
	width:100%;
	background-position: center top;
	background-size: 320px auto; 
	}
	.key-point { 
	font-size:16px;
	}
	.afford-twopanel-wrapper {
	padding:25px;
	overflow: hidden;
	}
	.afford-panel1 {
	width:84%;
	padding:8% 8% 350px 8%;
	float:none; 
	margin: 0px auto 30px auto;
	}
	.afford-panel2 {
	display: none;
	}
	.afford-panel2-mobile {
	width:84%; 
	float:none;
	padding:8% 8% 410px 8%;
	display:block;
	}
	.calculator-inner {
	padding:25px;
	overflow: hidden;
	min-width:80%;
	}
	.calculator-panel {
	width:76%;
	padding:12%;
	float:none; 
	font-size:14px;
	line-height: 22px; 
	}
	.calculator-row {
	padding:10px 0px;
	font-size:18px; 
	}
	.results-panel {
	display: none;
	}
	.results-panel-mobile {
	width:auto;
	float:right;
	padding:10% 1% 1% 1%;
	display: block;
	text-align: center;
	}
	.poll-cirle-wrapper {
	width:310px;
	margin:auto;
	overflow: hidden;
	padding:30px 0px;
	}
	.poll-circle {
	width:88px; 
	height: 56px; 
	padding:32px 0px 0px 0px;
	font-size:16px;
	text-align: center; 
	}
	.poll-circle-spacer {
	float: left;
	height:88px;
	width:20px;
	}
	.poll-panel {
	width:80%;
	margin:20px auto; 
	}
	.poll-number { 
	font-size:18px; 
	line-height: 36px;
	padding:16px 0px 16px 0px;
	}
	.buyorlease-section { 
	padding:150px 0px 100px 0px; 
	background-size: 1500px auto; 
	}
	.contract-wrapper {
	padding:360px 0px 20px 0px;
	height:auto;
	width:100%; 
	font-size:18px;
	line-height: 30px; 
	background-position: center top;
	background-size: 280px auto;
	margin:auto;
	text-align: center;
	}
	.contract-list {
	font-size:15px;
	padding:3px 0px;
	margin:0px 6px;
	text-align: left;
	}
	.guide-inner {
	width:83%;
	max-width:83%;
	min-width: 83%;
	z-index: 3;
	margin:auto; 
	}
	.guide-wrapper {
	padding:5% 8%;
	overflow: hidden;
	}
	.guide {
	width:100%; 
	height: 380px; 
	float:none; 
	z-index: 3;  
	}
	.spacer {
	width:100%;
	height: 20px;
	float: none;
	}
	.footer-section {
	padding:100px 0px 0px 0px; 
	margin:40px 0px 0px 0px; 
	}
	.subheader-blue {
	margin:20px auto; 
	font-size:20px;
	line-height: 34px; 
	width:90%;
	min-width: 90%;
	max-width: 90%;
	}
	.ender-wrapper {
	overflow: hidden;
	width:90%;
	margin: auto;
	padding: 60px 0px 0px 0px;
	min-width: 90%;
	max-width: 90%;
	}
	.ender-logo {
	width:285px;
	height:40px;
	background-image: url("../images/areyoumoneysmart_white.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	margin:auto;
	float: none;
	}
	.ender-creditunion {
	display: none;
	}
	.ender-creditunion-mobile {
	width:280px;
	float: none;
	padding:10px 80px 10px 0px; 
	background-size: 70px auto;
	font-size: 13px; 
	margin:30px auto;
	display: block;
	}
	.ender-copyright-wrapper { 
	padding:50px 0px; 
	}
	.ender-copyright {
	width:205px;
	margin:auto;
	padding:0px 0px 30px 0px;
	background-image:url("../images/compasspartners.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 130px auto;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	}
}