@charset "utf-8";
/* CSS Document */

/*
Typekit fonts
Thin "brandon-grotesque" 100 normal	
Thin Italic	"brandon-grotesque"	100	italic	
Light "brandon-grotesque" 300 normal	
Light Italic "brandon-grotesque" 300 italic	
Regular "brandon-grotesque"	400	normal	
Italic "brandon-grotesque" 400 italic	
Medium "brandon-grotesque" 500 normal	
Medium Italic "brandon-grotesque" 500 italic	
Bold "brandon-grotesque" 700 normal	
Bold Italic	"brandon-grotesque"	700	italic	
Black "brandon-grotesque" 900 normal	
Black Italic "brandon-grotesque" 900 italic	*/
 
body {
	font-family: "brandon-grotesque", Gotham, Helvetica, Arial, sans-serif;
	font-weight: 400;
}
#page {
	padding-top: 80px;
}

@media (max-width: 768px) {
#page {
	padding-top: 60px;
}
}

.navbar {
	padding-right: 0;
	padding-left: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.left-nav .nav-item {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.right-nav {
	background: #a51f29;
	border-top: 2px dashed #5e020d;
	transition: background-color ease-in-out .2s;
}
.right-nav:hover {
	background: #d6162d;
}

@media (min-width: 768px) {
.right-nav {
	background: #a51f29;
	padding: 13px 20px;
	border-top: none;
	border-left: 2px dashed #5e020d;
}
}
.navbar-atp .navbar-brand {
	color: #fff;
	margin-left: 1.5em;
}
.navbar-atp .navbar-brand:hover, .navbar-atp .navbar-brand:focus {
	color: #fff;
}
.navbar-atp .navbar-nav .nav-link {
	color: #ffffff;
	text-align: center;
	line-height: 1.2;
	font-weight: 700;
	transition: color ease-in-out .2s;
	text-transform:uppercase !important;
}
.navbar-atp .navbar-nav .nav-link em {
	color: #fff;
	font-weight: 400;
	font-style: italic;
	transition: color ease-in-out .2s;
	text-transform: capitalize;
}

@media (max-width: 992px) {
	.navbar-atp .navbar-nav .nav-link {
	font-size:12px !important;
 }
	
}


@media (max-width: 768px) {
.navbar-atp .navbar-nav .nav-link {
	padding: 1em 0;
}
}
.navbar-atp .navbar-nav .nav-link:hover em, .navbar-atp .navbar-nav .nav-link:focus em {
	color: rgba(255, 255, 255, 1);
}
.navbar-atp .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}
.navbar-atp .navbar-nav .show > .nav-link, .navbar-atp .navbar-nav .active > .nav-link, .navbar-atp .navbar-nav .nav-link.show, .navbar-atp .navbar-nav .nav-link.active {
	color: #fff;
}
.navbar-atp .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
	margin-right: 1.5em;
}
.navbar-atp .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-atp .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}
.navbar-atp .navbar-text a {
	color: #fff;
}
.navbar-atp .navbar-text a:hover, .navbar-atp .navbar-text a:focus {
	color: #fff;
}
.bg-atp {
	background-color: #b92127 !important;
}
a.bg-atp:hover, a.bg-atp:focus, button.bg-atp:hover, button.bg-atp:focus {
	background-color: #9e1e28 !important;
}
.navbar-brand {
	margin-right: 0;
}

@media (min-width: 768px) {
.navbar-brand {
	margin-right: 5rem;
}
}

/*=== Brand Bar Styles Updated 20220210 ===*/
#brandbar .nav-link.active {
		background-color:#131618;
}
.navbar-atp {
    top: 40px;
}

#overview {
	background-image: url(/img/apt-overview-background-01.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-size: 1920px 1281px;
}
#intro {
	background: #2e2829;
	padding: 280px 0;
	background-image: url(/img/apt-intro-background-01.jpg);
	background-position: 0 -240px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-size: 1920px 1281px;
}
#banner {
	background: #2e2829;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-size: 1920px 1281px;
}
.banner-left {
	background-color: rgba(46,40,41,.65);
	border-right: 3px dashed #2e2829;
	border-left: 3px dashed #2e2829;
}
#banner.contact-banner {
	background-position: 0 -400px;
	background-image: url(/img/atp-banner-contact-01.jpg);
}

@media (max-width: 1200px) {
#intro {
	padding: 120px 0;
	background-position: 0 -100px;
	background-size: 1200px 800px;
}
#overview {
	background-size: 1200px 800px;
}
}

@media (max-width: 992px) {
#intro {
	padding: 120px 0;
	background-position: 0 -100px;
	background-size: 1000px 667px;
}
#overview {
	background-size: 1000px 667px;
}
}

@media (max-width: 768px) {
#intro {
	padding: 80px 0 60px 0;
	background-attachment: local;
	background-position: 0 -100px;
	background-size: 768px 513px;
}
#overview {
	background-attachment: local;
	background-size: 768px 513px;
}
}

@media (max-width: 576px) {
#intro {
	padding: 80px 0 60px 0;
	background-attachment: local;
	background-position: 0px;
	background-size: 578px 386px;
}
}
#intro h1 {
	font-size: 20px;
	color: #b92127;
	font-weight: 700;
	text-align: center;
}
#intro h2 {
	font-size: 68px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
#intro h3 {
	font-size: 48px;
	color:#453D39;
    color:#453D39;
	font-weight: 400;
	font-style: italic;
	text-align: center;
}
#content h1 {
	font-size: 36px;
	color: #b92127;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
#content h1 em {
	font-size: 24px;
	color:#453D39;
	font-weight: 400;
	font-style: italic;
}
#content h2 {
	font-size: 24px;
	color: #b92127;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
#content h2 em {
	font-size: 18px;
	color:#453D39;
	font-weight: 400;
	font-style: italic;
}
#content h3 {
	font-size: 22px;
	color:#453D39;
	font-weight: 400;
	font-style: italic;
	text-align:center;
}
#content p {
	font-size: 21px;
	color: #2e2829;
	font-weight: 500;
}
#content p.text-sm-block {
	font-size: 18px;
	line-height:1.4;
	color: #2e2829;
	font-weight: 500;
}
#banner h1 {
	font-size: 24px;
	color: #b92127;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
#banner h1 em {
	font-size: 18px;
	color:#453D39;
	font-weight: 400;
	font-style: italic;
}

@media (max-width: 992px) {
#intro h1 {
	font-size: 18px;
}
#intro h2 {
	font-size: 42px;
}
#intro h3 {
	font-size: 28px;
}
#content h1 {
	font-size: 32px;
}
#content h1 em {
	font-size: 20px;
}
#content h2 {
	font-size: 20px;
}
#content h2 em {
	font-size: 14px;
}
#content p {
	font-size: 18px;
}
}

@media (max-width: 768px) {
#intro h1 {
	font-size: 16px;
}
#intro h2 {
	font-size: 26px;
}
#intro h3 {
	font-size: 18px;
}
#content h1 {
	font-size: 24px;
	line-height: 1.2;
}
#content h1 em {
	font-size: 20px;
}
#content h2 {
	font-size: 20px;
}
#content h2 em {
	font-size: 14px;
}
#content p {
	font-size: 18px;
}
}
.text-link{
	color: #b92127 ;
	}

.text-link:hover{
	color: #b92127;
	text-decoration:underline;
	}	
.red-block {
	background-color: #b92127;
	background-color: rgba(185,33,39,.85);
	padding: 30px;
}
.red-block p {
	margin: 0;
	font-size: 18px;
	color: #fff;
}
.card {
	border: none;
	border-radius: 0;
	    background: #a51f29;
		
}
.card-header:first-child {
    border-radius: 0;
}
.card-header {
	background-color: #f9f5f4;
	border-radius: 0;
	border:none;
}
.card-body{
	padding-top:10px;
 	padding-bottom:10px;
	}
.card .btn{
	    background-color: #b92127 ;
		border-top: 2px dashed #5e020d;
	}	
#content .card a em{
	font-weight:400;
	color:#5e020d;
	}
.card .btn:hover em{
	    color:#fff; 
	}		
ul.card-text{
	list-style:none;
	padding-left:30px;
	}

ul.card-text li{
	color:#fff;
	font-size:18px;
	display:block;
	margin:15px 0;
	line-height:1.1;
	position:relative;
	}
ul.card-text li:before{
	position:absolute;
	left:-30px;
	top:0;
	width:15px;
	height:19px;
	display:block;
 	font-family:Material-Design-Iconic-Font;
	content:'\f110';
	font-size:18px;
	color:#5e020d;
	}	
#content .text-white {
	color: #fff;
}
#content .tile {
	text-decoration: none;
	display: block;
	padding: 15px;
	transition: all 0.55s cubic-bezier(.25, .8, .25, 1);
}
#content .tile:hover {
	text-decoration: none;
	box-shadow: 0 14px 20px rgba(46,40,41,0.25), 0 10px 10px rgba(46,40,41,.22);
}
#content .tile:hover .btn-faux-primary {
	color: #fff;
	background-color: #d6162d;
	border-color: #d6162d;
}
#content .tile:hover .btn-faux-transparent {
	color: #a51f29;
}
#content .tile p {
	color: #2e2829;
	font-size: 18px;
	line-height: 1.24;
	text-align: center;
}
#content form p {
	font-size: 18px;
	margin-bottom: 7px;
}
#content form p em {
	color:#453D39;
	font-weight: 400;
}
#content form label {
	font-size: 16px;
	font-style: italic;
	color: #2e2829;
	opacity: .75;
}
.form-control {
	border-radius: 0;
	border: 2px dashed #b7aca7;
	color: #2e2829;
}
.custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #b92127;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	background-color: #b92127;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color:#453D39;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color:#453D39;
}
.custom-radio .custom-control-label::before {
	border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #b92127;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color:#453D39;
}
.well {
	padding: 15px 15px 5px 15px;
	background-color: rgba(248,248,248,1.00);
}
.btn {
	border-radius: 0;
	padding: 10px 15px;
	font-weight: 700;
}
.btn-primary {
	color: #fff;
	background-color: #a51f29;
	border-color: #a51f29;
}
.btn-primary:hover {
	color: #fff;
	background-color: #d6162d;
	border-color: #d6162d;
}
.btn-primary:focus, .btn-primary.focus {
	box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	opacity: .5;
	background-color: #a51f29;
	border-color: #a51f29;
}
.btn-faux {
	padding: 10px 15px;
	font-weight: 700;
}
.btn-faux-primary {
	color: #fff;
	background-color: #a51f29;
	border-color: #a51f29;
}
.btn-faux-transparent {
	color: #2e2829;
	background-color: #fff;
	border-color: #fff;
}
.m-0-auto {
	margin: 0 auto !important;
	display: block;
	text-align: center;
}
footer {
	background: #a51f29;
}
footer h1 {
	color: #fff;
	font-size: 24px;
	line-height: 1;
}
footer p {
	color: #fff;
}
footer p a {
	color: #fff;
}
footer p a:hover {
	color: #fff;
	text-decoration: underline;
}
footer p i {
	color: #5e020d;
	margin-right: 5px;
}
footer .small {
	color: #5e020d;
	font-style: italic;
	margin-top: 45px;
}
footer .text-phone {
	font-size: 24px;
	font-weight: 700;
}
footer .text-phone i {
	font-size: 15px !important;
}
footer .text-address i {
	font-size: 15px !important;
}
footer .text-address {
}
#content .text-phone {
	font-size: 18px;
}
.text-address {
	font-size: 16px;
}
#content .text-phone a, #content .text-address a {
	color: #2e2829;
}
#content .text-phone a:hover, #content .text-address a:hover {
	text-decoration: underline;
}
#content .text-phone i {
	font-size: 15px !important;
	color:#453D39;
}
#content .text-address i {
	font-size: 15px !important;
	color:#453D39;
}
footer h1 em {
	font-size: 18px;
	color: #5e020d;
	font-weight: 400;
	font-style: italic;
}
.footer-left {
	background-color: #b92127;
	border-right: 2px dashed #5e020d;
	padding-right: 60px;
}
.footer-right {
	padding: 50px;
}

@media (max-width: 768px) {
.footer-right {
	padding: 40px 30px 30px 30px;
}
.p-t-30-sm {
	padding-top: 30px;
}
}
.m-0 {
	margin: 0 !important;
}
footer .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
footer .container-fluid > .row {
	margin-left: 0;
	margin-right: 0;
}
footer .social-nav .nav-link {
	color: #fff;
	font-size: 50px;
	padding: 0rem .35rem;
}
.social-nav .nav-link {
	color: #2e2829;
	font-size: 30px;
	padding: 0rem .35rem;
}
.social-nav .nav-link:hover {
	color: #b92127;
}


small.help-block{
	color:red !important;
	}
.m-5 {
	margin: 5px;
}
.m-10 {
	margin: 10px;
}
.m-15 {
	margin: 15px;
}
.m-20 {
	margin: 20px;
}
.m-30 {
	margin: 30px;
}
.m-40 {
	margin: 40px;
}
.m-50 {
	margin: 50px;
}
.m-60 {
	margin: 60px;
}
.m-x-15 {
	margin-left: 15px;
	margin-right: 15px;
}
.m-x-20 {
	margin-left: 20px;
	margin-right: 20px;
}
.m-x-30 {
	margin-left: 30px;
	margin-right: 30px;
}
.m-x-40 {
	margin-left: 40px;
	margin-right: 40px;
}
.m-x-50 {
	margin-left: 50px;
	margin-right: 50px;
}
.m-x-60 {
	margin-left: 60px;
	margin-right: 60px;
}
.m-y-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.m-y-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.m-y-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.m-y-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.m-y-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.m-y-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.m-t-0 {
	margin-top: 0px !important;
}
.m-t-5 {
	margin-top: 15px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-15 {
	margin-top: 15px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-t-40 {
	margin-top: 40px;
}
.m-t-50 {
	margin-top: 50px;
}
.m-t-60 {
	margin-top: 60px;
}
.m-t-120 {
	margin-top: 120px;
}
.m-b-3 {
	margin-bottom: 3px;
}
.m-b-5 {
	margin-bottom: 5px;
}
.m-b-7 {
	margin-bottom: 7px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.m-b-50 {
	margin-bottom: 50px;
}
.m-b-60 {
	margin-bottom: 60px;
}
.m-r-5 {
	margin-right: 5px;
}
.m-r-10 {
	margin-right: 10px;
}
.m-r-20 {
	margin-right: 20px;
}
.m-r-30 {
	margin-right: 30px;
}
.m-l-10 {
	margin-left: 10px;
}
.p-0 {
	padding: 0 !important;
}
.p-5 {
	padding: 5px;
}
.p-10 {
	padding: 10px;
}
.p-15 {
	padding: 15px;
}
.p-20 {
	padding: 20px;
}
.p-30 {
	padding: 30px;
}
.p-40 {
	padding: 40px;
}
.p-50 {
	padding: 50px;
}
.p-60 {
	padding: 60px;
}
.p-x-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.p-x-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.p-x-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.p-x-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.p-x-40 {
	padding-left: 40px;
	padding-right: 40px;
}
.p-x-50 {
	padding-left: 50px;
	padding-right: 50px;
}
.p-x-60 {
	padding-left: 60px;
	padding-right: 60px;
}
.p-y-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.p-y-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.p-y-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.p-y-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.p-y-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.p-y-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.p-y-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.p-y-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.p-y-100 {
	padding-top: 140px;
	padding-bottom: 140px;
}
.p-y-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 768px) {
.p-y-120 {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
.p-y-200 {
	padding-top: 200px;
	padding-bottom: 200px;
}
.p-t-5 {
	padding-top: 5px;
}
.p-t-10 {
	padding-top: 10px;
}
.p-t-15 {
	padding-top: 15px;
}
.p-t-20 {
	padding-top: 20px;
}
.p-t-30 {
	padding-top: 30px;
}
.p-t-40 {
	padding-top: 40px;
}
.p-t-50 {
	padding-top: 50px;
}
.p-t-60 {
	padding-top: 60px;
}
.p-t-80 {
	padding-top: 80px;
}
.p-t-100 {
	padding-top: 100px;
}
.p-t-120 {
	padding-top: 120px;
}
.p-b-5 {
	padding-bottom: 5px;
}
.p-b-10 {
	padding-bottom: 10px;
}
.p-b-15 {
	padding-bottom: 15px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.p-b-30 {
	padding-bottom: 30px;
}
.p-b-40 {
	padding-bottom: 40px;
}
.p-b-50 {
	padding-bottom: 50px;
}
.p-b-60 {
	padding-bottom: 60px;
}
.p-b-80 {
	padding-bottom: 80px;
}
.p-b-100 {
	padding-bottom: 100px;
}
.p-b-120 {
	padding-bottom: 120px;
}
.p-r-5 {
	padding-right: 5px;
}
