@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  margin: 0;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}


/*main*/
main {
  min-height: calc(100vh - 160px - 500px);
}


/* home */
.hero-box {
  width: 100%;
  height: 330px;
  margin: 0;
  padding: 0;
  display: flex;
}

.hero-box .hero {
  width: 100%;
  height: 330px;
  background-image: url("../images/pedals.png");
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: top;
}

.hero-box .hero-overlap {
  height: 330px;
  background-image: url("../images/faded-cover.png");
  background-size: 100% 100%;
  display: flex;
}

.hero-box .hero-div {
  position: relative;
  width: 100%;
  top: 158px;
  text-align: center;
}


.hero-box .hero-cable-controls {
  position: relative;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
}

.hero-box .hero-text {
  color: #ffffff;
  font-family: lato;
  font-size: 50px;
  text-align: center;
}

.hero-box .hero-span {
  color: #8bffce;
  font-family: lato;
  font-size: 50px;
}


/*contact us*/
.contact-title {
  	font-size: 32px;
  	color: #191919;
}
.contact-lines {
  	height: 17.9px;
  	width: 250px;
  	overflow: hidden;
}
.contact-parent {
  	height: 50%;
  	width: 100%;
	margin-top: 40px;
  	font-size: 26px;
  	color: #21553f;
}
.contact-section {
  	position: relative;
  	height: 60%;
  	width: 100%;
  	font-size: 22px;
  	color: #191919;
	display: flex;
    text-align: center;
}
.contact {
  	width: 100%;
  	position: relative;
  	height: 200px;
  	text-align: center;
  	font-size: 30px;
  	color: #fff;
  	font-family: Lato;
    display: flex;
}

/*contact info*/
.c-info-inner {
  	position: absolute;
  	top: 0px;
  	left: 700px;
  	background-color: #707070;
  	width: 635px;
  	height: 653px;
} 

.contact-info-parent {
  	width: 100%;
  	position: relative;
  	height: 900px;
  	text-align: left;
  	font-size: 24px;
  	color: #000;
  	font-family: Lato;
	display: flex;
}

.contact-info-links{
  position: absolute;
  width: 249px;
  height: 113px;
  top: 74px;
  left: 10%;
  right: 9.79%;
  bottom: 9.43%;
}

.contact-info-links p {
  position: absolute;
  top: 100%;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.contact-info-links h3 {
  position: absolute;
  top: -100%;
  left: 30px;
  font-weight: 800;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.c-email-link {
  position: absolute;
  width: 227px;
  height: 22px;
  top: 110%;
  left: 0;
}

.c-link-contact a {
  position: absolute;
  top: 100%;
  left: 33px;
  width: 600px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact a:hover {
  color: #21553f;
  font-weight: 500;
}

.c-link-contact a:active {
  color: #000;
  font-weight: 500;
}

.c-link-contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 18px;
}

.c-link-contact li {
  position: inherit;
  width: 600px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact li:hover {
  color: #21553f;
}

.c-email-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  top: 4px;
  left: 0;
}

.c-tel-link {
  position: absolute;
  width: 171px;
  height: 22px;
  top: 0%;
  left: 0;
}

.c-address-link {
  position: absolute;
  width: 248px;
  height: 22px;
  top: 180%;
  left: 3px;
}

.c-p {
  position: absolute;
  top: 0;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.c-location-icon {
 position: absolute;
  width: 14px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-phone-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-hours-link {
  position: absolute;
  width: 248px;
  height: 22px;
  top: 250%;
  left: 3px;
}

.c-hours-icon {
  position: absolute;
  width: 14px;
  height: 15px;
  top: 1px;
  left: 0;
}


.c-column {
        flex: 1;
        padding: 20px;
	    margin: 0 100px 0 900px;
	    height: 900px;
	    width: 70px;
	    overflow: none;
    }

.map {
  	width: 100%;
  	position: relative;
  	height: 350px;
}

 .line-divider-icon {
  	position: absolute;
  	height: 30px;
  	width: 19.69%;
  	top: -15px;
  	right: 40.17%;
  	bottom: 95.93%;
  	left: 40.14%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}


/* Desktop 1400px-1600px*/
@media (min-width:1400px) and (max-width: 1600px) {
	body {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

/*main*/
main {
  min-height: calc(100vh - 160px - 500px);
}


/* home */
.hero-box {
  width: 100%;
  height: 330px;
  margin: 0;
  padding: 0;
  display: flex;
}

.hero-box .hero {
  width: 100%;
  height: 330px;
  background-image: url("../images/pedals.png");
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: top;
}

.hero-box .hero-overlap {
  height: 330px;
  background-image: url("../images/faded-cover.png");
  background-size: 100% 100%;
  display: flex;
}

.hero-box .hero-div {
  position: relative;
  width: 100%;
  top: 158px;
  text-align: center;
}


.hero-box .hero-cable-controls {
  position: relative;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
}

.hero-box .hero-text {
  color: #ffffff;
  font-family: lato;
  font-size: 50px;
  text-align: center;
}

.hero-box .hero-span {
  color: #8bffce;
  font-family: lato;
  font-size: 50px;
}


/*contact us*/
.contact-title {
  	font-size: 32px;
  	color: #191919;
}
.contact-lines {
  	height: 17.9px;
  	width: 250px;
  	overflow: hidden;
}
.contact-parent {
  	height: 50%;
  	width: 100%;
	margin-top: 40px;
  	font-size: 26px;
  	color: #21553f;
}
.contact-section {
  	position: relative;
  	height: 60%;
  	width: 100%;
  	font-size: 22px;
  	color: #191919;
	display: flex;
    text-align: center;
}
.contact {
  	width: 100%;
  	position: relative;
  	height: 200px;
  	text-align: center;
  	font-size: 30px;
  	color: #fff;
  	font-family: Lato;
    display: flex;
}

/*contact info*/
.c-info-inner {
  	position: absolute;
  	top: 0px;
  	left: 700px;
  	background-color: #707070;
  	width: 635px;
  	height: 653px;
} 

.contact-info-parent {
  	width: 100%;
  	position: relative;
  	height: 900px;
  	text-align: left;
  	font-size: 24px;
  	color: #000;
  	font-family: Lato;
	display: flex;
}

.contact-info-links{
  position: absolute;
  width: 249px;
  height: 113px;
  top: 74px;
  left: 10%;
  right: 9.79%;
  bottom: 9.43%;
}

.contact-info-links p {
  position: absolute;
  top: 100%;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.contact-info-links h3 {
  position: absolute;
  top: -100%;
  left: 30px;
  font-weight: 800;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.c-email-link {
  position: absolute;
  width: 227px;
  height: 22px;
  top: 110%;
  left: 0;
}

.c-link-contact a {
  position: absolute;
  top: 100%;
  left: 33px;
  width: 600px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact a:hover {
  color: #21553f;
  font-weight: 500;
}

.c-link-contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 18px;
}

.c-link-contact li {
  position: inherit;
  width: 600px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact li:hover {
  color: #21553f;
}

.c-email-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  top: 4px;
  left: 0;
}

.c-tel-link {
  position: absolute;
  width: 171px;
  height: 22px;
  top: 0%;
  left: 0;
}

.c-address-link {
  position: absolute;
  width: 248px;
  height: 22px;
  top: 180%;
  left: 3px;
}

.c-p {
  position: absolute;
  top: 0;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.c-location-icon {
 position: absolute;
  width: 14px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-phone-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-hours-link {
  position: absolute;
  width: 248px;
  height: 22px;
  top: 250%;
  left: 3px;
}

.c-hours-icon {
  position: absolute;
  width: 14px;
  height: 15px;
  top: 1px;
  left: 0;
}


.c-column {
   flex: 1;
   padding: 20px;
   margin: 0 50px 0 700px;
   height: 900px;
   width: 70px;
   overflow: none;
    }

.map {
  	width: 100%;
  	position: relative;
  	height: 350px;
}

 .line-divider-icon {
  	position: absolute;
  	height: 30px;
  	width: 19.69%;
  	top: -15px;
  	right: 40.17%;
  	bottom: 95.93%;
  	left: 40.14%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
}

/* Breakpoint 1200px-1400px*/
@media (min-width:1200px) and (max-width: 1400px) {


/*main*/
main {
  min-height: calc(100vh - 160px - 500px);
}


/* home */
.hero-box {
  width: 100%;
  height: 330px;
  margin: 0;
  padding: 0;
  display: flex;
}

.hero-box .hero {
  width: 100%;
  height: 330px;
  background-image: url("../images/pedals.png");
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: top;
}

.hero-box .hero-overlap {
  height: 330px;
  background-image: url("../images/faded-cover.png");
  background-size: 100% 100%;
  display: flex;
}

.hero-box .hero-div {
  position: relative;
  width: 100%;
  top: 158px;
  text-align: center;
}


.hero-box .hero-cable-controls {
  position: relative;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
}

.hero-box .hero-text {
  color: #ffffff;
  font-family: lato;
  font-size: 50px;
  text-align: center;
}

.hero-box .hero-span {
  color: #8bffce;
  font-family: lato;
  font-size: 50px;
}


/*contact us*/
.contact-title {
  	font-size: 32px;
  	color: #191919;
}
.contact-lines {
  	height: 17.9px;
  	width: 250px;
  	overflow: hidden;
}
.contact-parent {
  	height: 50%;
  	width: 100%;
	margin-top: 40px;
  	font-size: 26px;
  	color: #21553f;
}
.contact-section {
  	position: relative;
  	height: 60%;
  	width: 100%;
  	font-size: 22px;
  	color: #191919;
	display: flex;
    text-align: center;
}
.contact {
  	width: 100%;
  	position: relative;
  	height: 200px;
  	text-align: center;
  	font-size: 30px;
  	color: #fff;
  	font-family: Lato;
    display: flex;
}

/*contact info*/
.c-info-inner {
  	position: absolute;
  	top: 0px;
  	left: 700px;
  	background-color: #707070;
  	width: 635px;
  	height: 653px;
} 

.contact-info-parent {
  	width: 100%;
  	position: relative;
  	height: 900px;
  	text-align: left;
  	font-size: 24px;
  	color: #000;
  	font-family: Lato;
	display: flex;
}

.contact-info-links{
  position: absolute;
  width: 200px;
  height: 113px;
  top: 74px;
  left: 10%;
  right: 9.79%;
  bottom: 9.43%;
}

.contact-info-links p {
  position: absolute;
  top: 100%;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.contact-info-links h3 {
  position: absolute;
  top: -100%;
  left: 30px;
  font-weight: 800;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.c-email-link {
  position: absolute;
  width: 227px;
  height: 22px;
  top: 110%;
  left: 0;
}

.c-link-contact a {
  position: absolute;
  top: 100%;
  left: 33px;
  width: 350px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact a:hover {
  color: #21553f;
  font-weight: 500;
}

.c-link-contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 18px;
}

.c-link-contact li {
  position: inherit;
  width: 600px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact li:hover {
  color: #21553f;
}

.c-email-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  top: 4px;
  left: 0;
}

.c-tel-link {
  position: absolute;
  width: 171px;
  height: 22px;
  top: 0%;
  left: 0;
}

.c-address-link {
  position: absolute;
  width: 248px;
  height: 22px;
  top: 180%;
  left: 3px;
}

.c-p {
  position: absolute;
  top: 0;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.c-location-icon {
 position: absolute;
  width: 14px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-phone-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-hours-link {
  position: absolute;
  width: 248px;
  height: 22px;
  top: 270%;
  left: 3px;
}

.c-hours-icon {
  position: absolute;
  width: 14px;
  height: 15px;
  top: 1px;
  left: 0;
}


.c-column {
   flex: 1;
   padding: 20px;
   margin: 0 50px 0 500px;
   height: 900px;
   width: 700px;
   overflow: none;
    }

.map {
  	width: 100%;
  	position: relative;
  	height: 350px;
}

 .line-divider-icon {
  	position: absolute;
  	height: 30px;
  	width: 19.69%;
  	top: -15px;
  	right: 40.17%;
  	bottom: 95.93%;
  	left: 40.14%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
}

/* Breakpoint 1000px-1199px*/
@media (min-width:1000px) and (max-width: 1199px) {


/*main*/
main {
  min-height: calc(100vh - 160px - 500px);
}


/* home */
.hero-box {
  width: 100%;
  height: 330px;
  margin: 0;
  padding: 0;
  display: flex;
}

.hero-box .hero {
  width: 100%;
  height: 330px;
  background-image: url("../images/pedals.png");
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: top;
}

.hero-box .hero-overlap {
  height: 330px;
  background-image: url("../images/faded-cover.png");
  background-size: 100% 100%;
  display: flex;
}

.hero-box .hero-div {
  position: relative;
  width: 100%;
  top: 158px;
  text-align: center;
}


.hero-box .hero-cable-controls {
  position: relative;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
}

.hero-box .hero-text {
  color: #ffffff;
  font-family: lato;
  font-size: 50px;
  text-align: center;
}

.hero-box .hero-span {
  color: #8bffce;
  font-family: lato;
  font-size: 50px;
}


/*contact us*/
.contact-title {
  	font-size: 32px;
  	color: #191919;
}
.contact-lines {
  	height: 17.9px;
  	width: 250px;
  	overflow: hidden;
}
.contact-parent {
  	height: 50%;
  	width: 100%;
	margin-top: 40px;
  	font-size: 26px;
  	color: #21553f;
}
.contact-section {
  	position: relative;
  	height: 60%;
  	width: 100%;
  	font-size: 22px;
  	color: #191919;
	display: flex;
    text-align: center;
}
.contact {
  	width: 100%;
  	position: relative;
  	height: 200px;
  	text-align: center;
  	font-size: 30px;
  	color: #fff;
  	font-family: Lato;
    display: flex;
}

/*contact info*/
.c-info-inner {
  	position: absolute;
  	top: 0px;
  	left: 700px;
  	background-color: #707070;
  	width: 635px;
  	height: 653px;
} 

.contact-info-parent {
  	width: 100%;
  	position: relative;
  	height: 900px;
  	text-align: left;
  	font-size: 24px;
  	color: #000;
  	font-family: Lato;
	display: flex;
}

.contact-info-links{
  position: absolute;
  width: 200px;
  height: 113px;
  top: 74px;
  left: 10%;
  right: 9.79%;
  bottom: 9.43%;
}

.contact-info-links p {
  position: absolute;
  top: 100%;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.contact-info-links h3 {
  position: absolute;
  top: -100%;
  left: 30px;
  font-weight: 800;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.c-email-link {
  position: absolute;
  width: 227px;
  height: 22px;
  top: 110%;
  left: 0;
}

.c-link-contact a {
  position: absolute;
  top: 100%;
  left: 33px;
  width: 350px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact a:hover {
  color: #21553f;
  font-weight: 500;
}

.c-link-contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 18px;
}

.c-link-contact li {
  position: inherit;
  width: 600px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact li:hover {
  color: #21553f;
}

.c-email-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  top: 4px;
  left: 0;
}

.c-tel-link {
  position: absolute;
  width: 171px;
  height: 22px;
  top: 0%;
  left: 0;
}

.c-address-link {
  position: absolute;
  width: 248px;
  height: 22px;
  top: 180%;
  left: 3px;
}

.c-p {
  position: absolute;
  top: 0;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.c-location-icon {
 position: absolute;
  width: 14px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-phone-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-hours-link {
  position: absolute;
  width: 248px;
  height: 22px;
  top: 270%;
  left: 3px;
}

.c-hours-icon {
  position: absolute;
  width: 14px;
  height: 15px;
  top: 1px;
  left: 0;
}


.c-column {
   flex: 1;
   padding: 20px;
   margin: 0 40px 0 450px;
   height: 900px;
   width: 700px;
   overflow: none;
    }

.map {
  	width: 100%;
  	position: relative;
  	height: 350px;
}

 .line-divider-icon {
  	position: absolute;
  	height: 30px;
  	width: 19.69%;
  	top: -15px;
  	right: 40.17%;
  	bottom: 95.93%;
  	left: 40.14%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
}

/* Breakpoint 898px-999px*/
@media (min-width:898px) and (max-width: 999px) {

/*main*/
main {
  min-height: calc(100vh - 160px - 500px);
}


/* home */
.hero-box {
  width: 100%;
  height: 330px;
  margin: 0;
  padding: 0;
  display: flex;
}

.hero-box .hero {
  width: 100%;
  height: 330px;
  background-image: url("../images/pedals.png");
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: top;
}

.hero-box .hero-overlap {
  height: 330px;
  background-image: url("../images/faded-cover.png");
  background-size: 100% 100%;
  display: flex;
}

.hero-box .hero-div {
  position: relative;
  width: 100%;
  top: 158px;
  text-align: center;
}


.hero-box .hero-cable-controls {
  position: relative;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
}

.hero-box .hero-text {
  color: #ffffff;
  font-family: lato;
  font-size: 50px;
  text-align: center;
}

.hero-box .hero-span {
  color: #8bffce;
  font-family: lato;
  font-size: 50px;
}


/*contact us*/
.contact-title {
  	font-size: 32px;
  	color: #191919;
}
.contact-lines {
  	height: 17.9px;
  	width: 250px;
  	overflow: hidden;
}
.contact-parent {
  	height: 50%;
  	width: 100%;
	margin-top: 40px;
  	font-size: 26px;
  	color: #21553f;
}
.contact-section {
  	position: relative;
  	height: 60%;
  	width: 100%;
  	font-size: 22px;
  	color: #191919;
	display: flex;
    text-align: center;
}
.contact {
  	width: 100%;
  	position: relative;
  	height: 200px;
  	text-align: center;
  	font-size: 30px;
  	color: #fff;
  	font-family: Lato;
    display: flex;
}

/*contact info*/
.c-info-inner {
  	position: absolute;
  	top: 0px;
  	left: 700px;
  	background-color: #707070;
  	width: 635px;
  	height: 653px;
} 

.contact-info-parent {
  	width: 100%;
  	position: relative;
  	height: 1300px;
  	text-align: left;
  	font-size: 24px;
  	color: #000;
  	font-family: Lato;
	display: flex;
}

.contact-info-links{
  position: absolute;
  width: 600px;
  height: 113px;
  top: 0px;
  left: 10%;
  right: 9.79%;
  bottom: 9.43%;
}

.contact-info-links p {
  position: absolute;
  top: 100%;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.contact-info-links h3 {
  position: absolute;
  top: -100%;
  left: 30px;
  font-weight: 800;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.c-email-link {
  position: absolute;
  width: 227px;
  height: 22px;
  top: 110%;
  left: 0;
}

.c-link-contact a {
  position: absolute;
  top: 100%;
  left: 33px;
  width: 500px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact a:hover {
  color: #21553f;
  font-weight: 500;
}

.c-link-contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 18px;
}

.c-link-contact li {
  position: inherit;
  width: 600px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact li:hover {
  color: #21553f;
}

.c-email-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  top: 4px;
  left: 0;
}

.c-tel-link {
  position: absolute;
  width: 171px;
  height: 22px;
  top: 0%;
  left: 0;
}

.c-address-link {
  position: absolute;
  width: 500px;
  height: 22px;
  top: 180%;
  left: 3px;
}

.c-p {
  position: absolute;
  top: 0;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.c-location-icon {
 position: absolute;
  width: 14px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-phone-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-hours-link {
  position: absolute;
  width: 248px;
  height: 22px;
  top: 250%;
  left: 3px;
}

.c-hours-icon {
  position: absolute;
  width: 14px;
  height: 15px;
  top: 1px;
  left: 0;
}


.c-column {
   flex: 1;
   padding: 20px;
   margin: 0 50px 0 50px;
   height: 900px;
   width: 800px;
   overflow: none;
   position: absolute;
   top: 32%;
    }

.map {
  	width: 100%;
  	position: relative;
  	height: 350px;
}

 .line-divider-icon {
  	position: absolute;
  	height: 30px;
  	width: 19.69%;
  	top: -15px;
  	right: 40.17%;
  	bottom: 95.93%;
  	left: 40.14%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
}

/* Breakpoint 700px-897px*/
@media (min-width:700px) and (max-width: 897px) {

/*main*/
main {
  min-height: calc(100vh - 160px - 500px);
}


/* home */
.hero-box {
  width: 100%;
  height: 330px;
  margin: 0;
  padding: 0;
  display: flex;
}

.hero-box .hero {
  width: 100%;
  height: 330px;
  background-image: url("../images/pedals.png");
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: top;
}

.hero-box .hero-overlap {
  height: 330px;
  background-image: url("../images/faded-cover.png");
  background-size: 100% 100%;
  display: flex;
}

.hero-box .hero-div {
  position: relative;
  width: 100%;
  top: 158px;
  text-align: center;
}


.hero-box .hero-cable-controls {
  position: relative;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
}

.hero-box .hero-text {
  color: #ffffff;
  font-family: lato;
  font-size: 50px;
  text-align: center;
}

.hero-box .hero-span {
  color: #8bffce;
  font-family: lato;
  font-size: 50px;
}


/*contact us*/
.contact-title {
  	font-size: 32px;
  	color: #191919;
}
.contact-lines {
  	height: 17.9px;
  	width: 250px;
  	overflow: hidden;
}
.contact-parent {
  	height: 50%;
  	width: 100%;
	margin-top: 40px;
  	font-size: 26px;
  	color: #21553f;
}
.contact-section {
  	position: relative;
  	height: 60%;
  	width: 100%;
  	font-size: 22px;
  	color: #191919;
	display: flex;
    text-align: center;
}
.contact {
  	width: 100%;
  	position: relative;
  	height: 200px;
  	text-align: center;
  	font-size: 30px;
  	color: #fff;
  	font-family: Lato;
    display: flex;
}

/*contact info*/
.c-info-inner {
  	position: absolute;
  	top: 0px;
  	left: 700px;
  	background-color: #707070;
  	width: 635px;
  	height: 653px;
} 

.contact-info-parent {
  	width: 100%;
  	position: relative;
  	height: 1300px;
  	text-align: left;
  	font-size: 24px;
  	color: #000;
  	font-family: Lato;
	display: flex;
}

.contact-info-links{
  position: absolute;
  width: 600px;
  height: 113px;
  top: 0px;
  left: 10%;
  right: 9.79%;
  bottom: 9.43%;
}

.contact-info-links p {
  position: absolute;
  top: 100%;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.contact-info-links h3 {
  position: absolute;
  top: -100%;
  left: 30px;
  font-weight: 800;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.c-email-link {
  position: absolute;
  width: 227px;
  height: 22px;
  top: 110%;
  left: 0;
}

.c-link-contact a {
  position: absolute;
  top: 100%;
  left: 33px;
  width: 500px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact a:hover {
  color: #21553f;
  font-weight: 500;
}

.c-link-contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 18px;
}

.c-link-contact li {
  position: inherit;
  width: 600px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact li:hover {
  color: #21553f;
}

.c-email-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  top: 4px;
  left: 0;
}

.c-tel-link {
  position: absolute;
  width: 171px;
  height: 22px;
  top: 0%;
  left: 0;
}

.c-address-link {
  position: absolute;
  width: 500px;
  height: 22px;
  top: 180%;
  left: 3px;
}

.c-p {
  position: absolute;
  top: 0;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.c-location-icon {
 position: absolute;
  width: 14px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-phone-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-hours-link {
  position: absolute;
  width: 248px;
  height: 22px;
  top: 250%;
  left: 3px;
}

.c-hours-icon {
  position: absolute;
  width: 14px;
  height: 15px;
  top: 1px;
  left: 0;
}


.c-column {
   flex: 1;
   padding: 20px;
   margin: 0 0px 0 50px;
   height: 900px;
   width: 600px;
   overflow: none;
   position: absolute;
   top: 32%;
    }

.map {
  	width: 100%;
  	position: relative;
  	height: 350px;
}

 .line-divider-icon {
  	position: absolute;
  	height: 30px;
  	width: 19.69%;
  	top: -15px;
  	right: 40.17%;
  	bottom: 95.93%;
  	left: 40.14%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
}

/* Breakpoint 500px-699px*/
@media (min-width:500px) and (max-width: 699px) {


/*main*/
main {
  min-height: calc(100vh - 160px - 500px);
}


/* home */
.hero-box {
  width: 100%;
  height: 330px;
  margin: 0;
  padding: 0;
  display: flex;
}

.hero-box .hero {
  width: 100%;
  height: 330px;
  background-image: url("../images/pedals.png");
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: top;
}

.hero-box .hero-overlap {
  height: 330px;
  background-image: url("../images/faded-cover.png");
  background-size: 100% 100%;
  display: flex;
}

.hero-box .hero-div {
  position: relative;
  width: 100%;
  top: 158px;
  text-align: center;
}


.hero-box .hero-cable-controls {
  position: relative;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
}

.hero-box .hero-text {
  color: #ffffff;
  font-family: lato;
  font-size: 50px;
  text-align: center;
}

.hero-box .hero-span {
  color: #8bffce;
  font-family: lato;
  font-size: 50px;
}


/*contact us*/
.contact-title {
  	font-size: 32px;
  	color: #191919;
}
.contact-lines {
  	height: 17.9px;
  	width: 250px;
  	overflow: hidden;
}
.contact-parent {
  	height: 50%;
  	width: 100%;
	margin-top: 40px;
  	font-size: 26px;
  	color: #21553f;
}
.contact-section {
  	position: relative;
  	height: 60%;
  	width: 100%;
  	font-size: 22px;
  	color: #191919;
	display: flex;
    text-align: center;
}
.contact {
  	width: 100%;
  	position: relative;
  	height: 200px;
  	text-align: center;
  	font-size: 30px;
  	color: #fff;
  	font-family: Lato;
    display: flex;
}

/*contact info*/
.c-info-inner {
  	position: absolute;
  	top: 0px;
  	left: 700px;
  	background-color: #707070;
  	width: 635px;
  	height: 653px;
} 

.contact-info-parent {
  	width: 100%;
  	position: relative;
  	height: 1300px;
  	text-align: left;
  	font-size: 24px;
  	color: #000;
  	font-family: Lato;
	display: flex;
}

.contact-info-links{
  position: absolute;
  width: 600px;
  height: 113px;
  top: 0px;
  left: 10%;
  right: 9.79%;
  bottom: 9.43%;
}

.contact-info-links p {
  position: absolute;
  top: 100%;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.contact-info-links h3 {
  position: absolute;
  top: -100%;
  left: 30px;
  font-weight: 800;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.c-email-link {
  position: absolute;
  width: 227px;
  height: 22px;
  top: 110%;
  left: 0;
}

.c-link-contact a {
  position: absolute;
  top: 100%;
  left: 33px;
  width: 350px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact a:hover {
  color: #21553f;
  font-weight: 500;
}

.c-link-contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 18px;
}

.c-link-contact li {
  position: inherit;
  width: 600px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact li:hover {
  color: #21553f;
}

.c-email-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  top: 4px;
  left: 0;
}

.c-tel-link {
  position: absolute;
  width: 171px;
  height: 22px;
  top: 0%;
  left: 0;
}

.c-address-link {
  position: absolute;
  width: 500px;
  height: 22px;
  top: 180%;
  left: 3px;
}

.c-p {
  position: absolute;
  top: 0;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.c-location-icon {
 position: absolute;
  width: 14px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-phone-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-hours-link {
  position: absolute;
  width: 248px;
  height: 22px;
  top: 270%;
  left: 3px;
}

.c-hours-icon {
  position: absolute;
  width: 14px;
  height: 15px;
  top: 1px;
  left: 0;
}

.c-column {
   flex: 1;
   padding: 20px;
   margin: 0 0px 0 25px;
   height: 900px;
   width: 450px;
   overflow: none;
   position: absolute;
   top: 32%;
    }

.map {
  	width: 100%;
  	position: relative;
  	height: 350px;
}

 .line-divider-icon {
  	position: absolute;
  	height: 30px;
  	width: 19.69%;
  	top: -15px;
  	right: 40.17%;
  	bottom: 95.93%;
  	left: 40.14%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
}

/* Breakpoint 380px-499px*/
@media (min-width:380px) and (max-width: 499px) {

/*main*/
main {
  min-height: calc(100vh - 160px - 500px);
}


/* home */
.hero-box {
  width: 100%;
  height: 330px;
  margin: 0;
  padding: 0;
  display: flex;
}

.hero-box .hero {
  width: 100%;
  height: 330px;
  background-image: url("../images/pedals.png");
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: top;
}

.hero-box .hero-overlap {
  height: 330px;
  background-image: url("../images/faded-cover.png");
  background-size: 100% 100%;
  display: flex;
}

.hero-box .hero-div {
  position: relative;
  width: 100%;
  top: 158px;
  text-align: center;
}


.hero-box .hero-cable-controls {
  position: relative;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
}

.hero-box .hero-text {
  color: #ffffff;
  font-family: lato;
  font-size: 50px;
  text-align: center;
}

.hero-box .hero-span {
  color: #8bffce;
  font-family: lato;
  font-size: 50px;
}


/*contact us*/
.contact-title {
  	font-size: 30px;
  	color: #191919;
}
.contact-lines {
  	height: 17.9px;
  	width: 200px;
  	overflow: hidden;
}
.contact-parent {
  	height: 50%;
  	width: 100%;
	margin-top: 40px;
  	font-size: 26px;
  	color: #21553f;
}
.contact-section {
  	position: relative;
  	height: 60%;
  	width: 100%;
  	font-size: 22px;
  	color: #191919;
	display: flex;
    text-align: center;
}
.contact {
  	width: 100%;
  	position: relative;
  	height: 200px;
  	text-align: center;
  	font-size: 30px;
  	color: #fff;
  	font-family: Lato;
    display: flex;
}

/*contact info*/
.c-info-inner {
  	position: absolute;
  	top: 0px;
  	left: 700px;
  	background-color: #707070;
  	width: 635px;
  	height: 653px;
} 

.contact-info-parent {
  	width: 100%;
  	position: relative;
  	height: 1300px;
  	text-align: left;
  	font-size: 24px;
  	color: #000;
  	font-family: Lato;
	display: flex;
}

.contact-info-links{
  position: absolute;
  width: 600px;
  height: 113px;
  top: -20px;
  left: 10%;
  right: 9.79%;
  bottom: 9.43%;
}

.contact-info-links p {
  position: absolute;
  top: 100%;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.contact-info-links h3 {
  position: absolute;
  top: -100%;
  left: 30px;
  font-weight: 800;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.c-email-link {
  position: absolute;
  width: 227px;
  height: 22px;
  top: 110%;
  left: 0;
}

.c-link-contact a {
  position: absolute;
  top: 100%;
  left: 33px;
  width: 300px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact a:hover {
  color: #21553f;
  font-weight: 500;
}

.c-link-contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 18px;
}

.c-link-contact li {
  position: inherit;
  width: 600px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact li:hover {
  color: #21553f;
}

.c-email-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  top: 4px;
  left: 0;
}

.c-tel-link {
  position: absolute;
  width: 171px;
  height: 22px;
  top: 0%;
  left: 0;
}

.c-address-link {
  position: absolute;
  width: 500px;
  height: 22px;
  top: 180%;
  left: 3px;
}

.c-p {
  position: absolute;
  top: 0;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.c-location-icon {
 position: absolute;
  width: 14px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-phone-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-hours-link {
  position: absolute;
  width: 248px;
  height: 22px;
  top: 270%;
  left: 3px;
}

.c-hours-icon {
  position: absolute;
  width: 14px;
  height: 15px;
  top: 1px;
  left: 0;
}

.c-column {
   flex: 1;
   padding: 20px;
   margin: 0 0px 0 20px;
   height: 900px;
   width: 350px;
   overflow: none;
   position: absolute;
   top: 32%;
    }

.map {
  	width: 100%;
  	position: relative;
  	height: 350px;
}

 .line-divider-icon {
  	position: absolute;
  	height: 30px;
  	width: 19.69%;
  	top: -15px;
  	right: 40.17%;
  	bottom: 95.93%;
  	left: 40.14%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
}

/* Breakpoint - mobile view - max 380*/
@media (max-width: 380px) {

/*main*/
main {
  min-height: calc(100vh - 160px - 500px);
}


/* home */
.hero-box {
  width: 100%;
  height: 330px;
  margin: 0;
  padding: 0;
  display: flex;
}

.hero-box .hero {
  width: 100%;
  height: 330px;
  background-image: url("../images/pedals.png");
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: top;
}

.hero-box .hero-overlap {
  height: 330px;
  background-image: url("../images/faded-cover.png");
  background-size: 100% 100%;
  display: flex;
}

.hero-box .hero-div {
  position: relative;
  width: 100%;
  top: 158px;
  text-align: center;
}


.hero-box .hero-cable-controls {
  position: relative;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
}

.hero-box .hero-text {
  color: #ffffff;
  font-family: lato;
  font-size: 50px;
  text-align: center;
}

.hero-box .hero-span {
  color: #8bffce;
  font-family: lato;
  font-size: 50px;
}


/*contact us*/
.contact-title {
  	font-size: 26px;
  	color: #191919;
}
.contact-lines {
  	height: 17.9px;
  	width: 200px;
  	overflow: hidden;
}
.contact-parent {
  	height: 50%;
  	width: 100%;
	margin-top: 40px;
  	font-size: 26px;
  	color: #21553f;
}
.contact-section {
  	position: relative;
  	height: 60%;
  	width: 100%;
  	font-size: 22px;
  	color: #191919;
	display: flex;
    text-align: center;
}
.contact {
  	width: 100%;
  	position: relative;
  	height: 200px;
  	text-align: center;
  	font-size: 30px;
  	color: #fff;
  	font-family: Lato;
    display: flex;
}

/*contact info*/
.c-info-inner {
  	position: absolute;
  	top: 0px;
  	left: 700px;
  	background-color: #707070;
  	width: 635px;
  	height: 653px;
} 

.contact-info-parent {
  	width: 100%;
  	position: relative;
  	height: 1300px;
  	text-align: left;
  	font-size: 24px;
  	color: #000;
  	font-family: Lato;
	display: flex;
}

.contact-info-links{
  position: absolute;
  width: 600px;
  height: 113px;
  top: -40px;
  left: 10%;
  right: 9.79%;
  bottom: 9.43%;
}

.contact-info-links p {
  position: absolute;
  top: 100%;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  width: 250px;
}

.contact-info-links h3 {
  position: absolute;
  top: -100%;
  left: 30px;
  font-weight: 800;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  width: 500px;
}

.c-email-link {
  position: absolute;
  width: 227px;
  height: 22px;
  top: 110%;
  left: 0;
}

.c-link-contact a {
  position: absolute;
  top: 100%;
  left: 33px;
  width: 300px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact a:hover {
  color: #21553f;
  font-weight: 500;
}

.c-link-contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 18px;
}

.c-link-contact li {
  position: inherit;
  width: 600px;
  font-family: 'Lato-medium', sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  padding: 5px 0px;
}

.c-link-contact li:hover {
  color: #21553f;
}

.c-email-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  top: 4px;
  left: 0;
}

.c-tel-link {
  position: absolute;
  width: 171px;
  height: 22px;
  top: 0%;
  left: 0;
}

.c-address-link {
  position: absolute;
  width: 500px;
  height: 22px;
  top: 180%;
  left: 3px;
}

.c-p {
  position: absolute;
  top: 0;
  left: 30px;
  font-family: "Lato", Helvetica;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.c-location-icon {
 position: absolute;
  width: 14px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-phone-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

.c-hours-link {
  position: absolute;
  width: 248px;
  height: 22px;
  top: 270%;
  left: 3px;
}

.c-hours-icon {
  position: absolute;
  width: 14px;
  height: 15px;
  top: 1px;
  left: 0;
}

.c-column {
   flex: 1;
   padding: 20px;
   margin: 0 0px 0 10px;
   height: 900px;
   width: 320px;
   overflow: none;
   position: absolute;
   top: 32%;
    }

.map {
  	width: 100%;
  	position: relative;
  	height: 350px;
}

 .line-divider-icon {
  	position: absolute;
  	height: 30px;
  	width: 30%;
  	top: -15px;
  	right: 35%;
  	bottom: 95.93%;
  	left: 35%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
}
