/* CSS Reset -- http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; line-height: 1; font-family: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
a img, :link img, :visited img { border: 0; margin: 0; padding: 0; border: 0; }
ol, ul { list-style: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; quotes: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* Don't forget to set a foreground and background color on the 'html' or 'body' element! */

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cols { }
.cols-pad { padding: 20px 0 20px 20px; }
.cols-pad > [class*='col-']:last-of-type { padding-right: 20px; }
.cols-pad::after,
.cols::after { content: ''; display: table; height: 0; clear: both; }
[class*='col-'] { float: left; padding-right: 20px; }
[class*='col-']:last-of-type { padding-right: 0; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.333%; }
.col-1-4 { width: 25%; }

.white { color: #FFF; }


body {
  background-color: #f0f0f0;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}

.wf-active body {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}



/*******
Temporary Styles For Sanity
******/

#wrapper {}

header {
  height: 164px;
  background-color: #2c3384;
}

header .logo {
  position: relative;
  display: block;
  top: 32px;
  width: 662px;
  height: 105px;
  margin: 0 auto;
  background: transparent url(../../siteflow/images/logo.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-indent: -9999em;
}

#content {}

#content h2 { min-height: 58px; margin-bottom: 20px; line-height: 58px; background-color: #ffa11c; color: #000; font-size: 32px; font-weight: 700; text-align: center; text-transform: uppercase; }
#content h3 { line-height: 1.2; margin-bottom: 10px; color: #000; font-size: 22px; font-weight: bold; text-decoration: none; }
#content nav,
#content .homebanner,
#content .content,
footer .content {
  display: block;
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}
  
#content nav { height: 88px; background-color: #FFF; text-align: center; }
#content nav .navigation { list-style-type: none; margin: 0; }
#content nav .navigation li { display: inline-block; }
#content nav .navigation li a { display: inline-block; height: 88px; line-height: 88px; padding: 0 20px; color: #2c3384; font-size: 20px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
#content nav .navigation li a:hover { }

#content .homebanner { display: none; }

#content .homebanner img {
  display: block;
  width: 100%;
  height: auto;
}

#content .content {
  min-height: 200px;
  padding: 15px 40px 30px;
  border-top: 12px solid #2c3384;
  background-color: #FFF;
}

#content p {
  line-height: 1.4;
  margin-bottom: 18px;
}

#content ul {
  list-style-type: disc;
  padding-left: 18px;
  margin-bottom: 14px;
}

#content ul li {
  line-height: 1.4;
}

#content .categories { display: none; overflow: hidden; }
#content .categories .category { display: block; float: left; width: 48%; text-decoration: none; }
#content .categories .category:last-of-type { float: right; }
#content .categories .category h2 { height: 58px; line-height: 58px; background-color: #ffa11c; color: #000; font-size: 32px; font-weight: 700; text-align: center; text-transform: uppercase; }
#content .categories .category img { display: block; width: 100%; height: auto; }
#content .categories .category .learn-more,
a.ssq { display: block; height: 38px; line-height: 38px; background-color: #7d7d7d; color: #FFF; font-size: 18px; font-weight: 500; text-align: right; text-transform: uppercase; }
#content .categories .category .learn-more::after,
a.ssq::after { content: '>>'; display: block; float: right; height: 38px; margin-left: 10px; padding: 0 10px 0 5px; border-left: 2px solid #FFF; line-height: 38px; background-color: #2c3384; color: #FFF; font-size: 18px; font-weight: 500; }
a.ssq { width: 310px; text-decoration: none; }

/* PRODUCTS */
.products,
.applications { padding-top: 40px; }
.products::after,
.applications::after { content: ''; display: table; height: 0; clear: both; }
.products .product-group,
.applications .application-group { overflow: hidden; margin-bottom: 40px; }
.products .product-group::after,
.applications .application-group::after { content: ''; clear: both; height: 0; display: table; }
.products .product-group a,
.applications .application-group a { display: block; float: left; width: 22%; margin: 0 4% 0 0; text-decoration: none; }
.products .product-group a .detail,
.applications .application-group a .detail { display: none; position: relative; width: 100%; margin-top: 10px; padding: 20px; background-color: #cccccc; }
.products .product-group a .detail img,
.applications .application-group a .detail img { display: none; }
.products .product-group a .detail .info,
.applications .application-group a .detail .info { }
.products .product-group a .detail .info .info-title,
.applications .application-group a .detail .info .info-title { display: none; }
.products .product-group a .detail .info .info-content,
.applications .application-group a .detail .info .info-content { color: #000; text-decoration: none; }
.products .product-group a .detail .info .info-content p,
.applications .application-group a .detail .info .info-content p { font-weight: 700; }
.products .product-group a .detail .info .info-content ul,
.applications .application-group a .detail .info .info-content ul { }
.products .product-group a:last-child,
.applications .application-group a:last-child { margin: 0 0 0 0; }
.products .product-group a img,
.applications .application-group a img { display: block; width: 100%; margin-bottom: 10px; }
.products .product-group a .title,
.applications .application-group a .title { display: block; line-height: 1.2; color: #000; font-size: 18px; font-weight: bold; text-align: center; text-decoration: none; }
.applications .application-group a .subtitle { display: block; line-height: 1.2; color: #000; font-size: 14px; font-weight: normal; text-align: center; text-decoration: none; }
.products .product-detail,
.applications .application-detail { position: relative; width: 100%; padding: 20px; margin-bottom: 20px; background-color: #cccccc; }
.products .product-detail::after,
.applications .application-detail::after { content: ''; display: table; clear: both; height: 0; }
.products .product-detail img,
.applications .application-detail img { display: block; float: left; width: 22%; padding: 10px; background-color: #FFF; border: 1px solid #666; }
.products .product-detail .info,
.applications .application-detail .info { display: block; float: right; width: 74%; }
.products .product-detail .info .info-title,
.applications .application-detail .info .info-title { font-size: 18px; font-weight: 700; }
.products .product-detail .info .info-content,
.applications .application-detail .info .info-content { display: block; padding-top: 20px; font-size: 14px; }
.products .product-detail .info .info-content p,
.applications .application-detail .info .info-content p { font-weight: 700; }
.products .product-detail .info .info-content ul,
.applications .application-detail .info .info-content ul { }
.products .product-group a .detail .close,
.applications .application-group a .detail .close,
.products .product-detail .close,
.applications .application-detail .close { display: none; position: absolute; z-index: 10; top: 13px; right: 14px; padding: 0 5px 3px 6px; background-color: #FFF; border: 1px solid #000; font-weight: 700; text-transform: lowercase; border-radius: 100%; cursor: pointer; }


footer .content {
  position: relative;
  padding: 25px 40px;
  line-height: 1.4;
  background-color: #8e91ba;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}

.form #district {
  display: inline;
  margin-left: -9999em;
}
#content .form ul { list-style-type: none; padding: 0; }
.form { }
.form fieldset { margin: 10px 0 0; border-top: 1px solid #000; padding: 25px 0 0; }
.form ul { }
.form ul li { padding-bottom: 10px; clear: both; min-height: 20px; overflow: hidden; }
.form ul li label { display: block; float: left; width: 200px; padding-right: 5px; }
.form ul li .field-wrap { display: block; float: left; }
.form ul li .field-wrap label.error { color: #FF3333; float: right; margin-left: 10px; padding-top: 4px; width: 200px; font-size: 10px; }
.form input[type='text'],
.form ul li input[type='text'],
.form ul li input[type='email'],
.form ul li textarea { display: block; margin-bottom: 5px; float: left; width: 300px; border: 1px solid #666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666; padding: 3px 5px; }
.form ul li .field-wrap.multiple input[type='text'] { width: 100px; }
.form ul li .field-wrap .sep { display: block; float: left; height: 10px; width: 5px; }
.form ul li textarea { height: 100px; }
.form ul li #street2 { float: none; }
.form ul li .cbrb-container { }
.form ul li .cbrb-container.checkbox { }
.form ul li .cbrb-container.radio { }
.form ul li .description { display: block; }
.form p { clear: both; }
.form p .button { border: 1px solid #000; background-color: #FFF; color: #000; padding: 2px 5px; margin-left: 200px; }
.form p .button:hover { }
.form-message-thank-you { }
.form .questionnaire-table input[type='text'] { width: 100%; margin: 0; float: none;}
.form .questionnaire-table,
.form .questionnaire-table * { box-sizing: border-box; }
.form .questionnaire-table { width: 100%; }
.form .questionnaire-table th,
.form .questionnaire-table td { width: 20%; padding: 0 5px 5px 0; vertical-align: top; }
.form .questionnaire-table td label.error { color: #FF3333; padding-top: 4px; font-size: 10px; }
.form #tanquerey { margin-left: -9999em; }


@media only screen and (max-width: 720px) {
  
  header {
    height: 78px;
  }
  
  header .logo {
    top: 15px;
    width: 300px;
    height: 47px;
  }
  
  #content nav { height: 40px; }
  #content nav .navigation { padding: 0; }
  #content nav .navigation li { }
  #content nav .navigation li.home { display: none; }
  #content nav .navigation li a { height: 40px; line-height: 40px; padding: 0 10px; font-size: 14px; }
  #content nav .navigation li a:hover { }
  
  #content .content { padding: 20px; }
  
  /* PRODUCTS */
  .products,
  .applications { padding-top: 40px; }
  .products::after,
  .applications::after { }
  .products .product-group,
  .applications .application-group { margin-bottom: 20px; }
  .products .product-group::after,
  .applications .application-group::after {  }
  .products .product-group a,
  .applications .application-group a { float: none; width: 100%; margin: 0 0 40px 0; }
  .products .product-group a .title,
  .applications .application-group a .title { font-size: 22px; }
  .products .product-group a.active .detail,
  .applications .application-group a.active .detail { display: block; margin-bottom: 10px; }
  .products .product-group a:last-child,
  .applications .application-group a:last-child { }
  .products .product-group a img,
  .applications .application-group a img { }
  .products .product-group a .title,
  .applications .application-group a .title { }
  .products .product-detail,
  .applications .application-detail { display: none; }

  footer .content { padding: 20px; }
  
}

@media only screen and (max-width: 570px) {
  
  #content nav,
  #content .homebanner,
  #content .content,
  footer .content {
    width: 100%;
    margin: 0;
  }
  
  #content .categories .category { float: none; width: 100%; margin-bottom: 20px; }
  #content .categories .category:last-of-type { float: none; margin-bottom: 0; }
  
	.form ul li label { float: none; width: auto; margin-bottom: 5px; }
	.form ul li .field-wrap { float: none; }
	.form ul li .field-wrap label.error { float: none; margin-left: 0; width: auto; }
	.form ul li input[type='text'],
	.form ul li input[type='email'],
	.form ul li textarea,
    .form ul li .field-wrap.multiple input[type='text'] { display: block; float: none; width: 100%; }
    .form ul li .field-wrap .sep { display: none; }
	.form ul li textarea {  }
	.form ul li #street2 {  }
	.form ul li .cbrb-container { }
	.form ul li .cbrb-container.checkbox { }
	.form ul li .cbrb-container.radio { }
	.form ul li .description {  }
	.form p {  }
	.form p .button { margin-left: 0; width: 100%; }
	.form p .button:hover { }
	.form-message-thank-you { }    
  
}

/* Miscellaneous Styles */

/* Old Clearfix?
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
*/

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Remove the outline in FF */
*|*:-moz-any-link:focus {
  outline: none !important;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

/* Print Styles */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
