/* Generic Styles */
/*=============================================*/
html {
	font-size: 100%;
	height: 100%;
}
body {
	font-family: 'Lato';	
	min-height: 100%;
	position: relative;	
	font-size:1rem ;
}
.at-light-bg{
    background-color:#f9f9f9;
}
.at-red{
    color: #e2014d;
    font-weight: 400;
}
p{
    font-weight: 300;
}
.at-select{
    font-weight: 700;
    color: #e2014d !important ;
}
.at-btn-default{
    border: 1px solid #ccc;
    padding: 0.8rem 4rem;
    background: none;
    border-radius: 0;
    transition: all 0.5s ease;
}
.at-btn-default:hover{
    border: 1px solid #a20037;
    background-color: #e2014d;
    color:#fff;
    
}
h1,h2,h3,h4,h5 {
  margin-top: 1rem;
  margin-bottom: 0.7rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -1px;
}
h1 span, h2 span, h3 span, h4 span {
  font-weight: 400;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.4rem;
}
a {
	color: #2a2b2f;
	text-decoration: none;
	transition: all 0.25s ease;
	text-decoration: none;
}
a:hover{
	color: #ed1c24;
	text-decoration:none;
}
a:focus {
  outline: none;
}
.at-body-panel {
	padding: 0.9rem 0;
} 
@media (min-width: 768px) {
	.at-body-panel {
		padding: 1.4rem 0;
} 
}
.at-padding-top-bottom{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.at-padding-top-bottom-less{
    padding: 1rem;
}
.at-quick-links-head{
    background: #ccc;
  padding: 1rem 0.5rem;
  color: #000;
  margin-bottom: 0rem;
}
.at-quick-links {
    padding: 0px !important;
    
}
.at-quick-links li{
    list-style: none;
    padding:1rem 0.5rem;
    border-bottom: 1px solid #ccc;
    
}
.at-quick-links li a{
    text-decoration: none; 
    color: #969292;
    font-weight:400;
}
.at-quick-links li a:hover{
    color: #ed1c24;
    padding: 0.5rem 0;
}
    
/*Profile Region*/
/*=============================================*/
#at-profile-region  {
	border-bottom: 1px solid #ddd;
}
#at-profile-region a {
  background: #e2014d;
  color: #fff;
  line-height: 1.4rem;
  float: right;
  padding: 0 2rem;
  font-size: 0.7rem;
} 
#at-profile-region a.blank {
  background: none;
  color: #2a2b2f;
  padding: 0 1.4rem 0 0;
}
#at-profile-region a.blank.active,
#at-profile-region a.blank:hover{
  color: #ed1c24;  
}

/*Profile Region End*/
/*=============================================*/
   
/*Header Logo*/
/*=============================================*/ 
header#at-logo-header{
    background: #FFF;
    border-bottom: 1px solid #ddd;
}

#at-logo-header .at-logo-header-inner {
    position: relative;
}

#at-redtab {
    position: absolute;
    width: 50rem;
    left: -51rem;
    top: 0;
    bottom: 0;
    background: #e2014d;
}
.at-headerlogo {
    padding: 0.8rem 0 0 0;
}  

@media (min-width: 768px) {
 .at-headerlogo {
        padding: 0.8rem 0;
    }
}
.at-headerlogo img {
    height: 2.4rem;
}
h1.at-header-title {
    font-size: 1rem;
    margin: 0 0 .8rem 0;
    color: #6d6c6c;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .08rem;
}
@media (min-width: 768px) {
    h1.at-header-title {
        font-size: 2rem;
        margin: 1rem 0 0 0rem;
    }
}
/*End Header Logo*/
/*=============================================*/

/*Main Navigation Bootstrap customization*/
/*============================================*/
.navbar-default{
    background: none ;
    border: none ;
}
.navbar-nav{
	margin-top:0rem;
}
.navbar-header{
    height:4rem;
}
.navbar-brand{
    padding-left: 0px;
}
.navbar-nav > li > a{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1rem;
    font-weight: 300;
    line-height:1.5rem;
    color:#777;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a{
    line-height:2.2rem;
}
.navbar{
    margin-bottom:0px;
}
.navbar-collapse{
    padding-left:0;
}
.navbar-toggle{
    margin-top:15px;
}
.dropdown-menu{
	box-shadow: none;
}
.dropdown-menu>li>a:hover, .navbar-nav .open 
.dropdown-menu > li > a:hover,
.nav > li > a:focus, .nav > li > a:hover, 
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover{
    text-decoration: none;
	background: #f9f9f9;
    color:#ed1c24f;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
	 color:#ed1c24;
    background: none;
}
.dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a{
    line-height:3rem;
}
.dropdown-menu{
    border:none;
    padding:0;
    border-radius:0;
}
.dropdown-menu>li>a, .navbar-nav .open .dropdown-menu > li > a{
  	padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left:20px;
  	font-size: 1rem;
    font-weight: 300;
    color:#242424;
	text-transform: uppercase;
}
@media (min-width: 768px) {
    .navbar-default .nav.navbar-nav{
        margin-left: -0.9rem;
    }
    .dropdown-menu > li > a, .navbar-default .navbar-nav li a.dropdown-toggle span{
	 display: block;
     margin: -4px auto 0;
}
.navbar.navbar-default .navbar-header{
		width:0;
	}
}
/*End Main Navigation*/
/*============================================*/

/*Banner*/
/*============================================*/
.at-banner-content{
		padding:3rem 0;
}

@media (min-width: 768px) {
	.at-banner-content{
		padding:3rem 0;
	}
}
.hero {
	position: relative;	
	overflow: hidden;
	background: #000;
	padding:0;
	
}
@media (min-width: 768px) { 
	.hero {
		max-height: 440px;
	}
}
.hero>img {
	height: 400px;
	margin-left: -540px;	
}
@media (min-width: 768px) { 
	.hero>img {
		width: 100%;
		height: 440px;
		margin-left: 0px;
		
	}
}
.hero-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* Marketing Text Section */

.at-home-marketing {
	padding-top: 60px;
	background: rgb(245, 245, 245);
}

.bottomPanelTitle {
	font-size: 2.2rem;
	line-height: 2.2rem;
}

.bottomPanelImage img {
	max-width: 100%;
}


/*end hero*/








/* End Banner */
/*============================================*/

/*Search Component Start*/
/*=======================================*/
.at-rcp-gray{
    background:#eee;
}
.at-rcp-search-comp{
    padding:1rem;
}
.at-rcp-search-comp .container,
.at-rcp-search-comp .container .input-group,
.at-rcp-search-comp .container .input-group .form-control,
.at-rcp-search-comp .container .input-group .input-group-btn{
       height:100%;
}
.at-rcp-search-comp .container .input-group .form-control{
    background:none;
    border:none;
    border-right: 1px solid #d4695b;
    border-left: 1px solid #d4695b;
    font-size: 2rem;
    font-weight: 100;
    border-radius: 0;
    box-shadow: none;
}
.at-rcp-search-comp .container .input-group .input-group-btn .btn:focus, 
.at-rcp-search-comp .container .input-group .input-group-btn .btn:active{
    background:none;
    outline:none;
    border-radius: 0;
    box-shadow: none;
}
.at-rcp-search-comp .container .input-group .input-group-btn .btn{
    font-size: 2rem;
    background:none;
    outline:none;
    padding:0;
}
.at-rcp-search-comp .container .input-group .input-group-btn .btn{
    color:#242424;
    padding-left:1.5rem;
}
.at-rcp-search-comp .container .input-group .input-group-btn .btn:hover{
       color:#ed1c24;
}
/*End Search Component */
/*=======================================*/	

/*Sticky navigation*/
/*============================================*/
.at-sticky-nav {
	padding: 0;
	background: #3a3c41;
	color: #f7f7f7;  
}
.at-sticky-nav ul { 
	text-align: center;
}
.at-sticky-nav ul li {
	display: inline-block;
}
.at-sticky-nav ul li a {
	color: #ccc;
	line-height: 3;  
	display: block;
	font-size: 1.3rem;
	padding: 0 2rem;
	font-weight: 300;
}
.at-sticky-nav ul li a:hover {
	color: #fff;
	background: rgba(0,0,0,0.15);
}
@media (min-width: 768px) {
	.at-sticky-nav.at-fixed {
		width: 100%;  
		position: fixed;
		top: 0;  
		z-index: 3000;
	}
}
/* End Sticky navigation */
/*============================================*/

/*Media List Component Start*/
/*=======================================*/
.media {
	margin-top: 1.5rem;
}
.media-left, .media > .pull-left{
	padding-right: 2rem;
}
.media-right, .media > .pull-right{
	padding-left: 2rem;
}	
@media (min-width: 768px) {
	article.media.at-cta {
		position: relative;
		overflow: visible;		
	}
	article:after {
		clear: both;
	}
	article.media.at-cta .at-cta-bg {
		background-color: rgba(000,0,0,0.10);
		transition: background-color 0.5s ease;
	}
	article.media.at-cta .at-cta-link{
		display: none;
	}
	article.media.at-cta:hover .at-cta-link{
		display: inline;
	}
	
	article.media.at-cta:hover .at-cta-bg {
		position: absolute;
		top: -15px;
		bottom: -15px;
		right: -15px;
		left: -15px;
		background-color: rgba(000,0,0,0.10);
		z-index: 1;
	} 
	
}
/*End Media List Component */
/*=======================================*/

/*Filter Component Start*/
/*=======================================*/
.at-filter{
	margin-bottom:2rem;
}
.at-filter label{
	margin-right:0.9rem;
}
.at-filtered-box{
    overflow: hidden;
}
.at-filtered-box li{
    background:#eee;
    margin:1rem;
    float:left;
    margin: 0.4rem;
    padding: 0.4rem;
}
.at-filtered-box li a{
    margin-left:1rem;
    cursor:pointer;
}
/*End Filter Component Start*/
/*=======================================*/

/* Video play icon for overlay */
/*============================================*/
.at-overlay-video{
	position:relative;
}
.at-video-play-icon-warp{
	position: absolute;
	height: 100%;
    width: 100%;
	cursor:pointer;
}
.at-video-play-icon{
	color: #efefef;
    display: table;
    font-size: 3rem;
    height: 100%;
    width: 100%;
    text-align: center;
}
.at-video-play-icon span{
	height: 100%;
    width: 100%;
	display: table-cell;
	vertical-align:middle;
}
/* End Video play icon for overlay */
/*============================================*/

/*Full Screen Video*/
/*=======================================*/
.at-video-fs{
	position:fixed;
	top:0; left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:9999;
	display:none;
}
.at-video-fs-header{
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 1.5rem;
}
.at-video-fs-description p{
	margin-left:0.9rem;
	margin-right:0.9rem;
}
.at-video-fs-header .close {
	margin-top: 0;
	margin-right: 0.2rem;
}
@media (min-width: 768px) {
	.at-video-fs-description{
		float:right;
		padding:0;
	}
}
@media (min-width: 768px) {
	.at-video-fs .row{            
		height:100%;
	}
	.at-video-fs-warp, .at-video-fs .embed-responsive, .at-video-fs iframe{
		height:100%;
		padding-right:0;                                
	}
	.close{ 
		font-size: 2rem;
	}
	.at-video-fs-header .close {
		margin-top: 0;
		margin-right: 1.3rem;
	}
}
/*End Full Screen Video*/
/*=======================================*/

/*Footer Component Start*/
/*=======================================*/
footer {    
    color: #fff; 
    min-height: 82px;
    padding-bottom: 15px;
    padding-top: 15px;
    background:#4f4f4f;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
.footer-text p {
    margin: 0;
}
.footer-copyright.visible-xs {
    font-size: 0.7rem;
    margin-bottom: 0;
    margin-top: 10px;
}
.footer-logo {
    width: 50%;
}
@media (min-width: 768px) {
	.footer-text ul {
		margin: 0;
	}
	.footer-links li {
		display: inline;
		margin: 0 8px;
	}
	.footer-links li:first-child {
		margin-left: 0;
	}
	.footer-links li:last-child {
		margin-right: 0;
	}
	.footer-logo {
		width: 100%;
	}
}

/* End Footer Component */
/*============================================*/	

/* Action Bar */
/*=======================================*/
.at-action-bar{
	margin:2rem 0;
}
.at-action-bar .btn{
	margin-left:0.6rem;
	border-radius:0;
}
.at-action-bar-content{
	border:1px solid #ccc;	
}
.at-action-bar-content .table>tbody>tr>td {
	vertical-align: middle;	
}
/*End Action bar*/
/*============================================*/