/* Global */
.aios-mobile-header-wrapper {
	position: relative;
	display:none;
	z-index:101;
}

@media (max-width:991px) {
	.aios-mobile-header-wrapper.aios-mobile-header-wrapper-breakpoint-991,
	.aios-mobile-header-wrapper-breakpoint-991,
	.aios-mobile-header-wrapper-breakpoint-992 {
		display:block;
	}
}

@media (max-width:977px) {
	.aios-mobile-header-wrapper.aios-mobile-header-wrapper-breakpoint-977 {
		display:block;
	}
}

.aios-mobile-header-wrapper-breakpoint-1023 {
	display:block;
}

@media (min-width:1024px) {
	.aios-mobile-header-wrapper-breakpoint-1023 {
		display: none;
	}
}

	.amh-area-wrap {
		position: relative;
	}

	.amh-area-wrap:after,
	.amh-clearfix:after  {
		clear: both;
		content: '';
		display: block;
	}
	
/* Fixed Header */
.amh-fixed-header-nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

	.amh-header-buttons {
		position: relative;
		background: #fff;
		-webkit-box-shadow: 0 2px 7px rgba(0,1,1,.09);
		-moz-box-shadow: 0 2px 7px rgba(0,1,1,.09);
		box-shadow: 0 2px 7px rgba(0,1,1,.09);
	}

		.amh-header-buttons a {
			text-decoration: none;
			color: inherit;
		}

		.amh-header-buttons .amh-navigation-trigger,
		.amh-header-buttons .amh-center,
		.amh-header-buttons .amh-header-right-btn {
			float: left;
			position: relative;
			text-align: center;
			padding: 17px 0;
			height: 52px;
			font-size:18px;
			line-height:1;
			box-sizing: border-box;
		}

		.amh-header-buttons .amh-navigation-trigger,
		.amh-header-buttons .amh-header-right-btn {
			width: 22.18%;
			cursor: pointer;
		}

		.amh-header-buttons .amh-center {
			width: 55.64%;
			padding: 5px 0;
		}
		
		.amh-header-buttons .amh-phone-text-hide,
		.amh-header-buttons .amh-email-text-hide {
			font-size:0;
		}
		
		.amh-header-buttons a:hover {
			text-decoration:none;
		}
		
/* Navigation */

.amh-navigation {
	background:#fff;
	display: none;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.amh-navigation .amh-menu,
.amh-navigation .amh-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.amh-navigation .amh-menu ul {
		display: none;
	}

	.amh-navigation .amh-menu li {
		display: block;
		position: relative;
		border-top: 1px solid #f7f7f7;
	}

		.amh-navigation .amh-menu li a {
			display: block;
			padding: 10.3px 20px;
			color: #858585;
			font-size: 16.5px;
			font-weight: 400;
			text-decoration: none;
		}

		.amh-navigation .amh-menu li:hover > a,
		.amh-navigation .amh-menu li.open > a{
			background: #3c3c3c;
			color: #fff;
		}

		.amh-navigation .amh-menu li ul a {
			color: #C5C5C5;
			font-size: 14px;
		}
		
		/* First Level */
		.amh-navigation .amh-menu li ul {
			background: #232323;
		}

		/* Second Level */
		.amh-navigation .amh-menu li ul ul {
			background: #151515;
		}
		
		/* Third Level */
		.amh-navigation .amh-menu li ul ul ul {
			background: #020202;
		}

/* Nav Hover/Active	 */
.amh-navigation .amh-menu li.open > ul {
	display: block;
}


/* Navigation Variant 1 */
.amh-navigation.amh-nav-1 .amh-menu li a {
	text-align: center;
}


/* Navigation Variant 2 */

.amh-fixed-nav-overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 52px;
	left: 0;
	z-index: 998;
	background: rgba(0,0,0,.8);
}

.amh-navigation.amh-nav-2 {
	width: 75%;
	position: absolute;
	left: 0;
	display: block;
	z-index: 999;
}

.amh-navigation.amh-nav-2 .amh-menu li a {
	text-align: left;
}

/* Header phone list */

.amh-header-phone-list {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #4d4d4d;
	text-align:center;
	clear:both;
	display:none;
}

.amh-header-phone-list ul {
	margin:0;
	padding:0;
}

.amh-header-phone-list li {
	padding-bottom:7px;
}

@media print {
	.aios-mobile-header-wrapper {
		display:none !important;
	}
}

/* Header 3A */

	.amh-header-buttons.amh-3a .amh-center{
		padding: 0;
	}
	
	
	.amh-header-buttons.amh-3a .amh-center .amh-phone,
	.amh-header-buttons.amh-3a .amh-center a.amh-phone {
		cursor: pointer;
		padding: 17px 0;
		display: block;
		width: 100%;
		height: 100%;
	}

/*******************************************************
 *
 * General
 *
 *******************************************************/

#inner-page-wrapper {
    margin-bottom: 100px;
    overflow: hidden;
}

#content .entry-title {
    opacity: 0;
    visibility: hidden;
}

#content .about-wrap,
#content .about-inner,
#content .about-left,
#content .about-right {
    position: relative;
}

#content .about-wrap {
    margin-top: 50px;
}

#content .about-img {
    position: relative;
}

#content .about-img img {
    display: block;
    width: 741px;
    max-width: calc(100% - 60px);
    margin: 0 -15px 0 auto;
}

#content .about-main {
    background: #fff;
    margin: 50px 0 0 -135px;
    padding: 77px 50px 50px 88px;
}

#content .about-title {
    text-align: left;
    opacity: 1;
    visibility: visible;
}

#content .about-content {
    position: relative;
    width: 730px;
    max-width: 100%;
}

#content .about-info {
    position: relative;
    margin-top: 25px;
}

#content .about-info > ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}

#content .about-info > ul > li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

#content .about-info > ul > li + li {
    margin-left: 34px;
}

#content .about-info > ul > li > i {
    font-size: 12px;
    font-style: normal;
    color: #000;
    margin-right: 12px;
}

#content .about-info > ul > li > a {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 1.8;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#content .about-info > ul > li > a:hover {
    opacity: 0.8;
}

#content .about-smis {
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

#content .about-smis > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #292929;
    font-size: 20px;
    color: #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#content .about-smis > a:hover {
    opacity: 0.75;
}

#content .about-smis > a + a {
    margin-left: 8px;
}

#content .about-smis > a i {
    font-style: normal;
}

#content .about-cta {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-top: 49px;
    padding: 0 16px;
}

#content .about-cta div {
    padding: 7px;
}

#content .entry .about-cta a {
    width: 340px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {
    #content .about-main {
        padding-left: 50px;
    }
    
    #content .about-info > ul > li + li {
        margin-left: 20px;
    }
    
    #content .about-smis > a + a {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {
    #content .about-main {
        padding: 50px;
    }
    
    #content .about-img img {
        max-width: calc(100% - 30px);
    }
}

@media only screen and (max-width: 991px) {
    #content .about-img img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    
    #content .about-main {
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
    
    #content .about-info > ul > li {
        width: 100%;
        justify-content: center;
    }
    
    #content .about-info > ul > li + li {
        margin-left: 0;
        margin-top: 10px;
    }
    
    #content .about-cta {
        margin-top: 0;
        flex-flow: column wrap;
    }
    
    #content .entry .about-cta a {
        margin: 0 auto;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {

}

