.clearfix {
	clear:both;
}

/* subnav
------------------------------- */
.pod-subnav {
    height: 54px;
}
.pod-subnav-container {
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
    height: 54px;
}
.pod-subnav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
.pod-subnav-menu li {
    display: inline-block;
    padding: 0;
    margin: 0;
	height:54px;
	line-height:54px;
}
.pod-subnav-menu li a { 
    display: block;
    padding: 0 45px;
	line-height: 54px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    white-space: nowrap;
    
}

@media all and (max-width: 999px) {
	.pod-subnav-menu li {
		width: auto !important;
	}
	.pod-subnav-menu li a {
		font-size: 15px !important;
		padding: 0 10px !important;
	}
}
@media all and (max-width: 599px) {
	.pod-subnav {
		display: none;		
	}
}

/* footer content
------------------------------- */

.podalt-footer-container {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}
.podalt-footer-col {
    float: left;
    width: 25%;
    padding: 20px 10px;
}
@media all and (max-width: 999px) {
	.podalt-footer-half {
		float: left;
		width: 100%;
	}
	.podalt-footer-col {
		width: 50%;		
	}
}
@media all and (max-width: 599px) {
	.podalt-footer-col {
		width: 100%;
	    text-align: center;
	}
}



/* pod-footer content
------------------------------- */
#att-footer * a, #att-footer-2-4ecps * a {
    -webkit-transition: color 500ms ease-out;
    -moz-transition: color 500ms ease-out;
    -o-transition: color 500ms ease-out;
    transition: color 500ms ease-out;	
}
.att-footer-link, .att-footer-2-4ecps {
    background-color: #000;
    color: #999;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 5px 0;
}
.att-footer-link:hover {
	text-decoration: none;
	color:#999;	
}

.att-footer-link span {
    -webkit-transition: color 500ms ease-out;
    -moz-transition: color 500ms ease-out;
    -o-transition: color 500ms ease-out;
    transition: color 500ms ease-out;
}

.att-footer-link:hover span {
	color:#fff;	
}

.att-footer-2, .att-footer-2-4ecps {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}



.att-footer-2 a {
	color: #999;
	display:inline-block;
	font-weight: 100;
	padding: 0 10px;
}
.att-footer-2 a:hover {
	color: #fff;
	text-transform: uppercase;
	
}


iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/* documents */

.podatt-document {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    padding: 20px;
	background:#fff;
}
.podatt-document h1 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}
.podatt-document h1 span {
    font-weight: 100;
    font-size: 24px;
}
.podatt-document h2 {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
    margin-bottom: 10px;
}
.podatt-document p {
    font-size: 14px;
    font-weight: 100;
    color: #666;
    line-height: 1.2;
}
.podatt-document ul {
    font-size: 14px;
    font-weight: 100;
    color: #666;
}


/********** 4ECPs STYLES **********/


/*footer*/
.att-footer-2-4ecps a {
    padding: 0px 10px;
	border-top: 1px solid;
}
.att-footer-2-4ecps a:hover {
-webkit-transition: color 500ms ease-out;
    -moz-transition: color 500ms ease-out;
    -o-transition: color 500ms ease-out;
    transition: color 500ms ease-out;	
}
#att-footer-4ecps {
    height: auto;
    float: left;
    width: 100%;
}