
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Font Face/ Google Font 
2.0 - Links
3.0 - Accessibility
4.0 - Alignments
5.0 - Widgets
6.0 - Content
	6.1 - Posts and pages
	6.2 - Asides
	6.3 - Comments
7.0 - Infinite scroll
8.0 - Media
9.0 - Page Layout (Author Styles proceed here) <<<<
10.0 - Misc
11.0 - Media Queries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Font Face/ Google Font
------------------------------------------------------------- */

@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700';



/*--------------------------------------------------------------
2.0 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
3.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
4.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}

/*--------------------------------------------------------------
5.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
6.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
6.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
6.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
7.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
8.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/*--------------------------------------------------------------
9.0 Page Layout (Author Styles proceed here)
--------------------------------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}

#masthead{
	border-bottom:9px solid #1a457f;
	padding:10px 0 0;
	position:fixed;
	width:100%;
	z-index:99999;
	background:#fff
}

.site-content{
	padding:130px 0 0
}

h1.site-title{
	margin:0;
}

h1.site-title img{
	display:block;
	max-width:100%
}

.header-contact p{
	color:#1a457f;
	font-size:22px;
	margin:10px 0 0;
	line-height:22px;
	text-align:center;
	font-weight:600;
}

.header-contact p strong{
	display:block;
	color:#1a457f;
	font-size:32px;
	line-height:32px;
	font-weight:700
}

#site-navigation{
	margin:0;
}

#site-navigation ul.nav{
	text-align:center;
	float:none
}

#site-navigation ul.nav li{
	float:none;
	display:inline-block;
	
}

#site-navigation ul.nav li a{
	color:#241214;
	font-size:18px;
	text-transform:uppercase;
	padding:14px 15px;
	background:none!important;
	position:relative;
}

#site-navigation ul.nav li a:after{
	content:"\00b7";
	position:absolute;
	right:-4px;
	font-size:20px;
}

#site-navigation ul.nav li:last-child a:after{
	content: ""
}
.hero{
	position:relative;
}

.hero img{
	max-width:100%;
}

.hero-caption {
	background:#272451;
	padding:110px 100px;
	position:absolute;
	left:20px;
	bottom:20px;
	width:570px;
	height:570px;
	border-radius:50%;
	-webkit-box-shadow: -1px 3px 3px 0px rgba(34, 30, 31, 0.75);
	-moz-box-shadow:    -1px 3px 3px 0px rgba(34, 30, 31, 0.75);
	box-shadow:         -1px 3px 3px 0px rgba(34, 30, 31, 0.75);
	display:none;
}

.hero-caption ul li{
	margin: 0 0 20px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
}


.section{
	margin:-100px 0 0;
	padding:170px 0 70px;
	text-align:center;
}

h2.section-title{
	font-size:32px;
	color:#1a457f;
	font-weight:700;
	padding:0 0 20px;
	margin:0 0 40px;
	display:inline-block;
	text-transform:uppercase;
	position:relative
}

h2.section-title::after {
    border-bottom: 3px solid #7d9796;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 160px;
    z-index: 9999;
}

.about-us p{
	color:#241214;
	text-align:center;
}

.about-us p span{
	margin:30px 0 0;
	font-size:24px;
	display:block;
	color:#1a457f
}

.featured-img h3{
	margin:0 0 10px;
	font-size:16px;
	text-transform:uppercase;
	color:#262626;
	display:block;
	text-align:left;
	font-weight:700;
}

.featured-img img{
	border:1px solid #262626;
	max-width:100%;
	margin:0 0 30px;
}

.featured-img h3 span{
	text-transform:none;
	display:inline-block;
	float:right;
}

.featured-content{
	text-align:left;
}

.read-more-state {
  display: none;
}

.featured-content ul{
	padding-left:17px;
}

.featured-content h4{
	text-transform:uppercase;
	margin:0 0 10px;
	font-weight:700;
	display:block;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  color: #262626;
  font-size: 16px;
  line-height: 16px;
  font-weight:700;
  font-style:italic;
  position:relative;
  z-index:9999
}

.manufacturers .row > div{
	margin:0 0 30px
}

.send-file-header{
	text-align:center;
	margin:-100px 0 0;
	padding:170px 0 0
}

.send-file{
	background:#e1e9e9;
	padding:30px 0 120px;
}

.send-file label{
	width:200px;
	vertical-align:top;
	text-align:right;
	margin:0 15px 15px 0;
	padding:8px 10px;
	color:#262626;
	font-size:20px;
	font-weight:700
}

.send-file input[type="text"],
.send-file input[type="email"],
.send-file input[type="file"],
.send-file textarea{
	width:63%;
	margin:0 0 15px;
	border:none;
	padding:8px 10px;
	display:inline-block
}
 
.send-file .form ul li:last-child{
	text-align:center
}

.send-file input[type="submit"]{
	color:#262626;
	font-size:20px;
	font-weight:700;
	border:1px solid #262626;
	padding:8px 20px;
	text-transform:uppercase
}

.send-file .details p,
.send-file .details ul li{
	color:#262626;
	font-size:20px;
	font-weight:700
}


.contact-us{
	margin:-100px 0 0;
	/*padding:170px 0 100px;*/
	padding:70px 0 70px;
	background: url(images/contact-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align:center
}

.contact-us p{
	margin: 0 0 50px
}

.contact-us ul li{
	margin: 0 0 30px;
	font-size:20px;
}

.contact-us ul li strong{
	text-transform:uppercase
}


.site-footer{
	padding:100px 0;
	background:#7d9796;
	border-bottom:5px solid #fff;
	position:relative;
}

.site-footer p{
	color:#024b2d;
	font-size:20px;
	margin:0;
	font-weight:600
}

a.top{
	width:60px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:auto
}


.intro-heading {
    margin: 30px 0 0;
    font-size: 24px;
    display: block;
    color: #1a457f;
	font-weight:bold;
	text-align:center;
}

.intro-box {
	margin:20px 0;
}

.intro-copy {
    margin: 30px 0 0;
    font-size: 18px;
    display: block;
    color: #1a457f;
	text-align:center;
}


.site-branding {padding-bottom:10px;}

/*--------------------------------------------------------------
10.0 Misc - Place your modifier's here
--------------------------------------------------------------*/
.half-bottom {margin-bottom: 10px;}
.half-top {margin-top: 10px;}
.add-bottom {margin-bottom: 20px;}
.add-top {margin-top: 20px;}

.nodisplay {display: none;}

.featured-content ul {
   list-style: none;
}

.featured-content ul li:before {
   content: "•";
   font-size: 170%; /* or whatever */
       line-height: 80%;
    position: relative;
    top: 4px;
   padding-right: 5px;
}

.featured-content ul li ul {
   list-style:square
}

.featured-content ul li ul li:before {
	display:none;
}

 .no-bullet-list:before {
	display:none!important;
   font-size: 170%; /* or whatever */
   padding-right: 5px;
}


.featured-content li li {
	list-style: square;
	margin-left:15px;
}

.our-mail a {color:#000;}
.our-mail a:hover {color:#1a457f;}

/*--------------------------------------------------------------
11.0 Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 75em) {
	/* width 1200px up */
	
	.header-contact p strong {
    margin-top: 15px;
}

#site-navigation {
    padding-top: 15px;
}
}


@media only screen and (min-width: 62em) and (max-width: 75em) {
	/* 992px and 1200px */
	
	#site-navigation ul.nav li a{
		padding:10px;
	}
	
	.hero-caption ul li{
		font-size:13px;
	}
	
	.hero-caption{
		padding:75px;
		width:400px;
		height:400px;
		bottom:10px;
		left:10px;
	}
	
	#site-navigation ul.nav li a {
    font-size: 14px;
}

.header-contact p strong {
    margin-top: 15px;
}
	
	#site-navigation {
    margin: 0;
    padding-top: 15px;
}
}


@media screen and (max-width: 61.938em) {
	/* width: 991px; */
	
	.header-contact p{
		font-size:16px;
	}
	
	.header-contact p strong{
		font-size:22px;
	}
	
	#site-navigation ul.nav li a{
		font-size:10px;
	}
	.hero-caption ul li{
		font-size:13px;
	}
	
	.hero-caption{
		padding:75px;
		width:400px;
		height:400px;
		bottom:10px;
		left:10px;
	}
	
	.details{
		margin:0 0 30px;
	}
	
}


@media screen and (max-width: 48em) {
	/* width 768px */
	
	h1.site-title img{
		max-width:300px;
		height:auto;
		display:block;
	}
	
	
	.site-content{
		padding:100px 0 0;
	}
	
	.hero-caption{
		position:relative;
		height:auto;
		width:100%;
		left:0;
		right:0;
		border-radius:0;
		padding:20px; 
	}
	
	.featured-img img{
		width:100%;
	}
	
	.send-file label,
	.send-file input[type="text"], 
	.send-file input[type="email"], 
	.send-file input[type="file"], 
	.send-file textarea{
		width:100%;
		text-align:left
	}
	
	.send-file{
		padding:30px 0 170px;
	}
	
	.navbar-toggle .icon-bar{
		background:#1a457f
	}
	
		
	.header-contact{
		display:none
	}
	
	#masthead{
		padding:10px 0
	}
	
	#site-navigation ul.nav li{
		display:block;
		text-align:left
	}
	
	#site-navigation ul.nav li a::after{
		content: "";
	}
	
	.mobile-nav{
		margin-top:-55px;
	}
	
	.hero {
    margin-top: 7%;
}
	
	
}


@media screen and (max-width: 30em) {
	/* width 480px */
	
	h1.site-title img{
		max-width:260px;
		height:auto;
		display:block;
	}
	
	#site-navigation .navbar-toggle{
		margin:15px 0;
	}
	
	.mobile-nav{
		margin-top:-65px;
	}
	
	.featured-img h3{
		font-size:14px;
	}
	
	.featured-img h3 span{
		float:none;
		display:block;
	}
}