/*

CSS and CSS Overrider for Legion Vision Site
Contents:
 Typography 
 Spacers and Dividers
 Carousels
 Header and Footer
 Page
 Page Specific
 Responsive
 Sharing
Author: Sudden Industries;

*/


/*Typography*/

h1,
h3 {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
}

h2 {
    font-size: 26px;
    line-height: 34px;
}

h5 {
    line-height: 22px;
    margin-bottom:0px;
}

body {
    color: rgb(36, 40, 45);
}


blockquote {
    font-size: 26px;
}

.fancy-title {
    margin-top: 15px;
    margin-bottom: 22px;
}

.text-white,
.text-white .box-list-content {
    color: #FFFFFF;
}

.capitalize {
    text-transform: capitalize;
}

.node-web-content .post-content {
	font-family: Arial !important;
	font-size: 15px !important;
	color: #595959;
}

.node-web-content .post-content p {
	font-family: Arial !important;
	font-size: 15px !important;
	color: #595959;
}


/*buttons*/

body>button {
    transition: all 0.3s ease 0s;
}

.align-right{
    text-align: right;
}



/*Spacers and Dividers*/

.v_spacer_0 {
    margin-bottom: 0px;
}

.v_spacer_10 {
    margin-bottom: 10px;
}

.v_spacer_20 {
    margin-bottom: 20px;
}

.v_spacer_30 {
    margin-bottom: 30px;
}

.v_spacer_40 {
    margin-bottom: 40px;
}

.v_spacer_50 {
    margin-bottom: 50px;
}

.v_spacer_60 {
    margin-bottom: 60px;
}

.v_spacer_70 {
    margin-bottom: 70px;
}

.v_spacer_80 {
    margin-bottom: 80px;
}

.section_padding_top_0 {
    padding-top: 0px;
}

.section_padding_top_20 {
    padding-top: 20px;
}

.section_padding_top_40 {
    padding-top: 40px;
}

.section_padding_top_60 {
    padding-top: 60px;
}

.section_padding_top_80 {
    padding-top: 80px;
}

.section_padding_top_100 {
    padding-top: 100px;
}

.section_padding_bottom_0 {
    padding-bottom: 0px;
}

.section_padding_bottom_20 {
    padding-bottom: 20px;
}

.section_padding_bottom_40 {
    padding-bottom: 40px;
}

.section_padding_bottom_60 {
    padding-bottom: 60px;
}

.section_padding_bottom_80 {
    padding-bottom: 80px;
}

.section_padding_bottom_100 {
    padding-bottom: 100px;
}
.fixed_height_10{
    height:10px;    
}
.fixed_height_20{
    height:20px;    
}
.fixed_height_30{
    height:30px;    
}
.fixed_height_40{
    height:40px;    
}
.fixed_height_50{
    height:50px;    
}
.fixed_height_60{
    height:60px;    
}
.fixed_height_70{
    height:70px;    
}
.fixed_height_80{
    height:80px;    
}
.fixed_height_90{
    height:90px;    
}
.fixed_height_100{
    height:100px;    
}
.divider_line {
    margin-top: 20px;
    margin-bottom: 20px;
}

.divider_line .text-divider {
    background-color: #0081c6;
}

.divider_line_gold {
    background-color: #d1a00d;
}

.line-divider {
    border-top-style: solid;
    border-top-color: #ccc;
    border-top-color: #ccc;
}


/*Carousels*/

.owl-carousel .owl-controls .owl-page.active span,
.owl-carousel .owl-controls.clickable .owl-page:hover span {
    background-color: #0081c6;
}

.owl-carousel .owl-controls .owl-page span {
    background-color: #0081c6;
}

.carousel-content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.carousel_archive .owl-item {
    padding:5px;
}

.carousel-date-news{
    font-size: 12px;
    padding-top:5px;    
}
.carousel-headline{
    font-size: 16px;
    line-height: 22px;
    padding-top:5px;  
    margin-bottom:10px;  
}
.carousel-description
    font-size: 14px;
    margin-bottom:10px; 
    padding-right:10px;
}

.awe-image-overlay{
    background-color: rgba(0, 129, 198, .75);
}


/*Header and Footer*/

.header-main.shrink .awemenu-logo,
.header-main.shrink .awemenu-mobile-standard.awemenu-nav .awemenu-bars {
    line-height: 100px;
}

.awemenu-logo img {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-main.shrink .awemenu-logo img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.main-wrapper-header {
    display: none;
}


/*Page */

.header-top {
   /* display: none;*/
}

.legion_top_header{
    text-align: right;
    margin-top:10px;
}
.legion_top_header h3{
display:none;
}
.legion_top_header_link{
    text-transform: uppercase;
    margin-top:10px;
    padding:10px;
}
.legion_top_header_link a, .legion_top_header_link a:hover {
    color:rgb(85, 85, 102);
}

.legion-page-header-small {
    color: #ffffff;
    text-align: center;
    position: relative;
    padding-top: 40px;
    padding-left: 0px;
    padding-bottom: 40px;
    padding-right: 0px;
}

.legion-page-header-small .awe-bg-overlay {
    background-color: #0081c6;
    background-color: rgba(0, 129, 198, 0.75);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.legion-page-header-small h1,
.legion-page-header-small h2,
.legion-page-header-small h3,
.legion-page-header-small h4,
.legion-page-header-small h5,
.legion-page-header-small h6 {
    color: #ffffff;
}

.legion-page-header-large {}

.awecontent-section:last-child {
    margin-bottom: 0px;
}
.footer_logo {
    width: 300px;
    margin: 20px;
    float: none;
}

.footer-bottom {
    float: none;
}

.more-reasons a {
	font-size: 18px;
	color: #fff;
}


/* Page Background */

.legion-page-header-small {
    background: url(/images/centennial/ui/03-avendor_parallaxslider_1.jpg) center/cover;
}

.section-calendar {
    background: url(/images/centennial/ui/bg_1.jpg) fixed 50% 0%/cover;
}

.section-testimonial {
    background: url(/images/centennial/ui/03-avendor_parallaxslider_0.jpg) fixed 50% 0%/cover;
}

.section-member-promo {
	background: url(/images/centennial/ui/03-avendor_parallaxslider_0.jpg) fixed 50% 0%/cover;
}

.section-social {
    background: url(/images/centennial/ui/03-avendor_parallaxslider_0.jpg) fixed 50% 0%/cover;
}


/*Page Specific*/
#block-views-portfolio-classic-four .fancy-title{
	display:none;
}

.legion_list {
        list-style: none;
        padding-left:1.5em;
}
.list-inline{
    list-style: none;

}
.awe-text ul li:before, .box-list-content ul li:before, .list-inline ul li:before{
        list-style: none;    
        display:none;
}

.legion_list li {
margin-bottom:5px;
}
.legion_list li::before {
    content: "•"; 
    color: #0081c6;
    display: inline-block;
    font-size:1em;
    width: 1em;
    margin-left: -1em;
  }
.legion_list a{
   color:#000000;
}
.legion_list a:hover{
   color: #0081c6;
}
/*video*/
.float-left{
    float:left;
}
.float-right{
    float:right;
}


/*blog - article override */

.blog-post .blog-post-content {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    border: 0px;
    padding: 0px;
}

.tabs-menu {
    margin-bottom: 0px;
}

.sidebar-right {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.sidebar.sidebar-right:before,
{
    margin-top: 20px;
    margin-left: 0px;
    width: 0px;
}
.post-meta-info {
    margin:0px;
}

.no-transform {
	text-transform: none !important;
}

/* search */

.legion-search>div {
	border: none !important;
	padding: 0px !important;
}

.legion-search #edit-basic input[type=submit] {
	top: 0px !important;
}

.legion-search input[type=submit], #search-form #edit-basic input[type=submit] {
	background-color: #0e7dd2 !important;
}

.legion-search .form-control {
	background-color: #fff;
	border: none;
}

.gs-result .gs-title, .gs-result .gs-title * {
	text-decoration: none !important;
}

/*Responsive*/

@media (max-width: 639px) {
    .awemenu-mobile-standard.awemenu-nav .awemenu-bar {
        line-height: 150px;
    }
 
}

@media (max-width: 768px) {
    .legion_top_header{
        text-align: center;
    }
 
}

.containloader:before {
    content: url('/images/centennial/ui/758.gif');
}

.zgroup,
.square {
    display: none;
}

/* Sharing */

.share-icon{
    float:right;
    font-size:20px;
    padding-left:5px;
    padding-right:5px;
}
.share-icon-left{
        float:left ;
    font-size:20px;
    padding-left:5px;
    padding-right:5px;
}



/*Ads*/


.ad-container {
    margin: 0px auto 20px auto;
    text-align: center;
}





/* TESTING */

/* ADDED BY LEGION */

.page-sitesearch tbody {
	border-top: none;
}

.carousel-content-wrapper p {
	margin-bottom: 2px;
}

.containloader .zgroup {
	display: none;
}

.legion_top_header {
	text-align: right;
	margin-top: 10px;
}

.legion_top_header_link {
	text-transform: uppercase;
	margin-top: 10px;
	padding: 10px;
}

.nav-tabs {
	padding-top: 20px;
}

.carousel-item {
	padding: 5px;
}

.owl-pagination {
	text-align: center;
}

h2.page-title {
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 32px;
}

.tabs-content {
	margin-bottom: 40px;
}

.awe-section-102-1-1-0-3-text {
	text-align: left;
}

.awe-section-184-1-0-8-text p {
	font-weight: normal;
}

.awe-section-167-1 select {
	font-size: 24px;
	border: none;
	/*border: 1px solid #d1a00d;*/
	color: #d1a00d;
	padding: 10px;
}

.awe-section-167-1 select option {
	padding: 10px;
}

.awe-section-167-2 {
	margin-top: 40px;
	/*margin-left: 40px;*/
	margin-bottom: 40px;
	/*margin-right: 40px;*/
}

.awe-section-102-5 {
	padding: 40px 15px 20px 15px;
}

.videos .awe-image-container img {
	width: 100%;
}

.node-video-playlist .awe-image-container img {
	width: 100%;
}

.awe-section-176-0-2-1-text {
	padding-bottom: 10px;
}

.decade-select {
	text-align: center;
}

.decade-select select {
	font-size: 24px;
	border: none;
	/*border: 1px solid #d1a00d;*/
	color: #d1a00d;
	padding: 10px;
}

.decade-select select option {
	padding: 10px;
}

.photos-teaser h3 {
	color: #fff;
}

.photos-teaser h3 a {
	color: #fff;
	display: block;
}

.post-meta-info a {
	color: #0081c6;
	font-size: inherit;
}

ul.photo-categories {
	list-style: none;
	margin: 20px auto 15px;
	padding: 0;
	text-align: center;
	z-index: 99;
}

ul.photo-categories li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

a.photo-category {
	padding: 8px 15px;
	color: #ccc;
	background: 0 0;
	border: 1px solid #ececec;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

a.photo-category.selected {
	border-color: #0081c6;
	background-color: #0081c6;
	color: #fff;
}

.awe-section-102-8 .row {
	padding: 0px 15px;
}

.view-calendar, .view-national-calendar, .view-department-calendar, .view-post-calendar {
	margin-top: 20px;
	margin-bottom: 100px;
}

.view .date-nav-wrapper .date-heading h3 {
	margin-bottom: 20px;
}

.view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next {
	position: relative;
	background: none;
}

.calendar-calendar .month-view .full td.single-day div.monthview {
	background: none;
	margin-bottom: 10px;
	font-size: 12px;
}

.view .date-nav-wrapper .date-nav {
	margin-bottom: 0px;
}

.node .share-icon {
	color: #000;
}

.obj-bar {
	display: none;
}

.section-calendar .title_box a, .section-calendar .box-list-content a {
	color: #fff;
}

.prev-next {
	margin: 20px 0px;
	padding: 10px 0px;
	border-top: #ececec 1px solid;
	border-bottom: #ececec 1px solid;
}

.prev-next .next {
	text-align: right;
}

.advertisement {
	border: 1px solid #ccc;
}

.btn-primary a {
	color: #fff;
}

.dept-image-container {
	position: relative;
}

.dept-image-container .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*display: block;*/
	color: #fff;
	background: rgba(0, 0, 0, .6);
	padding: 5px 10px;
}

.dept-image-container .overlay h3 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

.dept-image-container .overlay h4 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 0px;
}

.dept-image-container .overlay a {
	color: #fff;
	display: block;
}


@media (max-width: 768px) {

	.header-top-left {
		display: none;
	}
	
	.legion_top_header {
		padding-bottom: 10px;
		text-align: center;
	}

	.legion-page-header-small h1 {
		font-size: 42px;
	}
	
	.footer_logo {
		width: 250px;
	}
	
	.view .date-nav-wrapper .date-heading h3 {
		font-size: 1.2em;
	}
}

/* END ADDED BY LEGION */

/* HOME */

.md-layer-1-0-0{z-index:997 !important;color:#ffffff !important;text-align:center;font-size:7.6666666666667em;font-weight:700;font-family:"Montserrat";}.md-layer-1-0-1{z-index:999 !important;color:#ffffff !important;text-align:center;font-size:3.3333333333333em;font-family:"Playball";}.md-layer-1-0-2 a{background:#d1a00d;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;padding-top:18px;padding-right:28px;padding-bottom:18px;padding-left:28px;color:#ffffff !important;text-align:center;font-size:2em;font-weight:700;font-family:"Arial";}.md-layer-1-0-2{z-index:1000!important;}.md-layer-1-1-0{z-index:2 !important;color:#ffffff !important;text-align:center;font-size:7.6666666666667em;font-weight:700;font-family:"Arial";}.md-layer-1-1-1{z-index:2 !important;color:#ffffff !important;text-align:center;font-size:3.3333333333333em;font-family:"Playball";}.md-layer-1-1-2 a{background:#d1a00d;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;padding-top:18px;padding-right:28px;padding-bottom:18px;padding-left:28px;color:#ffffff !important;text-align:center;font-size:2em;font-weight:700;font-family:"Arial";}.md-layer-1-1-2{z-index:2!important;}

.awe-section-102-0-0{padding-top:0px;padding-left:0px;padding-bottom:0px;padding-right:0px;}


.awe-section-102-1-0{}
.awe-section-102-1-0-0{}

.awe-section-102-1-0-0-2-header{text-align:center;}
.awe-section-102-1-0-0-3-text{text-align:left;}
.awe-btn.awe-section-102-1-0-0-5-button{}
.awe-section-102-1-1{}
.awe-section-102-1-1-0{}

.awe-section-102-1-1-0-2-header{text-align:center;}
.awe-section-102-1-1-0-3-text{text-align:left;}
.awe-btn.awe-section-102-1-1-0-5-button{}
.awe-section-102-1-2{}

.awe-section-102-2{background:url(/images/centennial/ui/bg_1.jpg) fixed 50% 0%/cover;}
.awe-section-102-2-0{padding-top:0px;padding-left:0px;padding-bottom:0px;padding-right:0px;}
.awe-section-102-2-0-0{}
.awe-section-102-2-0-0-2-header{color:#ffffff;color:rgb(255,255,255);margin-top:0px;margin-left:0px;margin-bottom:20px;margin-right:0px;text-align:center;}
.awe-section-102-2-0-0-4-carousel{padding-top:0px;padding-left:0px;padding-bottom:0px;padding-right:0px;}
.awe-section-102-2-0-0-4-carousel-0{}

.awe-section-102-2-0-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-2-0-0-4-carousel-0{}

.awe-section-102-2-0-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-2-0-0-4-carousel-0{}

.awe-section-102-2-0-0-4-carousel-0-3-header{text-align:center;}
.awe-section-102-2-0-0-4-carousel-0{}

.awe-section-102-2-0-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-2-0-0-4-carousel-0{}

.awe-section-102-2-0-0-4-carousel-0-2-header{text-align:center;}

.awe-section-102-3-0{}

.awe-section-102-3-0-0-carousel-0{}

.awe-section-102-3-0-0-carousel-0-1-text{text-align:left;}
.awe-section-102-3-0-0-carousel-0-2-text{text-align:left;}
.awe-section-102-3-0-0-carousel-0-3-text{text-align:left;}
.awe-section-102-3-0-0-carousel-0{}

.awe-section-102-3-0-0-carousel-0-1-text{text-align:left;}
.awe-section-102-3-0-0-carousel-0-2-text{text-align:left;}
.awe-section-102-3-0-0-carousel-0-3-text{text-align:left;}
.awe-section-102-3-0-0-carousel-0{}

.awe-section-102-3-0-0-carousel-0-1-text{text-align:left;}
.awe-section-102-3-0-0-carousel-0-2-text{text-align:left;}
.awe-section-102-3-0-0-carousel-0-3-text{text-align:left;}
.awe-section-102-3-1{}
.awe-section-102-4{position:relative;}.awe-section-102-4 .awe-bg-overlay{background-color:#0081c6;background-color:rgba(0,129,198,0.71);height:100%;position:absolute;width:100%;top:0;left:0;}.awe-section-102-4{background:url(/images/centennial/ui/03-avendor_parallaxslider_0.jpg) fixed 50% 0%/cover;}.awe-section-102-4{position:relative;}.awe-section-102-4 .awe-bg-overlay{background-color:#0081c6;background-color:rgba(0,129,198,0.71);height:100%;position:absolute;width:100%;top:0;left:0;}
.awe-section-102-4-0{}
.awe-section-102-4-0-2-header{color:#ffffff;color:rgb(255,255,255);margin-top:0px;margin-left:0px;margin-bottom:20px;margin-right:0px;text-align:center;}
.awe-section-102-4-0-4-carousel{padding-top:0px;padding-left:0px;padding-bottom:0px;padding-right:0px;}
.awe-section-102-4-0-4-carousel-0{}

.awe-section-102-4-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-4-0-4-carousel-0{}

.awe-section-102-4-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-4-0-4-carousel-0{}

.awe-section-102-4-0-4-carousel-0-3-header{text-align:center;}
.awe-section-102-4-0-4-carousel-0{}

.awe-section-102-4-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-4-0-4-carousel-0{}

.awe-section-102-4-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-4-0-4-carousel-0{}

.awe-section-102-4-0-4-carousel-0-2-header{text-align:center;}

.awe-section-102-5-0{}
.awe-section-102-5-0-2-header{text-align:center;}
.awe-section-102-5-0-4-carousel{padding-top:0px;padding-left:0px;padding-bottom:0px;padding-right:0px;}
.awe-section-102-5-0-4-carousel-0{}

.awe-section-102-5-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-5-0-4-carousel-0{}

.awe-section-102-5-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-5-0-4-carousel-0{}

.awe-section-102-5-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-5-0-4-carousel-0{}
.awe-section-102-5-0-4-carousel-0{}
.awe-section-102-6{background:url('/images/centennial/ui/01-avendor_hero_legacy.jpg'); background-size: cover; background-position: center top !important;}
.awe-section-102-6-0{}
.awe-section-102-6-0-2-header{text-align:center;}
.awe-section-102-6-0-4-carousel{padding-top:0px;padding-left:0px;padding-bottom:0px;padding-right:0px;}
.awe-section-102-6-0-4-carousel-0{}

.awe-section-102-6-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-6-0-4-carousel-0{}

.awe-section-102-6-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-6-0-4-carousel-0{}

.awe-section-102-6-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-6-0-4-carousel-0{}

.awe-section-102-6-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-6-0-4-carousel-0{}

.awe-section-102-7-0{}
.awe-section-102-7-0-2-header{text-align:center;}
.awe-section-102-7-0-4-carousel{padding-top:0px;padding-left:0px;padding-bottom:0px;padding-right:0px;}
.awe-section-102-7-0-4-carousel-0{}

.awe-section-102-7-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-7-0-4-carousel-0{}

.awe-section-102-7-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-7-0-4-carousel-0{}

.awe-section-102-7-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-7-0-4-carousel-0{}

.awe-section-102-7-0-4-carousel-0-2-header{text-align:center;}
.awe-section-102-7-0-4-carousel-0{}
.awe-section-102-8{background:url(/images/centennial/ui/bg_1.jpg) fixed 50% 0%/cover;}
.awe-section-102-8-0{padding-top:0px;padding-left:0px;padding-bottom:0px;padding-right:0px;}
.awe-section-102-8-0-0{}
.awe-section-102-8-0-0-2-header{color:#ffffff;color:rgb(255,255,255);margin-top:0px;margin-left:0px;margin-bottom:20px;margin-right:0px;text-align:center;}
.awe-btn.awe-section-102-8-0-0-4-button{}
.awe-section-102-8-0-1{}
.awe-section-102-8-0-1-1-icon_box_awe .iconbox_detail{color:#ffffff;color:rgb(255,255,255);}.awe-section-102-8-0-1-1-icon_box_awe .box-list-content{color:#ffffff;color:rgb(255,255,255);}
.awe-section-102-8-0-2{}
.awe-section-102-8-0-2-1-icon_box_awe .iconbox_detail{color:#ffffff;color:rgb(255,255,255);}.awe-section-102-8-0-2-1-icon_box_awe .box-list-content{color:#ffffff;color:rgb(255,255,255);}
.awe-section-102-8-0-3{}
.awe-section-102-8-0-3-1-icon_box_awe .iconbox_detail{color:#ffffff;color:rgb(255,255,255);}.awe-section-102-8-0-3-1-icon_box_awe .box-list-content{color:#ffffff;color:rgb(255,255,255);}
.awe-section-102-9{background-color:rgb(209,160,13);background-color:#d1a00d;}
.awe-section-102-9-0{}
.awe-section-102-9-0-0-header{text-align:center;}
.awe-btn.awe-section-102-9-0-2-button{background:#000000;background:rgba(0,0,0,0);border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff;border-right:2px solid #ffffff;padding-top:24px;padding-left:48px;padding-bottom:24px;padding-right:48px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;font-size:16px;}.awe-btn.awe-section-102-9-0-2-button:hover{color:#778899;color:rgb(119,136,153);background-color:#ffffff;background-color:rgb(255,255,255);}
#info{position:relative;}#info .awe-bg-overlay{background-color:#0076e1;background-color:rgba(0,118,225,0.6);height:100%;position:absolute;width:100%;top:0;left:0;}#info{background:url(/images/centennial/ui/03-avendor_parallaxslider_0.jpg) fixed 50% 0%/cover;}#info{position:relative;}#info .awe-bg-overlay{background-color:#0076e1;background-color:rgba(0,118,225,0.6);height:100%;position:absolute;width:100%;top:0;left:0;}
.awe-section-102-10-0{}
.awe-section-102-10-0-0{margin-top:0px;margin-left:0px;margin-bottom:40px;margin-right:0px;}
.awe-section-102-10-0-0-0-header{color:#fffcfc;color:rgb(255,252,252);text-align:center;}
.awe-section-102-10-0-0-2-divider .line-divider{border-top-style:solid;border-top-color:rgb(236,236,236);border-top-color:#ececec;border-top-width:1px;}.awe-section-102-10-0-0-2-divider{width:340px;}
.awe-section-102-10-0-0-4-header{color:#fffcfc;color:rgb(255,252,252);text-align:center;}
.awe-section-102-10-0-1{margin-top:0px;margin-left:0px;margin-bottom:40px;margin-right:0px;}
.awe-section-102-10-0-1-0-icon_box_awe .iconbox_detail{color:#fcfcfc;color:rgb(252,252,252);}
.awe-section-102-10-0-2{margin-top:0px;margin-left:0px;margin-bottom:40px;margin-right:0px;}
.awe-section-102-10-0-2-0-icon_box_awe .iconbox_detail{color:#fcfcfc;color:rgb(252,252,252);}
.awe-section-102-10-0-3{margin-top:0px;margin-left:0px;margin-bottom:40px;margin-right:0px;}
.awe-section-102-10-0-3-0-icon_box_awe .iconbox_detail{color:#fcfcfc;color:rgb(252,252,252);}
.awe-section-102-10-0-4{}
.awe-section-102-10-0-4-0-icon_box_awe .iconbox_detail{color:#fcfcfc;color:rgb(252,252,252);}

/* VISION */

.awe-section-163-0{position:relative;}.awe-section-163-0 .awe-bg-overlay{background-color:#0081c6;background-color:rgba(0,129,198,0.75);height:100%;position:absolute;width:100%;top:0;left:0;}.awe-section-163-0{background:url(/images/centennial/ui/03-avendor_parallaxslider_1.jpg) center/cover;}.awe-section-163-0{position:relative;}.awe-section-163-0 .awe-bg-overlay{background-color:#0081c6;background-color:rgba(0,129,198,0.75);height:100%;position:absolute;width:100%;top:0;left:0;}
.awe-section-163-0-0{}
.awe-section-163-0-0-0-header{color:#ffffff;color:rgb(255,255,255);text-align:center;}
.awe-section-163-0-0-1-header{color:#ffffff;color:rgb(255,255,255);text-align:center;}

.awe-section-163-1-0{}

.awe-section-163-1-0-2-header{text-align:center;}
.awe-section-163-1-0-3-text{text-align:left;}
.awe-btn.awe-section-163-1-0-5-button{}
.awe-section-163-1-1{}
.awe-section-163-1-1-0{}

.awe-section-163-1-1-0-2-header{text-align:center;}
.awe-section-163-1-1-0-3-text{text-align:left;}
.awe-btn.awe-section-163-1-1-0-5-button{}
.awe-section-163-1-2{}

.awe-section-163-2{position:relative;}.awe-section-163-2 .awe-bg-overlay{background-color:#d1a00d;background-color:rgba(209,160,13,0.75);height:100%;position:absolute;width:100%;top:0;left:0;}.awe-section-163-2{/*background:url(/images/centennial/ui/08%20avendor_poster%20gallery%20promo_0.jpg) fixed 50% 0%/cover;*/}.awe-section-163-2{position:relative;}.awe-section-163-2 .awe-bg-overlay{background-color:#d1a00d;background-color:rgba(209,160,13,0.75);height:100%;position:absolute;width:100%;top:0;left:0;}
.awe-section-163-2-0{padding-top:0px;padding-left:0px;padding-bottom:0px;padding-right:0px;}
.awe-section-163-2-0-0{}
.awe-section-163-2-0-0-0-header{color:#ffffff;color:rgb(255,255,255);text-align:center;}
.awe-section-163-2-0-0-2-divider .line-divider{border-top-style:solid;border-top-color:rgb(236,236,236);border-top-color:#ececec;}.awe-section-163-2-0-0-2-divider{width:254px;}

.awe-section-163-2-0-0-3-carousel-0{}
.awe-section-163-2-0-0-3-carousel-0-0-image{border-top:0 solid;border-left:0 solid;border-bottom:0 solid;border-right:0 solid;}

.awe-btn.awe-section-163-2-0-0-4-button{margin-top:10px;margin-left:10px;margin-bottom:10px;margin-right:10px;}
.awe-btn.awe-section-163-2-0-0-5-button{margin-top:10px;margin-left:10px;margin-bottom:10px;margin-right:10px;}
.awe-btn.awe-section-163-2-0-0-6-button{margin-top:10px;margin-left:10px;margin-bottom:10px;margin-right:10px;}

.awe-section-163-3-0{}
.awe-section-163-3-0-2-header{text-align:center;}
.awe-section-163-3-0-4-carousel{padding-top:0px;padding-left:0px;padding-bottom:0px;padding-right:0px;}
.awe-section-163-3-0-4-carousel-0{}

.awe-section-163-3-0-4-carousel-0-2-header{text-align:center;}
.awe-section-163-3-0-4-carousel-0{}

.awe-section-163-3-0-4-carousel-0-2-header{text-align:center;}
.awe-section-163-3-0-4-carousel-0{}

.awe-section-163-3-0-4-carousel-0-2-header{text-align:center;}
.awe-section-163-3-0-4-carousel-0{}
.awe-section-163-3-0-4-carousel-0{}

.awe-section-163-4-0{}
.awe-section-163-4-0-2-header{text-align:center;}
.awe-btn.awe-section-163-4-0-3-button{margin-top:10px;margin-left:10px;margin-bottom:10px;margin-right:10px;}
.awe-section-163-5{background:url(/images/centennial/ui/bg_1.jpg) fixed 50% 0%/cover;}
.awe-section-163-5-0{padding-top:0px;padding-left:0px;padding-bottom:0px;padding-right:0px;}
.awe-section-163-5-0-0{}
.awe-section-163-5-0-0-2-header{color:#ffffff;color:rgb(255,255,255);margin-top:0px;margin-left:0px;margin-bottom:20px;margin-right:0px;text-align:center;}
.awe-btn.awe-section-163-5-0-0-4-button{}
.awe-section-163-5-0-1{}
.awe-section-163-5-0-1-1-icon_box_awe .iconbox_detail{color:#ffffff;color:rgb(255,255,255);}.awe-section-163-5-0-1-1-icon_box_awe .box-list-content{color:#ffffff;color:rgb(255,255,255);}
.awe-section-163-5-0-2{}
.awe-section-163-5-0-2-1-icon_box_awe .iconbox_detail{color:#ffffff;color:rgb(255,255,255);}.awe-section-163-5-0-2-1-icon_box_awe .box-list-content{color:#ffffff;color:rgb(255,255,255);}
.awe-section-163-5-0-3{}
.awe-section-163-5-0-3-1-icon_box_awe .iconbox_detail{color:#ffffff;color:rgb(255,255,255);}.awe-section-163-5-0-3-1-icon_box_awe .box-list-content{color:#ffffff;color:rgb(255,255,255);}

.awe-section-163-6-0{}
.awe-section-163-6-0-3-header{text-align:center;}

.awe-section-163-7-0{}

.awe-section-163-7-0-2-header{text-align:center;}
.awe-section-163-7-1{}

.awe-section-163-7-1-2-header{text-align:center;}
.awe-section-163-7-2{}

.awe-section-163-7-2-2-header{text-align:center;}
.awe-section-163-7-3{}

.awe-section-163-7-3-2-header{text-align:center;}

.awe-section-163-8-0{}
.awe-section-163-8-0-0-header{text-align:center;}
.awe-btn.awe-section-163-8-0-2-button{background:#000000;background:rgba(0,0,0,0);}.awe-btn.awe-section-163-8-0-2-button:hover{color:#778899;color:rgb(119,136,153);background-color:#ffffff;background-color:rgb(255,255,255);}

/* NEWS */

.awe-section-173-0{position:relative;}.awe-section-173-0 .awe-bg-overlay{background-color:#0081c6;background-color:rgba(0,129,198,0.75);height:100%;position:absolute;width:100%;top:0;left:0;}.awe-section-173-0{background:url(/images/centennial/ui/03-avendor_parallaxslider_1.jpg) center/cover;}.awe-section-173-0{position:relative;}.awe-section-173-0 .awe-bg-overlay{background-color:#0081c6;background-color:rgba(0,129,198,0.75);height:100%;position:absolute;width:100%;top:0;left:0;}
.awe-section-173-0-0{}
.awe-section-173-0-0-0-header{color:#ffffff;color:rgb(255,255,255);text-align:center;}
.awe-section-173-0-0-1-header{color:#ffffff;color:rgb(255,255,255);text-align:center;}

.awe-section-173-1-0{}

.awe-section-173-1-0-1-text{text-align:left;}
.awe-section-173-1-0-2-header{text-align:left;}
.awe-section-173-1-0-3-text{text-align:left;}
.awe-section-173-1-0-4-text{text-align:right;}
.awe-section-173-1-1{}

.awe-section-173-1-1-1-text{text-align:left;}
.awe-section-173-1-1-2-header{text-align:left;}
.awe-section-173-1-1-3-text{text-align:left;}
.awe-section-173-1-1-4-text{text-align:right;}
.awe-section-173-1-2{}


.awe-section-173-2-0{}
.awe-section-173-2-0-0-header{text-align:center;}
.awe-btn.awe-section-173-2-0-2-button{background:#000000;background:rgba(0,0,0,0);}.awe-btn.awe-section-173-2-0-2-button:hover{color:#778899;color:rgb(119,136,153);background-color:#ffffff;background-color:rgb(255,255,255);}

.awe-section-173-3-0{}

.awe-section-173-3-0-1-text{text-align:left;}
.awe-section-173-3-0-2-header{text-align:left;}
.awe-section-173-3-0-3-text{text-align:left;}
.awe-section-173-3-0-4-text{text-align:right;}
.awe-section-173-3-1{}

.awe-section-173-3-1-1-text{text-align:left;}
.awe-section-173-3-1-2-header{text-align:left;}
.awe-section-173-3-1-3-text{text-align:left;}
.awe-section-173-3-1-4-text{text-align:right;}
.awe-section-173-3-2{}

.awe-section-173-3-2-1-text{text-align:left;}
.awe-section-173-3-2-2-header{text-align:left;}
.awe-section-173-3-2-3-text{text-align:left;}
.awe-section-173-3-2-4-text{text-align:right;}

.awe-section-173-4-0{}

.awe-section-173-4-0-1-text{text-align:left;}
.awe-section-173-4-0-2-header{text-align:left;}
.awe-section-173-4-0-3-text{text-align:left;}
.awe-section-173-4-0-4-text{text-align:right;}
.awe-section-173-4-1{}

.awe-section-173-4-1-1-text{text-align:left;}
.awe-section-173-4-1-2-header{text-align:left;}
.awe-section-173-4-1-3-text{text-align:left;}
.awe-section-173-4-1-4-text{text-align:right;}
.awe-section-173-4-2{}

.awe-section-173-4-2-1-text{text-align:left;}
.awe-section-173-4-2-2-header{text-align:left;}
.awe-section-173-4-2-3-text{text-align:left;}
.awe-section-173-4-2-4-text{text-align:right;}

.awe-section-173-5-0{}
.awe-btn.awe-section-173-5-0-0-button{}

/* VIDEO */

.awe-section-176-0{position:relative;}.awe-section-176-0 .awe-bg-overlay{background-color:#323232;background-color:rgba(50,50,50,0.75);height:100%;position:absolute;width:100%;top:0;left:0;}.awe-section-176-0{background:url(/images/centennial/ui/03-avendor_parallaxslider_0.jpg) center/cover;}.awe-section-176-0{position:relative;}.awe-section-176-0 .awe-bg-overlay{background-color:#323232;background-color:rgba(50,50,50,0.75);height:100%;position:absolute;width:100%;top:0;left:0;}.awe-section-176-0{padding-top:20px;padding-left:20px;padding-bottom:20px;padding-right:20px;}
.awe-section-176-0-0{padding-top:20px;padding-left:20px;padding-bottom:20px;padding-right:20px;background-color:rgb(50,50,50);background-color:#323232;}

.awe-section-176-0-1{}
.awe-section-176-0-1-0-text{text-align:left;}
.awe-section-176-0-1-1-icon.awe-icon .awe-icon-container{}
.awe-section-176-0-1-2-icon.awe-icon .awe-icon-container{}
.awe-section-176-0-2{}
.awe-section-176-0-2-0-header{text-align:left;}
.awe-section-176-0-2-1-text{text-align:left;}

.awe-section-176-1-0{}

.awe-section-176-2-0{}

.awe-section-176-2-0-1-text{text-align:left;}
.awe-section-176-2-0-2-header{text-align:left;}
.awe-section-176-2-1{}

.awe-section-176-2-1-1-text{text-align:left;}
.awe-section-176-2-1-2-header{text-align:left;}
.awe-section-176-2-2{}


.awe-section-176-3-0{}

.awe-section-176-3-0-1-text{text-align:left;}
.awe-section-176-3-0-2-header{text-align:left;}
.awe-section-176-3-1{}

.awe-section-176-3-1-1-text{text-align:left;}
.awe-section-176-3-1-2-header{text-align:left;}
.awe-section-176-3-2{}

.awe-section-176-3-2-1-text{text-align:left;}
.awe-section-176-3-2-2-header{text-align:left;}

/* POST TOOLS */

.awe-section-169-0{position:relative;}.awe-section-169-0 .awe-bg-overlay{background-color:#0081c6;background-color:rgba(0,129,198,0.75);height:100%;position:absolute;width:100%;top:0;left:0;}.awe-section-169-0{position:relative;}.awe-section-169-0 .awe-bg-overlay{background-color:#0081c6;background-color:rgba(0,129,198,0.75);height:100%;position:absolute;width:100%;top:0;left:0;}
.awe-section-169-0-0{}
.awe-section-169-0-0-0-header{text-align:center;}
.awe-section-169-0-0-1-header{text-align:center;}

.awe-section-169-1-0{}
.awe-section-169-1-0-0{}
.awe-section-169-1-0-0-1-text{text-align:left;}
.awe-section-169-1-0-1{}
.awe-btn.awe-section-169-1-0-1-1-button{}
.awe-btn.awe-section-169-1-0-1-2-button{}
.awe-section-169-1-0-2{}
.awe-section-169-1-0-3{}
.awe-section-169-1-0-3-1-text{text-align:left;}
.awe-section-169-1-0-4{}
.awe-section-169-1-0-4-1-text{text-align:left;}
.awe-section-169-1-0-5{}
.awe-section-169-1-0-5-1-text{text-align:left;}
.awe-section-169-1-0-6{}
.awe-section-169-1-0-7{}
.awe-section-169-1-0-7-1-text{text-align:left;}
.awe-section-169-1-0-8{}
.awe-section-169-1-0-8-1-text{text-align:left;}
.awe-section-169-1-0-9{}
.awe-section-169-1-0-9-1-text{text-align:left;}
.awe-section-169-1-0-10{}

.awe-section-171-0{position:relative;}.awe-section-171-0 .awe-bg-overlay{background-color:#0081c6;background-color:rgba(0,129,198,0.75);height:100%;position:absolute;width:100%;top:0;left:0;}.awe-section-171-0{background:url(http://localhost/legion-drupal/sites/default/files/03-avendor_parallaxslider_1.jpg) center/cover;}.awe-section-171-0{position:relative;}.awe-section-171-0 .awe-bg-overlay{background-color:#0081c6;background-color:rgba(0,129,198,0.75);height:100%;position:absolute;width:100%;top:0;left:0;}
.awe-section-171-0-0{}
.awe-section-171-0-0-0-header{color:#ffffff;color:rgb(255,255,255);text-align:center;}
.awe-section-171-0-0-1-header{color:#ffffff;color:rgb(255,255,255);text-align:center;}

.awe-section-171-1-0{}
.awe-section-171-1-0-1-text{text-align:left;}
.awe-section-171-1-0-4-text{text-align:left;}
.awe-section-171-1-0-7-text{text-align:left;}
.awe-section-171-1-1{}
.awe-section-171-1-1-0{}
.awe-section-171-1-1-1{}

.awe-section-171-1-1-2{}
.awe-section-171-1-1-2-1-text{text-align:left;}
.awe-section-171-1-1-2-2-text{text-align:left;}
.awe-btn.awe-section-171-1-1-2-4-button{}
.awe-section-171-1-1-3{}

.photo-gallery img {
	max-width: 100%;
}