body {
    font-family: Verdana, Geneva, sans-serif;
    padding-top: 0;
	min-width: 320px;
}
.ace-home-banner {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
}
.ace-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1200px;
}
.btn-holder {
    padding-top: 30px;
}
.ace-button{
	padding: 4px 10px 6px;
}
.btn-green, 
.btn-green:focus {
    background-color: #0c9245 !important;
    border-color: #0c9245;
}
.btn-green:hover,
.btn-green:active,
.open .btn-green.dropdown-toggle {
  background-color: #0a7739 !important;
  border-color: #0c9245;
}
.btn-orange-darken,
.btn-orange-darken:focus {
  background-color: #e65708 !important;
  border-color: #e65708;
}
.btn-orange-darken:hover,
.btn-orangedarken-darken:active,
.open .btn-orange-darken.dropdown-toggle {
  background-color: #b54000 !important;
  border-color: #e65708;
}
.btn-red,
.btn-red:focus {
  background-color: #7b2900 !important;
  border-color: #7b2900;
}
.btn-red:hover,
.btn-red:active,
.open .btn-red.dropdown-toggle {
  background-color: #5c2103 !important;
  border-color: #7b2900;
}
#ace-logo-holder{
	padding-top: 10px;
}
.section-bar{
	background-color: #10c45c;
	/*font-family: "Open Sans",Arial,sans-serif;*/
	font-family: Raleway;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #fff;
	padding: 10px;
}
.section-wrapper{
	margin: 15px 0;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.two-col-table{
	display: table;
	width: 100%;
}
.two-col-row{
	display: table-row;
}
.two-col-cell{
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.background-red{
	background-color: #ca3435;
}
.background-orange{
	background-color: #ff9f00;
}
.background-green{
	background-color: #9ab91e;
}
.background-blue{
	background-color: #3c5fb1;
}
.background-light-yellow{
	background-color: #f3f0e1;
}
.background-light-green{
	background-color: #ecfffa;
}
.background-light-red{
	background-color: #fce3e3;
}
.background-light-gray{
	background-color: #e9ecf0;
}
.content-img-holder{
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: auto;
}
.content-txt-holder{
	padding: 50px 40px;
	color: #666;
	vertical-align: middle;
}
.content-txt-holder .title{
	/*font-family: "Open Sans",Arial,sans-serif;*/
	font-family: Raleway;
    font-weight: bold;
	font-size: 32px;
	padding-bottom: 40px;
	text-align: left;
	line-height: normal;
	color: #10c45c;
}
.content-txt-holder .content{
	line-height: 28px;
}
.two-col-content-list {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: -10px;
	text-align: left;
}
.two-col-content-list ul {
	margin-bottom: 0;
	-moz-column-count: 2;
	-moz-column-gap: 2.5em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2.5em;
	column-count: 2;
	column-gap: 2.5em;
}
.two-col-content-list ul li{
	padding-bottom: 20px;
	line-height: 28px;
}
.alt-section{
	background-color: #f7f7f7;
	margin-top: 15px;
	margin-bottom: 15px;
}
.white-space{
	display: block;
	height: 10px;
}
.box-shad {
    -webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.5);
}
.additional-white-bg {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 60px;
    position: absolute;
    right: -100px;
    top: -10px;
    transform: rotate(55deg);
    width: 250px;
}
.app-wrapper {
    padding-bottom: 20px;
}
.app-content-box{
	
}
.app-content-txt-holder .title {
    /* font-family: "Open Sans",Arial,sans-serif; */
    font-family: Raleway;
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 40px;
    text-align: center;
    line-height: normal;
    color: #10c45c;
}
.index-title .title{
	font-weight: 700;
    font-size: 34px;
}
.app-title {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 600;
	padding-top: 10px;
    padding-bottom: 50px;
    color: #333;
}
.app-title a{
	font-weight: 500;
	padding: 0;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-top-0 {
    margin-top: 0;
}
.padding-0{
	padding: 0;
}
.padding-top-60 {
    padding-top: 60px;
}
button.close {
    margin: -12px;
    z-index: 1;
    position: absolute;
    right: 0;
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.app-content-txt-holder .title{
		font-size: 26px;
	}
}

/* Landscape phones and portrait tablets */	
@media screen and (max-width: 767px){
	.two-col-cell{
		display: block;
		width: 100%;
	}
	.content-img-holder{
		height: 335px;
	}
	.inner-content-padding-top{
		padding-top: 40px;
	}
	.inner-content-padding-bottom{
		padding-bottom: 40px;
	}
	.app-content-txt-holder .title{
		font-size: 26px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.content-txt-holder{
		padding-left: 20px;
		padding-right: 20px;
	}
	.content-txt-holder .title{
		font-size: 28px;
	}
	.two-col-content-list ul {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
}