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


body
{
	background-color: #bfc0c1;
	margin: 0px;
    padding: 0px;
}


p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	color: #5f8fbb;
	text-align: center;
	margin: 15px 20px 10px 20px;
}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 1080px;
		background-color: #ffffff;
	}


#topbar {
	background-color: #54565a;
	width: 100%;
	height: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

header {
	width: 1080px;
	background: #dae2ef;
	min-height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	display: block;
	position: fixed;
	z-index: 1;
	border-bottom: 2px solid #5f8fbb;
} 
	
#logo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
	width: auto;
	position: relative;
	height: auto;
	float: left;
}

#headercontact {
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	width: auto;
	position: relative;
	height: auto;
	float: right;
}

.phone {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 32px;
	color: #54565a;
	margin: 10px 0px 0px 0px;
}

.email {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	color: #2c659a;
	margin: 0px 0px 0px 0px;
}

.email a:link, a:visited, a:active {
	text-decoration: none;
	color: #2c659a;
}
.email a:hover {
	text-decoration: none;
	color: #54565a;
}


nav {
	width: 1080px;
	position: relative;
	height: auto;
	margin-top: 10px;
	text-align: center;
	display: block;
}


main {
	width: 1080px;
	min-height: auto;
	margin: auto;
	position: relative;
}

#hero {
	width: 1080px;
	height: 100%;
	min-height: 340px;
	margin: auto;
	position: relative;
	background-image: url("../images/Home-Hero-Image-V2.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

#scrollcontainer {
	width: 1080px;
	min-height: auto;
	margin: auto;
	position: relative;
	padding-top: 240px;
}

#secondarypagecontainer {
	width: 1080px;
	min-height: auto;
	margin: auto;
	position: relative;
	padding-top: 210px;
}

section {
	width: 1080px;
	min-height: auto;
	margin: auto;
	position: relative;
  	display: block;
}

.button {
    background-color: #ffffff;
    overflow: hidden;
    float: none;
	text-align: center;
}

.button a {
	display: inline-block;
    color: #ffffff;
    text-align: center;
    padding: 10px 15px;
	margin: 10px 0px;
	border-radius: 8px;
    text-decoration: none;
	background: #5f8fbb;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
    font-size: 15px;
}

.button a:hover {
  background-color: #2c659a;
}

.sectionlinks {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	font-weight: 600;
	color: #5f8fbb;
	background: #ffffff;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.sectionlinks a:link, a:visited, a:active {
	text-decoration: none;
	color: #2c659a;
}
.sectionlinks a:hover {
	text-decoration: none;
	color: #54565a;
}

.section-title {
	font-family: 'Work Sans', sans-serif;
	font-size: 30px;
	text-align: left;
	font-weight: 600;
	background-color: #5f8fbb;
	color: #ffffff;
	margin: 10px 20px 10px 20px;
	padding: 3px 20px 3px 20px;
}


 .grid-container-products {
	width: 1000px; 
  	display: grid;
  	grid-gap: 20px;
  	grid-template-columns: 30% auto auto 23%;
	grid-template-rows: auto auto;
	align-content: start;
	padding: 20px;
	margin: auto auto 20px auto;
	border: 2px solid #5f8fbb;
} 

.product-title {
	grid-column: 1 / span 4;
	grid-row: 1 / span 1;
	font-family: 'Work Sans', sans-serif;
	font-size: 30px;
	text-align: left;
	font-weight: 600;
	color: #5f8fbb;
}

.product-photo {
	grid-column: 1 / span 1;
	grid-row: 2 / span 1;
}

.product-description {
	grid-column: 2 / span 1;
	grid-row: 2 / span 1;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	font-weight: 400;
	color: #54565a;
	margin: 5px 0px 10px 0px;
}

.product-price {
	grid-column: 3 / span 1;
	grid-row: 2 / span 1;
	font-family: 'Work Sans', sans-serif;
	font-size: 30px;
	line-height: 20px;
	text-align: center;
	font-weight: 600;
	color: #5f8fbb;
	margin-top: 5px;
}

.product-pdf {
	grid-column: 4 / span 1;
	grid-row: 2 / span 1;
	width: auto;
	height: auto;
	text-align: center;
}

.product-callout {
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	font-weight: 400;
	color: #54565a;
	margin: 5px 0px 5px 0px;
}

.product-callout a:link, visited, active {
	text-decoration: none;
	color: #2c659a;
}
.product-callout a:visited {
	text-decoration: none;
	color: #2c659a;
}
.product-callout a:hover {
	text-decoration: none;
	color: #54565a;
}

.bodycopy {
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	font-weight: 400;
	color: #54565a;
	margin: 10px 40px 0px 40px;
}

.bodycopy a:link, a:visited, a:active {
	text-decoration: none;
	color: #2c659a;
}
.bodycopy a:hover {
	text-decoration: none;
	color: #54565a;
}

.aboutus {
	font-family: 'Work Sans', sans-serif;
	font-size: 17px;
	line-height: 24px;
	text-align: justify;
	font-weight: 400;
	color: #54565a;
	margin: 15px 270px 0px 270px;
}

.aboutus a:link, a:visited, a:active {
	text-decoration: none;
	color: #2c659a;
}
.aboutus a:hover {
	text-decoration: none;
	color: #54565a;
}


.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


#footercontainer {
	background-color: #555555;
	width: 100%;
	height: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

footer {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	top: 0px;
	display: block;
} 

.footercopy {
	font-family: 'Work Sans', sans-serif;
    font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	padding: 20px 0px 20px 0px;
}

.footercopy a:link, a:visited, a:active {
	text-decoration: none;
	color: #ffffff;
}
.footercopy a:hover {
	text-decoration: none;
	color: #dae2ef;
}

.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}


.float-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
}

img { border: 0; }

img.ri
{
	max-width: 80%;
	top: 10%;
	left: 10%;
	vertical-align: middle;
}


html {
  overflow-y: scroll;
}


@media print and (orientation:portrait){
	/* Remove unwanted elements */
#topbarcontainer, #footercontainer
	{display: none;
}
	
body
{
	background-color: #ffffff;
	}		
}


 /* top dropdown navigation */
 /* Add a black background color to the top navigation */
.topnav {
    background-color: #54565a;
    overflow: hidden;
    float: none;
}

/* Style the links inside the navigation bar */
.topnav a {
	display: inline-block;
    color: #ffffff;
    text-align: center;
    padding: 14px 15px;
    text-decoration: none;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
    font-size: 15px;
}


/* Add an active class to highlight the current page */
.active {
    background-color: #54565a;
    color: #ffffff;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: left;
    overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
	font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    border: none;
    outline: none;
    color: #666666;
    padding: 14px 15px;
    background-color: inherit;
    margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    float: none;
    color: #666666;
    padding: 11px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #ffffff;
    color: #5f8fbb;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #F1F0F0;
    color: #5f8fbb;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

:target {
padding-top: 300px;
margin-top: -300px;
display: inline-block;}

