.red {
	color: #C81636!important;
}
a:hover.red {
	color: #FDC636!important;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #252525;
}
.center {
	text-align: center;
}
.montserrat {
	font-family: 'Montserrat';
	font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.uppercase {
	text-transform: uppercase;
}

body.page-template-aftgc #main {
	padding: 0!important;
	margin: 0!important;
}
body.page-template-aftgc .aftgc-content {
	font-size: 14px;
	line-height: 180%;
}
body.page-template-aftgc .maxwidth {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 38px;
	box-sizing: border-box;
}
body.page-template-aftgc .half-left-full,
body.page-template-aftgc .half-right-full {
    width: 100%;
    max-width: 600px;
    float: right;
    margin: 0;
    padding-left: 20px;
    padding-right: 40px;
    box-sizing: border-box;
}
body.page-template-aftgc .half-right-full {
    float: left;
    padding-left: 40px;
    padding-right: 20px;
}
.gcforklift div, .gcforklift figure {width: 100%; padding: 0;}
.gcforklift img {max-width: 100%; width: 100%; height: auto;}

@media (max-width: 768px) {
    body.page-template-aftgc .half-left-full,
    body.page-template-aftgc .half-right-full {
        max-width: 100%;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
    }
}

body.page-template-aftgc p {
	margin: 1.5em 0;
}
body.page-template-aftgc h2,
body.page-template-aftgc h3 {
	font-size: 30px!important;
	font-weight: 700;
	color: #000000;
	margin: 1em 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.page-template-aftgc h3 {
	font-size: 22px!important;
}
body.page-template-aftgc .yellowbg {
	padding: 30px 0 50px 0;
	color: #000000;
}

body.page-template-aftgc .spmarg p,
body.page-template-aftgc .spmarg ul.dashed {
	margin: 0 0 1.5em 0;
}
body.page-template-aftgc .spmarg h2,
body.page-template-aftgc .spmarg h3 {
	margin: 1em 0 7px 0;
}
body.page-template-aftgc .bookassessment h2 {
	font-weight: 500;
	margin: 1.5em 0 0 0;
	line-height: 100%;
}
body.page-template-aftgc .bookassessment p,
body.page-template-aftgc .bookassessment ul.dashed {
	margin: 1.5em 0;
}
body.page-template-aftgc .bookassessment strong {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.redbuttonsmall {
	background-color: #C81636;
	color: #FFF!important;
	padding: 5px 20px;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none!important;
	font-weight: normal;
}
a.brochure {
    position: relative;
    text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-color: #FFC734;
	color: #000;
	padding: 10px 20px 10px 45px;
	display: inline-block;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-decoration: none!important;
}
a.brochure:hover {
	background-color: #C81636;
	color: #FFF!important;
}
a.brochure:before {
    position: relative;
    content: "\f02f";
    font-family: FontAwesome;
    position: absolute;
    top: 11px;
    left: 20px;
}
 
.aft-entry-title {
	margin: 0 auto;
	padding: 20px 0 14px 0;
	display: block;
}
.aft-entry-title .underline {
	display: block;
	width: 90px;
	height: 6px;
	background-color: #CA143D;
	margin: 20px auto 0 auto;
}
.aft-entry-title h1 {
	text-align: center;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 320%;
	letter-spacing: 0.015em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.dashed {
  	list-style-type: none;
  	margin-left: 0;
  	margin-right: 0;
  	padding: 0;
}
ul.dashed > li {
  	margin: 0;
  	padding: 0;
}
ul.dashed > li:before {
	content: "\00B7";
	padding-right: 10px;
}