/* CSS Document */

body {
	font-family: 'Lato', sans-serif;
	background: #fff;
	color: #414042;
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.site {
	position: relative;
	width: 100%;
	margin: auto;
	max-width: 1800px;
	overflow: hidden;
}
a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 36px;
	color: #fff;
}
h2 {
	font-size: 24px;
	font-weight: 400;
}
h2.list {
	margin-left: -18px
}
h2.align-center {
	padding-top: 125px;
	padding-bottom: 150px;
	text-align: center;
}
p + h2 {
	margin-top:40px;
}
img {
	max-width:100%;
}
@media screen and (max-width: 768px) {
h2.align-center {
	padding-top: 25px;
	padding-bottom: 50px;
	text-align: center;
}
}
h3 {
	font-size: 20px;
	font-weight: 700;
}
h4 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	font-size: 24px;
	font-weight: 400;
	color: #2a79b8;
}
/* ------------------------------ */



/* ------- Start Header --------- */



/* ------------------------------ */



.banner {
	width: 100%;
	position: relative;
	background: top center no-repeat;
	background-size: cover;
	background-image: url(../images/banner.jpg);
	min-height: 360px;
	overflow: hidden;
}
#home .banner {
	background-image: url(../images/homebanner.jpg);
	min-height: 776px;
}
#productsLanding .banner {
	background-image: url(../images/banner.jpg);
}

@media screen and (max-width: 1024px) {
#home .banner {
	background-image: url(../images/homebanner.jpg);
}
}

@media screen and (max-width: 768px) {
#home .banner {
	background-image: url(../images/homebanner-768.jpg);
}
}

@media screen and (max-width: 700px) {
.banner {
	min-height: inherit;
}
}

@media screen and (max-width: 480px) {
#home .banner {
	background-image: url(../images/homebanner-480.jpg);
}
}

@media screen and (max-width: 320px) {
#home .banner {
	background-image: url(../images/homebanner-320.jpg);
}
}
.social {
	position: relative;
	z-index: 10;
	text-align: right;
	padding: 20px 60px;
}
.social img {
	padding-left: 10px;
}
.navBar {
	position: relative;
	z-index: 10;
	width: calc(100% - 120px);
	background: rgba(255,255,255,0.9);
	padding: 10px 60px;
	height: 78px;
}
.watermark {
	position: absolute;
	top: 140px;
	right: -250px;
	z-index: 1;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 760px) {
.watermark {
	display: none;
}
}
.ASlogo {
	max-height: 78px;
	max-width: 80%;
}
.menubtn {
	position: absolute;
	top: 15px;
	text-align: center;
	width: calc(100% - 200px);
	margin: auto 100px;
	display: none;
	z-index: 12;
}
.mainNav {
	float: right;
}
.mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mainNav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-left: 40px;
}
.mainNav ul li a {
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #2a79b8;
	line-height: 78px;
	padding:5px inherit;
	border-bottom:rgba(0,0,0,0) 4px solid;
	border-top:rgba(0,0,0,0) 4px solid;
}
.mainNav ul li a:hover , .mainNav ul li a:active {
	border-bottom:#2a79b8 4px solid;
}
.bannerText {
	color: #fff;
	margin: 0 60px 60px 60px;
	width: 830px;
	max-width: 65%;
}
.bannerText a {
	color: #fff;
}
.bannerText h1 {
	font-size: 36px;
	font-weight: 300;
}
.bannerText p {
	font-size: 18px;
	line-height: 24px;
}
#home .bannerText {
	float: right;
	text-align: right;
}
#home .bannerText h1 {
	font-size: 48px;
}
#product .bannerText {
	margin: 80px 60px 60px 60px;
}
.bannerImage {
	text-align: center;
	margin: 0 auto;
	padding: 30px;
}
.bannerImage img {
	max-width: 704px;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
#productsLanding .bannerText h1 {
	font-size: 28px;
}
.bannerImage {
	padding: 20px;
}
}

@media screen and (max-width: 1023px) {
.social {
	padding: 20px 20px;
}
.navBar {
	width: calc(100% - 40px);
	padding: 10px 20px;
}
.bannerText {
	margin: 0 20px 60px 20px;
}
}

@media screen and (max-width: 700px) {
.social {
	text-align: right;
	padding: 18px 20px;
}
.menubtn {
	display: block;
}
.navBar {
	text-align: center;
	position: relative;
	height: 68px;
	padding: 15px 20px;
}
.ASlogo {
	max-height: 68px;
	max-width: 100%;
}
.mainNav {
	display: none;
	position: absolute;
	top: 98px;
	width: 100%;
	float: none;
	margin: 0 -20px;
	padding: 0;
	text-align: center;
	background: rgba(255,255,255,0.9);
}
.mainNav ul {
	margin: 30px auto;
}
.mainNav ul li {
	display: block;
	margin: 5px auto;
	margin-left: auto;
}
.mainNav ul li a , .mainNav ul li a:hover {
	font-size: 24px;
	line-height: 40px;
	border-bottom:none;
	border-top:none;
}
.bannerText, #home .bannerText, #product .bannerText {
	margin: 0 auto 60px auto;
	width: 400px;
	max-width: calc(100% - 40px);
	float: none;
	text-align: center;
}
#product .bannerText h1 {
	margin-bottom: 0;
	margin-top: 45px;
}
#home .bannerText h1 {
	font-size: 36px;
	font-weight: 400;
	line-height: 42px;
}
.bannerText p {
	font-size: 16px;
	line-height: 22px;
}
}
/* ------------------------------ */



/* ------- End Header ----------- */



/* ------------------------------ */







div.representing {
	text-align: center;
	max-width: calc(100% - 60px);
	margin: 25px auto;
}
#product div.representing {
	margin: -40px auto 25px auto;
}
div.representing div.repLogos img {
	height: 50px;
	padding: 5px;
}
div.rep-divider {
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #e2e1e1;
}
div.maincontent {
	display: block;
	width: calc(100% - 100px);
	padding: 30px 50px;
	overflow: auto;
}
#404 div.maincontent {
	text-align: center;
	margin: 0 auto;
}
div.maincontent a {
	color: #2a79b8;
}
img.featureImage {
	float: right;
	max-width: 35%;
	margin-top: 60px;
}
img.imageLeft {
	float: left;
	display: block;
	position: relative;
	max-width: 671px;
	max-width: 58%;
	height: auto;
	margin-right: 20px;
}
div.contentRight {
	float: left;
	display: block;
	position: relative;
	max-width: 39%;
}
.contentLeft50 {
	float: left;
	display: block;
	position: relative;
	max-width: 48%;
}
.contentRight50 {
	float: right;
	display: block;
	position: relative;
	max-width: 48%;
	text-align: left;
}

@media screen and (max-width: 800px) {
img.featureImage {
	display: none;
}
img.imageLeft {
	float: none;
	display: block;
	max-width: 100%;
	margin: auto 0;
	margin-right: 0;
	text-align: center;
}
div.contentRight,  .contentLeft50,  .contentRight50 {
	float: none;
	display: block;
	max-width: 100%;
	text-align: left;
}
}
ol.contentOL {
	margin: 0 0 16px 12px;
	padding: 0 0 0 20px;
}
ol.contentOL li {
	padding: 0 0 5px 15px;
	font-size: 14px;
}
ul.contenttList li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-left: 40px;
}
div.contentGrey {
	position: relative;
	display: block;
	width: 100%;
	background-color: #dfe0e1;
}
/* Start Form Styles  */

form {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
form input,  form textarea, form select {
	display: block;
	width: calc(100% - 26px); /* padding plus border */
	margin-bottom: 18px;
	padding: 8px 12px;
	background-color: #fff;
	border: solid 1px #c2c2c2;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #000;
}
form select {
	width: 100%; /* padding plus border */
}
 form input::-webkit-input-placeholder,  form textarea::-webkit-textarea-placeholder {
 color: #a09fa0;
}
 form input:-moz-placeholder,  form textarea:-moz-placeholder { /* Firefox 18- */
 color: #a09fa0;
}
 form input::-moz-placeholder,  form textarea::-moz-placeholder {  /* Firefox 19+ */
 color: #a09fa0;
}
 form input:-ms-input-placeholder,  form textarea:-ms-textarea-placeholder {
 color: #a09fa0;
}
form button {
	background-color: #72b7e1;
	border: 0;
	padding: 10px 50px;
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	cursor: pointer;
}
/* End Form Styles  */



div.productList div.catagory {
	position: relative;
	display: block;
	width: calc(100% - 55px);
	border: #c2c2c2 1px solid;
	padding: 4px 10px 4px 45px;
	margin-bottom: 16px;
	cursor: pointer;
}
div.productList div.catagory h3 {
	padding: 0;
	margin: 0;
}
div.productList div.catagory .hidebtn, div.productList div.catagory .showbtn {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
div.productList div.catDetail {
	margin-bottom: 16px;
	margin-top: -16px;
	width: calc(100% - 80px);
	min-height: 300px;
	padding: 30px 40px;
	border: #c2c2c2 1px solid;
	border-top: none;
	overflow: auto;
	display: none;
	position: relative;
}
div.productList div.catDetail a {
	font-weight: 700;
}
div.productList div.catDetail ul.catList {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.productList div.catDetail ul.catList li {
	padding: 4px 0;
	margin: 2px 0;
}
div.productList div.catDetail ul.catList li.selected:before {
	content: url(../images/selectArrow.png);
	position: absolute;
	margin-left: -25px;
}
div.productList div.catDetail ul.catList li div.detail {
	float: right;
	width: 55%;
	padding-top: 25px;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}
div.productList div.catDetail ul.catList li div.detail img {
	max-width: 250px;
	max-height: 250px;
	float: left;
	margin-right: 25px;
}
div.productList div.catDetail ul.catList li div.detail div.detailText {
	display: block;
	width: calc(100% - 275px);
	float: right;
}
div.productList div.catDetail ul.catList li div.detail h4 {
	margin-top: 50px;
	margin-bottom: 0;
}
div.productList div.catDetail ul.catList li div.detail h4.long-list {
	margin-top: 20px;
	margin-bottom: 0;
}
div.productList div.catDetail ul.catList li div.detail a {
	display: block;
	font-weight: 400;
	margin-top: 5px;
}

@media screen and (max-width: 1000px) {
div.productList div.catDetail ul.catList li div.detail {
	float: none;
	width: 100%;
	padding-top: 10px;
	overflow: auto;
	position: relative;
	top: inherit;
	right: inherit;
}
div.productList div.catDetail ul.catList li div.detail div.detailText {
	display: inline-block;
	float: left;
	max-width: 50%;
}
div.productList div.catDetail ul.catList li div.detail img {
	max-width: 45%;
}
}

@media screen and (max-width: 600px) {
div.productList div.catDetail ul.catList li div.detail {
	margin-left: -25px;
	width: calc(100% + 45px);
}
div.productList div.catDetail ul.catList li div.detail h4, div.productList div.catDetail ul.catList li div.detail h4.long-list {
	margin-top: 10px;
}
div.productList div.catDetail ul.catList li div.detail div.detailText {
	max-width: 45%;
}
}
@media screen and (max-width: 480px) {
	div.productList div.catDetail ul.catList li div.detail {
		margin-left: 0;
		width: calc(100%);
	}
	div.productList div.catDetail ul.catList li div.detail img {
		max-width: 100%;
	}
	div.productList div.catDetail ul.catList li div.detail div.detailText {
		max-width: 100%;
		width: 100%;
		margin-bottom:20px;
	}

}
/* ----- Slider ----- */



div.productSlider {
	position: relative;
	width: 100%;
	height: 630px;
	border-top: #e2e1e1 solid 1px;
	margin-top: 40px;
	overflow: hidden;
}
div.productSlider div.controls a.allProducts {
	position: absolute;
	bottom: 25px;
	right: 30px;
	color: #2a79b8;
	font-size: 18px;
	font-weight: 300;
}
div.productSlider div.controls .prev {
	position: absolute;
	left: 0;
	top: 280px;
	cursor: pointer;
}
div.productSlider div.controls .next {
	position: absolute;
	right: 0;
	top: 280px;
	cursor: pointer;
}
div.productSlider div.productslides {
	width: 740px;
	max-width: calc(100% - 128px);
	margin: auto;
}
div.productSlider div.productslides div.slide {
	overflow: auto;
}
div.productSlider div.productslides div.slide .logo {
	margin-bottom: 40px;
	max-width: 100%;
}
div.productSlider div.productslides div.slide .type {
	font-size: 18px;
	font-weight: 300;
	color: #2a79b8;
	display: block;
	margin-bottom: 40px;
}
div.productSlider div.productslides div.slide .left, div.productSlider div.productslides div.slide .right {
	width: 49%;
	display: inline-block;
	float: right;
}
div.productSlider div.productslides div.slide .right {
	width: 50%;
	margin-top: 175px;
	height: 280px;
}

@media screen and (max-width: 900px) {
div.productSlider div.productslides div.slide .right {
	width: calc(100% - 320px);
	margin-left: 20px;
}
div.productSlider div.productslides div.slide .left {
	width: 300px;
}
}

@media screen and (max-width: 700px) {
div.productSlider div.productslides {
	width: 100%;
	max-width: 100%;
}
div.productSlider div.controls .prev, div.productSlider div.controls .next {
	display: none;
}
div.productSlider div.productslides div.slide .right {
	width: calc(50% - 30px);
	padding-right: 20px;
}
div.productSlider div.productslides div.slide .left {
	width: calc(50% - 10px);
}
div.productSlider div.productslides div.slide .left img {
	float: right;
	max-width:none;
}
div.maincontent {
	width: calc(100% - 24px);
	padding: 12px 12px;
}
div.maincontent p {
	margin-top:0;
}
}

@media screen and (max-width: 580px) {
	div.productSlider {
		height:450px;
	}
	div.productSlider div.productslides {
		margin-top:-90px;
	}
}
@media screen and (max-width: 460px) {
div.productSlider div.productslides div.slide .right {
	width: 140px;
}
div.productSlider div.productslides div.slide .left {
	width: calc(100% - 180px);
}
}
/* --- End Slider --- */







a.morebtn {
	color: #2a79b8;
	font-size: 18px;
	font-weight: 300;
	padding: 3px 7px 6px 20px;
	border: #2a79b8 1px solid;
	border-radius: 15px;
	text-decoration: none;
}
a.morebtn:hover {
	color: #fff;
	background: #2a79b8;
}
/* --- Start Products Landing Page boxes --- */

div.productBoxes {
	display: block;
	position: relative;
	float: left;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
div.productBoxDetails {
	width: 350px;
	height: 252px;
	border: #c2c2c2 1px solid;
	overflow: auto;
	display: inline-block;
	position: relative;
	margin: 0 18px 18px 0;
	padding: 0;
}
div.productBoxDetails ul,  div.productBoxDetailsFiller ul {
	list-style: none;
	margin: 0;
	padding: 12px;
}
div.productBoxDetails ul li {
	display: block;
	position: relative;
	margin: 0;
	text-align: center;
	height: 82px;
}
div.productBoxDetails ul li:first-child {
	height: 100px;
	vertical-align: middle;
}
div.productBoxDetails ul li:last-child {
	height: 28px;
	text-align: right;
}
div.productBoxDetails ul li p {
	font-size: 18px;
	padding: 6px 0 0 0;
}
div.productBoxDetailsFiller {
	width: 350px;
	height: 252px;
	border: #fff 1px solid;
	overflow: auto;
	display: inline-block;
	position: relative;
	margin: 0 18px 18px 0;
	padding: 0;
	display: none;
}

@media screen and (max-width: 1080px) {
div.productBoxes {
	float: none;
	margin: 0 auto;
	text-align: center;
}
}

@media screen and (min-width: 861px) and (max-width: 1234px) {
div.productBoxDetailsFiller {
	display: inline-block;
}
}

@media screen and (max-width: 860px) {
div.productBoxDetailsFiller {
	display: none;
}
div.productBoxDetails {
	width: 350px;
	max-width:100%;
	height:auto;
	min-height:252px;
	margin: 0 0 18px 0;
}
div.productBoxDetails img {
	max-width:100%;
}
}
/* --- End Products Landing Page styles --- */

/* --- Start Contact Page styles --- */
form[name="contactForm"] select {
	-webkit-appearance: menulist-button;

}
form[name="contactForm"] select{
	color: #a09fa0;
}
form[name="contactForm"] select option {
	color:black;
}
@-moz-document url-prefix('') {
	form[name="contactForm"] select{
		color: rgba(160, 159, 160, 0.6);
	}
	form[name="contactForm"] select option {
		color:black;
	}
}
/* --- End Contact Page styles --- */

/* ------------------------------ */



/* ------- Start Footer --------- */



/* ------------------------------ */





footer .footer-social h2 {
	text-align:center;
	font-weight:200;
	font-size:48px;
	margin-top:0;
	margin-bottom:30px;
}
footer .footer-social ul {
	text-align:center;
	padding-left:0;
	margin-bottom:0;
}
footer .footer-social ul li {
	display:inline-block;
	margin-left:4px;
	margin-right:4px;
}
footer .footer-social ul li a{
	display:inline-block;
	width:40px;
	height:40px;
}
footer .footer-social ul li a svg .st0 {
	transition:all 0.2s ease-in-out;
}
footer .footer-social ul li a:hover svg .st0 {
	fill:#2a79b8 !important;
}
footer {
	background: #72b7e1;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
	min-height: 100px;
	padding-bottom: 50px;
	padding-top: 40px;
}
footer .phone {
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-top: 12px;
	position:relative;
}
footer .phone span {
	font-size:36px;
	font-weight:200;
	display:inline-block;
	margin-bottom:10px;
}
footer .phone .bk-logo {
	position:absolute;
	right:22px; bottom:-5px;
	width:132px;
}
footer .phone .anniversarylogo {
	position:absolute;
	left:22px; bottom:-5px;
	width:132px;
}
footer .addressbox {
	display: block;
	width: calc(100% - 44px);
	text-align: center;
	border-bottom: #fff solid 1px;
	border-top: #fff solid 1px;
	padding: 4px 22px 2px 22px;
	margin: 25px 0 40px 0;
}
footer .address {
	display: inline-block;
	font-size: 12px;
	margin: 0 auto;
	line-height: 20px;
}
footer .copyright {
	font-size: 10px;
	float: left;
	line-height: 22px;
}
footer .by {
	font-size: 10px;
	float: right;
	line-height: 22px;
}

@media screen and (max-width: 1000px) {
footer .addressbox {
	width: calc(100%);
	border: none;
	padding: 0;
}
footer .address {
	display: block;
	font-size: 12px;
	margin: 0 auto 25px auto;
	line-height: 20px;
	text-align: center;
	border-bottom: #fff solid 1px;
	border-top: #fff solid 1px;
	padding: 4px 22px 2px 22px;
}
footer .copyright {
	float: none;
}
footer .by {
	float: none;
}
}
@media screen and (max-width: 1080px) {
	footer .phone .bk-logo {
		position:relative;
		right:inherit; bottom:inherit;
		display:block;
		margin:auto;
		margin-top:20px;
		text-align:center;
	}
	footer .phone .anniversarylogo {
		position:relative;
		left:inherit; bottom:inherit;
		display:block;
		margin:auto;
		margin-top:20px;
		text-align:center;
	}
}
footer .swish {
	position: absolute;
	bottom: 0;
	z-index: 10;
	height: 79px;
	width: 100%;
	background: top center no-repeat;
	background-size: cover;
	background-image: url(../images/footerswish.png);
}
/* ------- Twitter Widget ------- */







#Twitter {
	display: block;
	width: 670px;
	max-width: calc(100% - 102px);
	margin: auto;
	padding: 15px 50px;
	border: #fff solid 1px;
	text-align: center;
}
#Twitter #twitterFeed {
	text-align: left;
}
#Twitter .tweetsHeader {
	margin: auto;
	margin-bottom: 15px;
	display: block;
	width: 105px;
	max-width: 100%;
	text-align: right;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
#Twitter .tweetsHeader img {
	float: left;
}
#Twitter .twitter-follow-button {
	margin-top: 18px;
}
#Twitter ul {
	margin: 0;
	padding: 0;
}
#Twitter li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 15px 15px;
	width: calc(100% - 30px);
	background: #60a7d7;
	overflow: auto;
}
#Twitter li + li {
	margin-top: 10px;
}
#Twitter li p.interact {
	display: none;
}
#Twitter li div.user img[data-scribe="element:avatar"] {
	float: left;
	margin-right: 15px;
}
#Twitter li div.user span {
	margin-top: 8px;
}
#Twitter li div.user span[data-scribe="element:name"] {
	font-size: 16px;
	font-weight: 400;
}
#Twitter li div.user span[data-scribe="element:screen_name"] {
	margin-right: 50px;
	font-size: 14px;
}
#Twitter li p.timePosted {
	position: absolute;
	top: 8px;
	right: 15px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#Twitter li p.tweet {
	margin: 2px 0 0 63px;
	font-size: 14px;
}

@media screen and (max-width: 800px) {
#Twitter {
	padding: 15px 30px;
}
}

@media screen and (max-width: 480px) {
#Twitter {
	width: calc(100% - 20px);
	max-width: none;
	padding: 15px 10px;
	border: #fff solid 1px;
	border-right: none;
	border-left: none;
}
}



/* ------------------------------ */



/* ------- End Footer ----------- */



/* ------------------------------ */
