/* Public shell: guest-only classes keep the internal Yii modules unchanged. */
.aa-site-header {
	background: #ffffff;
	border-bottom: 1px solid #d8e7ee;
	box-shadow: 0 3px 14px rgba(23, 50, 77, 0.12);
	position: relative;
	z-index: 100;
}

.aa-site-header > .container {
	padding-bottom: 8px !important;
	padding-top: 8px !important;
}

.aa-site-header .row-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aa-site-header .logo {
	height: 64px;
	width: 64px;
}

.aa-site-header .logo-text {
	background: none;
	display: inline-block !important;
	margin-left: 8px;
	padding-bottom: 13px;
	-webkit-text-fill-color: #17324d;
}

.aa-site-header .logo-text a {
	color: #17324d !important;
	font-size: 31px !important;
	font-weight: 600;
}

.aa-site-header .header-phone {
	background: none;
	color: #c75016 !important;
	font-size: 23px !important;
	font-weight: 700;
	margin-left: 18px;
	padding-bottom: 14px;
	-webkit-text-fill-color: #c75016;
}

.aa-site-header .navbar .nav > li > a {
	color: #17324d;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding-left: 12px;
	padding-right: 12px;
}

.aa-site-header .navbar .nav > li > a:hover,
.aa-site-header .navbar .nav > li > a:focus {
	color: #007da9;
}

.aa-site-header a:focus,
.aa-public-bottom a:focus,
.aa-public-footer a:focus {
	outline: 3px solid #f6b93b;
	outline-offset: 3px;
}

#bottom.aa-public-bottom {
	background: #17324d;
	color: #eaf4f8;
}

.aa-public-bottom .bottom {
	padding-bottom: 36px;
	padding-top: 36px;
}

.aa-public-bottom h4 {
	color: #ffffff;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 12px;
}

.aa-public-bottom .bottom,
.aa-public-bottom .bottom a {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.55;
}

.aa-public-bottom .bottom a {
	color: #ffffff;
}

.aa-public-bottom .bottom a:hover,
.aa-public-bottom .bottom a:focus {
	color: #7ed7f3;
}

.aa-public-footer,
.aa-public-footer .footer {
	background: #0f2538;
	color: #d4e7ef;
}

.aa-public-footer .footer {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.55;
	padding-bottom: 22px;
	padding-top: 22px;
}

.aa-public-footer a {
	color: #ffffff;
}

.aa-public-payment-methods {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 10px -8px -8px;
	padding: 0;
}

.aa-public-payment-methods li {
	-ms-flex: 0 0 auto;
	background: #ffffff;
	border-radius: 4px;
	flex: 0 0 auto;
	margin: 8px;
	padding: 6px 8px;
	width: auto;
}

.aa-public-payment-methods img {
	display: block;
	height: auto;
	max-height: 30px;
	max-width: none;
	width: auto;
}

.aa-public-payment-methods .aa-public-payment-methods__dark {
	background: #17324d;
	border: 1px solid #d4e7ef;
}

/* Public homepage only: scoped to avoid affecting the internal Yii modules. */
.aa-home {
	background: #ffffff;
	color: #243647;
	font-family: FSMatthew, "Trebuchet MS", Arial, sans-serif;
	overflow: hidden;
}

.aa-home,
.aa-home * {
	box-sizing: border-box;
}

.aa-home__container {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.aa-home__hero {
	background: #edf6fa;
	border-bottom: 1px solid #d8e7ee;
	padding: 48px 0 54px;
}

.aa-home__hero-grid,
.aa-home__estimate-grid,
.aa-home__approach-grid,
.aa-home__secondary-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aa-home__hero-copy {
	padding: 14px 48px 14px 0;
	width: 56%;
}

.aa-home__eyebrow {
	color: #087ba6;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.4px;
	line-height: 1.4;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.aa-home h1,
.aa-home h2,
.aa-home h3 {
	color: #17324d;
	font-family: FSMatthew, "Trebuchet MS", Arial, sans-serif;
	font-weight: 500;
}

.aa-home h1 {
	font-size: 50px;
	font-size: clamp(38px, 4vw, 58px);
	letter-spacing: -1.1px;
	line-height: 1.04;
	margin: 0;
}

.aa-home h2 {
	font-size: 34px;
	font-size: clamp(28px, 3vw, 40px);
	letter-spacing: -0.4px;
	line-height: 1.12;
	margin: 0;
}

.aa-home h3 {
	font-size: 24px;
	line-height: 1.2;
	margin: 12px 0;
}

.aa-home p,
.aa-home li,
.aa-home dd {
	font-family: Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
}

.aa-home__intro {
	font-size: 21px !important;
	line-height: 1.55 !important;
	margin: 22px 0 28px;
	max-width: 610px;
}

.aa-home__credentials-intro {
	border-left: 3px solid #00a9e0;
	font-size: 15px !important;
	line-height: 1.5 !important;
	margin: -12px 0 25px;
	max-width: 610px;
	padding-left: 12px;
}

.aa-home__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -6px;
}

.aa-home__actions--centered {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.aa-home__button {
	border: 2px solid transparent;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin: 6px;
	padding: 15px 22px;
	text-align: center;
	text-decoration: none !important;
	-webkit-transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.aa-home__button--primary {
	background: #007da9;
	color: #ffffff !important;
}

.aa-home__button--primary:hover,
.aa-home__button--primary:focus {
	background: #005f82;
	color: #ffffff !important;
}

.aa-home__button--secondary {
	border-color: #17324d;
	color: #17324d !important;
}

.aa-home__button--secondary:hover,
.aa-home__button--secondary:focus {
	background: #17324d;
	color: #ffffff !important;
}

.aa-home__hero-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.aa-home__hero-points li {
	border-left: 3px solid #00a9e0;
	font-size: 15px;
	line-height: 1.35;
	margin: 7px 18px 7px 0;
	padding-left: 10px;
}

.aa-home__hero-image {
	background: #17324d;
	box-shadow: 0 22px 42px rgba(23, 50, 77, 0.2);
	margin: 0;
	overflow: hidden;
	width: 44%;
}

.aa-home__hero-image-file {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.aa-home__hero-image--product {
	background: -webkit-linear-gradient(135deg, #ffffff 0%, #dff1f7 100%);
	background: linear-gradient(135deg, #ffffff 0%, #dff1f7 100%);
}

.aa-home__hero-image-file--product {
	box-sizing: border-box;
	padding: 24px 34px 8px;
}

.aa-home__product-caption {
	background: #17324d;
	color: #ffffff;
	font-family: Arial, sans-serif;
	padding: 15px 20px 17px;
}

.aa-home__product-caption strong,
.aa-home__product-caption span {
	display: block;
}

.aa-home__product-caption strong {
	font-size: 20px;
	line-height: 1.25;
}

.aa-home__product-caption span {
	color: #d4e7ef;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 3px;
}

.aa-home__estimate {
	background: #17324d;
	color: #eaf4f8;
	padding: 58px 0;
	position: relative;
}

.aa-home__estimate:before {
	background: #00a9e0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.aa-home__estimate-grid {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.aa-home__estimate-copy {
	padding: 26px 46px 20px 0;
	width: 39%;
}

.aa-home__estimate .aa-home__eyebrow {
	color: #7ed7f3;
}

.aa-home__estimate h2 {
	color: #ffffff;
}

.aa-home__estimate p {
	color: #eaf4f8;
	margin: 17px 0 0;
}

.aa-home__estimate a {
	color: #ffffff !important;
	font-weight: 700;
	text-decoration: underline;
}

.aa-home__small-copy {
	font-size: 15px !important;
}

.aa-home__estimate-card {
	background: #ffffff;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
	color: #243647;
	padding: 10px 24px 8px;
	width: 61%;
}

.aa-home .portlet-header {
	color: #17324d;
	font-size: 30px;
	font-size: clamp(26px, 2.8vw, 34px);
	line-height: 1.16;
	margin: 16px 0 7px;
	text-align: center;
}

.aa-home .portlet-sub-header {
	color: #087ba6;
	font-size: 18px;
	line-height: 1.35;
	margin: 0 0 18px;
	text-align: center;
}

.aa-home #portlet-form-wrapper {
	margin: 0 auto 10px;
	max-width: 560px;
	width: 100%;
}

.aa-home #portlet-form table {
	border-collapse: separate;
	border-spacing: 0 9px;
	width: 100%;
}

.aa-home #portlet-form td {
	padding-left: 0 !important;
}

.aa-home #portlet-form select,
.aa-home #portlet-form input[type="text"] {
	border: 1px solid #9cc8d9;
	border-radius: 0;
	box-sizing: border-box;
	color: #17324d;
	font-size: 17px;
	height: 54px;
	max-width: none;
	padding: 9px 11px;
	width: 100% !important;
}

.aa-home #portlet-form select:focus,
.aa-home #portlet-form input[type="text"]:focus {
	border-color: #007da9;
	box-shadow: 0 0 0 3px rgba(0, 125, 169, 0.16);
	outline: 0;
}

.aa-home #portlet-form .errorMessage {
	color: #b42318;
	font-size: 14px;
	margin: 4px 0 0;
}

.aa-home #portlet-form .btn-theme-match {
	background: #007da9;
	border: 2px solid #007da9;
	border-radius: 0;
	font-size: 17px;
	margin-top: 12px !important;
	padding: 15px 22px;
	width: 100%;
}

.aa-home #portlet-form .btn-theme-match:hover,
.aa-home #portlet-form .btn-theme-match:focus {
	background: #005f82;
	border-color: #005f82;
	color: #ffffff;
}

.aa-home__section,
.aa-home__articles,
.aa-home__snippet {
	padding: 68px 0;
}

.aa-home__section--soft,
.aa-home__articles {
	background: #f4f8fa;
}

.aa-home__warranty-note {
	color: #536879;
	font-size: 12px !important;
	line-height: 1.55 !important;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 20px;
	padding-top: 20px;
}

.aa-home__warranty-note a {
	color: #007da9;
	font-weight: 700;
}

.aa-home__section-heading {
	margin-bottom: 30px;
	max-width: 690px;
}

.aa-home__section-heading > p:last-child {
	margin: 14px 0 0;
}

.aa-home__section-heading--centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.aa-home__service-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -9px;
}

.aa-home__service-card {
	background: #ffffff;
	border: 1px solid #dce8ee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 9px;
	min-height: 286px;
	padding: 29px 26px 25px;
	width: calc(25% - 18px);
}

.aa-home__service-number {
	color: #087ba6;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.3px;
}

.aa-home__service-card p {
	font-size: 16px;
	margin: 0 0 22px;
}

.aa-home__text-link,
.aa-home__link-arrow {
	color: #007da9 !important;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: auto;
	text-decoration: none !important;
}

.aa-home__text-link:hover,
.aa-home__text-link:focus {
	color: #005f82 !important;
	text-decoration: underline !important;
}

.aa-home__link-arrow {
	display: inline-block;
	margin-left: 2px;
}

.aa-home__approach {
	background: #17324d;
	color: #eaf4f8;
	padding: 62px 0;
}

.aa-home__approach-grid {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.aa-home__approach-grid > div {
	padding-right: 44px;
	width: 42%;
}

.aa-home__approach .aa-home__eyebrow {
	color: #7ed7f3;
}

.aa-home__approach h2 {
	color: #ffffff;
}

.aa-home__principles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -8px;
	padding: 0;
	width: 58%;
}

.aa-home__principles > div {
	border-left: 2px solid #00a9e0;
	margin: 8px;
	padding: 4px 0 4px 15px;
	width: calc(50% - 16px);
}

.aa-home__principles dt {
	color: #ffffff;
	font-family: FSMatthew, "Trebuchet MS", Arial, sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.25;
}

.aa-home__principles dd {
	color: #d4e7ef;
	font-size: 15px;
	line-height: 1.5;
	margin: 7px 0 0;
}

.aa-home__snippet {
	background: #ffffff;
	padding: 0;
}

.aa-home__snippet--trust {
	background: #17324d;
}

.aa-home__secondary-grid {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.aa-home__secondary-grid .aa-home__section-heading {
	margin-bottom: 0;
	padding-right: 40px;
	width: 42%;
}

.aa-home__service-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: -7px;
	padding: 0;
	width: 58%;
}

.aa-home__service-links li {
	margin: 7px;
	width: calc(50% - 14px);
}

.aa-home__service-links a {
	background: #ffffff;
	border: 1px solid #dce8ee;
	color: #17324d !important;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	padding: 17px 19px;
	text-decoration: none !important;
}

.aa-home__service-links a:hover,
.aa-home__service-links a:focus {
	border-color: #007da9;
	color: #007da9 !important;
}

.aa-home a:focus {
	outline: 3px solid #f6b93b;
	outline-offset: 3px;
}

@media (max-width: 979px) {
	.aa-site-header .logo-text {
		display: none !important;
	}

	.aa-site-header .header-phone {
		font-size: 21px !important;
		margin-left: 8px;
	}

	.aa-home__hero-copy {
		padding-right: 30px;
	}

	.aa-home__service-card {
		width: calc(50% - 18px);
	}

	.aa-home__approach-grid > div {
		padding-right: 28px;
	}
}

@media (max-width: 767px) {
	.aa-site-header > .container {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.aa-site-header .row-fluid {
		display: block;
	}

	.aa-site-header .logo {
		height: 54px;
		width: 54px;
	}

	.aa-site-header .header-phone {
		font-size: 18px !important;
		padding-bottom: 12px;
	}

	.aa-public-bottom .row-fluid > [class*="span"],
	.aa-public-footer .row-fluid > [class*="span"] {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.aa-public-bottom .row-fluid > [class*="span"] + [class*="span"],
	.aa-public-footer .row-fluid > [class*="span"] + [class*="span"] {
		margin-top: 26px;
	}

	.aa-public-bottom .bottom,
	.aa-public-footer .footer {
		padding-left: 18px;
		padding-right: 18px;
	}

	.aa-public-bottom table,
	.aa-public-footer table {
		max-width: 100%;
	}

	.aa-public-footer .span6:last-child {
		overflow-x: auto;
	}

	.aa-home__container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.aa-home__hero,
	.aa-home__estimate,
	.aa-home__section,
	.aa-home__articles,
	.aa-home__approach {
		padding-bottom: 42px;
		padding-top: 42px;
	}

	.aa-home__hero-grid,
	.aa-home__estimate-grid,
	.aa-home__approach-grid,
	.aa-home__secondary-grid {
		display: block;
	}

	.aa-home__hero-copy,
	.aa-home__hero-image,
	.aa-home__estimate-copy,
	.aa-home__estimate-card,
	.aa-home__approach-grid > div,
	.aa-home__principles,
	.aa-home__secondary-grid .aa-home__section-heading,
	.aa-home__service-links {
		padding-right: 0;
		width: 100%;
	}

	.aa-home__hero-copy {
		padding-bottom: 28px;
		padding-top: 0;
	}

	.aa-home h1 {
		font-size: 38px;
		letter-spacing: -0.7px;
	}

	.aa-home__intro {
		font-size: 19px !important;
	}

	.aa-home__estimate-copy {
		padding-bottom: 24px;
		padding-top: 0;
	}

	.aa-home__estimate-card {
		padding-left: 18px;
		padding-right: 18px;
	}

	.aa-home .portlet-header {
		font-size: 28px;
	}

	.aa-home__section-heading {
		margin-bottom: 24px;
	}

	.aa-home__service-card {
		min-height: 0;
		width: calc(100% - 18px);
	}

	.aa-home__principles {
		margin-top: 20px;
	}

	.aa-home__principles > div,
	.aa-home__service-links li {
		width: calc(100% - 16px);
	}

	.aa-home__secondary-grid .aa-home__section-heading {
		margin-bottom: 24px;
	}
}

@media (max-width: 479px) {
	.aa-home__actions {
		display: block;
	}

	.aa-home__button {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}

	.aa-home__hero-points {
		display: block;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aa-home__button {
		-webkit-transition: none;
		transition: none;
	}
}
