/*!
Theme Name: NPCA
Theme URI: http://swellfire.com
Description: National Precast Concrete Association theme
Author: Swellfire
Author URI: http://swellfire.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0

Template: genesis
*/

/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
*/

/*
 * Mixin for micro clearfix
 * @include microclearfix;
*/

/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/

/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */

/*
	Theme Name: Genesis
	Theme URI: http://my.studiopress.com/themes/genesis
	Description: The industry standard in design frameworks for WordPress. Please do not modify this style sheet, as it might get overridden in updates.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.0.2
	Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* WARNING - Please read the notice below:

	This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.
	Copy the contents of this file to the child theme. Do not use @import, as the CSS included with Genesis might change in the future.

*/

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
  font-size: 62.5%;
  /* 10px browser default */
}

body {
  background-color: #f5f5f5;
  color: #666;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #333;
  color: #fff;
}

::selection {
  background-color: #333;
  color: #fff;
}

a {
  color: #666;
  text-decoration: none;
}

a img {
  margin-bottom: -4px;
  margin-bottom: -0.4rem;
}

a:hover {
  color: #333;
}

p {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 0;
}

strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

blockquote,
blockquote::before {
  color: #999;
}

blockquote {
  margin: 40px 40px 24px;
  margin: 4rem 4rem 2.4rem;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

.entry-content code {
  background-color: #333;
  color: #ddd;
}

cite {
  font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  width: auto;
  /* IE8 */
}

/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

th,
td {
  text-align: left;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
  padding: 0.6rem 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1140px;
}

.site-inner {
  clear: both;
  padding-top: 40px;
  padding-top: 4rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* Content */

.content {
  float: right;
  width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 520px;
}

.full-width-content .content {
  width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
  float: left;
}

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}

.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem;
}

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
}

img.alignnone {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.archive-description,
.author-box {
  background-color: #fff;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.archive-description {
  padding: 40px 40px 24px;
  padding: 4rem 4rem 2.4rem;
}

.author-box {
  padding: 40px;
  padding: 4rem;
}

.author-box-title {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}

.author-box a {
  border-bottom: 1px solid #ddd;
}

.author-box p {
  margin-bottom: 0;
}

.author-box .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
}

.entry-title a:hover {
  color: #666;
}

.widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}

.sidebar .widget-title a {
  border: none;
}

.archive-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 0 0 24px;
  padding: 0 0 2.4rem;
}

.featured-content .entry-title {
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.featured-content .entry-title a {
  border: none;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
  color: #999;
}

.enews-widget .widget-title {
  color: #fff;
}

.enews-widget input {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.enews-widget input:focus {
  border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
  background-color: #f15123;
  color: #fff;
  margin: 0;
  width: 100%;
}

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px;
  padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
  padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
  display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  background-color: #fff;
}

.site-header .wrap {
  padding: 40px 0;
  padding: 4rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
  float: left;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  padding: 16px 0;
  padding: 1.6rem 0;
  width: 320px;
}

.header-image .title-area {
  padding: 0;
}

.site-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  margin: 0 0 8px;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
  color: #333;
}

.site-description {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
  width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
  display: block;
  text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
  padding: 0;
}

.header-image .site-title a {
  float: left;
  min-height: 150px;
  width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px;
}

.header-image .site-header .widget-area {
  padding: 40px 0;
  padding: 4rem 0;
}

.site-header .search-form {
  float: right;
  margin-top: 24px;
  margin-top: 2.4rem;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  color: #999;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.5;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  border: none;
  color: #999;
  display: block;
  padding: 28px 24px;
  padding: 2.8rem 2.4rem;
  position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #999;
}

.genesis-nav-menu > .menu-item > a {
  text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 16px 20px;
  padding: 1.6rem 2rem;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 28px 0;
  padding: 2.8rem 0;
  text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
  margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
  padding: 14px 0 0;
  padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
  border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
  margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
  background-color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
  color: #fff;
}

.nav-primary .sub-menu a:hover {
  color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
  background-color: #fff;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding: 40px 40px 24px;
  padding: 4rem 4rem 2.4rem;
}

.entry-content a {
  border-bottom: 1px solid #ddd;
  color: #f15123;
}

.entry-content a:hover {
  color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
  margin-left: 40px;
  margin-left: 4rem;
}

.entry-content ol li {
  list-style-type: decimal;
}

.entry-content ul li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content .search-form {
  width: 50%;
}

.entry-meta {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
}

.entry-meta a {
  border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  margin: 0 -40px;
  margin: 0 -4rem;
  padding: 32px 40px 8px;
  padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
  margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
  display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 40px 0;
  margin: 4rem 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #333;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #f15123;
}

.entry-pagination a {
  border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.entry-comments {
  padding: 40px;
  padding: 4rem;
}

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
  padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
  border-bottom: 1px solid #ddd;
}

.comment-content {
  clear: both;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
  margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
}

.comment-list li {
  margin-top: 24px;
  margin-top: 2.4rem;
  padding: 32px;
  padding: 3.2rem;
}

.comment-list li li {
  margin-right: -32px;
  margin-right: -3.2rem;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

.comment .avatar {
  margin: 0 16px 24px 0;
  margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 24px;
  padding: 2.4rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  color: #999;
}

.sidebar a {
  border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
  margin-bottom: 0;
}

.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}

.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding: 40px;
  padding: 4rem;
}

.sidebar .enews-widget {
  background-color: #333;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  background-color: #333;
  color: #999;
  clear: both;
  padding: 40px 0 16px;
  padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
  width: 350px;
}

.footer-widgets-2 {
  width: 360px;
}

.footer-widgets-1 {
  margin-right: 40px;
  margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

.footer-widgets a {
  border-bottom: 1px solid #666;
  color: #999;
}

.footer-widgets a:hover {
  color: #ddd;
}

.footer-widgets .widget {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
  color: #fff;
}

.footer-widgets li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
  border: 1px solid #ddd;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  background-color: #fff;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 40px 0;
  padding: 4rem 0;
  text-align: center;
}

.site-footer a {
  border-bottom: 1px solid #ddd;
}

.site-footer p {
  margin-bottom: 0;
}

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .header-image .site-header .wrap {
    background-size: 320px 164px;
  }
}

@media only screen and (max-width: 1139px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }

  .content,
  .site-header .widget-area {
    width: 620px;
  }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .title-area {
    width: 300px;
  }
}

@media only screen and (max-width: 1023px) {
  body {
    background-color: #fff;
  }

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .site-inner,
  .title-area,
  .wrap {
    width: 100%;
  }

  .site-header .wrap {
    padding: 20px 0;
    padding: 2rem 0;
  }

  .header-image .site-header .wrap {
    background-position: center top;
  }

  .site-inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-footer .entry-meta,
  .header-image .site-header .widget-area,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
    padding: 2rem 1.6rem;
  }

  .site-header .search-form {
    margin: 16px auto;
    margin: 1.6rem auto;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  .entry-footer .entry-meta {
    margin: 0;
    padding-top: 12px;
    padding-top: 1.2rem;
  }

  .sidebar .widget.enews-widget {
    padding: 40px;
    padding: 4rem;
  }

  .site-footer {
    padding: 24px 0;
    padding: 2.4rem 0;
  }

  .footer-widgets {
    padding: 40px 5% 16px;
  }

  .footer-widgets-1 {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  /*
	.site-inner, .entry-header {
		max-width:450px!important;
		margin-left:auto!important;
		margin-right:auto!important;
	}
*/
}

/* Header Styles
-------------------------------------------------------------------------- */

.header-image .site-header {
  background-color: transparent;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100px;
  /* Header Center
	--------------------------------------------- */
  /* Nav Secondary
	--------------------------------------------- */
  /* Header Search
	--------------------------------------------- */
  /* Midline / Divider
	--------------------------------------------- */
  /* Nav Primary
	--------------------------------------------- */
  /* Find Precast
	--------------------------------------------- */
  /* Placeholder Header
	--------------------------------------------- */
  /* Sticky Header
	--------------------------------------------- */
  /* Media request @ 1450px
	--------------------------------------------- */
  /* Media request @ 1310px
	--------------------------------------------- */
  /* Media request @ 1114px
	--------------------------------------------- */
  /* Media request @ 1024px
	--------------------------------------------- */
  /* Media request @ 720px
	--------------------------------------------- */
}

.header-image .site-header .wrap {
  width: 100%;
  max-width: 100%;
}

.header-image .site-header .mobile-menu-button {
  display: none;
}

.header-image .site-header .title-area {
  background-image: url(/wp-content/themes/npca/assets/images/npca-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #00476b;
  padding: 0;
  width: 250px;
  height: 150px;
  background-size: 210px 110px;
  float: left;
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
}

.header-image .site-header .title-area.no-svg {
  background-image: url(/wp-content/themes/npca/assets/images/npca-logo.png);
}

.header-image .site-header .header-center {
  background-color: #fafafa;
  overflow: hidden;
}

.header-image .site-header .backHome {
  display: none;
}

.header-image .site-header .nav-tertiary {
  display: none;
}

@media (max-width: 420px) {
  .header-image .site-header .nav-tertiary {
    display: none;
  }
}

.header-image .site-header .nav-secondary {
  background-color: transparent;
  text-align: right;
  width: 610px;
  float: right;
  height: 49px;
}

@media (max-width: 420px) {
  .header-image .site-header .nav-secondary {
    display: none;
  }
}

.header-image .site-header .nav-secondary .menu-secondary .menu-item > a {
  color: #000;
  padding: 14px 18px;
  padding: 1.4rem 1.8rem;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  font-weight: 400;
  text-transform: uppercase;
}

.header-image .site-header .nav-secondary .menu-secondary .menu-item > a:hover {
  color: #b95915;
}

.header-image .site-header .nav-secondary .menu-secondary .sub-menu a:hover {
  color: #b95915;
}

.header-image .site-header .search {
  float: left;
  width: 224px;
  margin-left: 8px;
}

.header-image .site-header .search .search-form {
  margin-top: 8px;
  margin-bottom: 0;
  float: left;
}

.header-image .site-header .search input[type="text"],
.header-image .site-header .search input[type="search"] {
  background: #e0e0e0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  width: 190px;
  height: 31px;
}

@media (max-width: 1024px) {
  .header-image .site-header .search input[type="text"],
  .header-image .site-header .search input[type="search"] {
    padding: 20px;
  }
}

.header-image .site-header .search .icon-search {
  background: #ededed;
  color: #c4c4c4;
  width: 31px;
  height: 31px;
  display: inline-block;
  margin-top: 8px;
  text-align: center;
  line-height: 36px;
}

@media (max-width: 1024px) {
  .header-image .site-header .search .icon-search {
    background-color: transparent;
    margin-top: 14px;
  }
}

.header-image .site-header .mid-line {
  width: 100%;
  background-color: #e0e0e0;
  height: 1px;
  float: left;
}

.header-image .site-header .nav-primary {
  background-color: transparent;
  width: 900px;
  float: right;
  text-align: right;
}

@media (max-width: 420px) {
  .header-image .site-header .nav-primary {
    display: none;
  }
}

.header-image .site-header .nav-primary .menu-primary {
  font-size: 15px;
}

.header-image .site-header .nav-primary .menu-primary .menu-item > a {
  padding: 14px 14px;
  padding: 1.4rem 1.4rem;
  color: #00476b;
  font-weight: 700;
}

.header-image .site-header .nav-primary .menu-primary .menu-item > a:hover {
  color: #b95915;
}

.header-image .site-header .nav-primary .menu-primary .menu-item:last-child > a {
  padding-right: 18px;
}

.header-image .site-header .find-precast {
  float: right;
  width: 250px;
}

.header-image .site-header .find-precast a {
  text-align: center;
  display: block;
  background-color: #b95915;
  height: 150px;
  width: 250px;
  padding: 20px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-image .site-header .find-precast a:hover {
  background-color: #a24e12;
}

.header-image .site-header .find-precast a .find-precast-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-image .site-header .find-precast a span {
  line-height: 1.2;
}

.header-image .site-header .find-precast a .emphasis {
  font-weight: bold;
  font-size: 31px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-image .site-header ::-webkit-input-placeholder {
  font-size: 15px;
}

.header-image .site-header :-moz-placeholder {
  /* Firefox 18- */
  font-size: 15px;
}

.header-image .site-header ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 15px;
}

.header-image .site-header :-ms-input-placeholder {
  font-size: 15px;
}

.header-image .site-header.sticky-header .title-area {
  background: url(/wp-content/themes/npca/assets/images/npca-logo-sm.svg) no-repeat center #00476b;
  padding: 0;
  height: 100px;
  background-size: 150px 40px;
  float: left;
}

@media (max-width: 1024px) {
  .header-image .site-header.sticky-header .title-area {
    background: url(/wp-content/themes/npca/assets/images/npca-logo-sm-blue.svg) no-repeat center #fafafa;
    background-size: 175px 55px;
    height: 55px;
    width: 175px;
    margin: -8px auto 0;
    float: none;
  }
}

.header-image .site-header.sticky-header .title-area.no-svg {
  background: url(/wp-content/themes/npca/assets/images/npca-logo-sm.svg) no-repeat center #00476b;
  background-size: 150px 40px;
}

.header-image .site-header.sticky-header .find-precast a {
  height: 100px;
  padding: 0;
  font-size: 16px;
  padding-top: 7px;
}

.header-image .site-header.sticky-header .find-precast a .find-precast-content {
  top: 45%;
}

.header-image .site-header.sticky-header .find-precast a span {
  line-height: 1.2;
  display: block;
}

.header-image .site-header.sticky-header .find-precast a .emphasis {
  font-weight: bold;
  font-size: 24px;
}

@media only screen and (max-width: 1450px) {
  .header-image .site-header .find-precast {
    width: 220px;
  }

  .header-image .site-header .find-precast a {
    height: 150px;
    width: 220px;
    padding: 20px;
    font-size: 18px;
  }

  .header-image .site-header .find-precast a .emphasis {
    font-size: 28px;
  }

  .header-image .site-header.sticky-header .find-precast a .find-precast-content {
    top: 45%;
  }

  .header-image .site-header.sticky-header .find-precast a {
    font-size: 14px;
  }

  .header-image .site-header.sticky-header .find-precast a .emphasis {
    font-size: 22px;
  }

  .header-image .site-header .title-area {
    background: url(/wp-content/themes/npca/assets/images/npca-logo.svg) no-repeat center #00476b;
    padding: 0;
    width: 220px;
    height: 150px;
    background-size: 175px 92px;
  }

  .header-image .site-header.no-svg {
    background-image: url(/wp-content/themes/npca/assets/images/npca-logo.png);
  }
}

@media only screen and (max-width: 1310px) {
  .header-image .site-header .nav-primary {
    width: 669px;
  }

  .header-image .site-header .nav-primary .menu-primary {
    font-size: 13px;
  }

  .header-image .site-header .nav-primary .menu-primary .menu-item > a {
    padding: 15px 5px;
    padding: 1.5rem 0.5rem;
  }

  .header-image .site-header .nav-secondary {
    width: 441px;
  }

  .header-image .site-header .nav-secondary .menu-secondary .menu-item:last-child a {
    padding-right: 18px;
    padding-right: 1.8rem;
  }

  .header-image .site-header .nav-secondary .menu-secondary .menu-item > a {
    padding: 15px 5px;
    padding: 1.5rem 0.5rem;
    font-size: 13px;
  }
}

@media only screen and (max-width: 1114px) {
  .header-image .site-header .nav-primary {
    width: 600px;
  }

  .header-image .site-header .nav-primary .menu-primary {
    font-size: 11px;
  }

  .header-image .site-header .nav-primary .menu-primary .menu-item > a {
    padding: 17px 5px;
    padding: 1.7rem 0.5rem;
  }

  .header-image .site-header .nav-secondary {
    max-width: 348px;
  }

  .header-image .site-header .nav-secondary .menu-secondary .menu-item > a {
    padding: 18px 4px;
    padding: 1.8rem 0.4rem;
    font-size: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-image .site-header {
    height: 55px;
    background: #fafafa;
  }

  .header-image .site-header .nav-primary,
  .header-image .site-header .nav-secondary,
  .header-image .site-header .mid-line {
    display: none;
  }

  .header-image .site-header .site-title a {
    min-height: 55px;
  }

  .header-image .site-header .title-area {
    background: url(/wp-content/themes/npca/assets/images/npca-logo-sm-blue.svg) no-repeat center #fafafa;
    background-size: 175px 55px;
    height: 55px;
    width: 175px;
    margin: 0 auto;
    float: none;
    margin-top: -8px;
  }

  .header-image .site-header .header-center {
    background-color: transparent;
  }

  .header-image .site-header.sticky-header .search {
    display: block;
  }

  .header-image .site-header.sticky-header .header-center {
    padding: 0;
    background-color: transparent;
  }

  .header-image .site-header .mobile-menu-button {
    display: block;
    width: 55px;
    height: 55px;
    background-color: transparent;
    text-indent: -9999px;
    float: left;
  }

  .header-image .site-header .mobile-menu-button a {
    display: block;
    line-height: 55px;
    background-image: url(/wp-content/themes/npca/assets/images/mobile-menu-icon.png);
    background-image: url(/wp-content/themes/npca/assets/images/mobile-menu-icon.svg), none;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .header-image .site-header .search {
    width: 54px;
    background-color: transparent;
  }

  .header-image .site-header .search .mag-icon {
    padding: 19px;
    float: right;
    font-size: 16px;
    margin-top: 0px;
    cursor: pointer !important;
    color: #c4c4c4;
    background-color: transparent;
  }

  .header-image .site-header .search .search-form {
    display: none;
    float: left;
    margin-top: 10px;
  }

  .header-image .site-header .search .search-show {
    display: inline;
  }
}

@media (max-width: 1024px) {
  .header-image .site-header .search-form {
    display: none;
    position: absolute;
    float: none;
    margin-top: 0px !important;
    top: 55px;
    right: 0px;
    min-width: 100%;
    border: solid 10px white !important;
    padding: 10px;
    text-align: left;
  }
}

.find-precast-tablet {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .find-precast-tablet {
    text-align: center;
    background: #b95915;
    margin-top: 0px !important;
    position: relative;
    z-index: 100;
    display: block;
  }

  .find-precast-tablet span.emphasis {
    color: #fff;
    font-weight: 700;
    line-height: 0.5;
  }

  .find-precast-tablet span {
    display: block;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0;
  }

  .home .find-precast-tablet {
    margin-top: 0px;
    color: #fff;
  }

  .find-precast-tablet a .emphasis {
    font-size: 28px;
  }

  .find-precast-tablet a {
    color: white;
    padding: 20px 0 10px 0;
    display: block;
    font-size: 20px;
    line-height: 2;
  }

  .header-center {
    float: right;
  }

  .genesis-nav-menu .menu-item {
    display: list-item;
  }

  .genesis-nav-menu .menu-item:hover {
    background-color: #00476b;
  }

  .genesis-nav-menu .menu-item a:hover {
    color: #bfbfbf;
  }
}

/* USED IN THE FLOAT BANNER JS
-------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
  .stuck {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    top: 55px !important;
  }

  .stuck.stuck-top a {
    padding: 0;
  }

  .stuck.stuck-top a span.emphasis {
    display: none;
  }
}

.stuck-logged-in {
  top: 87px;
}

@media only screen and (max-width: 782px) {
  .stuck-logged-in {
    top: 101px;
  }
}

@media only screen and (max-width: 1024px) {
  #find-precast-desktop {
    display: none;
  }
}

.ui-autocomplete {
  z-index: 10000;
}

.ui-menu .ui-menu-item a {
  background: #fafafa;
}

.ui-menu .ui-menu-item a:hover {
  background: #e0e0e0;
  border: none;
  outline: none !important;
  border: none !important;
}

.ui-menu .ui-menu-item a:focus {
  outline: none !important;
  border: none !important;
}

.ui-state-hover {
  color: blue !important;
}

@media (max-width: 420px) {
  .hide-mobile {
    display: none;
  }
}

/* GENERAL */

body {
  background: #f0f0f0;
  color: #000;
}

a {
  color: #00476b;
}

a:visited {
  color: #00476b;
}

a:hover {
  color: #404040;
}

a:focus {
  outline: none;
}

.entry {
  padding-top: 0;
}

.entry-content a {
  color: #b95915;
  border-bottom: none;
}

body:not(.home) .entry-content a {
  font-weight: 400;
}

.entry-meta {
  color: #404040;
}

::-moz-selection {
  background: #00476b;
  text-shadow: none;
}

::selection {
  background: #00476b;
  text-shadow: none;
}

.entry-content {
  font-size: 20px;
  font-size: 2rem;
}

thead {
  background: #5d5d5d;
  color: #fff;
}

th {
  font-weight: 400;
}

/* Button
---------------------------------------------*/

.entry-content .button {
  width: 100%;
  text-align: center;
  background: #afa754;
  border-radius: 0;
  font-weight: 300;
  color: #fff;
  padding: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .entry-content .button {
    /* Styles */
    font-size: 1em;
    margin-bottom: 0px;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .entry-content .button {
    padding: 5px;
  }
}

.entry-content .button:hover {
  background: #999246;
}

.entry-content .button.blue-button {
  background-color: #00476b;
}

.entry-content .button.blue-button:hover {
  background-color: #003552;
}

.entry-content .icon-buttons {
  margin: 20px 0;
}

.entry-content .icon-buttons a.icon-button {
  text-align: center;
  background: #e0e0e0;
  color: #404040 !important;
  border-radius: 0;
  padding: 20px 20px 16px;
  display: inline-block;
  font-weight: 300;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 0.5%;
  width: 49.5%;
}

@media (max-width: 1024px) {
  .entry-content .icon-buttons a.icon-button {
    width: 100%;
    margin-right: 0;
  }
}

.entry-content .icon-buttons a.icon-button:nth-of-type(even) {
  margin-right: 0;
}

.entry-content .icon-buttons a.icon-button:hover {
  background: #c4c4c4;
}

.entry-content .icon-buttons a.icon-button .icon {
  text-align: center;
  margin-right: 8px;
  height: 25px;
  width: 25px;
  font-size: 25px;
  vertical-align: sub;
}

/* HEADINGS / TYPOGRAPHY */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
}

hr {
  color: #e0e0e0;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 29px;
}

body:not(.home) .entry-content h1,
body:not(.home) .entry-content h2,
body:not(.home) .entry-content h3,
body:not(.home) .entry-content h4,
body:not(.home) .entry-content h5,
body:not(.home) .entry-content h6 {
  font-weight: 400;
  color: #00476b;
}

/* STRUCTURE */

.site-container {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

/* HEADER */

/* NAV */

/* MAIN */

.site-inner,
.wrap,
hr {
  max-width: 1280px;
}

.site-inner {
  margin-top: 120px;
}

@media (max-width: 1024px) {
  .site-inner {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .site-inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
}

.site-inner .entry-header .entry-title {
  padding: 0;
}

@media (max-width: 1300px) {
  .post-type-archive-precast-product .site-inner {
    padding: 40px 40px 0;
  }
}

.home .site-inner {
  margin-top: 0;
}

.content {
  width: 920px;
}

.entry {
  background: transparent;
  border-radius: 0;
}

.entry-title {
  color: #00476b;
}

.entry-title {
  font-size: 56px;
  font-size: 5.6rem;
  position: relative;
  text-align: center;
  background: transparent;
  margin-bottom: 40px;
  color: #00476b;
}

@media (max-width: 1024px) {
  .entry-title {
    color: #00476b;
    margin: 0;
    width: 100%;
    text-align: left;
    font-size: 30px;
    font-size: 3rem;
    margin: 20px 0;
  }
}

@media (max-width: 420px) {
  .entry-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

/* SIDEBAR */

.sidebar {
  margin-top: 40px;
}

.sidebar .widget {
  clear: both;
  *zoom: 1;
}

.sidebar .widget:before,
.sidebar .widget:after {
  content: "";
  display: table;
}

.sidebar .widget:after {
  clear: both;
}

/* FOOTER */

/****************************************
PAGE TEMPLATES
*****************************************/

/* Home Page */

/* Blog Page */

/* Page Header Image */

.page-header-image .site-inner {
  margin-top: -40px;
}

.page-header-image .entry-title {
  font-size: 46px;
  font-size: 5.6rem;
  line-height: 1;
  color: #f0f0f0;
  max-width: 1280px;
  margin: -47px auto 36px;
  text-indent: 40px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .page-header-image .entry-title {
    color: #00476b;
    margin: 0;
    width: 100%;
    text-indent: 0;
    text-align: left;
    font-size: 30px;
    font-size: 3rem;
    margin: 20px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .page-header-image .entry-title {
    padding: 0 5%;
    text-indent: 0;
  }
}

@media (max-width: 767px) {
  .page-header-image .entry-title {
    padding: 0 20px;
    text-indent: 0;
  }
}

.page-header-image .entry {
  padding-top: 0;
}

.pagination li a {
  background-color: #404040;
}

.pagination li a:hover {
  background-color: #b95915;
}

.pagination li.active a {
  background-color: #b95915;
}

/* POSTS */

/* WIDGETS */

/* SEARCH */

.search .archive-description {
  padding: 20px;
  float: left;
  width: 100%;
}

.search .archive-description .archive-title {
  margin: 0;
}

.search .site-inner {
  margin-top: 140px;
}

@media (max-width: 1024px) {
  .search .site-inner {
    margin-top: 50px;
  }
}

.search .site-inner .entry {
  margin-bottom: 30px;
}

.search .site-inner .entry .entry-title {
  text-align: left !important;
  font-size: 20px !important;
  margin-bottom: 7px !important;
}

.search .site-inner .entry .alignleft {
  width: 100px;
}

.search .site-inner .entry .entry-content {
  font-size: 16px;
}

.search .site-inner .entry .entry-content .link {
  font-size: 14px;
}

/* COMMENTS */

#respond {
  margin-right: 40px;
  margin-right: 4rem;
}

@media (max-width: 1024px) {
  #respond {
    margin-right: 0;
    padding: 40px;
    padding: 4rem;
  }
}

/* FORMS */

/* Gravity Forms */

.home {
  /* Products Section
	-------------------------------------*/
  /* Certification Section
	-------------------------------------*/
  /* Education Section
	-------------------------------------*/
  /* Meeting Section
	-------------------------------------*/
  /* Publications Section
	-------------------------------------*/
}

.home .site-inner {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

@media (max-width: 767px) {
  .home .site-inner {
    margin-top: -1px;
  }
}

.home .site-inner .button {
  padding: 20px 10px !important;
}

.home .site-inner,
.home .wrap {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.home .inner-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.home .entry {
  padding: 0 0 24px;
  padding: 0;
}

.home .section {
  float: left;
  width: 100%;
  padding: 80px 0;
  padding: 8rem 0;
  z-index: 3;
  position: relative;
  background-color: #f0f0f0;
}

@media only screen and (max-width: 1320px) {
  .home .section {
    padding: 80px 20px;
    padding: 8rem 2rem;
  }
}

.home .section-title {
  font-size: 70px;
  color: #00476b;
}

@media only screen and (max-width: 1078px) {
  .home .section-title {
    font-size: 50px;
  }
}

.home .section-content {
  font-size: 22px;
}

@media (max-width: 767px) {
  .home .section-content {
    font-size: 22px;
    line-height: 1.2;
  }
}

.home .precast-products-section .section-title {
  text-transform: uppercase;
  float: left;
}

.home .precast-products-section .section-title:after {
  background: url(/wp-content/themes/npca/assets/images/product-icon1.png) no-repeat;
  float: right;
  background-size: 90px 54px;
  width: 90px;
  height: 54px;
  margin-top: 18px;
  margin-left: 20px;
  content: "";
}

@media only screen and (max-width: 1078px) {
  .home .precast-products-section .section-title:after {
    background-size: 70px 42px;
    width: 70px;
    height: 42px;
    margin-top: 10px;
  }
}

.home .precast-products-section p {
  clear: both;
}

.home .precast-products-section .product-image-wrapper {
  position: relative;
  height: 352px;
  overflow: hidden;
}

.home .precast-products-section .product-image-wrapper h4 {
  position: absolute;
  bottom: -16px;
  color: #fff;
  width: 100%;
  padding: 20px 0;
  font-weight: 300;
  background-color: #00476b;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.75;
}

@media (max-width: 767px) {
  .home .precast-products-section .product-image-wrapper h4 {
    bottom: -16px;
  }
}

.home .precast-products-section .product-image-wrapper img {
  height: inherit;
  width: 100%;
}

@media (max-width: 767px) {
  .home .precast-products-section .product-image-wrapper img {
    height: auto;
  }
}

.home .precast-products-section .border-button {
  background-color: transparent;
  color: #afa754;
  border: solid 3px #e0e0e0;
  position: relative;
  z-index: 1000;
  margin-top: 48px;
}

@media (max-width: 767px) {
  .home .precast-products-section .border-button {
    margin-bottom: 20px;
  }
}

.home .precast-products-section .border-button:hover {
  background-color: #fafafa;
}

@media only screen and (max-width: 1180px) {
  .home .precast-products-section .border-button {
    margin-top: 20px;
  }
}

.home .certification-section {
  background: no-repeat #00476b;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1300px) {
  .home .certification-section {
    padding: 100px 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
  .home .certification-section {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .home .certification-section .section-content {
    text-align: center;
  }
}

.home .certification-section .section-title {
  color: white;
}

.home .certification-section p {
  color: white;
}

.home .certification-section .button {
  text-align: center;
  background: #afa754;
  border-radius: 0;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .home .certification-section .button {
    /* Styles */
    font-size: 1em;
    margin-bottom: 0px;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .home .certification-section .button {
    padding: 5px;
  }
}

.home .certification-section .button:hover {
  background: #999246;
}

.home .certification-section .certification-photo {
  -webkit-transition: margin 500ms ease;
  transition: margin 500ms ease;
  position: absolute;
  min-height: 100%;
  background-image: url(/wp-content/uploads/2020/08/certificate-new.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  margin-top: -50px;
}

@media only screen and (min-width: 1500px) {
  .home .certification-section .certification-photo {
    max-width: 750px;
    left: 50%;
  }
}

@media (max-width: 767px) {
  .home .certification-section .certification-photo {
    display: none;
  }
}

.home .education-section {
  background-color: #fff;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  color: #565656;
  position: relative;
  padding-top: 0;
}

.home .education-section #left-half {
  background: #fff;
  width: 50%;
  position: absolute;
  left: 0px;
  height: 100%;
}

@media (max-width: 767px) {
  .home .education-section #left-half {
    display: none;
  }
}

.home .education-section #right-half {
  background: url(/wp-content/themes/npca/assets/images/education-band-web-cropped.jpg);
  background-position: center;
  background-size: cover;
  width: 50%;
  position: absolute;
  right: 0px;
  height: 100%;
}

@media only screen and (min-width: 1500px) {
  .home .education-section #right-half {
    max-width: 750px;
    left: 50%;
  }
}

@media (max-width: 767px) {
  .home .education-section #right-half {
    display: none;
  }
}

@media (max-width: 420px) {
  .home .education-section {
    background-image: none;
    background-color: #f0f0f0;
  }
}

.home .education-section .education-section-content {
  height: auto;
  position: relative;
  padding-top: 80px;
  padding-right: 40px;
}

@media (max-width: 1024px) {
  .home .education-section .education-section-content {
    padding-right: 20px;
  }
}

.home .education-section .education-section-content .icon-wrapper {
  text-align: center;
  background-color: transparent;
  border: solid 2px #e0e0e0;
  padding: 20px 0;
  position: relative;
}

.home .education-section .education-section-content .icon-wrapper:hover {
  outline: solid 2px #e0e0e0;
}

.home .education-section .education-section-content .icon {
  width: 50%;
  height: auto;
}

.home .education-section .education-section-content .icon-title {
  text-align: center;
  background: transparent;
  margin-top: 5px;
  line-height: 1;
  font-size: 16px;
  padding: 15px 0;
  position: absolute;
  bottom: -70px;
  width: 100%;
}

.home .education-section .education-section-content a {
  border-bottom: 0;
  color: #5d5d5d;
  font-weight: 300;
}

.home .education-section .education-section-content a:hover {
  font-weight: 400;
  color: #00476b;
}

.home .education-section .education-section-content a:nth-child(3) .icon-wrapper .icon-title {
  padding: 23px 0;
}

.home .education-section .education-section-content .button {
  background: #afa754;
  display: block;
  text-align: center;
  border-radius: 0;
}

.home .education-section .education-section-content .button:hover {
  background: #999246;
}

.home .meetings-section {
  background: #5d5d5d;
  color: #fff;
  padding-bottom: 100px;
}

.home .meetings-section .meetings-section-content {
  font-size: 28px;
  line-height: 1.2;
}

.home .meetings-section .meetings-section-content .first {
  position: relative;
}

@media only screen and (max-width: 1083px) {
  .home .meetings-section .meetings-section-content .first {
    padding-right: 0;
  }
}

@media only screen and (max-width: 769px) {
  .home .meetings-section .meetings-section-content .first {
    padding: 50px 0px;
  }
}

@media (max-width: 767px) {
  .home .meetings-section .meetings-section-content {
    text-align: center;
  }

  .home .meetings-section .meetings-section-content .one-sixth {
    width: 300px;
    margin: 0 auto;
    float: none;
  }
}

.home .meetings-section .meetings-section-content .emphasis {
  font-weight: 700;
}

.home .meetings-section .meetings-section-content .icon {
  display: block;
  background: url(/wp-content/themes/npca/assets/images/npca-ac-290x230-edited.jpg) no-repeat bottom;
  float: right;
  width: 100%;
  height: 174px;
  background-size: 219px 174px;
  background-size: contain;
  border-bottom: 0;
  text-indent: -9999px;
  clear: both;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.home .meetings-section .meetings-section-content .icon:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .home .meetings-section .meetings-section-content .icon {
    float: left;
    clear: none;
  }
}

@media (max-width: 1024px) {
  .home .meetings-section .meetings-section-content .icon {
    margin-bottom: 15px;
  }
}

.home .meetings-section .meetings-section-content .icon:last-child {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .home .meetings-section .meetings-section-content .icon:last-child {
    margin-top: 0;
    margin-left: 10px;
  }
}

.home .meetings-section .meetings-section-content .icon-1 {
  background: url(/wp-content/themes/npca/assets/images/npca-tps-290x230.jpg) no-repeat bottom;
  background-size: contain;
}

@media (max-width: 767px) {
  .home .meetings-section .meetings-section-content .one-fourth {
    display: none;
  }
}

.home .meetings-section .button {
  display: block;
  text-align: center;
  border-radius: 0;
  background: #afa754;
  font-size: 32px;
  position: absolute;
  bottom: 0;
  width: 96%;
  color: #fff;
}

@media (max-width: 767px) {
  .home .meetings-section .button {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 540px) {
  .home .meetings-section .button {
    font-size: 18px;
    position: relative;
    margin: 0 0 auto 10px 0 auto;
  }
}

.home .meetings-section .button:hover {
  background: #999246;
}

.home .publications-section {
  padding: 80px 20px;
  padding: 8rem 2rem;
  background-color: #e0e0e0;
}

.home .publications-section p {
  font-size: 22px;
}

.home .publications-section .publications-wrapper img {
  width: 48%;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.home .publications-section .publications-wrapper img:hover {
  opacity: 0.8;
}

.home .publications-section .publications-wrapper a:first-child img {
  margin-right: 4%;
}

.home .publications-section .publications-wrapper a:last-child img {
  margin-right: 0;
}

@media only screen and (max-width: 680px) {
  .home .publications-section .publications-section-content {
    text-align: center;
    /* Styles */
  }

  .home .publications-section .publications-section-content p {
    text-align: left;
    margin-left: 20px;
    padding-right: 22.5px;
  }

  .home .publications-section .publications-section-content .one-half {
    width: 41%;
    text-align: center;
    margin-left: 20px;
  }
}

.home .publications-section .button {
  display: block;
  text-align: center;
  border-radius: 0;
  background: #afa754;
  font-weight: 1000;
  color: #fff;
}

@media (max-width: 767px) {
  .home .publications-section .button {
    font-size: 1em;
    padding: 5px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 680px) {
  .home .publications-section .button {
    width: 100%;
  }
}

.home .publications-section .button:hover {
  background: #999246;
}

.home .mobile-buttons-home {
  float: left;
  margin-top: 5px;
  width: 100%;
  margin-left: 0;
}

.home .mobile-buttons-home li {
  list-style-type: none;
  display: inline-block;
  width: 20%;
  float: left;
}

.home .mobile-buttons-home li:last-child a {
  margin-right: 5px;
}

.home .mobile-buttons-home li a {
  text-align: center;
  padding: 14px 0;
  font-size: 10px;
  display: block;
  border-bottom: 0;
  background: #00476b;
  color: #fff;
  margin-left: 5px;
}

.home .mobile-buttons-home li a .icon {
  margin: 0 auto;
  height: 30px;
  width: 30px;
  background: url(/wp-content/themes/npca/assets/images/mobile-home-icons.svg);
  background-size: 150px 30px;
}

.home .mobile-buttons-home li .products .icon {
  background-position: 0 0;
}

.home .mobile-buttons-home li .certification .icon {
  background-position: -30px 0;
}

.home .mobile-buttons-home li .education .icon {
  background-position: -60px 0;
}

.home .mobile-buttons-home li .meetings .icon {
  background-position: -90px 0;
}

.home .mobile-buttons-home li .publications .icon {
  background-position: -120px 0;
}

.site-footer {
  background: #00476b;
  text-align: left;
  color: white;
  position: relative;
  z-index: 100;
}

@media (max-width: 767px) {
  .site-footer {
    text-align: center;
  }
}

@media only screen and (max-width: 1320px) {
  .site-footer .wrap {
    padding: 0 20px;
  }
}

.site-footer .no-title {
  margin-top: 16px;
  font-size: 22px;
}

@media only screen and (max-width: 1000px) {
  .site-footer {
    padding: 20px;
  }
}

@media only screen and (max-width: 650px) {
  .site-footer {
    padding-top: 40px;
  }
}

.site-footer .menu-title {
  margin-top: 20px;
  color: white;
  font-weight: 300;
  font-size: 22px;
}

@media only screen and (max-width: 1000px) {
  .site-footer .menu-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 650px) {
  .site-footer .menu-title {
    display: none;
  }
}

.site-footer ul {
  padding-left: 0;
  padding-bottom: 15px;
}

.site-footer li {
  list-style: none;
}

.site-footer a {
  color: white;
  border-bottom: 0;
  padding: 5px 0;
  display: block;
}

.site-footer a:hover {
  padding-left: 10px;
}

@media only screen and (max-width: 1000px) {
  .site-footer a {
    padding: 5px 0;
  }
}

@media only screen and (max-width: 650px) {
  .site-footer a {
    display: none;
  }
}

.site-footer hr {
  border-color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 650px) {
  .site-footer hr {
    display: none;
  }
}

.site-footer .twitter-embed {
  padding-top: 10px;
}

@media only screen and (max-width: 1000px) {
  .site-footer .twitter-embed {
    height: 350px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 650px) {
  .site-footer .twitter-embed {
    display: none;
  }

  .site-footer .twitter-embed.precast-twitter-embed {
    display: block;
    height: auto;
  }
}

@media only screen and (max-width: 650px) {
  .site-footer .social-wrapper {
    text-align: center;
  }
}

.site-footer .social {
  float: left;
}

@media (max-width: 767px) {
  .site-footer .social {
    float: none;
    margin: 0 auto;
  }
}

.site-footer .social li {
  display: inline-block;
}

.site-footer .social a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  background: #003552;
  text-align: center;
}

@media (max-width: 420px) {
  .site-footer .social a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.site-footer .social a:hover {
  background: #3b5998;
  padding: 0;
}

.site-footer .social a:before {
  vertical-align: middle;
}

.site-footer .social .icon-twitter:hover {
  background-color: #00aced;
}

.site-footer .social .icon-linkedin:hover {
  background-color: #007bb6;
}

.site-footer .social .icon-youtube {
  font-size: 18px;
  line-height: 42px;
}

@media (max-width: 420px) {
  .site-footer .social .icon-youtube {
    line-height: 33px;
  }
}

.site-footer .social .icon-youtube:hover {
  background-color: #bb0000;
}

.site-footer .social .icon-flickr:hover {
  background-color: #ff0084;
}

.site-footer .social .icon-nstagram:hover {
  background-color: #c13584;
}

.site-footer .social .icon-rss:hover {
  background-color: #b95915;
}

.site-footer .copyright {
  margin-top: 20px;
  clear: both;
}

.site-footer .copyright a {
  display: inline-block !important;
}

.featured-video .button {
  float: right;
  margin: -150px 300px 0 0;
}

.short-callout {
  padding: 40px 0;
  padding: 4rem 0;
}

@media only screen and (max-width: 1300px) {
  .short-callout {
    /* Styles */
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .short-callout {
    padding: 20px 0;
    padding: 2rem 0;
  }
}

.short-callout .short-callout-content {
  padding: 40px 0;
  padding: 4rem 0;
  font-size: 30px;
  line-height: 1.2;
}

@media only screen and (min-width: 769px) and (max-width: 1015px) {
  .short-callout .short-callout-content {
    /* Styles */
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .short-callout .short-callout-content {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .short-callout .short-callout-content {
    text-align: center;
  }
}

@media only screen and (max-width: 320px) and (max-width: 480px) {
  .short-callout .short-callout-content {
    font-size: 1.24em;
  }
}

.short-callout .short-callout-content .button {
  background: #afa754;
  border-radius: 0;
  display: block;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 1015px) {
  .short-callout .short-callout-content .button {
    /* Styles */
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .short-callout .short-callout-content .button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .short-callout .short-callout-content .button {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1em;
  }
}

@media only screen and (max-width: 320px) and (max-width: 480px) {
  .short-callout .short-callout-content .button {
    font-size: .89em;
  }
}

.short-callout .short-callout-content .button:hover {
  background: #999246;
}

.breadcrumb {
  font-size: 14px;
}

.breadcrumb a {
  color: #00476b;
}

@media (max-width: 420px) {
  .breadcrumb {
    display: none;
  }
}

/* 
	Tiles and Related Tiles 
	- Related Tiles inherit all of Tiles styles
*/

.tiles {
  float: left;
  padding: 0 40px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 1023px) {
  .tiles {
    padding: 0;
  }
}

.tiles .title {
  color: #00476b;
}

.tiles .tile {
  width: 19.6%;
  float: left;
  padding: 0;
  position: relative;
  margin-bottom: -3px;
  list-style: none;
  margin-right: .5%;
  margin-bottom: 3px;
  margin-left: 0;
}

.tiles .tile img {
  width: 100%;
}

.tiles .tile:nth-child(5n) {
  margin-right: 0;
}

.tiles .tile.one-sixth {
  width: 16.25%;
  margin-right: .5%;
}

.tiles .tile.one-sixth:nth-child(3n) {
  margin-right: .5%;
}

.tiles .tile.one-sixth:nth-child(6n) {
  margin-right: 0;
}

.tiles .tile.one-sixth:nth-child(-n+5) {
  margin-right: .5%;
}

.tiles .tile.one-fifth {
  width: 19.6%;
  margin-right: .5%;
}

.tiles .tile.one-fifth:nth-child(3n) {
  margin-right: .5%;
}

.tiles .tile.one-fifth:nth-child(5n) {
  margin-right: 0;
}

.tiles .tile.one-fifth:nth-child(-n+4) {
  margin-right: .5%;
}

.tiles .tile.one-fourth {
  width: 24.625%;
  margin-right: .5%;
}

.tiles .tile.one-fourth:nth-child(3n) {
  margin-right: .5%;
}

.tiles .tile.one-fourth:nth-child(4n) {
  margin-right: 0;
}

.tiles .tile.one-fourth:nth-child(-n+3) {
  margin-right: .5%;
}

@media (max-width: 767px) {
  .tiles .tile.one-fourth {
    width: 49.75%;
  }

  .tiles .tile.one-fourth:nth-child(2n) {
    margin-right: 0;
  }
}

.tiles .tile.one-third {
  width: 33%;
  margin-right: .5%;
}

.tiles .tile.one-third:nth-child(3n) {
  margin-right: 0;
}

.tiles .tile.one-third:nth-child(-n+2) {
  margin-right: .5%;
}

@media (max-width: 767px) {
  .tiles .tile.one-third {
    width: 49.75%;
  }

  .tiles .tile.one-third:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .tiles .tile {
    width: 32.8%;
  }

  .tiles .tile:nth-child(5n) {
    margin-right: .5%;
  }

  .tiles .tile:nth-child(3n) {
    margin-right: 0;
  }

  .tiles .tile:nth-child(6n) {
    clear: none;
  }
}

@media (max-width: 767px) {
  .tiles .tile {
    width: 49.75% !important;
    margin-right: .5% !important;
  }

  .tiles .tile:nth-child(2n) {
    margin-right: 0 !important;
  }
}

.tiles .tile:hover .tile-content,
.tiles .tile:focus .tile-content {
  opacity: 1;
}

.tiles .tile:hover .tile-title .file,
.tiles .tile:hover .tile-title-wrap .file,
.tiles .tile:focus .tile-title .file,
.tiles .tile:focus .tile-title-wrap .file {
  opacity: 1;
}

.tiles .tile:hover .slide,
.tiles .tile:focus .slide {
  height: 90px;
}

.tiles .tile:hover .slide.file,
.tiles .tile:focus .slide.file {
  height: 120px;
}

.tiles .tile-content {
  position: absolute;
  top: 0;
  padding: 20px;
  color: white;
  opacity: 0;
  -webkit-transition: all 300ms ease-out 300ms;
  transition: all 300ms ease-out 300ms;
}

.tiles .tile-title-wrap {
  position: absolute;
  height: 70px;
  bottom: 3px;
  width: 100%;
  background: rgba(0, 71, 107, 0.75);
}

@media (max-width: 767px) {
  .tiles .tile-title-wrap {
    height: 50px;
  }
}

.tiles .tile-title-wrap .tile-title {
  font-size: 16px;
  background: none;
  color: #fff !important;
  font-weight: 300 !important;
  position: absolute;
  bottom: initial;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  padding: 0;
  height: auto;
  -webkit-transition: all 200ms ease-out 200ms;
  transition: all 200ms ease-out 200ms;
}

@media (max-width: 767px) {
  .tiles .tile-title-wrap .tile-title {
    font-size: 12px;
  }
}

.tiles .tile-title-wrap.slide {
  -webkit-transition: all 200ms ease-out 200ms;
  transition: all 200ms ease-out 200ms;
}

.tiles .tile-title-wrap .file {
  width: 100%;
  left: 0;
  position: absolute;
  background: #002a40;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-out 200ms;
  transition: all 200ms ease-out 200ms;
  margin-left: 0;
  list-style-type: none;
}

.tiles .tile-title-wrap .file .pdf,
.tiles .tile-title-wrap .file .doc,
.tiles .tile-title-wrap .file .ppt,
.tiles .tile-title-wrap .file .xls {
  width: 25%;
  float: left;
  display: inline-block;
  list-style-type: none;
  opacity: .3;
}

.tiles .tile-title-wrap .file .pdf.active,
.tiles .tile-title-wrap .file .doc.active,
.tiles .tile-title-wrap .file .ppt.active,
.tiles .tile-title-wrap .file .xls.active {
  opacity: 1;
}

.tiles .tile-title-wrap .file .pdf {
  content: url(/wp-content/themes/npca/assets/images/pdf-icon.svg);
}

.tiles .tile-title-wrap .file .doc {
  content: url(/wp-content/themes/npca/assets/images/word-icon.svg);
}

.tiles .tile-title-wrap .file .ppt {
  content: url(/wp-content/themes/npca/assets/images/ppt-icon.svg);
}

.tiles .tile-title-wrap .file .xls {
  content: url(/wp-content/themes/npca/assets/images/excel-icon.svg);
}

.tiles .tile-title {
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  bottom: 3px;
  text-align: center;
  width: 100%;
  background: #000;
  margin-bottom: 0;
  background: rgba(0, 71, 107, 0.75);
  color: #fff !important;
  padding: 20px 0;
  font-weight: 300 !important;
  height: 70px;
}

@media (max-width: 767px) {
  .tiles .tile-title {
    font-size: 12px;
    height: 50px;
  }
}

.tiles .tile-title a {
  color: #fff;
  border-bottom: 0;
  display: block;
  padding: 20px 0;
  font-weight: 300;
  opacity: 1;
}

.tiles .tile-title.slide {
  -webkit-transition: all 200ms ease-out 200ms;
  transition: all 200ms ease-out 200ms;
}

.tiles .tile-title .file {
  width: 100%;
  left: 0;
  position: absolute;
  background: #002a40;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-out 200ms;
  transition: all 200ms ease-out 200ms;
  margin-left: 0;
  list-style-type: none;
}

.tiles .tile-title .file .pdf,
.tiles .tile-title .file .doc,
.tiles .tile-title .file .ppt,
.tiles .tile-title .file .xls {
  width: 25%;
  float: left;
  display: inline-block;
  list-style-type: none;
  opacity: .3;
}

.tiles .tile-title .file .pdf.active,
.tiles .tile-title .file .doc.active,
.tiles .tile-title .file .ppt.active,
.tiles .tile-title .file .xls.active {
  opacity: 1;
}

.tiles .tile-title .file .pdf {
  content: url(/wp-content/themes/npca/assets/images/pdf-icon.svg);
}

.tiles .tile-title .file .doc {
  content: url(/wp-content/themes/npca/assets/images/word-icon.svg);
}

.tiles .tile-title .file .ppt {
  content: url(/wp-content/themes/npca/assets/images/ppt-icon.svg);
}

.tiles .tile-title .file .xls {
  content: url(/wp-content/themes/npca/assets/images/excel-icon.svg);
}

/* Tiles inside of the enty class
----------------------------------------------*/

.entry .tiles {
  padding: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  .touch .tiles .tile:hover .tile-content,
  .touch .tiles .tile:focus .tile-content {
    opacity: 1;
  }

  .touch .tiles .tile:hover .tile-title .file,
  .touch .tiles .tile:hover .tile-title-wrap .file,
  .touch .tiles .tile:focus .tile-title .file,
  .touch .tiles .tile:focus .tile-title-wrap .file {
    opacity: 1;
  }

  .touch .tiles .tile:hover .slide,
  .touch .tiles .tile:focus .slide {
    height: 50px;
  }

  .touch .tiles .tile:hover .slide.file,
  .touch .tiles .tile:focus .slide.file {
    height: 50px;
  }
}

.related-tiles {
  padding: 0 40px 0 0;
}

.related-tiles .tile {
  width: 50%;
}

.related-tiles .tile-title {
  font-size: 12px;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767px) {
  .hide-tablet-portrait {
    display: none;
  }
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

.one-fourth.keep-grid {
  width: 23.076923076923077%;
  margin-left: 2.564102564102564%;
}

.first.keep-grid {
  clear: both;
  margin-left: 0;
}

.disable_text_highlighting {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Webkit */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE 10  */
  /* Currently not supported in Opera but will be soon */
  -o-user-select: none;
  user-select: none;
}

.respsonsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.respsonsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-container img {
  width: 100%;
}

.single-precast-product .gallery {
  margin-top: -72px !important;
}

.single-precast-product .gallery .wrap {
  padding: 0 46px;
}

.single-precast-product .gallery a {
  background-color: rgba(242, 242, 242, 0.75);
  display: block;
  color: #333;
  font-size: 20px;
  width: 28.6%;
  float: right;
  padding: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  text-align: center;
}

@media (max-width: 767px) {
  .single-precast-product .gallery a {
    width: 100%;
  }
}

.single-precast-product .gallery a span {
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
  font-size: 20px;
}

.single-precast-product .gallery a span:before {
  height: 24px;
  width: 24px;
  display: inline-block;
  float: left;
  margin-right: 8px;
}

.single-precast-product .gallery .icon-image-gallery:before {
  font-size: 20px;
  line-height: 1;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
}

.single-precast-product .parallax-featured-image {
  background: #fff no-repeat 50% 0;
  background-size: 100% auto;
  background-attachment: fixed;
  height: 0;
  padding-top: 31.2%;
  -webkit-box-shadow: inset 0px -90px 90px -78px rgba(0, 0, 0, 0.65);
  box-shadow: inset 0px -90px 90px -78px rgba(0, 0, 0, 0.65);
  height: auto;
  background-position-y: 99px;
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .single-precast-product .parallax-featured-image {
    background-position-y: 50px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .single-precast-product .parallax-featured-image {
    height: 250px;
    background-attachment: scroll;
    background-size: cover;
  }
}

.single-precast-product .lb-nav a.lb-next,
.single-precast-product .lb-nav a.lb-prev {
  opacity: 1;
}

.single-precast-product .entry-title {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 1;
  color: #F0F0F0;
  max-width: 1280px;
  margin: -47px auto 36px;
  text-indent: 40px !important;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 1024px) {
  .single-precast-product .entry-title {
    color: #00476b;
    margin: 0;
    width: 100%;
    text-indent: 40px !important;
    font-size: 30px;
    font-size: 3rem;
    margin: 20px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .single-precast-product .entry-title {
    padding: 0 5%;
    text-indent: 0;
  }
}

@media (max-width: 767px) {
  .single-precast-product .entry-title {
    padding: 0 20px !important;
    text-indent: 0;
  }
}

.single-precast-product .entry {
  width: 70%;
  float: left;
  font-size: 18px;
}

@media only screen and (max-width: 1023px) {
  .single-precast-product .entry {
    width: 60%;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .single-precast-product .entry {
    width: 100%;
  }
}

.single-precast-product .related-content {
  width: 26.6%;
  float: left;
  border: solid 2px #e0e0e0;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .single-precast-product .related-content {
    margin-top: -46px;
  }
}

@media only screen and (max-width: 1023px) {
  .single-precast-product .related-content {
    width: 35%;
    margin-left: 5%;
  }
}

@media (max-width: 767px) {
  .single-precast-product .related-content {
    display: none;
  }
}

.single-precast-product .related-content .title {
  background: #e0e0e0;
  padding: 14px;
  color: #00476b;
  text-align: center;
  margin-bottom: 0;
}

.single-precast-product .related-content ul {
  padding: 0 20px;
}

.single-precast-product .related-content ul li {
  list-style-type: none;
}

.single-precast-product .related-content ul li:last-child a {
  border-bottom: 0;
}

.single-precast-product .related-content ul li a {
  display: block;
  padding: 7px;
  border-bottom: solid 1px #e0e0e0;
  color: #333;
  float: left;
  clear: both;
}

@media only screen and (max-width: 1023px) {
  .single-precast-product .related-content ul li a {
    font-size: 14px;
  }
}

.single-precast-product .related-content ul li a:before {
  content: ' ';
  width: 50px;
  height: 50px;
  content: url("/wp-content/themes/npca/assets/images/blog-icon.svg");
  float: left;
  margin-right: 7px;
}

.single-precast-product .related-content ul li a.precast-inc:before {
  content: url("/wp-content/themes/npca/assets/images/precastinc-icon.svg");
}

.single-precast-product .related-content ul li a.precast-solutions:before {
  content: url("/wp-content/themes/npca/assets/images/precastsol-icon.svg");
}

.single-precast-product .related-content ul li a.precast-solutions:before {
  content: url("/wp-content/themes/npca/assets/images/precastsol-icon.svg");
}

.single-precast-product .related-content ul li a[href$='.pdf']:before {
  content: url("/wp-content/themes/npca/assets/images/pdf-icon.svg");
}

.single-precast-product .related-content ul li a[href$='.doc']:before,
.single-precast-product .related-content ul li a[href$='.docx']:before {
  content: url("/wp-content/themes/npca/assets/images/word-icon.svg");
}

.single-precast-product .related-content ul li a[href$='.ppt']:before {
  content: url("/wp-content/themes/npca/assets/images/ppt-icon.svg");
}

.single-precast-product .related-content ul li a[href$='.xls']:before {
  content: url("/wp-content/themes/npca/assets/images/excel-icon.svg");
}

.single-precast-product .related-content ul li a[href$='.png']:before,
.single-precast-product .related-content ul li a[href$='.gif']:before,
.single-precast-product .related-content ul li a[href$='.jpg']:before,
.single-precast-product .related-content ul li a[href$='.jpeg']:before {
  content: url("/wp-content/themes/npca/assets/images/image-icon.svg");
}

.single-precast-product .resource-section .title {
  padding: 0 40px;
}

@media (max-width: 1024px) {
  .single-precast-product .resource-section .title {
    padding: 0;
  }
}

.single-precast-product .resources-icon {
  margin-right: 7px;
}

.single-precast-product .resources-icon:before {
  vertical-align: bottom;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .single-precast-product .resources-icon {
    padding: 0;
  }
}

.post-type-archive-precast-product .precast-product,
.home .precast-products-section .precast-product,
.page-template-precast-products .precast-product {
  width: 24.6%;
  float: left;
  padding: 0;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-right: 0.5%;
  margin-bottom: 7px;
}

.post-type-archive-precast-product .precast-product:nth-child(4n + 1),
.home .precast-products-section .precast-product:nth-child(4n + 1),
.page-template-precast-products .precast-product:nth-child(4n + 1) {
  margin-right: 0;
}

.post-type-archive-precast-product .precast-product:hover h2.entry-title,
.home .precast-products-section .precast-product:hover h2.entry-title,
.page-template-precast-products .precast-product:hover h2.entry-title {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .post-type-archive-precast-product .precast-product,
  .home .precast-products-section .precast-product,
  .page-template-precast-products .precast-product {
    width: 49.5%;
    margin-right: 0.5%;
    margin-bottom: 3px;
    clear: both;
  }

  .post-type-archive-precast-product .precast-product:nth-child(odd),
  .home .precast-products-section .precast-product:nth-child(odd),
  .page-template-precast-products .precast-product:nth-child(odd) {
    margin-right: 0;
    clear: none;
  }
}

.post-type-archive-precast-product .precast-product a,
.home .precast-products-section .precast-product a,
.page-template-precast-products .precast-product a {
  border-bottom: 0;
  display: block;
  height: 100%;
}

.post-type-archive-precast-product .precast-product a img,
.home .precast-products-section .precast-product a img,
.page-template-precast-products .precast-product a img {
  width: 100%;
  height: auto;
  margin-bottom: -7px;
  z-index: 1;
}

.post-type-archive-precast-product h2.entry-title,
.home .precast-products-section h2.entry-title,
.page-template-precast-products h2.entry-title {
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  width: 100%;
  background: #000;
  margin-bottom: 0;
  text-transform: uppercase;
  background: #00476b;
  opacity: 0.85;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

@media (max-width: 1024px) {
  .post-type-archive-precast-product h2.entry-title,
  .home .precast-products-section h2.entry-title,
  .page-template-precast-products h2.entry-title {
    font-size: 14px;
  }
}

.post-type-archive-precast-product h2.entry-title a,
.home .precast-products-section h2.entry-title a,
.page-template-precast-products h2.entry-title a {
  color: #fff;
  border-bottom: 0;
  display: block;
  padding: 20px 0;
  font-weight: 300;
  opacity: 1;
  height: 70px;
}

.post-type-archive-precast-product .before-content,
.page-template-precast-products .before-content {
  padding: 0 0 40px 0;
  font-size: 20px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .post-type-archive-precast-product .before-content,
  .page-template-precast-products .before-content {
    font-size: 16px;
  }
}

.post-type-archive-precast-product .before-content .why-precast-callout,
.page-template-precast-products .before-content .why-precast-callout {
  display: block;
  background: url(/wp-content/themes/npca/assets/images/why-precast.svg);
  color: white;
  width: 100%;
  height: 150px;
  text-align: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  border-bottom: 0;
}

.post-type-archive-precast-product .before-content .why-precast-callout:hover,
.page-template-precast-products .before-content .why-precast-callout:hover {
  opacity: 0.8;
}

.home .sponsors {
  margin-top: 0;
}

.sponsor-outer-wrapper {
  background: #fff;
  position: relative;
  z-index: 100;
  margin-top: -40px;
}

.sponsors {
  padding: 80px 0;
  background: white;
  margin: 80px auto 0;
  position: relative;
  background-color: #fff;
  z-index: 100;
}

.sponsors .mobile-sponsors-row {
  width: 100%;
  float: left;
}

@media (max-width: 767px) {
  .sponsors .mobile-sponsors-row {
    float: none;
  }
}

.sponsors .mobile-sponsors-row .mobile-sponsors-row-wrapper {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sponsors .mobile-sponsors-row .mobile-sponsors-row-wrapper {
    width: 100%;
  }
}

.sponsors .mobile-sponsors-row .mobile-sponsors-row-wrapper .mobile {
  width: 33%;
}

@media (max-width: 767px) {
  .sponsors .mobile-sponsors-row .mobile-sponsors-row-wrapper .mobile {
    width: 33%;
  }
}

@media (max-width: 420px) {
  .sponsors .mobile-sponsors-row .mobile-sponsors-row-wrapper .mobile {
    width: 100%;
  }
}

.sponsors .section-title {
  font-size: 60px;
  color: #00476b;
  text-align: center;
  font-weight: 300;
}

@media only screen and (max-width: 1078px) {
  .sponsors .section-title {
    font-size: 40px;
  }
}

@media (max-width: 420px) {
  .sponsors .section-title {
    font-size: 30px;
  }
}

@media (max-width: 420px) {
  .sponsors {
    padding: 40px 0;
  }
}

.sponsors ul {
  list-style-type: none;
  padding: 0 20px;
  float: left;
  width: 100%;
}

.sponsors ul li {
  width: 20%;
  float: left;
  padding: 0px;
}

@media (max-width: 1024px) {
  .sponsors ul li {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .sponsors ul li {
    padding: 20px 0;
    width: 33%;
  }
}

@media (max-width: 420px) {
  .sponsors ul li {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
}

.sponsors ul li img {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.sponsors ul li.desktop {
  width: 16.6666%;
}

@media (max-width: 767px) {
  .sponsors ul li.desktop {
    padding: 20px 0;
    width: 33%;
  }
}

.sponsors ul .last-row {
  margin: 0 auto;
  width: 80%;
}

@media (max-width: 1024px) {
  .sponsors ul .last-row {
    width: 100%;
  }
}

.sponsors ul .last-row li {
  width: 25%;
}

@media (max-width: 767px) {
  .sponsors ul .last-row li {
    width: 50%;
  }
}

.post-type-archive-team-member .entry {
  width: 33.33%;
  float: left;
  padding: 0;
  position: relative;
}

.post-type-archive-team-member .entry img {
  width: 100%;
}

.post-type-archive-team-member .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: #000;
  margin-bottom: 0;
  padding: 8px 0;
}

.post-type-archive-team-member .entry-title a {
  color: #fff;
}

.post-type-archive-board-member .entry {
  margin-bottom: 0;
  padding: 20px;
  border-radius: 0;
  border-bottom: solid 1px black;
  border-left: solid 1px black;
  border-right: solid 1px black;
}

.post-type-archive-board-member .entry:first-of-type {
  border-top: solid 1px black;
}

.post-type-archive-board-member .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
}

.page-template-templatescontent-tile-page-php .content-tile-section {
  clear: both;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.page-template-templatescontent-tile-page-php .tiles {
  margin-left: 0;
}

.page-template-templatescontent-tile-page-php .tile {
  width: 25%;
  float: left;
  position: relative;
  list-style-type: none;
}

.page-template-templatescontent-tile-page-php .tile .tile-title {
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  background: #000;
  margin-bottom: 0;
  width: 100%;
}

.page-template-templatescontent-tile-page-php .tile .tile-content {
  position: absolute;
  top: 0;
  padding: 20px;
  color: #fff;
  opacity: 0;
}

.page-template-templatescontent-tile-page-php .tile a:hover .tile-content {
  opacity: 1;
}

@media (max-width: 767px) {
  .page-intro .one-third {
    display: none;
  }
}

.page-intro .one-third a img {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.page-intro .one-third a img:hover {
  opacity: .8;
}

.page-template-why-precast .precast-products-callout {
  display: block;
  background: url(/wp-content/themes/npca/assets/images/precast-products.svg);
  color: white;
  width: 100%;
  height: 150px;
  text-align: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  border-bottom: 0;
}

.page-template-why-precast .village {
  background: url(/wp-content/themes/npca/assets/images/precast-village-bg.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  position: relative;
}

@media (max-width: 767px) {
  .page-template-why-precast .village {
    display: none;
  }
}

.page-template-why-precast #info-box {
  position: absolute;
  bottom: 100px;
  /*display: none;*/
  background: #c4c4c4;
  color: white;
  height: 400px;
  width: 250px;
  display: none;
}

.page-template-why-precast .village:hover #info-box {
  display: block;
}

.page-template-why-precast #shapes #sound-wall,
.page-template-why-precast #shapes #jointed-precast-concrete-pavement,
.page-template-why-precast #shapes #parking-garage,
.page-template-why-precast #shapes #underground-utility-vault,
.page-template-why-precast #shapes #erosion-control-pavers,
.page-template-why-precast #shapes #windmill-base,
.page-template-why-precast #shapes #grease-interceptor,
.page-template-why-precast #shapes #retaining-wall,
.page-template-why-precast #shapes #light-pole-bases,
.page-template-why-precast #shapes #storm-water-detention-structures,
.page-template-why-precast #shapes #precast-buildings,
.page-template-why-precast #shapes #short-span-bridges {
  display: none;
  opacity: 1;
  fill-opacity: 0.2;
  cursor: pointer;
  stroke: #00476b;
  stroke-width: 1px;
}

.page-template-why-precast #shapes #sound-wall:hover,
.page-template-why-precast #shapes #jointed-precast-concrete-pavement:hover,
.page-template-why-precast #shapes #parking-garage:hover,
.page-template-why-precast #shapes #underground-utility-vault:hover,
.page-template-why-precast #shapes #erosion-control-pavers:hover,
.page-template-why-precast #shapes #windmill-base:hover,
.page-template-why-precast #shapes #grease-interceptor:hover,
.page-template-why-precast #shapes #retaining-wall:hover,
.page-template-why-precast #shapes #light-pole-bases:hover,
.page-template-why-precast #shapes #storm-water-detention-structures:hover,
.page-template-why-precast #shapes #precast-buildings:hover,
.page-template-why-precast #shapes #short-span-bridges:hover {
  opacity: 1;
  fill-opacity: 0.2;
  cursor: pointer;
  stroke: #00476b;
  stroke-width: 1px;
}

.page-template-why-precast #light-pole-bases:hover #light-pole-base-1,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-2,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-3,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-4,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-5,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-6,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-7,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-8,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-9,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-10,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-11,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-12,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-13,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-14,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-15,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-16,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-17,
.page-template-why-precast #light-pole-bases:hover #light-pole-base-18 {
  opacity: 1;
  fill-opacity: 0.2;
  cursor: pointer;
  stroke: #00476b;
  stroke-width: 1px;
  display: block;
}

.page-template-why-precast #storm-water-detention-structures:hover #storm-water-detention-structure-1,
.page-template-why-precast #storm-water-detention-structures:hover #storm-water-detention-structure-2,
.page-template-why-precast #storm-water-detention-structures:hover #storm-water-detention-structure-3 {
  opacity: 1;
  fill-opacity: 0.2;
  cursor: pointer;
  stroke: #00476b;
  stroke-width: 1px;
  display: block;
}

.page-template-why-precast #precast-buildings:hover #precast-building-1,
.page-template-why-precast #precast-buildings:hover #precast-building-2,
.page-template-why-precast #precast-buildings:hover #precast-building-3,
.page-template-why-precast #precast-buildings:hover #precast-building-4,
.page-template-why-precast #precast-buildings:hover #short-span-bridge-1,
.page-template-why-precast #precast-buildings:hover #short-span-bridge-2 {
  opacity: 1;
  fill-opacity: 0.2;
  cursor: pointer;
  stroke: #00476b;
  stroke-width: 1px;
  display: block;
}

.page-template-why-precast #short-span-bridges:hover #short-span-bridge-1,
.page-template-why-precast #short-span-bridges:hover #short-span-bridge-2 {
  opacity: 1;
  fill-opacity: 0.2;
  cursor: pointer;
  stroke: #00476b;
  stroke-width: 1px;
  display: block;
}

#precast-house canvas,
#precast-village canvas {
  position: absolute;
}

#precast-house svg,
#precast-village svg {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}

.back-to-product {
  font-size: 20px;
  text-align: center;
  background: #00476b;
  display: inline-block;
}

.back-to-product a {
  color: #fff !important;
  border-bottom: 0 !important;
  display: block;
  padding: 20px;
}

.back-to-product a:hover {
  background: #003552;
}

.page-template-additional-products .additional-product {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 20px;
}

.page-template-additional-products .additional-product p {
  font-size: 18px;
  font-size: 1.8rem;
}

.page-template-additional-products .additional-product-image img {
  min-width: 100%;
}

.page-template-additional-products .find-precast-callout {
  display: block;
  margin: 20px 0 40px;
  background: #00476b;
  padding: 20px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  float: left;
  text-align: center;
}

.page-template-additional-products .find-precast-callout:hover {
  background-color: #003552;
  color: #fff;
}

.page-template-additional-products .additional-products-gallery a {
  position: relative;
}

.page-template-additional-products .additional-products-gallery .icon {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: white;
  background: rgba(242, 242, 242, 0.75);
  padding: 5px 7px;
  width: 35px;
  height: 35px;
}

.single-post .site-inner {
  margin-top: 140px;
}

@media (max-width: 1024px) {
  .single-post .site-inner {
    margin-top: 50px;
    max-width: 767px;
  }
}

@media (max-width: 1024px) {
  .single-post .entry-header {
    max-width: 767px;
    margin: 0 auto;
  }
}

.single-post .entry-content {
  font-family: Cambria, Georgia, serif;
  font-size: 18px;
}

.single-post .find-precast {
  font-family: "Roboto Condensed",sans-serif;
}

.single-post .social-icons .icon {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  padding: 0;
  background: #003552;
  text-align: center;
  color: #fff;
  float: left;
  margin-right: 3px;
}

.single-post .social-icons .icon:hover {
  background: #3b5998;
  padding: 0;
}

.single-post .social-icons .icon-twitter:hover {
  background-color: #00aced;
}

.single-post .social-icons .icon-linkedin:hover {
  background-color: #007bb6;
}

.single-post .social-icons .icon-google-plus:hover {
  background-color: #D34836;
}

@media all and (max-width: 1320px) {
  .single-post .site-inner .wrap {
    max-width: 1140px;
  }

  .single-post .content {
    width: 740px;
  }
}

@media all and (max-width: 1149px) {
  .single-post .sidebar {
    width: 360px;
    padding-right: 20px;
  }
}

@media all and (max-width: 1100px) {
  .single-post .content {
    width: 640px;
  }
}

@media (max-width: 1024px) {
  .single-post .content,
  .single-post .sidebar {
    width: 100%;
    display: block;
  }

  .single-post .sidebar {
    padding: 2%;
    width: 100%;
  }

  .single-post .sidebar .related-content {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .single-post .content {
    width: 100%;
  }

  .single-post .sidebar {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.single-post .entry-title {
  font-weight: 300;
  text-align: left;
}

.single-post.page-header-image .entry-title {
  text-indent: 0;
  margin: -48px auto 36px;
}

@media (max-width: 1024px) {
  .single-post.page-header-image .entry-title {
    margin: 20px 0;
  }
}

.single-post.page-header-image .entry-title.long-entry-title {
  margin: -100px auto 36px;
}

@media (max-width: 1024px) {
  .single-post.page-header-image .entry-title.long-entry-title {
    margin: 20px 0;
  }
}

@media (max-width: 1024px) {
  .single-post.page-header-image .entry-title {
    color: #00476b;
    margin: 0;
    width: 100%;
    font-size: 30px;
    font-size: 3rem;
    margin: 20px 0;
  }
}

.single-post .related-content {
  float: left;
  border: solid 2px #e0e0e0;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .single-post .related-content {
    margin-top: -46px;
  }
}

@media (max-width: 767px) {
  .single-post .related-content {
    display: none;
  }
}

.single-post .related-content .title {
  background: #e0e0e0;
  padding: 14px;
  color: #00476b;
  text-align: center;
  margin-bottom: 0;
}

.single-post .related-content ul {
  padding: 0 20px;
}

.single-post .related-content ul li {
  list-style-type: none;
}

.single-post .related-content ul li:last-child a {
  border-bottom: 0;
}

.single-post .related-content ul li a {
  display: block;
  padding: 7px;
  border-bottom: solid 1px #e0e0e0;
  color: #333;
  float: left;
  clear: both;
}

@media only screen and (max-width: 1023px) {
  .single-post .related-content ul li a {
    font-size: 14px;
  }
}

.single-post .related-content ul li a:before {
  content: ' ';
  width: 50px;
  height: 50px;
  content: url("/wp-content/themes/npca/assets/images/blog-icon.svg");
  float: left;
  margin-right: 7px;
}

.single-post .related-content ul li a.precast-inc:before {
  content: url("/wp-content/themes/npca/assets/images/precastinc-icon.svg");
}

.single-post .related-content ul li a.precast-solutions:before {
  content: url("/wp-content/themes/npca/assets/images/precastsol-icon.svg");
}

.single-post .related-content ul li a.precast-solutions:before {
  content: url("/wp-content/themes/npca/assets/images/precastsol-icon.svg");
}

.single-post .related-content ul li a[href$='.pdf']:before {
  content: url("/wp-content/themes/npca/assets/images/pdf-icon.svg");
}

.single-post .related-content ul li a[href$='.doc']:before,
.single-post .related-content ul li a[href$='.docx']:before {
  content: url("/wp-content/themes/npca/assets/images/word-icon.svg");
}

.single-post .related-content ul li a[href$='.ppt']:before {
  content: url("/wp-content/themes/npca/assets/images/ppt-icon.svg");
}

.single-post .related-content ul li a[href$='.xls']:before {
  content: url("/wp-content/themes/npca/assets/images/excel-icon.svg");
}

.single-post .related-content ul li a[href$='.png']:before,
.single-post .related-content ul li a[href$='.gif']:before,
.single-post .related-content ul li a[href$='.jpg']:before,
.single-post .related-content ul li a[href$='.jpeg']:before {
  content: url("/wp-content/themes/npca/assets/images/excel-icon.svg");
}

.single .categories,
.blog .categories,
.archive .categories {
  clear: both;
  *zoom: 1;
  border: solid 2px #e0e0e0;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.single .categories:before,
.single .categories:after,
.blog .categories:before,
.blog .categories:after,
.archive .categories:before,
.archive .categories:after {
  content: "";
  display: table;
}

.single .categories:after,
.blog .categories:after,
.archive .categories:after {
  clear: both;
}

.single .categories .title,
.blog .categories .title,
.archive .categories .title {
  background: #e0e0e0;
  padding: 14px;
  color: #00476b;
  text-align: center;
  margin-bottom: 0;
}

.single .categories ul,
.blog .categories ul,
.archive .categories ul {
  padding: 0 20px;
}

.single .categories .cat-item a,
.blog .categories .cat-item a,
.archive .categories .cat-item a {
  padding: 7px;
  border-bottom: solid 1px #e0e0e0;
}

.single .categories .cat-item:first-child,
.blog .categories .cat-item:first-child,
.archive .categories .cat-item:first-child {
  padding-top: 7px;
}

.single .categories .cat-item:last-child a,
.blog .categories .cat-item:last-child a,
.archive .categories .cat-item:last-child a {
  border-bottom: 0;
}

.page-template-flexible-page .entry-title {
  margin: 0 0 40px 0;
}

.page-template-flexible-page .featured-video {
  background-color: #f0f0f0;
  opacity: .75;
  display: block;
  color: #333;
  font-size: 20px;
  max-width: 28.6%;
  float: right;
  padding: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  text-align: center;
  margin-right: 10%;
}

@media (max-width: 767px) {
  .page-template-flexible-page .featured-video {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    float: none;
    max-width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}

@media (max-width: 420px) {
  .page-template-flexible-page .featured-video {
    opacity: .5;
  }
}

.page-template-flexible-page .featured-video:hover {
  opacity: .85;
}

.page-template-flexible-page .featured-video .icon-video {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  vertical-align: middle;
}

.page-template-flexible-page #slideshow {
  width: 100%;
  padding-bottom: 31.25%;
  /* 16:5 */
  position: relative;
  margin-top: 99px;
}

.page-template-flexible-page .parallax-featured-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  background-size: 100% auto;
  background-attachment: fixed;
  background-position-y: 99px;
  background-repeat: no-repeat;
}

.page-template-flexible-page .parallax-featured-image.mobile-header-image {
  display: none;
}

@media (max-width: 767px) {
  .page-template-flexible-page .parallax-featured-image.mobile-header-image {
    display: block;
  }

  .page-template-flexible-page .parallax-featured-image.desktop-header-image {
    display: none;
  }
}

@media (max-width: 1024px) {
  .page-template-flexible-page #slideshow {
    margin-top: 55px;
  }

  .page-template-flexible-page #slideshow .parallax-featured-image {
    background-position-y: 138px;
    -webkit-transition: all 60ms ease-out 60ms;
    -webkit-transition: all 60ms ease-out 100ms;
    transition: all 60ms ease-out 100ms;
    background-position-y: 0;
    background-attachment: initial;
  }
}

.page-template-flexible-page.admin-bar .parallax-featured-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  background-position-y: 131px;
}

@media (max-width: 1024px) {
  .page-template-flexible-page.admin-bar #slideshow {
    margin-top: 55px;
  }

  .page-template-flexible-page.admin-bar #slideshow.stick {
    margin-top: 162px;
  }

  .page-template-flexible-page.admin-bar #slideshow.stick .parallax-featured-image {
    background-position-y: 94px;
  }
}

@media (max-width: 420px) {
  .page-template-flexible-page.admin-bar {
    background-position-y: 116px;
    background-size: contain;
  }
}

.page-template-templatesfoundation-php .site-header .nav-secondary .menu-secondary .menu-item > a:hover,
.page-template-foundation-home .site-header .nav-secondary .menu-secondary .menu-item > a:hover,
.single-scholarship .site-header .nav-secondary .menu-secondary .menu-item > a:hover,
.page-template-current-scholarship-recipients .site-header .nav-secondary .menu-secondary .menu-item > a:hover,
.page-template-past-scholarship-recipients .site-header .nav-secondary .menu-secondary .menu-item > a:hover {
  color: #00476b;
}

.page-template-templatesfoundation-php .entry-content a,
.page-template-foundation-home .entry-content a,
.single-scholarship .entry-content a,
.page-template-current-scholarship-recipients .entry-content a,
.page-template-past-scholarship-recipients .entry-content a {
  color: #00476b;
}

.page-template-templatesfoundation-php .entry-content .button,
.page-template-foundation-home .entry-content .button,
.single-scholarship .entry-content .button,
.page-template-current-scholarship-recipients .entry-content .button,
.page-template-past-scholarship-recipients .entry-content .button {
  background: #00476b;
  color: #fff;
}

.page-template-templatesfoundation-php .entry-content .button:hover,
.page-template-foundation-home .entry-content .button:hover,
.single-scholarship .entry-content .button:hover,
.page-template-current-scholarship-recipients .entry-content .button:hover,
.page-template-past-scholarship-recipients .entry-content .button:hover {
  background: #003552;
}

.page-template-templatesfoundation-php #find-precast-mobile,
.page-template-foundation-home #find-precast-mobile,
.single-scholarship #find-precast-mobile,
.page-template-current-scholarship-recipients #find-precast-mobile,
.page-template-past-scholarship-recipients #find-precast-mobile {
  background-color: #00476b;
}

.page-template-templatesfoundation-php #find-precast-mobile:hover,
.page-template-foundation-home #find-precast-mobile:hover,
.single-scholarship #find-precast-mobile:hover,
.page-template-current-scholarship-recipients #find-precast-mobile:hover,
.page-template-past-scholarship-recipients #find-precast-mobile:hover {
  background-color: #003552;
}

.page-template-templatesfoundation-php.header-image .site-header,
.page-template-foundation-home.header-image .site-header,
.single-scholarship.header-image .site-header,
.page-template-current-scholarship-recipients.header-image .site-header,
.page-template-past-scholarship-recipients.header-image .site-header {
  /* Sticky Header
		--------------------------------------------- */
}

.page-template-templatesfoundation-php.header-image .site-header .title-area,
.page-template-foundation-home.header-image .site-header .title-area,
.single-scholarship.header-image .site-header .title-area,
.page-template-current-scholarship-recipients.header-image .site-header .title-area,
.page-template-past-scholarship-recipients.header-image .site-header .title-area {
  background-image: url(/wp-content/themes/npca/assets/images/NPCA_Foundation_reverse_logo_2017.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #00476b;
  padding: 0;
  width: 250px;
  height: 150px;
  background-size: 360px 96px;
  float: left;
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
}

.page-template-templatesfoundation-php.header-image .site-header .title-area.no-svg,
.page-template-foundation-home.header-image .site-header .title-area.no-svg,
.single-scholarship.header-image .site-header .title-area.no-svg,
.page-template-current-scholarship-recipients.header-image .site-header .title-area.no-svg,
.page-template-past-scholarship-recipients.header-image .site-header .title-area.no-svg {
  background-image: url(/wp-content/themes/npca/assets/images/NPCA_Foundation_700x220.png);
}

@media (max-width: 1024px) {
  .page-template-templatesfoundation-php.header-image .site-header .title-area,
  .page-template-foundation-home.header-image .site-header .title-area,
  .single-scholarship.header-image .site-header .title-area,
  .page-template-current-scholarship-recipients.header-image .site-header .title-area,
  .page-template-past-scholarship-recipients.header-image .site-header .title-area {
    background: url(/wp-content/themes/npca/assets/images/NPCA_Foundation_logo_2017.svg) no-repeat center #fafafa;
    background-size: 175px 55px;
    height: 55px;
    width: 175px;
    margin: 0 auto;
    float: none;
    margin-top: -8px;
  }
}

.page-template-templatesfoundation-php.header-image .site-header .find-precast a,
.page-template-foundation-home.header-image .site-header .find-precast a,
.single-scholarship.header-image .site-header .find-precast a,
.page-template-current-scholarship-recipients.header-image .site-header .find-precast a,
.page-template-past-scholarship-recipients.header-image .site-header .find-precast a {
  background: #00476b;
}

.page-template-templatesfoundation-php.header-image .site-header .find-precast a:hover,
.page-template-foundation-home.header-image .site-header .find-precast a:hover,
.single-scholarship.header-image .site-header .find-precast a:hover,
.page-template-current-scholarship-recipients.header-image .site-header .find-precast a:hover,
.page-template-past-scholarship-recipients.header-image .site-header .find-precast a:hover {
  background: #003552;
}

.page-template-templatesfoundation-php.header-image .site-header .back-to-precast,
.page-template-foundation-home.header-image .site-header .back-to-precast,
.single-scholarship.header-image .site-header .back-to-precast,
.page-template-current-scholarship-recipients.header-image .site-header .back-to-precast,
.page-template-past-scholarship-recipients.header-image .site-header .back-to-precast {
  float: left;
  padding: 11px;
  color: #fff;
}

@media (max-width: 1024px) {
  .page-template-templatesfoundation-php.header-image .site-header .back-to-precast,
  .page-template-foundation-home.header-image .site-header .back-to-precast,
  .single-scholarship.header-image .site-header .back-to-precast,
  .page-template-current-scholarship-recipients.header-image .site-header .back-to-precast,
  .page-template-past-scholarship-recipients.header-image .site-header .back-to-precast {
    padding: 16px;
  }
}

@media (max-width: 767px) {
  .page-template-templatesfoundation-php.header-image .site-header .back-to-precast,
  .page-template-foundation-home.header-image .site-header .back-to-precast,
  .single-scholarship.header-image .site-header .back-to-precast,
  .page-template-current-scholarship-recipients.header-image .site-header .back-to-precast,
  .page-template-past-scholarship-recipients.header-image .site-header .back-to-precast {
    display: none;
  }
}

.page-template-templatesfoundation-php.header-image .site-header .back-to-precast a,
.page-template-foundation-home.header-image .site-header .back-to-precast a,
.single-scholarship.header-image .site-header .back-to-precast a,
.page-template-current-scholarship-recipients.header-image .site-header .back-to-precast a,
.page-template-past-scholarship-recipients.header-image .site-header .back-to-precast a {
  color: #000;
  display: block;
}

.page-template-templatesfoundation-php.header-image .site-header .back-to-precast a .dashicons-arrow-left-alt2,
.page-template-foundation-home.header-image .site-header .back-to-precast a .dashicons-arrow-left-alt2,
.single-scholarship.header-image .site-header .back-to-precast a .dashicons-arrow-left-alt2,
.page-template-current-scholarship-recipients.header-image .site-header .back-to-precast a .dashicons-arrow-left-alt2,
.page-template-past-scholarship-recipients.header-image .site-header .back-to-precast a .dashicons-arrow-left-alt2 {
  line-height: 26px;
  color: #000;
}

.page-template-templatesfoundation-php.header-image .site-header.sticky-header .title-area,
.page-template-foundation-home.header-image .site-header.sticky-header .title-area,
.single-scholarship.header-image .site-header.sticky-header .title-area,
.page-template-current-scholarship-recipients.header-image .site-header.sticky-header .title-area,
.page-template-past-scholarship-recipients.header-image .site-header.sticky-header .title-area {
  background: url(/wp-content/themes/npca/assets/images/NPCA_Foundation_reverse_logo_2017.svg) no-repeat center #00476b;
  padding: 0;
  height: 100px;
  background-size: 300px 80px;
  float: left;
}

@media (max-width: 1024px) {
  .page-template-templatesfoundation-php.header-image .site-header.sticky-header .title-area,
  .page-template-foundation-home.header-image .site-header.sticky-header .title-area,
  .single-scholarship.header-image .site-header.sticky-header .title-area,
  .page-template-current-scholarship-recipients.header-image .site-header.sticky-header .title-area,
  .page-template-past-scholarship-recipients.header-image .site-header.sticky-header .title-area {
    background: url(/wp-content/themes/npca/assets/images/NPCA_Foundation_logo_2017.svg) no-repeat center #fafafa;
    background-size: 175px 55px;
    height: 55px;
    width: 175px;
    margin: -8px auto 0;
    float: none;
  }
}

.page-template-templatesfoundation-php.header-image .site-header.sticky-header .title-area.no-svg,
.page-template-foundation-home.header-image .site-header.sticky-header .title-area.no-svg,
.single-scholarship.header-image .site-header.sticky-header .title-area.no-svg,
.page-template-current-scholarship-recipients.header-image .site-header.sticky-header .title-area.no-svg,
.page-template-past-scholarship-recipients.header-image .site-header.sticky-header .title-area.no-svg {
  background: url(/wp-content/themes/npca/assets/images/NPCA_Foundation_700x220.png) no-repeat center #00476b;
}

.page-template-foundation-home .site-inner {
  margin-top: 0;
}

.page-template-foundation-home .entry-header,
.page-template-foundation-home .breadcrumb {
  display: none;
}

.page-template-current-scholarship-recipients .featured-recipient,
.page-template-past-scholarship-recipients .featured-recipient {
  padding: 20px;
  float: left;
  background: #a3a3a3;
  margin-bottom: 40px;
  color: #fff;
  font-size: 16px;
  font-style: italic;
}

.page-template-current-scholarship-recipients .featured-recipient h3,
.page-template-past-scholarship-recipients .featured-recipient h3 {
  color: #fff;
}

.page-template-current-scholarship-recipients .featured-recipient img,
.page-template-past-scholarship-recipients .featured-recipient img {
  margin-bottom: 0;
}

.page-template-current-scholarship-recipients .scholarship-recipients,
.page-template-past-scholarship-recipients .scholarship-recipients {
  margin-left: 0;
}

.page-template-current-scholarship-recipients .scholarship-recipients .scholarship-recipient,
.page-template-past-scholarship-recipients .scholarship-recipients .scholarship-recipient {
  list-style-type: none;
  margin-bottom: 20px;
  width: 100%;
  clear: both;
  float: left;
}

@media (max-width: 420px) {
  .page-template-current-scholarship-recipients .scholarship-recipients .scholarship-recipient a,
  .page-template-past-scholarship-recipients .scholarship-recipients .scholarship-recipient a {
    border-bottom: 0;
  }

  .page-template-current-scholarship-recipients .scholarship-recipients .scholarship-recipient img,
  .page-template-past-scholarship-recipients .scholarship-recipients .scholarship-recipient img {
    width: 100%;
    margin-right: 0;
    padding: 0;
    float: none;
  }
}

.foundation-future {
  /*
	.container {
		@include bp('tabletPortrait') {
			max-width:450px;
		}
	}
	*/
}

.page-template-staff .breadcrumb {
  text-indent: 40px;
}

.page-template-staff .site-inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.page-template-staff .site-inner .wrap {
  max-width: 100%;
}

.page-template-staff .entry-title {
  padding: 0 20px !important;
}

.page-template-staff .entry {
  padding: 0;
  width: 100%;
}

.page-template-staff .staff-tiles {
  margin-left: 0;
}

.page-template-staff .staff-tiles .staff-tile {
  width: 25%;
  float: left;
  list-style-type: none;
  position: relative;
}

@media (max-width: 1024px) {
  .page-template-staff .staff-tiles .staff-tile {
    width: 33.3%;
  }
}

@media (max-width: 767px) {
  .page-template-staff .staff-tiles .staff-tile {
    width: 50%;
  }
}

@media (max-width: 420px) {
  .page-template-staff .staff-tiles .staff-tile {
    width: 75%;
    float: none;
    margin: 0 auto 1em;
  }
}

.page-template-staff .staff-tiles .staff-tile img {
  width: 100%;
  margin-bottom: -9px;
  margin-bottom: -0.9rem;
}

.page-template-staff .staff-tiles .staff-tile:hover .staff-info {
  padding-bottom: 40px;
}

.page-template-staff .staff-tiles .staff-tile .staff-info {
  position: absolute;
  opacity: .85;
  width: 100%;
  display: block;
  text-align: center;
  background: #00476b;
  padding: 20px 0;
  bottom: 0;
  -webkit-transition: all 300ms ease-out 300ms;
  transition: all 300ms ease-out 300ms;
}

@media (max-width: 420px) {
  .page-template-staff .staff-tiles .staff-tile .staff-info {
    padding: 10px 0;
  }
}

.page-template-staff .staff-tiles .staff-tile .staff-info a {
  color: #fff;
}

.page-template-staff .staff-tiles .staff-tile .staff-info .name {
  font-size: 20px;
}

.page-template-staff .staff-tiles .staff-tile .staff-info .position {
  font-size: 14px;
}

.page-template-staff .staff-tiles .staff-tile .staff-info .name,
.page-template-staff .staff-tiles .staff-tile .staff-info .position {
  opacity: 1;
}

@media (max-width: 767px) {
  .page-template-contact .contact-info,
  .page-template-contact .contact-icons {
    width: 50%;
    float: left;
  }
}

@media (max-width: 534px) {
  .page-template-contact .contact-info,
  .page-template-contact .contact-icons {
    width: 100%;
  }
}

.page-template-contact .contact-icons {
  margin-left: 0;
  float: left;
}

.page-template-contact .contact-icons li {
  width: 49%;
  background-color: #e0e0e0;
  float: left;
  list-style-type: none;
  padding: 10px;
  margin-bottom: 10px;
}

.page-template-contact .contact-icons li:hover {
  background-color: #c4c4c4;
}

@media (max-width: 1115px) {
  .page-template-contact .contact-icons li {
    width: 100%;
    margin-right: 0 !important;
  }
}

.page-template-contact .contact-icons li:nth-child(2n + 1),
.page-template-contact .contact-icons li:first-child {
  margin-right: 2%;
}

.page-template-contact .contact-icons li a {
  color: #5d5d5d;
  border-bottom: 0;
  line-height: 20px;
  display: block;
  font-size: 16px;
}

.page-template-contact .contact-icons li a .icon {
  line-height: 20px;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  color: #404040;
}

.page-template-contact .contact-icons li a img {
  text-align: left;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 8px;
}

.single-team-member .team-member-image {
  width: 300px;
  height: 400px;
  overflow: hidden;
  float: left;
  margin: 0 20px 0 0;
  background-position: center;
}

@media (max-width: 420px) {
  .single-team-member .team-member-image {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
}

.single-team-member .other-staff {
  margin-top: 20px;
}

@media (max-width: 420px) {
  .single-team-member .other-staff {
    display: none;
  }
}

.single-team-member .tiles .tile img {
  width: 100%;
  margin-bottom: -9px;
  margin-bottom: -0.9rem;
}

.single-team-member .tiles .tile:hover .staff-info {
  padding-bottom: 40px;
}

.single-team-member .tiles .tile .staff-info {
  position: absolute;
  opacity: .85;
  width: 100%;
  display: block;
  text-align: center;
  background: #00476b;
  padding: 10px 0;
  bottom: 0;
  -webkit-transition: all 300ms ease-out 300ms;
  transition: all 300ms ease-out 300ms;
}

.single-team-member .tiles .tile .staff-info a {
  color: #fff;
}

.single-team-member .tiles .tile .staff-info .name {
  font-size: 20px;
}

.single-team-member .tiles .tile .staff-info .name,
.single-team-member .tiles .tile .staff-info .position {
  opacity: 1;
}

.single-team-member .tiles .tile .staff-info .position {
  font-size: 10px;
}

.category .content,
.blog .content,
.tag .content {
  padding-right: 40px;
  padding-top: 40px;
}

.category .entry-content,
.blog .entry-content,
.tag .entry-content {
  font-family: Cambria, Georgia, serif;
  font-size: 18px;
}

.category .find-precast,
.blog .find-precast,
.tag .find-precast {
  font-family: "Roboto Condensed",sans-serif;
}

.category .site-inner,
.blog .site-inner,
.tag .site-inner {
  margin-top: 140px;
}

@media all and (max-width: 1320px) {
  .category .site-inner,
  .blog .site-inner,
  .tag .site-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) {
  .category .site-inner,
  .blog .site-inner,
  .tag .site-inner {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .category .site-inner,
  .blog .site-inner,
  .tag .site-inner {
    margin-top: 40px;
  }
}

@media all and (max-width: 1320px) {
  .category .site-inner .wrap,
  .blog .site-inner .wrap,
  .tag .site-inner .wrap {
    max-width: 1140px;
  }

  .category .content,
  .blog .content,
  .tag .content {
    width: 740px;
  }
}

@media all and (max-width: 1149px) {
  .category .sidebar,
  .blog .sidebar,
  .tag .sidebar {
    width: 360px;
    padding-right: 20px;
  }
}

@media all and (max-width: 1100px) {
  .category .content,
  .blog .content,
  .tag .content {
    width: 640px;
  }
}

@media (max-width: 1024px) {
  .category .content,
  .blog .content,
  .tag .content {
    width: 100%;
    padding: 0;
  }

  .category .sidebar,
  .blog .sidebar,
  .tag .sidebar {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.category .social-icons,
.blog .social-icons,
.tag .social-icons {
  background-color: gray;
  position: absolute;
  color: #404040;
  bottom: 3px;
  left: 5px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category .social-icons .icon,
.blog .social-icons .icon,
.tag .social-icons .icon {
  color: #404040;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 42px;
  display: inline-block;
}

.category .social-icons .icon:hover,
.blog .social-icons .icon:hover,
.tag .social-icons .icon:hover {
  color: #5d5d5d;
}

.category .social-icons .icon-twitter,
.blog .social-icons .icon-twitter,
.tag .social-icons .icon-twitter {
  line-height: 45px;
}

.category .social-icons .dashicons-share,
.category .social-icons .dashicons-facebook,
.category .social-icons .dashicons-twitter,
.category .social-icons .dashicons-googleplus,
.category .social-icons .dashicons-networking,
.blog .social-icons .dashicons-share,
.blog .social-icons .dashicons-facebook,
.blog .social-icons .dashicons-twitter,
.blog .social-icons .dashicons-googleplus,
.blog .social-icons .dashicons-networking,
.tag .social-icons .dashicons-share,
.tag .social-icons .dashicons-facebook,
.tag .social-icons .dashicons-twitter,
.tag .social-icons .dashicons-googleplus,
.tag .social-icons .dashicons-networking {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fafafa;
  border-radius: 20px;
  position: relative;
  color: #404040;
}

.category .social-icons .dashicons-share,
.blog .social-icons .dashicons-share,
.tag .social-icons .dashicons-share {
  display: inline-block !important;
}

.category .social-icons a,
.blog .social-icons a,
.tag .social-icons a {
  width: 0;
  height: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
  visibility: hidden;
  position: absolute;
  opacity: 0;
}

.category .social-icons .dashicons-facebook,
.category .social-icons .dashicons-twitter,
.category .social-icons .dashicons-googleplus,
.category .social-icons .dashicons-networking,
.blog .social-icons .dashicons-facebook,
.blog .social-icons .dashicons-twitter,
.blog .social-icons .dashicons-googleplus,
.blog .social-icons .dashicons-networking,
.tag .social-icons .dashicons-facebook,
.tag .social-icons .dashicons-twitter,
.tag .social-icons .dashicons-googleplus,
.tag .social-icons .dashicons-networking {
  display: none;
  background: transparent;
  width: 0;
  height: 0;
}

.category .social-icons:hover,
.category .social-icons:focus,
.category .social-icons.hovered,
.blog .social-icons:hover,
.blog .social-icons:focus,
.blog .social-icons.hovered,
.tag .social-icons:hover,
.tag .social-icons:focus,
.tag .social-icons.hovered {
  background-color: #f0f0f0;
  width: 230px;
}

.category .social-icons:hover .dashicons-facebook,
.category .social-icons:hover .dashicons-twitter,
.category .social-icons:hover .dashicons-googleplus,
.category .social-icons:hover .dashicons-networking,
.category .social-icons:hover a,
.category .social-icons:focus .dashicons-facebook,
.category .social-icons:focus .dashicons-twitter,
.category .social-icons:focus .dashicons-googleplus,
.category .social-icons:focus .dashicons-networking,
.category .social-icons:focus a,
.category .social-icons.hovered .dashicons-facebook,
.category .social-icons.hovered .dashicons-twitter,
.category .social-icons.hovered .dashicons-googleplus,
.category .social-icons.hovered .dashicons-networking,
.category .social-icons.hovered a,
.blog .social-icons:hover .dashicons-facebook,
.blog .social-icons:hover .dashicons-twitter,
.blog .social-icons:hover .dashicons-googleplus,
.blog .social-icons:hover .dashicons-networking,
.blog .social-icons:hover a,
.blog .social-icons:focus .dashicons-facebook,
.blog .social-icons:focus .dashicons-twitter,
.blog .social-icons:focus .dashicons-googleplus,
.blog .social-icons:focus .dashicons-networking,
.blog .social-icons:focus a,
.blog .social-icons.hovered .dashicons-facebook,
.blog .social-icons.hovered .dashicons-twitter,
.blog .social-icons.hovered .dashicons-googleplus,
.blog .social-icons.hovered .dashicons-networking,
.blog .social-icons.hovered a,
.tag .social-icons:hover .dashicons-facebook,
.tag .social-icons:hover .dashicons-twitter,
.tag .social-icons:hover .dashicons-googleplus,
.tag .social-icons:hover .dashicons-networking,
.tag .social-icons:hover a,
.tag .social-icons:focus .dashicons-facebook,
.tag .social-icons:focus .dashicons-twitter,
.tag .social-icons:focus .dashicons-googleplus,
.tag .social-icons:focus .dashicons-networking,
.tag .social-icons:focus a,
.tag .social-icons.hovered .dashicons-facebook,
.tag .social-icons.hovered .dashicons-twitter,
.tag .social-icons.hovered .dashicons-googleplus,
.tag .social-icons.hovered .dashicons-networking,
.tag .social-icons.hovered a {
  -webkit-transition: width .1s .4s ease-out, height .1s .4s ease-out, opacity .1s .4s ease-out;
  transition: width .1s .4s ease-out, height .1s .4s ease-out, opacity .1s .4s ease-out;
  display: inline-block;
  opacity: 1;
  width: 40px;
  height: 40px;
  visibility: visible;
  position: relative;
}

.category .social-icons:hover .dashicons-facebook:hover,
.category .social-icons:hover .dashicons-facebook:focus,
.category .social-icons:hover .dashicons-twitter:hover,
.category .social-icons:hover .dashicons-twitter:focus,
.category .social-icons:hover .dashicons-googleplus:hover,
.category .social-icons:hover .dashicons-googleplus:focus,
.category .social-icons:hover .dashicons-networking:hover,
.category .social-icons:hover .dashicons-networking:focus,
.category .social-icons:hover a:hover,
.category .social-icons:hover a:focus,
.category .social-icons:focus .dashicons-facebook:hover,
.category .social-icons:focus .dashicons-facebook:focus,
.category .social-icons:focus .dashicons-twitter:hover,
.category .social-icons:focus .dashicons-twitter:focus,
.category .social-icons:focus .dashicons-googleplus:hover,
.category .social-icons:focus .dashicons-googleplus:focus,
.category .social-icons:focus .dashicons-networking:hover,
.category .social-icons:focus .dashicons-networking:focus,
.category .social-icons:focus a:hover,
.category .social-icons:focus a:focus,
.category .social-icons.hovered .dashicons-facebook:hover,
.category .social-icons.hovered .dashicons-facebook:focus,
.category .social-icons.hovered .dashicons-twitter:hover,
.category .social-icons.hovered .dashicons-twitter:focus,
.category .social-icons.hovered .dashicons-googleplus:hover,
.category .social-icons.hovered .dashicons-googleplus:focus,
.category .social-icons.hovered .dashicons-networking:hover,
.category .social-icons.hovered .dashicons-networking:focus,
.category .social-icons.hovered a:hover,
.category .social-icons.hovered a:focus,
.blog .social-icons:hover .dashicons-facebook:hover,
.blog .social-icons:hover .dashicons-facebook:focus,
.blog .social-icons:hover .dashicons-twitter:hover,
.blog .social-icons:hover .dashicons-twitter:focus,
.blog .social-icons:hover .dashicons-googleplus:hover,
.blog .social-icons:hover .dashicons-googleplus:focus,
.blog .social-icons:hover .dashicons-networking:hover,
.blog .social-icons:hover .dashicons-networking:focus,
.blog .social-icons:hover a:hover,
.blog .social-icons:hover a:focus,
.blog .social-icons:focus .dashicons-facebook:hover,
.blog .social-icons:focus .dashicons-facebook:focus,
.blog .social-icons:focus .dashicons-twitter:hover,
.blog .social-icons:focus .dashicons-twitter:focus,
.blog .social-icons:focus .dashicons-googleplus:hover,
.blog .social-icons:focus .dashicons-googleplus:focus,
.blog .social-icons:focus .dashicons-networking:hover,
.blog .social-icons:focus .dashicons-networking:focus,
.blog .social-icons:focus a:hover,
.blog .social-icons:focus a:focus,
.blog .social-icons.hovered .dashicons-facebook:hover,
.blog .social-icons.hovered .dashicons-facebook:focus,
.blog .social-icons.hovered .dashicons-twitter:hover,
.blog .social-icons.hovered .dashicons-twitter:focus,
.blog .social-icons.hovered .dashicons-googleplus:hover,
.blog .social-icons.hovered .dashicons-googleplus:focus,
.blog .social-icons.hovered .dashicons-networking:hover,
.blog .social-icons.hovered .dashicons-networking:focus,
.blog .social-icons.hovered a:hover,
.blog .social-icons.hovered a:focus,
.tag .social-icons:hover .dashicons-facebook:hover,
.tag .social-icons:hover .dashicons-facebook:focus,
.tag .social-icons:hover .dashicons-twitter:hover,
.tag .social-icons:hover .dashicons-twitter:focus,
.tag .social-icons:hover .dashicons-googleplus:hover,
.tag .social-icons:hover .dashicons-googleplus:focus,
.tag .social-icons:hover .dashicons-networking:hover,
.tag .social-icons:hover .dashicons-networking:focus,
.tag .social-icons:hover a:hover,
.tag .social-icons:hover a:focus,
.tag .social-icons:focus .dashicons-facebook:hover,
.tag .social-icons:focus .dashicons-facebook:focus,
.tag .social-icons:focus .dashicons-twitter:hover,
.tag .social-icons:focus .dashicons-twitter:focus,
.tag .social-icons:focus .dashicons-googleplus:hover,
.tag .social-icons:focus .dashicons-googleplus:focus,
.tag .social-icons:focus .dashicons-networking:hover,
.tag .social-icons:focus .dashicons-networking:focus,
.tag .social-icons:focus a:hover,
.tag .social-icons:focus a:focus,
.tag .social-icons.hovered .dashicons-facebook:hover,
.tag .social-icons.hovered .dashicons-facebook:focus,
.tag .social-icons.hovered .dashicons-twitter:hover,
.tag .social-icons.hovered .dashicons-twitter:focus,
.tag .social-icons.hovered .dashicons-googleplus:hover,
.tag .social-icons.hovered .dashicons-googleplus:focus,
.tag .social-icons.hovered .dashicons-networking:hover,
.tag .social-icons.hovered .dashicons-networking:focus,
.tag .social-icons.hovered a:hover,
.tag .social-icons.hovered a:focus {
  -webkit-transition: none;
  transition: none;
  -webkit-transition-delay: 0;
  /* Safari */
  transition-delay: none;
}

.category .entry,
.blog .entry,
.tag .entry {
  padding: 0;
  width: 49%;
  float: left;
  margin-left: 2%;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
  position: relative !important;
  padding-bottom: 100px;
}

.category .entry:hover,
.blog .entry:hover,
.tag .entry:hover {
  background-color: white;
}

.category .entry:first-child,
.blog .entry:first-child,
.tag .entry:first-child {
  margin-left: 0;
  clear: both;
  *zoom: 1;
}

.category .entry:first-child:before,
.category .entry:first-child:after,
.blog .entry:first-child:before,
.blog .entry:first-child:after,
.tag .entry:first-child:before,
.tag .entry:first-child:after {
  content: "";
  display: table;
}

.category .entry:first-child:after,
.blog .entry:first-child:after,
.tag .entry:first-child:after {
  clear: both;
}

.category .entry:nth-of-type(2n + 1),
.blog .entry:nth-of-type(2n + 1),
.tag .entry:nth-of-type(2n + 1) {
  clear: both;
  *zoom: 1;
  margin-left: 0;
}

.category .entry:nth-of-type(2n + 1):before,
.category .entry:nth-of-type(2n + 1):after,
.blog .entry:nth-of-type(2n + 1):before,
.blog .entry:nth-of-type(2n + 1):after,
.tag .entry:nth-of-type(2n + 1):before,
.tag .entry:nth-of-type(2n + 1):after {
  content: "";
  display: table;
}

.category .entry:nth-of-type(2n + 1):after,
.blog .entry:nth-of-type(2n + 1):after,
.tag .entry:nth-of-type(2n + 1):after {
  clear: both;
}

@media (max-width: 1024px) {
  .category .entry,
  .blog .entry,
  .tag .entry {
    width: 49%;
  }

  .category .entry:nth-of-type(3n + 1):not(:first-child),
  .blog .entry:nth-of-type(3n + 1):not(:first-child),
  .tag .entry:nth-of-type(3n + 1):not(:first-child) {
    clear: none;
    margin-left: 2%;
  }

  .category .entry:nth-of-type(2n + 1),
  .blog .entry:nth-of-type(2n + 1),
  .tag .entry:nth-of-type(2n + 1) {
    clear: both !important;
    *zoom: 1;
    margin-left: 0 !important;
  }

  .category .entry:nth-of-type(2n + 1):before,
  .category .entry:nth-of-type(2n + 1):after,
  .blog .entry:nth-of-type(2n + 1):before,
  .blog .entry:nth-of-type(2n + 1):after,
  .tag .entry:nth-of-type(2n + 1):before,
  .tag .entry:nth-of-type(2n + 1):after {
    content: "";
    display: table;
  }

  .category .entry:nth-of-type(2n + 1):after,
  .blog .entry:nth-of-type(2n + 1):after,
  .tag .entry:nth-of-type(2n + 1):after {
    clear: both;
  }
}

@media (max-width: 767px) {
  .category .entry,
  .blog .entry,
  .tag .entry {
    clear: both;
    margin-left: 0 !important;
    *zoom: 1;
    width: 100%;
  }

  .category .entry:before,
  .category .entry:after,
  .blog .entry:before,
  .blog .entry:after,
  .tag .entry:before,
  .tag .entry:after {
    content: "";
    display: table;
  }

  .category .entry:after,
  .blog .entry:after,
  .tag .entry:after {
    clear: both;
  }
}

.category .entry .featured-image,
.blog .entry .featured-image,
.tag .entry .featured-image {
  max-height: 230px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.category .entry .featured-image img,
.blog .entry .featured-image img,
.tag .entry .featured-image img {
  width: 100%;
}

.category .entry .entry-content,
.category .entry .entry-meta,
.category .entry .entry-footer,
.blog .entry .entry-content,
.blog .entry .entry-meta,
.blog .entry .entry-footer,
.tag .entry .entry-content,
.tag .entry .entry-meta,
.tag .entry .entry-footer {
  padding: 0 40px;
}

.category .entry .entry-footer,
.blog .entry .entry-footer,
.tag .entry .entry-footer {
  width: 100%;
}

.category .entry .entry-footer .entry-meta,
.blog .entry .entry-footer .entry-meta,
.tag .entry .entry-footer .entry-meta {
  padding-top: 10px;
}

@media (max-width: 1024px) {
  .category .entry .entry-footer .entry-meta,
  .blog .entry .entry-footer .entry-meta,
  .tag .entry .entry-footer .entry-meta {
    margin: 0;
  }
}

.category .entry .entry-footer .entry-categories,
.blog .entry .entry-footer .entry-categories,
.tag .entry .entry-footer .entry-categories {
  float: right;
  text-align: right;
  padding-right: 20px;
  width: 80%;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .category .entry .entry-footer,
  .blog .entry .entry-footer,
  .tag .entry .entry-footer {
    padding-left: 0;
    padding-right: 0;
  }
}

.category .entry .entry-header .entry-title,
.blog .entry .entry-header .entry-title,
.tag .entry .entry-header .entry-title {
  font-weight: 300;
  font-size: 30px !important;
  font-size: 3.0rem !important;
  line-height: 1.2;
  padding: 0 20px;
  clear: both;
  *zoom: 1;
  margin-top: 16px;
  margin-bottom: 16px;
}

.category .entry .entry-header .entry-title:before,
.category .entry .entry-header .entry-title:after,
.blog .entry .entry-header .entry-title:before,
.blog .entry .entry-header .entry-title:after,
.tag .entry .entry-header .entry-title:before,
.tag .entry .entry-header .entry-title:after {
  content: "";
  display: table;
}

.category .entry .entry-header .entry-title:after,
.blog .entry .entry-header .entry-title:after,
.tag .entry .entry-header .entry-title:after {
  clear: both;
}

.category .entry .entry-footer,
.blog .entry .entry-footer,
.tag .entry .entry-footer {
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
}

.category .pagination,
.blog .pagination,
.tag .pagination {
  clear: both;
}

.category .pagination li.active a,
.blog .pagination li.active a,
.tag .pagination li.active a {
  background-color: #b95915;
}

.category .pagination li a,
.blog .pagination li a,
.tag .pagination li a {
  background-color: #00476b;
}

.category .pagination li a:hover,
.blog .pagination li a:hover,
.tag .pagination li a:hover {
  background-color: #b95915;
}

.page-template-publications .publications-icons {
  margin-left: 0;
  float: left;
  width: 100%;
}

.page-template-publications .publications-icons li {
  width: 100%;
  background-color: #e0e0e0;
  float: left;
  list-style-type: none;
  margin-bottom: 10px;
}

.page-template-publications .publications-icons li:hover {
  background-color: #c4c4c4;
}

.page-template-publications .publications-icons li a {
  color: #5d5d5d;
  border-bottom: 0;
  line-height: 20px;
  display: block;
  padding: 10px;
  font-size: 14px;
}

.page-template-publications .publications-icons .dashicons {
  float: right;
}

.page-template-publications .one-half img {
  width: 100%;
}

.page-template-publications .one-half p {
  *zoom: 1;
  clear: both;
}

.page-template-publications .one-half p:before,
.page-template-publications .one-half p:after {
  content: "";
  display: table;
}

.page-template-publications .one-half p:after {
  clear: both;
}

.page-template-newsletters .newsletters-icons {
  margin-left: 0;
  float: left;
}

.page-template-newsletters .newsletters-icons li {
  width: 100%;
  background-color: #e0e0e0;
  float: left;
  list-style-type: none;
  margin-bottom: 10px;
}

.page-template-newsletters .newsletters-icons li:hover {
  background-color: #c4c4c4;
}

.page-template-newsletters .newsletters-icons li a {
  color: #5d5d5d;
  border-bottom: 0;
  line-height: 20px;
  display: block;
  padding: 10px;
}

.page-template-newsletters .one-half img {
  width: 100%;
}

.page-template-newsletters .one-half p {
  *zoom: 1;
  clear: both;
}

.page-template-newsletters .one-half p:before,
.page-template-newsletters .one-half p:after {
  content: "";
  display: table;
}

.page-template-newsletters .one-half p:after {
  clear: both;
}

.page-template-precast-show .site-header .nav-secondary .menu-secondary .menu-item > a:hover {
  color: #be4d00;
}

.page-template-precast-show #find-precast-mobile {
  background-color: #be4d00;
}

.page-template-precast-show #find-precast-mobile:hover {
  background-color: #a54300;
}

.page-template-precast-show #slideshow {
  width: 100%;
  padding-bottom: 31.25%;
  /* 16:5 */
  position: relative;
  margin-top: 50px;
}

.page-template-precast-show .parallax-featured-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  background-size: 100% auto;
  background-attachment: fixed;
  background-position-y: 50px;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .page-template-precast-show .parallax-featured-image {
    background-attachment: scroll;
    background-position-y: 0;
  }
}

.page-template-precast-show.header-image .site-header {
  /* Sticky Header
		--------------------------------------------- */
}

.page-template-precast-show.header-image .site-header .title-area {
  background-image: url(/wp-content/themes/npca/assets/images/npca-precast-show-white-220x116.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #00476b;
  padding: 0;
  width: 250px;
  height: 150px;
  background-size: 210px 110px;
  float: left;
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
}

.page-template-precast-show.header-image .site-header .title-area.no-svg {
  background-image: url(/wp-content/themes/npca/assets/images/logo-precastshow.gif);
}

@media (max-width: 1024px) {
  .page-template-precast-show.header-image .site-header .title-area {
    background: url(/wp-content/themes/npca/assets/images/npca-precast-show-sm-color.svg) no-repeat center #fafafa;
    background-size: 175px 55px;
    height: 55px;
    width: 175px;
    margin: 0 auto;
    float: none;
    margin-top: -8px;
  }
}

.page-template-precast-show.header-image .site-header .find-precast a {
  background: #be4d00;
}

.page-template-precast-show.header-image .site-header .find-precast a:hover {
  background: #a54300;
}

.page-template-precast-show.header-image .site-header .back-to-precast {
  float: left;
  padding: 11px;
  color: #fff;
}

@media (max-width: 1024px) {
  .page-template-precast-show.header-image .site-header .back-to-precast {
    padding: 16px;
  }
}

@media (max-width: 767px) {
  .page-template-precast-show.header-image .site-header .back-to-precast {
    display: none;
  }
}

.page-template-precast-show.header-image .site-header .back-to-precast a {
  color: #000;
  display: block;
}

.page-template-precast-show.header-image .site-header .back-to-precast a .dashicons-arrow-left-alt2 {
  line-height: 26px;
  color: #000;
}

.page-template-precast-show.header-image .site-header.sticky-header .title-area {
  background: url(/wp-content/themes/npca/assets/images/npca-precast-show-sm-white.svg) no-repeat center #00476b;
  padding: 0;
  height: 100px;
  background-size: 184px 40px;
  float: left;
}

@media (max-width: 1024px) {
  .page-template-precast-show.header-image .site-header.sticky-header .title-area {
    background: url(/wp-content/themes/npca/assets/images/npca-precast-show-sm-color.svg) no-repeat center #fafafa;
    background-size: 175px 55px;
    height: 55px;
    width: 175px;
    margin: -8px auto 0;
    float: none;
  }
}

.page-template-precast-show.header-image .site-header.sticky-header .title-area.no-svg {
  background: url(/wp-content/themes/npca/assets/images/npca-logo-sm.svg) no-repeat center #00476b;
  background-size: 150px 40px;
}

.webinar .entry-content h2 a {
  color: white;
  background: #afa754;
  display: block;
  font-weight: 400;
  padding: 20px;
}

.webinar .entry-content h2 a:hover {
  background: #999246;
}

.webinar .entry-content h2 a:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-right: 8px;
  height: 35px;
  width: 35px;
  font-size: 25px;
  font-size: 35px;
  vertical-align: sub;
  content: 'R';
}

.page-header-image .gallery {
  margin-top: -72px;
}

.page-header-image .entry-title {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 1;
  color: #f0f0f0;
  max-width: 1280px;
  margin: -47px auto 36px;
  text-indent: 40px;
  text-transform: uppercase;
  position: relative;
  text-align: left;
}

@media (max-width: 1024px) {
  .page-header-image .entry-title {
    color: #00476b;
    margin: 0;
    width: 100%;
    font-size: 30px;
    font-size: 3rem;
    margin: 20px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .page-header-image .entry-title {
    padding: 0 5%;
    text-indent: 0;
  }
}

@media (max-width: 767px) {
  .page-header-image .entry-title {
    text-indent: 0 !important;
    padding: 0 20px;
  }
}

/* Foundation v2.1.4 http://foundation.zurb.com */

/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th {
  font-weight: 400;
}

table td,
table th {
  padding: 9px 10px;
  text-align: left;
}

thead {
  background: #e0e0e0;
  color: black;
}

/* Mobile */

@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}

.magazine-sponsors {
  float: left;
  width: 100%;
}

.magazine-sponsors a {
  display: block;
  border-bottom: none;
  text-align: center;
}

.sidebar .widget_focal {
  border: solid 2px #e0e0e0;
  padding: 0;
}

.sidebar .widget_focal .widget-title {
  background: #e0e0e0;
  padding: 14px;
  color: #00476b;
  text-align: center;
  margin-bottom: 0;
}

.FoldingCategoryList {
  padding: 40px;
}

.FoldingCategoryList .haschildren .nodeLevel1 {
  display: none;
  margin-left: 20px;
}

.FoldingCategoryList .haschildren.selected .nodeLevel1 {
  display: block;
}

.categories {
  clear: both;
  *zoom: 1;
  border: solid 2px #e0e0e0;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.categories:before,
.categories:after {
  content: "";
  display: table;
}

.categories:after {
  clear: both;
}

.categories .title {
  background: #e0e0e0;
  padding: 14px;
  color: #00476b;
  text-align: center;
  margin-bottom: 0;
}

.categories ul {
  padding: 0 20px;
}

.categories .cat-item a {
  padding: 7px;
  border-bottom: solid 1px #e0e0e0;
}

.categories .cat-item:first-child {
  padding-top: 7px;
}

.categories .cat-item:last-child a {
  border-bottom: 0;
}

#npca-search-type h3 {
  float: left;
  display: inline-block;
}

#npca-search-type label {
  width: initial;
  float: left;
  display: inline-block;
  font-size: 14px;
}

#npca-search-type input {
  width: initial;
  margin-right: 5px;
}

@media (max-width: 420px) {
  #npca-search-type {
    width: 100%;
  }
}

#npca-company-search-form .alignleft {
  clear: both;
}

#npca-company-search-form input,
#npca-company-search-form label {
  width: initial;
}

#npca-company-search-form .alignright {
  width: 515px;
}

@media (max-width: 767px) {
  #npca-company-search-form .alignright {
    width: 100%;
    float: left;
    text-align: left;
  }
}

#rm_button {
  float: left;
  clear: both;
}

#npca-company-search-form div,
#npca-associate-search-form div {
  width: 515px;
}

@media (max-width: 767px) {
  #npca-company-search-form div,
  #npca-associate-search-form div {
    width: 100%;
    float: left;
  }
}

.page-template-template-bookstore #bookstore {
  width: 100% !important;
}

.page-template-template-bookstore label,
.page-template-template-bookstore select,
.page-template-template-bookstore input {
  width: initial;
}

.page-template-membership .memberships {
  float: left;
  margin-left: 0;
  margin-bottom: 40px;
}

.page-template-membership .memberships h2 {
  margin-bottom: 40px;
  color: black;
}

.page-template-membership .memberships .description,
.page-template-membership .memberships .benefits {
  font-size: 16px;
  padding: 10px;
}

.page-template-membership .memberships .membership {
  list-style-type: none;
  text-align: center;
  border: 3px solid #e0e0e0;
  /* Benefits Title (hacked to get to show full width)
		---------------------------------------------------------*/
}

@media (max-width: 767px) {
  .page-template-membership .memberships .membership {
    margin-bottom: 20px;
  }
}

.page-template-membership .memberships .membership .membership-title {
  text-align: center;
  color: black;
}

.page-template-membership .memberships .membership .benefits-title,
.page-template-membership .memberships .membership .membership-title {
  background-color: #e0e0e0;
  text-align: center;
  padding: 10px;
  color: black;
}

@media (max-width: 1024px) {
  .page-template-membership .memberships .membership .benefits-title,
  .page-template-membership .memberships .membership .membership-title {
    font-size: 20px;
  }
}

.page-template-membership .memberships .membership .benefits-title.show-mobile,
.page-template-membership .memberships .membership .membership-title.show-mobile {
  color: transparent;
}

@media (max-width: 767px) {
  .page-template-membership .memberships .membership .benefits-title.show-mobile,
  .page-template-membership .memberships .membership .membership-title.show-mobile {
    color: #00476b;
  }
}

.page-template-membership .memberships .membership .benefits-title.last,
.page-template-membership .memberships .membership .membership-title.last {
  width: 100%;
}

.page-template-membership .memberships .membership .membership-title {
  width: 100%;
  color: white;
  background-color: #005885;
}

.page-template-membership .memberships .membership .membership-title.second {
  background-color: #00476b;
}

.page-template-membership .memberships .membership .membership-title.last {
  background-color: #003552;
}

.page-template-membership .memberships .membership .benefits {
  margin-left: 0;
}

.page-template-membership .memberships .membership .benefits .benefit {
  list-style-type: none;
  text-align: center;
}

.page-template-membership .application-info {
  text-align: center;
}

.page-template-membership .step-one,
.page-template-membership .step-two {
  text-align: center;
  padding: 20px;
  background-color: #e0e0e0;
}

.page-template-membership .entry-content .icon-buttons .icon-button {
  width: 32.5%;
  margin-right: .5% !important;
  font-size: 18px;
}

.page-template-membership .entry-content .icon-buttons .icon-button:last-of-type {
  margin-right: 0;
}

.page-template-membership .entry-content .icon-buttons .icon-button.centered {
  margin: 0 auto !important;
  display: block;
}

@media (max-width: 1024px) {
  .page-template-membership .entry-content .icon-buttons .icon-button {
    width: 100%;
    margin: .75% 0 !important;
    text-align: left;
    padding-left: 37%;
  }
}

@media (max-width: 767px) {
  .page-template-membership .entry-content .icon-buttons .icon-button {
    padding-left: 22%;
  }
}

@media (max-width: 420px) {
  .page-template-membership .entry-content .icon-buttons .icon-button {
    padding-left: 15%;
  }
}

@media (max-width: 768px) {
  .page-template-membership .entry-content .icon-buttons .icon-button {
    padding-left: 33%;
  }
}

@media (max-width: 767px) {
  .page-template-membership .entry-content .icon-buttons .icon-button {
    padding-left: 22%;
  }
}

@media (max-width: 420px) {
  .page-template-membership .entry-content .icon-buttons .icon-button {
    padding-left: 15%;
  }
}

.page-template-page-advanced-search .resource-dropdown {
  width: 200px;
  margin-bottom: 10px;
}

.page-template-page-advanced-search .npca-resource-results-page {
  border-bottom: solid 1px #404040;
}

.page-template-page-advanced-search .npca-resource-results-pagination button {
  background-color: #404040;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
  margin-right: 5px;
}

.page-template-page-advanced-search .npca-resource-results-pagination button:hover {
  background-color: #b95915;
}

@media (max-width: 420px) {
  .lb-prev,
  .lb-next {
    opacity: 1 !important;
  }
}

.testimonial-wrap {
  margin: 20px 0;
}

.testimonial-wrap h2 {
  margin-top: 40px;
  font-weight: 200;
  color: #333;
}

.testimonial-wrap .centered-text {
  text-align: center;
}

.testimonial-wrap .quote {
  background: #e0e0e0;
  padding: 15px 20px 5px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.testimonial-wrap .quote:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #e0e0e0 transparent transparent transparent;
  position: relative;
  top: 37px;
  left: 20px;
}

.testimonial-wrap .quote p {
  margin-bottom: 0;
}

.testimonial-wrap .student {
  margin-left: 25px;
  margin-bottom: 80px;
}

.testimonial-wrap .student .photo {
  background-color: #ccc;
  border-radius: 100px;
  float: left;
  margin-right: 10px;
}

.testimonial-wrap .student p {
  position: relative;
  top: 5px;
  text-transform: uppercase;
}

.testimonial-wrap .student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.testimonial-wrap .student p:nth-child(3) {
  font-size: 14px;
  color: #777;
}

.single .widget_extended-categories,
.blog .widget_extended-categories,
.archive .widget_extended-categories {
  clear: both;
  *zoom: 1;
  border: solid 2px #e0e0e0;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  padding: 0;
}

.single .widget_extended-categories:before,
.single .widget_extended-categories:after,
.blog .widget_extended-categories:before,
.blog .widget_extended-categories:after,
.archive .widget_extended-categories:before,
.archive .widget_extended-categories:after {
  content: "";
  display: table;
}

.single .widget_extended-categories:after,
.blog .widget_extended-categories:after,
.archive .widget_extended-categories:after {
  clear: both;
}

.single .widget_extended-categories .widget-title,
.blog .widget_extended-categories .widget-title,
.archive .widget_extended-categories .widget-title {
  background: #e0e0e0;
  padding: 14px;
  color: #00476b;
  text-align: center;
  margin-bottom: 0;
}

.single .widget_extended-categories ul,
.blog .widget_extended-categories ul,
.archive .widget_extended-categories ul {
  padding: 0 20px;
}

.single .widget_extended-categories .cat-item a,
.blog .widget_extended-categories .cat-item a,
.archive .widget_extended-categories .cat-item a {
  padding: 7px;
  border-bottom: solid 1px #e0e0e0;
}

.single .widget_extended-categories .cat-item:first-child,
.blog .widget_extended-categories .cat-item:first-child,
.archive .widget_extended-categories .cat-item:first-child {
  padding-top: 7px;
}

.single .widget_extended-categories .cat-item:last-child a,
.blog .widget_extended-categories .cat-item:last-child a,
.archive .widget_extended-categories .cat-item:last-child a {
  border-bottom: 0;
}

.mm-menu {
  background-color: #f0f0f0 !important;
  color: black !important;
}

.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: black !important;
}

.mm-menu .mm-list > li > a.mm-subclose {
  color: black !important;
}

.ais-pagination {
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 300px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  color: #ccc;
}

.ais-pagination .ais-pagination__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.ais-pagination .ais-pagination__item a {
  color: #ccc;
  width: 100%;
  display: block;
}

.ais-pagination .ais-pagination__item a:hover,
.ais-pagination .ais-pagination__item a:active {
  color: #666;
}

.ais-pagination .ais-pagination__item.ais-pagination__item--previous {
  position: absolute;
  left: 15px;
}

.ais-pagination .ais-pagination__item.ais-pagination__item--next {
  position: absolute;
  right: 15px;
}

.ais-pagination .ais-pagination__item--active a {
  color: #666;
}

/* Home Flexslider
  -----------------------------------------------------*/

.home .flexslider,
.page-template-foundation-home .flexslider {
  width: 100%;
  position: relative;
  height: 400px;
  /* Navigation Arrows
  -----------------------------------*/
  /* .flex-direction-nav */
  /* Navigation Contol Buttons
  -----------------------------------*/
  /* .flex-control-nav */
  /* Slider Content
  -----------------------------------*/
  /* .slider-content */
  /* Slider Button
  -----------------------------------*/
  /* .button */
}

@media only screen and (max-width: 1024px) {
  .home .flexslider,
  .page-template-foundation-home .flexslider {
    margin-top: 55px;
  }
}

.home .flexslider img,
.page-template-foundation-home .flexslider img {
  position: fixed;
  width: 100%;
}

.home .flexslider .slides,
.page-template-foundation-home .flexslider .slides {
  float: left;
}

.home .flexslider .slides .slide,
.page-template-foundation-home .flexslider .slides .slide {
  width: 100%;
}

.home .flexslider .slides .slide:not(:first-child),
.page-template-foundation-home .flexslider .slides .slide:not(:first-child) {
  display: none;
}

.home .flexslider .slides .slide,
.page-template-foundation-home .flexslider .slides .slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.home .flexslider:hover .flex-direction-nav .flex-prev,
.home .flexslider:hover .flex-direction-nav .flex-next,
.page-template-foundation-home .flexslider:hover .flex-direction-nav .flex-prev,
.page-template-foundation-home .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.6;
}

.home .flexslider .flex-direction-nav .flex-prev,
.home .flexslider .flex-direction-nav .flex-next,
.page-template-foundation-home .flexslider .flex-direction-nav .flex-prev,
.page-template-foundation-home .flexslider .flex-direction-nav .flex-next {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  opacity: 0;
  position: fixed;
  top: 300px;
  background: url(/wp-content/themes/npca/assets/images/slider-arrow.svg);
  background-size: 32px 52px;
  color: white;
  width: 32px;
  height: 52px;
  z-index: 2;
  text-indent: -9999px;
}

.home .flexslider .flex-direction-nav .flex-prev:hover,
.home .flexslider .flex-direction-nav .flex-next:hover,
.page-template-foundation-home .flexslider .flex-direction-nav .flex-prev:hover,
.page-template-foundation-home .flexslider .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.home .flexslider .flex-direction-nav .flex-prev,
.page-template-foundation-home .flexslider .flex-direction-nav .flex-prev {
  left: 10px;
}

.home .flexslider .flex-direction-nav .flex-next,
.page-template-foundation-home .flexslider .flex-direction-nav .flex-next {
  right: 10px;
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.home .flexslider .flex-control-nav,
.page-template-foundation-home .flexslider .flex-control-nav {
  z-index: 4;
}

.home .flexslider .flex-control-nav li,
.page-template-foundation-home .flexslider .flex-control-nav li {
  display: inline-block;
  float: left;
}

.home .flexslider .flex-control-nav li a,
.page-template-foundation-home .flexslider .flex-control-nav li a {
  color: black;
  background-color: transparent;
  border: solid 4px #f0f0f0;
  padding: 7px;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  font-size: 0;
}

.home .flexslider .flex-control-nav li a.flex-active,
.page-template-foundation-home .flexslider .flex-control-nav li a.flex-active {
  background-color: #f0f0f0;
}

.home .flexslider .slider-content,
.page-template-foundation-home .flexslider .slider-content {
  display: block;
  width: 36%;
  background: rgba(242, 242, 242, 0.75);
  position: absolute;
  top: 0px;
  font-weight: 400;
  color: #404040;
  padding: 80px 40px;
  font-size: 18px;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .home .flexslider .slider-content,
  .page-template-foundation-home .flexslider .slider-content {
    padding: 30px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .home .flexslider .slider-content,
  .page-template-foundation-home .flexslider .slider-content {
    display: none;
  }
}

.home .flexslider .slider-content h3,
.page-template-foundation-home .flexslider .slider-content h3 {
  color: #00476b;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 1024px) {
  .home .flexslider .slider-content h3,
  .page-template-foundation-home .flexslider .slider-content h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.home .flexslider .button,
.page-template-foundation-home .flexslider .button {
  display: block;
  text-align: center;
  border-radius: 0;
  background: #afa754;
  color: #fff;
  font-weight: 700;
}

.home .flexslider .button:visited,
.page-template-foundation-home .flexslider .button:visited {
  color: #fff;
}

.home .flexslider .button:hover,
.page-template-foundation-home .flexslider .button:hover {
  background: #999246;
}

@media (max-width: 1024px) {
  .home .flexslider .button,
  .page-template-foundation-home .flexslider .button {
    padding: 10px;
  }
}

/* .flexslider */

/* Single Products Flexslider
  -----------------------------------------------------*/

.single-precast-product .flexslider {
  width: 100%;
  padding-right: 20px;
  margin-top: 8px;
  position: relative;
  /* Navigation Arrows
  -----------------------------------*/
  /* .flex-direction-nav */
}

.single-precast-product .flexslider .slides {
  margin: 0 auto;
  list-style-type: none;
}

.single-precast-product .flexslider .slides .slide {
  list-style: none;
}

.single-precast-product .flexslider .flex-direction-nav {
  list-style-type: none;
}

.single-precast-product .flexslider:hover .flex-direction-nav .flex-prev,
.single-precast-product .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
}

.single-precast-product .flexslider .flex-direction-nav {
  margin-left: 0;
}

.single-precast-product .flexslider .flex-direction-nav li {
  list-style-type: none;
}

.single-precast-product .flexslider .flex-direction-nav .flex-prev,
.single-precast-product .flexslider .flex-direction-nav .flex-next {
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  background: url(/wp-content/themes/npca/assets/images/slider-arrow.svg) no-repeat center;
  background-size: 16px 26px;
  color: white;
  width: 16px;
  height: 26px;
  z-index: 2;
  position: absolute;
  background-color: rgba(196, 196, 196, 0.7);
  height: 96%;
  border-bottom: 0;
  font-size: 0;
}

.single-precast-product .flexslider .flex-direction-nav .flex-prev:hover,
.single-precast-product .flexslider .flex-direction-nav .flex-next:hover {
  opacity: 1;
  background-color: #c4c4c4;
}

.single-precast-product .flexslider .flex-direction-nav .flex-prev {
  left: 0;
  padding: 0 20px !important;
}

.single-precast-product .flexslider .flex-direction-nav .flex-next {
  right: 20px;
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  padding: 0 20px !important;
}

.home .mobile-flexslider-title,
.page-template-foundation-home .mobile-flexslider-title {
  text-align: center;
  color: #00476b;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
}

.home .mobile-flexslider-title .emphasis,
.page-template-foundation-home .mobile-flexslider-title .emphasis {
  color: #afa754;
  font-size: 66px;
}

.home .mobile-flexslider,
.page-template-foundation-home .mobile-flexslider {
  position: relative;
  /* Navigation Arrows
  -----------------------------------*/
  /* .flex-direction-nav */
}

.home .mobile-flexslider .slides,
.page-template-foundation-home .mobile-flexslider .slides {
  margin-left: 0;
}

.home .mobile-flexslider .slide,
.page-template-foundation-home .mobile-flexslider .slide {
  padding: 40px 60px;
  background-color: #5d5d5d;
}

.home .mobile-flexslider .slide h3,
.page-template-foundation-home .mobile-flexslider .slide h3 {
  color: white;
  font-weight: 400;
}

.home .mobile-flexslider .slide p,
.page-template-foundation-home .mobile-flexslider .slide p {
  color: white;
  margin-bottom: 0;
}

.home .mobile-flexslider .flex-direction-nav,
.page-template-foundation-home .mobile-flexslider .flex-direction-nav {
  margin-left: 0;
}

.home .mobile-flexslider .flex-direction-nav li,
.page-template-foundation-home .mobile-flexslider .flex-direction-nav li {
  list-style-type: none;
}

.home .mobile-flexslider .flex-direction-nav .flex-prev,
.home .mobile-flexslider .flex-direction-nav .flex-next,
.page-template-foundation-home .mobile-flexslider .flex-direction-nav .flex-prev,
.page-template-foundation-home .mobile-flexslider .flex-direction-nav .flex-next {
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  background: url(/wp-content/themes/npca/assets/images/slider-arrow.svg) no-repeat center;
  background-size: 16px 26px;
  color: white;
  width: 16px;
  height: 26px;
  z-index: 2;
  position: absolute;
  border-bottom: 0;
  display: block;
  font-size: 0px;
  height: 100%;
  opacity: 0.3;
}

.home .mobile-flexslider .flex-direction-nav .flex-prev,
.page-template-foundation-home .mobile-flexslider .flex-direction-nav .flex-prev {
  left: 0;
  margin: -26px 0 0 10px !important;
}

.home .mobile-flexslider .flex-direction-nav .flex-next,
.page-template-foundation-home .mobile-flexslider .flex-direction-nav .flex-next {
  right: 0;
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  margin: -26px 10px 0 0 !important;
}

.home,
.page-template-foundation-home {
  /* .content-slider */
}

.home .content-slider,
.page-template-foundation-home .content-slider {
  margin-top: 100px;
  background-image: url(/wp-content/uploads/2014/08/pipes.jpg);
  background-attachment: fixed;
  background-color: #fff;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 31.2%;
  -webkit-box-shadow: inset 0px -90px 90px -78px rgba(0, 0, 0, 0.65);
  box-shadow: inset 0px -90px 90px -78px rgba(0, 0, 0, 0.65);
  background-position-y: 100px;
  /* Slider Content
  -----------------------------------*/
  /* .slider-content */
  /* Navigation Arrows
  -----------------------------------*/
  /* .flex-direction-nav */
  /* Navigation Contol Buttons
  -----------------------------------*/
  /* .flex-control-nav */
}

.home .content-slider .slides,
.page-template-foundation-home .content-slider .slides {
  float: left;
  width: 100%;
}

@media (max-width: 1024px) {
  .home .content-slider,
  .page-template-foundation-home .content-slider {
    margin-top: 55px;
    background-attachment: scroll;
    background-position-y: 0;
    background-size: cover;
  }
}

.home .content-slider .slider-content,
.page-template-foundation-home .content-slider .slider-content {
  display: block;
  width: 40%;
  background: rgba(242, 242, 242, 0.75);
  position: relative;
  font-weight: 400;
  color: #404040;
  padding: 80px 60px;
  padding: 8rem 6rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  height: 600px;
}

.home .content-slider .slider-content .button,
.page-template-foundation-home .content-slider .slider-content .button {
  background-color: #00476b;
  border-radius: 0;
  color: #fff;
}

.home .content-slider .slider-content .button:hover,
.page-template-foundation-home .content-slider .slider-content .button:hover {
  background: #003552;
  color: #fff;
}

@media only screen and (min-device-width: 1130px) {
  .home .content-slider .slider-content .button,
  .page-template-foundation-home .content-slider .slider-content .button {
    padding: 6px 24px;
    padding: 0.6rem 2.4rem;
  }
}

@media (max-width: 1024px) {
  .home .content-slider .slider-content,
  .page-template-foundation-home .content-slider .slider-content {
    padding: 30px;
  }

  .home .content-slider .slider-content p,
  .page-template-foundation-home .content-slider .slider-content p {
    font-size: 14px;
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .home .content-slider .slider-content,
  .page-template-foundation-home .content-slider .slider-content {
    display: none;
  }
}

.home .content-slider .slider-content h3,
.page-template-foundation-home .content-slider .slider-content h3 {
  color: #00476b;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (min-device-width: 1130px) {
  .home .content-slider .slider-content h3,
  .page-template-foundation-home .content-slider .slider-content h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

flex-direction-nav .home .content-slider:hover .flex-direction-nav .flex-prev,
flex-direction-nav .home .content-slider:hover .flex-direction-nav .flex-next,
flex-direction-nav
.page-template-foundation-home .content-slider:hover .flex-direction-nav .flex-prev,
flex-direction-nav
.page-template-foundation-home .content-slider:hover .flex-direction-nav .flex-next {
  opacity: 0.6;
}

.home .content-slider .flex-direction-nav,
.page-template-foundation-home .content-slider .flex-direction-nav {
  padding-top: 150px;
  margin-bottom: -150px;
}

@media (max-width: 767px) {
  .home .content-slider .flex-direction-nav,
  .page-template-foundation-home .content-slider .flex-direction-nav {
    display: none;
  }
}

.home .content-slider .flex-direction-nav .flex-prev,
.home .content-slider .flex-direction-nav .flex-next,
.page-template-foundation-home .content-slider .flex-direction-nav .flex-prev,
.page-template-foundation-home .content-slider .flex-direction-nav .flex-next {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  opacity: 0.6;
  background: url(/wp-content/themes/npca/assets/images/slider-arrow.svg);
  background-size: 32px 52px;
  color: white;
  width: 32px;
  height: 52px;
  z-index: 2;
  color: transparent;
  position: absolute;
}

@media (max-width: 1024px) {
  .home .content-slider .flex-direction-nav .flex-prev,
  .home .content-slider .flex-direction-nav .flex-next,
  .page-template-foundation-home .content-slider .flex-direction-nav .flex-prev,
  .page-template-foundation-home .content-slider .flex-direction-nav .flex-next {
    background-size: 16px 26px;
    width: 16px;
    height: 26px;
  }
}

.home .content-slider .flex-direction-nav .flex-prev:hover,
.home .content-slider .flex-direction-nav .flex-next:hover,
.page-template-foundation-home .content-slider .flex-direction-nav .flex-prev:hover,
.page-template-foundation-home .content-slider .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.home .content-slider .flex-direction-nav .flex-prev,
.page-template-foundation-home .content-slider .flex-direction-nav .flex-prev {
  left: 10px;
}

@media (max-width: 1024px) {
  .home .content-slider .flex-direction-nav .flex-prev,
  .page-template-foundation-home .content-slider .flex-direction-nav .flex-prev {
    left: 7px;
  }
}

.home .content-slider .flex-direction-nav .flex-next,
.page-template-foundation-home .content-slider .flex-direction-nav .flex-next {
  right: 62%;
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

@media (max-width: 1024px) {
  .home .content-slider .flex-direction-nav .flex-next,
  .page-template-foundation-home .content-slider .flex-direction-nav .flex-next {
    right: 61%;
  }
}

.home .content-slider .flex-control-nav,
.page-template-foundation-home .content-slider .flex-control-nav {
  z-index: 4;
  position: relative;
  float: left;
  margin-top: -40px;
  margin-left: 60px;
}

@media (max-width: 1024px) {
  .home .content-slider .flex-control-nav,
  .page-template-foundation-home .content-slider .flex-control-nav {
    margin-left: 30px;
  }
}

.home .content-slider .flex-control-nav li,
.page-template-foundation-home .content-slider .flex-control-nav li {
  display: inline-block;
  float: left;
}

.home .content-slider .flex-control-nav li a,
.page-template-foundation-home .content-slider .flex-control-nav li a {
  color: black;
  background-color: transparent;
  border: solid 4px #f0f0f0;
  padding: 7px;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  font-size: 0;
}

.home .content-slider .flex-control-nav li a.flex-active,
.page-template-foundation-home .content-slider .flex-control-nav li a.flex-active {
  background-color: #f0f0f0;
}

/* home */

.page-template-foundation-home .content-slider {
  margin-top: 50px;
  background-position-y: 50px;
}

@media (max-width: 1024px) {
  .page-template-foundation-home .content-slider {
    margin-top: 0;
    background-attachment: scroll;
  }
}

.page-template-foundation-home .content-slider .slider-content {
  padding: 130px 60px 80px !important;
}

@media (max-width: 1024px) {
  .page-template-foundation-home .content-slider .slider-content {
    padding-top: 80px !important;
  }
}

.flex-direction-nav {
  list-style-type: none;
}

@media (max-width: 767px) {
  .flex-control-paging {
    display: none;
  }
}

@font-face {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/npca/assets/fonts/icons.eot");
  src: url("/wp-content/themes/npca/assets/fonts/icons.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/npca/assets/fonts/icons.woff") format("woff"), url("/wp-content/themes/npca/assets/fonts/icons.ttf") format("truetype"), url("/wp-content/themes/npca/assets/fonts/icons.svg#icons") format("svg");
}

@font-face {
  font-family: "icons-new";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/npca/assets/fonts/icons-new.eot");
  src: url("/wp-content/themes/npca/assets/fonts/icons-new.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/npca/assets/fonts/icons-new.woff") format("woff"), url("/wp-content/themes/npca/assets/fonts/icons-new.ttf") format("truetype"), url("/wp-content/themes/npca/assets/fonts/icons-new.svg#icons-new") format("svg");
}

[data-icon]:before {
  font-family: "icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-icon-new]:before {
  font-family: "icons-new" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-new"]:before,
[class*=" icon-new"]:before {
  font-family: "icons-new" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-articles:before {
  content: "b";
}

.icon-award-categories:before {
  content: "c";
}

.icon-awards:before {
  content: "d";
}

.icon-become-member:before {
  content: "e";
}

.icon-blog-article:before {
  content: "f";
}

.icon-bookstore:before {
  content: "g";
}

.icon-board:before {
  content: "h";
}

.icon-case-studies:before {
  content: "i";
}

.icon-certification:before {
  content: "j";
}

.icon-contributors:before {
  content: "k";
}

.icon-download:before {
  content: "l";
}

.icon-education:before {
  content: "m";
}

.icon-email:before {
  content: "n";
}

.icon-excel:before {
  content: "o";
}

.icon-exhibitor-handbook:before {
  content: "p";
}

.icon-exhibitor-list:before {
  content: "q";
}

.icon-facebook:before {
  content: "r";
}

.icon-faqs:before {
  content: "s";
}

.icon-flickr:before {
  content: "t";
}

.icon-instagram:before {
  content: '"';
}

.icon-floorplan:before {
  content: "u";
}

.icon-guide-specifications:before {
  content: "v";
}

.icon-membership-types:before {
  content: "w";
}

.icon-menu-drop-down:before {
  content: "x";
}

.icon-missed-webinars:before {
  content: "y";
}

.icon-mobile-app:before {
  content: "z";
}

.icon-new-hire-training:before {
  content: "A";
}

.icon-npcaf-brochure:before {
  content: "B";
}

.icon-npcaf-investment-policy:before {
  content: "C";
}

.icon-online-learning-center-login:before {
  content: "D";
}

.icon-pdf:before {
  content: "E";
}

.icon-precast-solutions:before {
  content: "F";
}

.icon-qc-manual:before {
  content: "G";
}

.icon-reference-guide:before {
  content: "H";
}

.icon-registration:before {
  content: "I";
}

.icon-resources:before {
  content: "J";
}

.icon-response-form:before {
  content: "K";
}

.icon-rss:before {
  content: "L";
}

.icon-safety-newsletter:before {
  content: "M";
}

.icon-schedule:before {
  content: "N";
}

.icon-staff-contacts:before {
  content: "O";
}

.icon-travel:before {
  content: "P";
}

.icon-twitter:before {
  content: "Q";
}

.icon-upcoming-webinars:before {
  content: "R";
}

.icon-video:before {
  content: "S";
}

.icon-word:before {
  content: "T";
}

.icon-youtube:before {
  content: "U";
}

.icon-image-gallery:before {
  content: "V";
}

.icon-leed-calculator:before {
  content: "W";
}

.icon-linkedin:before {
  content: "X";
}

.icon-membership-benefits:before {
  content: "Y";
}

.icon-plant-tours:before {
  content: "Z";
}

.icon-pledge:before {
  content: "0";
}

.icon-powerpoint:before {
  content: "1";
}

.icon-precast-inc:before {
  content: "2";
}

.icon-search:before {
  content: "3";
}

.icon-shop-cart:before {
  content: "4";
}

.icon-special-events:before {
  content: "5";
}

.icon-sponsors:before {
  content: "6";
}

.icon-share:before {
  content: "7";
}

.icon-google-plus:before {
  content: "8";
}

.icon-media-kit:before {
  content: "9";
}

.icon-new-tab:before {
  content: "!";
}

.icon-apply:before {
  content: "a";
}

.icon-form:before {
  content: '"';
}

.icon-ticket:before {
  content: "#";
}

.icon-info:before {
  content: "$";
}

