﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&family=Oswald:wght@400;700&display=swap');

.arrow-left:after, .arrow-right:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
}
.arrow-left:after, .arrow-right:before {
    top: -4px;
}
.arrow-left:after {
    left: -15px;
    border-right: 15px solid #163c69;
}
.arrow-right:before {
    right: -15px;
    border-left: 15px solid #163c69;
}
#avery {
	margin-right: 10px;
}
#averyAddress {
	margin-bottom: 6px;
}
#averyBtn, #averyAddress, #norwalkBtn, #norwalkAddress {
	display: block;
	text-align: center;
	font-weight: bold;
}
#averyBtn, #norwalkBtn {
	background-color: #e21c21;
	color: #fff;
	padding: 13px 6px;
	text-decoration: none;
	font-size: 35px;
	font-family: 'Oswald', sans-serif;
	border: 1px #333 solid;
}

body {
	background-color: #163c69;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.col-2 {
	width: 24%;
}
.col-5 {
	width: 38%;
}

.line-horizontal {
    height: 2px;    /* line width */
    width: 170px; /* line length */
    margin-left: 20px;
    margin-bottom: 44px;
    position: relative;
    background: #163c69;
}

#norwalk {
	margin-left: 10px;
}
#norwalkAddress {
	margin-bottom: 48px;
}
#norwalkBtn {
	margin: 74px 0 5px 0;
}

.title {
	font-weight: bold;
	text-align: right;
	margin: 27px 0 32px 0;
	display: block;
}

.whiteBox {
	background-color: #fff;
	color: #163c69;
	border: 1px #333 solid;
	text-transform: uppercase;
}
.whiteBox:after {
	content: "";
	clear:both;
	display:table;
}
.whiteBox img {
	margin: 48px 0;
	border: 1px #333 solid;
}

@media (min-width: 992px) {
	.container {
		max-width: 980px;
	}
}