@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@font-face {
  font-family: "UnitedSansCdBd";
  src: url("/fonts/UnitedSansSmCdBd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "fontello";
  src: url("/fonts/fontello.eot?56925601");
  src: url("/fonts/fontello.eot?56925601#iefix") format("embedded-opentype"), url("/fonts/fontello.woff?56925601") format("woff"), url("/fonts/fontello.ttf?56925601") format("truetype"), url("/fonts/fontello.svg?56925601#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*  Color Palette
----------------------------------------------------------*/
COLORS {
  color: #161616;
  color: #222222;
  color: #323232;
  color: #333333;
  color: #444444;
  color: #676767;
  color: #707070;
  color: #777777;
  color: #888888;
  color: #8a8a8a;
  color: #b4b2b2;
  color: #ebebeb;
  color: #e5e5e5;
  color: #f7f7f7;
  color: #e72623;
  color: #d42828;
  color: #cd0202;
  color: #8b0000;
  color: #556B2F;
  color: #f0ad4e;
  color: #E5C527;
  color: #ebea3b;
  color: #3B5998;
  color: #4099FF;
}

/*  Font Families
----------------------------------------------------------*/
FONTS {
  font-family: "Open Sans", sans-serif;
  font-family: "UnitedSansCdBd";
}

/* GENERAL
----------------------------------------------------------*/
html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

abbr, address, article, aside, audio, b, blockquote, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup,
table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.H1, .H2, .H3, .H4, .H5, .H6 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1, .h1, .H1 {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400; /*line-height:px; */
  color: #ffffff;
}

h2, .h2, .H2 {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 35px;
  font-weight: 400; /*line-height:px; */
  color: #161616;
}

h3, .h3, .H3 {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 27px;
  font-weight: 400; /*line-height:px; */
  color: #cd0202;
}

h4, .h4, .H4 {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #b4b2b2;
}

h5, .h5, .H5 {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400; /*line-height:px; */
  color: #333333;
}

h6, .h6, .H6 {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400; /*line-height:px; */
  color: #cd0202;
}

span.h1, span.h2, span.h3, span.h4, span.h5, span.h6,
span.H1, span.H2, span.H3, span.H4, span.H5, span.H6 {
  display: inline-flex;
}

p, div, li, pre, table, blockquote {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #161616;
  line-height: 1.5625;
}

a {
  color: #cd0202;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #8b0000;
  text-decoration: none;
}
a:focus {
  color: #8b0000;
  text-decoration: none;
}
a:visited {
  color: #cd0202;
  text-decoration: none;
}

ul, ol {
  padding-inline-start: 40px;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

hr {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #eaeaea;
}

input {
  border: 1px solid #eaeaea;
}
input:hover {
  border: 1px solid #b4b2b2;
}
input:focus {
  border: 1px solid #cd0202;
  box-shadow: none;
  outline: none;
}
input:active {
  border: 1px solid #cd0202;
  box-shadow: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*html.svg img {
    &.svg { display: inline; }
    &.png { display: none; }
}
img.svg { display: none; }*/
/* Small screens | max-width 640px, mobile-only styles */
/* Medium screens | min-width 641px */
/* Medium screens | min-width 641px and max-width 1024px  */
/* Laptop screens | min-width 1025px*/
/* Laptop screens | min-width 1025px and max-width 1440px  */
/* Large screens | min-width 1441px */
/* Large screens | min-width 1441px and max-width 1920px */
/* XLarge screens | min-width 1921px */
/*@import 'Components/glyphs.scss';*/
/* BUTTONS
----------------------------------------------------------*/
button, .button {
  background-color: #cd0202;
  color: #ffffff;
  border: 1px solid #cd0202;
  display: inline-block;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 8px 24px;
  font-size: initial;
  font-weight: initial;
  line-height: initial;
}
button a, .button a {
  color: #ffffff;
  text-decoration: none;
}
button:hover, button:focus, button:visited, .button:hover, .button:focus, .button:visited {
  color: #ffffff;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #8b0000;
  border-color: #8b0000;
}
button.secondary, .button.secondary {
  background-color: #b4b2b2;
  border: 1px solid #b4b2b2;
  color: #000000;
}
button.secondary a, .button.secondary a {
  color: #000000;
}
button.secondary:hover, .button.secondary:hover {
  background-color: #b4b2b2;
  border: 1px solid #b4b2b2;
  color: #cd0202;
}
button.tertiary, .button.tertiary {
  background-color: #031227;
  color: #ffffff;
  border: 1px solid #031227;
}
button.tertiary a, .button.tertiary a {
  color: #ffffff;
}
button.tertiary:hover, .button.tertiary:hover {
  background-color: #031227;
  color: #ffffff;
  border: 1px solid #031227;
}
button.quaternary, .button.quaternary {
  background-color: #556B2F;
  color: #ffffff;
  border: 1px solid #556B2F;
}
button.quaternary a, .button.quaternary a {
  color: #ffffff;
}
button.quaternary:hover, .button.quaternary:hover {
  background-color: #556B2F;
  color: #ffffff;
  border: 1px solid #556B2F;
}
button.quinary, .button.quinary {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #556B2F;
}
button.quinary a, .button.quinary a {
  color: #000000;
}
button.quinary:hover, .button.quinary:hover {
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #000000;
}
button.menu-control, .button.menu-control {
  color: #cd0202;
  background-color: transparent;
  border-style: none;
  font-size: 24px;
}

.btnPrimary {
  background-color: #cd0202;
  color: #ffffff;
  border: 1px solid #cd0202;
  display: inline-block;
  padding: 8px 24px;
  font-size: initial;
  font-weight: initial;
  line-height: initial;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
}
.btnPrimary a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
}
.btnPrimary:hover {
  background-color: #8b0000;
  border-color: #8b0000;
}

.btnSecondary {
  background-color: #b4b2b2;
  border: 1px solid #b4b2b2;
  color: #000000;
  display: inline-block;
  padding: 8px 24px;
  font-size: initial;
  font-weight: initial;
  line-height: initial;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
}
.btnSecondary a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
}
.btnSecondary:hover {
  background-color: #b4b2b2;
  border: 1px solid #b4b2b2;
  color: #cd0202;
}

.btnTertiary {
  background-color: #031227;
  color: #ffffff;
  border: 1px solid #031227;
  display: inline-block;
  padding: 8px 24px;
  font-size: initial;
  font-weight: initial;
  line-height: initial;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
}
.btnTertiary a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
}
.btnTertiary:hover {
  background-color: #031227;
  color: #ffffff;
  border: 1px solid #031227;
}

.btnQuaternary {
  background-color: #556B2F;
  color: #ffffff;
  border: 1px solid #556B2F;
  display: inline-block;
  padding: 8px 24px;
  font-size: initial;
  font-weight: initial;
  line-height: initial;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
}
.btnQuaternary a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
}
.btnQuaternary:hover {
  background-color: #556B2F;
  color: #ffffff;
  border: 1px solid #556B2F;
}

.btnQuinary {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  display: inline-block;
  padding: 8px 24px;
  font-size: initial;
  font-weight: initial;
  line-height: initial;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
}
.btnQuinary a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
}
.btnQuinary:hover {
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #000000;
}

/* HEADER
----------------------------------------------------------*/
header nav {
  z-index: 100;
}
header nav ul {
  margin: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  transition: all 0.25s ease-in-out;
}
header nav ul li {
  transition: all 0.25s ease-in-out;
}
header nav ul li a {
  white-space: nowrap;
  transition: all 0.25s ease-in-out;
}
header ul.minor-nav {
  padding-inline-start: 0;
}
header ul.minor-nav li {
  font-size: 13px;
  padding: 0 12px;
  line-height: 60px;
}
header ul.minor-nav li a {
  padding: 0 10px;
}
header ul.minor-nav li ul {
  display: none;
  background-color: transparent;
  text-align: left;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  margin-left: -12px;
  padding-inline-start: 0;
}
header ul.minor-nav li ul li {
  background-color: transparent;
  transition: all 0.25s ease-in-out;
  line-height: 40px;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 17px;
}
header ul.minor-nav li ul li a {
  color: #fff;
  transition: all 0.25s ease-in-out;
}
header ul.minor-nav li.childLinks:hover {
  background-color: #222222;
}
header ul.minor-nav li.childLinks:hover a {
  color: #ffffff;
  width: 100%;
}
header ul.minor-nav li.childLinks:hover ul {
  position: absolute;
  display: block;
  background-color: #222222;
  opacity: 1;
  padding-inline-start: 0;
}
header ul.minor-nav li.childLinks:hover ul li a {
  color: #ffffff;
  width: 100%;
}
header ul.minor-nav li.childLinks:hover ul li:hover {
  background-color: #cd0202;
}
header ul.social-icons {
  padding-inline-start: 0;
}
header ul.social-icons li {
  color: #222222;
  font-size: 13px;
  line-height: 28px;
  padding: 0 2px;
}
header ul.social-icons li a {
  background-color: #b4b2b2;
  color: #FFFFFF;
  padding: 0;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  transition: all 0.25s ease-in-out;
  height: 30px;
  width: 30px;
  margin: 0 2px;
  font-size: 16px;
  line-height: 30px;
}
header ul.social-icons li a[class^=icon-]:before, header ul.social-icons li a[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
header ul.social-icons li a.icon-youtube:before {
  content: "\e800";
}
header ul.social-icons li a.icon-twitter:before {
  content: "\e801";
}
header ul.social-icons li a.icon-facebook:before {
  content: "\e802";
}
header ul.social-icons li a.icon-linkedin:before {
  content: "\e803";
}
header ul.social-icons li a.icon-instagram:before {
  content: "\e804";
}
header ul.social-icons li a:hover {
  text-decoration: none;
}
header ul.social-icons li a.facebook:hover {
  background-color: #3B5998;
}
header ul.social-icons li a.twitter:hover {
  background-color: #4099FF;
}
header ul.social-icons li a.linkedin:hover {
  background-color: #0e76a8;
}
header ul.social-icons li a.youtube:hover {
  background-color: #cd0202;
}
header ul.social-icons li a.instagram:hover {
  background-color: #E5C527;
}
header ul.main-nav {
  padding-inline-start: 0;
}
header ul.main-nav li {
  position: relative;
  transition: all 0.25s ease-in-out;
}
header ul.main-nav li a {
  display: inline-block;
  color: #cd0202;
  font-size: 18px;
  padding: 8px;
  text-transform: uppercase;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  transition: all 0.25s ease-in-out;
}
header ul.main-nav li ul {
  display: none;
  background-color: transparent;
  text-align: left;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  padding-inline-start: 0;
}
header ul.main-nav li ul li {
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}
header ul.main-nav li ul li a {
  color: #fff;
  transition: all 0.25s ease-in-out;
  text-transform: capitalize;
}
header ul.main-nav li:hover {
  background-color: #222222;
}
header ul.main-nav li:hover a {
  color: #ffffff;
  width: 100%;
}
header ul.main-nav li:hover ul {
  position: absolute;
  display: block;
  background-color: #222222;
  opacity: 1;
  padding-inline-start: 0;
}
header ul.main-nav li:hover ul li:hover {
  background-color: #cd0202;
}
header .tagline {
  font-family: "Open Sans", sans-serif;
  color: #222222;
  display: inline-block;
  font-size: 14px;
}
header .logo {
  max-width: 280px;
  width: 100%;
  height: auto;
}
header hr {
  margin: 0.5rem auto;
}
@media only screen and (min-width: 40.063em) {
  header.listOfHomePgs ul.minor-nav {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #676767;
  }
}

/* FOOTER
----------------------------------------------------------*/
footer {
  background-color: #222222;
}
footer a {
  white-space: nowrap;
}
footer .footer-description {
  background-color: #161616;
}
footer .footer-services nav h2, footer .footer-locations nav h2 {
  color: #b4b2b2;
  display: inline;
}
footer .footer-services nav a, footer .footer-locations nav a {
  font-size: 33px;
  line-height: 66px;
  text-transform: uppercase;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  white-space: nowrap;
}
footer .footer-services nav .bullet, footer .footer-locations nav .bullet {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
}
footer .footer-social ul.social-icons {
  margin: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  padding-inline-start: 0;
}
footer .footer-social ul.social-icons li {
  color: #222222;
  font-size: 13px;
  line-height: 28px;
  padding: 0 2px;
}
footer .footer-social ul.social-icons li a {
  background-color: #b4b2b2;
  color: #222222;
  padding: 0;
  margin: 0 12px;
  display: inline-block;
  text-align: center;
  transition: all 0.25s ease-in-out;
  height: 60px;
  width: 60px;
  font-size: 28px;
  line-height: 58px;
}
footer .footer-social ul.social-icons li a[class^=icon-]:before, footer .footer-social ul.social-icons li a[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
footer .footer-social ul.social-icons li a.icon-youtube:before {
  content: "\e800";
}
footer .footer-social ul.social-icons li a.icon-twitter:before {
  content: "\e801";
}
footer .footer-social ul.social-icons li a.icon-facebook:before {
  content: "\e802";
}
footer .footer-social ul.social-icons li a.icon-linkedin:before {
  content: "\e803";
}
footer .footer-social ul.social-icons li a.icon-instagram:before {
  content: "\e804";
}
footer .footer-social ul.social-icons li a:hover {
  text-decoration: none;
}
footer .footer-social ul.social-icons li a.facebook:hover {
  background-color: #3B5998;
}
footer .footer-social ul.social-icons li a.twitter:hover {
  background-color: #4099FF;
}
footer .footer-social ul.social-icons li a.linkedin:hover {
  background-color: #0e76a8;
}
footer .footer-social ul.social-icons li a.youtube:hover {
  background-color: #cd0202;
}
footer .footer-social ul.social-icons li a.instagram:hover {
  background-color: #E5C527;
}
footer .footer-minor-nav h6 {
  color: #b4b2b2;
  font-family: "Open Sans", sans-serif;
  display: inline;
}
footer .footer-minor-nav span {
  color: #b4b2b2;
}
footer .back-to-top {
  display: inline-block;
  color: #000;
  padding: 14px 24px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  background-color: #b4b2b2;
  transition: all 0.25s ease-in-out;
  line-height: 12px;
}
@media only screen and (max-width: 40em) {
  footer a {
    white-space: normal;
  }
  footer .footer-services nav, footer .footer-locations nav {
    display: flex;
    flex-direction: column;
  }
  footer .footer-services nav a, footer .footer-locations nav a {
    font-size: 23px;
    line-height: 46px;
  }
  footer .footer-services nav .bullet, footer .footer-locations nav .bullet {
    display: none;
  }
  footer .footer-social ul.social-icons li a {
    margin: 0 2px;
    height: 50px;
    width: 50px;
    line-height: 48px;
  }
}

/* HERO
----------------------------------------------------------*/
#hero {
  height: 100vh;
  max-height: 435px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease;
  color: #fff;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  flex-direction: column;
}
#hero > div {
  z-index: 20;
}
#hero .grid-y {
  height: 100vh;
  max-height: 435px;
}
#hero h1 {
  color: #ffffff;
  font-size: 48px;
  line-height: 56px;
  margin: 0 0 10px;
}
#hero h2 {
  color: #ffffff;
  font-size: 48px;
  margin: 20px 0 10px;
}
#hero h3 {
  color: #ffffff;
  font-size: 27px;
  line-height: 32px;
  margin: 24px 0 10px;
}
#hero .button {
  font-size: 24px;
  padding: 8px 48px;
  margin: 0;
  line-height: 34px;
}
#hero video {
  position: absolute;
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
#hero .title-pnl {
  border: 1px solid red;
  background-color: #333333;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 25px;
}
#hero .title-pnl h1 {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  background-color: #222222;
  color: #fff;
  padding: 14px 26px;
  margin: 0;
  letter-spacing: 1px;
}
#hero.project-pg {
  max-height: 925px;
}
#hero.project-pg .grid-y {
  max-height: 925px;
}
#hero.project-pg h3 {
  margin: -20px 0 30px;
}
#hero.project-pg .grid-container {
  width: 100%;
}

@media only screen and (max-width: 40em) {
  #hero h1 {
    font-size: 40px;
    line-height: 41px;
  }
}
/* CARDS
----------------------------------------------------------*/
.card {
  border: 1px solid #b4b2b2;
  margin: 0;
}
.card.news .card-header {
  background-color: #d42828;
  text-align: right;
}
.card.news .card-header span {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  display: inline-block;
  background-color: #cd0202;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  padding: 14px 24px;
  text-transform: uppercase;
}
.card.news .card-section {
  text-align: center;
}
.card.news .card-section .date {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.card.news .card-section .content {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #161616;
}
.card.news .card-section .title {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #cd0202;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .card.news .card-section .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.card.news .card-footer {
  text-align: right;
}
.card.news .card-footer span {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  display: inline-block;
  background-color: #eee;
  color: #888;
  font-size: 17px;
  line-height: 13px;
  padding: 15px 24px 12px;
  text-transform: uppercase;
}
.card.readmore .card-header {
  background-color: #d42828;
  text-align: right;
}
.card.readmore .card-header span {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  display: inline-block;
  background-color: #cd0202;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  padding: 14px 24px;
  text-transform: uppercase;
}
.card.readmore .card-section {
  text-align: center;
}
.card.readmore .card-section .pretitle {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.card.readmore .card-section .content {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #161616;
}
.card.readmore .card-section .title {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #cd0202;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .card.readmore .card-section .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.card.info .card-header {
  background-color: #d42828;
  text-align: right;
}
.card.info .card-header span {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  display: inline-block;
  background-color: #cd0202;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  padding: 14px 24px;
  text-transform: uppercase;
}
.card.info .card-section {
  text-align: center;
}
.card.info .card-section .content {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #161616;
}
.card.info .card-section .title {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 27px;
  font-weight: 400;
  color: #cd0202;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .card.info .card-section .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.card.project .card-header {
  background-color: #d42828;
  text-align: right;
}
.card.project .card-header span {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  display: inline-block;
  background-color: #cd0202;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  padding: 14px 24px;
  text-transform: uppercase;
}
.card.project .card-section {
  text-align: center;
}
.card.project .card-section .content {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #161616;
}
.card.project .card-section .title {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
  color: #cd0202;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .card.project .card-section .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.card.location .card-header {
  background-color: #d42828;
  text-align: right;
}
.card.location .card-header span {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  display: inline-block;
  background-color: #cd0202;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  padding: 14px 24px;
  text-transform: uppercase;
}
.card.location .card-section {
  text-align: center;
}
.card.location .card-section .title {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #cd0202;
}
.card.location .card-section .content {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #161616;
}
.card.bio .card-header {
  background-color: #d42828;
  text-align: right;
}
.card.bio .card-header span {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  display: inline-block;
  background-color: #cd0202;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  padding: 14px 24px;
  text-transform: uppercase;
}
.card.bio .card-section {
  text-align: center;
}
.card.bio .card-section .title {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #cd0202;
}
.card.bio .card-section .content {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #161616;
}
.card.lead-generator {
  border-radius: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  border-style: none;
}
.card.lead-generator .umbraco-forms-field-wrapper { /*display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
}
.card.lead-generator input[type=submit] {
  margin-top: 12px;
}
.card.lead-generator input[type=checkbox] {
  margin-right: 9px;
}
.card.lead-generator .umbraco-forms-page label {
  line-height: 18px;
}

/* PANELS
----------------------------------------------------------*/
.video-panel {
  background-color: #222222;
}
.video-panel h2 {
  color: #ebea3b;
}
.video-panel p {
  color: #fff;
}
.video-panel .responsive-embed {
  margin-bottom: 0;
}
fieldset:not(.umbraco-forms-field) {
  position: relative;
  box-sizing: border-box;
  border: solid #cd0202 6px;
  padding: 40px 65px 70px 65px;
  margin: 0 24px;
}
fieldset:not(.umbraco-forms-field) legend {
  background-color: #cd0202;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: initial;
  font-weight: initial;
  line-height: initial;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 50%);
  margin: 0;
  transition: all ease-in-out 0.5s;
}
fieldset:not(.umbraco-forms-field) legend a, fieldset:not(.umbraco-forms-field) legend a:visited {
  color: #ffffff;
  padding: 16px 48px;
  display: block;
  text-transform: uppercase;
}
fieldset:not(.umbraco-forms-field) legend a:hover, fieldset:not(.umbraco-forms-field) legend a:visited:hover {
  color: #fff;
}
fieldset:not(.umbraco-forms-field) legend:hover {
  background-color: #8b0000;
}

@media only screen and (max-width: 40em) {
  fieldset:not(.umbraco-forms-field) {
    padding: 10px 15px 15px 15px;
  }
}
/* BLOGS
----------------------------------------------------------*/
.blogpost article h2 {
  margin: 0;
}
.blogpost article h4 {
  margin-top: 0;
}
.blogpost article time {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
}
.blogpost article img:not(.carousel-img) {
  width: 100%;
  max-width: 550px;
  padding: 0.5rem 2rem 2rem 2rem;
  float: right;
}
.blogpost .sidebar h4 {
  color: #000;
}
.blogpost .sidebar .search-pnl input[type=text] {
  border-radius: 0;
  background: inherit;
  border: 1px solid #4a4a4a;
  padding: 5px;
  float: left;
  display: inline-block;
  margin-bottom: 6px;
  width: initial;
  box-shadow: none;
}
.blogpost .sidebar .search-pnl button {
  display: inline-block;
  height: 35px;
  color: #d72027;
  background: none;
  border: 0;
  padding-block: 1px;
  padding-inline: 6px;
}
.blogpost .sidebar .categorylist ul {
  padding-left: 0;
  margin-top: 6px;
  margin-left: 0;
}
.blogpost .sidebar .categorylist ul li {
  list-style: none;
  text-align: left;
  text-transform: capitalize;
}
.blogpost .sidebar .social-icons {
  text-align: left;
  font-size: 15px;
}
.blogpost .sidebar .social-icons .icon {
  font-size: 24px;
  color: #cd0202;
  transition: all 0.25s ease-in-out;
  margin: 0 0.2em;
}
.blogpost .sidebar .social-icons .icon:first-of-type {
  margin-left: 0;
}
.blogpost .sidebar .social-icons .icon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
.blogpost .sidebar .social-icons .icon.icon-youtube:before {
  content: "\e800";
}
.blogpost .sidebar .social-icons .icon.icon-twitter:before {
  content: "\e801";
}
.blogpost .sidebar .social-icons .icon.icon-facebook:before {
  content: "\e802";
}
.blogpost .sidebar .social-icons .icon.icon-linkedin:before {
  content: "\e803";
}
.blogpost .sidebar .social-icons .icon.icon-instagram:before {
  content: "\e804";
}

.blog .blog-post-card {
  position: relative;
}
.blog .blog-post-card img {
  width: 100%;
  height: auto;
}
.blog .blog-post-card .content {
  position: absolute;
  overflow: hidden;
  top: unset;
  right: 30%;
  bottom: 6px;
  left: 6px;
  background-color: #fff;
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: red;
  padding: 6px 9px;
  max-height: 200px;
}
.blog .blog-post-card .content h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 4px 0;
}
.blog .blog-post-card .content h6 {
  color: #000;
  margin: 6px 0 0 0;
}
.blog .blog-post-card .content .ellipsis {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .sidebar h4 {
  color: #000;
}
.blog .sidebar .search-pnl input[type=text] {
  border-radius: 0;
  background: inherit;
  border: 1px solid #4a4a4a;
  padding: 5px;
  float: left;
  display: inline-block;
  margin-bottom: 6px;
  width: initial;
  box-shadow: none;
}
.blog .sidebar .search-pnl button {
  display: inline-block;
  height: 35px;
  color: #d72027;
  background: none;
  border: 0;
  padding-block: 1px;
  padding-inline: 6px;
}
.blog .sidebar .categorylist ul {
  padding-left: 0;
  margin-top: 6px;
  margin-left: 0;
}
.blog .sidebar .categorylist ul li {
  list-style: none;
  text-align: left;
}
.blog .sidebar .social-icons {
  text-align: left;
  font-size: 15px;
}
.blog .sidebar .social-icons .icon {
  font-size: 24px;
  color: #cd0202;
  transition: all 0.25s ease-in-out;
  margin: 0 0.2em;
}
.blog .sidebar .social-icons .icon:first-of-type {
  margin-left: 0;
}
.blog .sidebar .social-icons .icon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
.blog .sidebar .social-icons .icon.icon-youtube:before {
  content: "\e800";
}
.blog .sidebar .social-icons .icon.icon-twitter:before {
  content: "\e801";
}
.blog .sidebar .social-icons .icon.icon-facebook:before {
  content: "\e802";
}
.blog .sidebar .social-icons .icon.icon-linkedin:before {
  content: "\e803";
}
.blog .sidebar .social-icons .icon.icon-instagram:before {
  content: "\e804";
}

/* PROJECTS
----------------------------------------------------------*/
.projectpage h2.headline {
  margin-top: 30px;
  line-height: 38px;
}
.projectpage h3.headline {
  margin: 32px 0 -20px;
  line-height: 27px; /*letter-spacing: 1px;*/
  text-transform: uppercase; /*color: #333333;*/
}
.projectpage .sidebar h3 {
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 28px;
}
.projectpage .sidebar .project-detail-widget {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.projectpage .sidebar .project-detail-widget strong {
  font-weight: normal;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  background-color: #eaeaea;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 18px;
  color: #222222;
}
.projectpage .sidebar .project-detail-widget p {
  margin-bottom: 0;
}
.projectpage .sidebar .project-detail-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.projectpage .sidebar .project-detail-widget ul li {
  border-bottom: 1px solid #f1f1f1;
  padding: 8px 8px 8px 10px;
  transition: all 0.25s ease-in-out;
}
.projectpage .sidebar .project-detail-widget ul li:last-child {
  border-bottom: 0;
}
.projectpage .sidebar .project-detail-widget ul li:hover {
  background: #f1f1f1;
}
.projectpage .sidebar .project-detail-widget dt {
  margin: 0;
}
.projectpage .sidebar .project-detail-widget dl {
  margin: 0;
}
.projectpage .headline-spacer {
  height: 60px;
}

.portfolio-sidebar {
  background-color: #333333;
  margin-bottom: 40px;
  padding: 24px 16px;
}
.portfolio-sidebar h3, .portfolio-sidebar h3 a:hover {
  color: #cd0202;
  text-transform: uppercase;
  background: none;
  cursor: default;
  margin-top: 0;
}
.portfolio-sidebar ul {
  list-style-type: none;
  margin: 0;
}
.portfolio-sidebar ul li:hover {
  background-color: #cd0202;
}
.portfolio-sidebar ul li.active {
  background-color: #cd0202;
}
.portfolio-sidebar ul li a {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  display: block;
  line-height: 17px;
  padding: 7px 10px;
}
.portfolio-sidebar ul li a:hover {
  color: #fff;
}

/* TREES
----------------------------------------------------------*/
@media only screen and (min-width: 64.063em) {
  .tree {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .tree.align-left {
    align-items: flex-start;
  }
  .tree ul {
    padding: 20px 0 0 0;
    margin-left: 0;
    padding-inline-start: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  .tree ul ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #b4b2b2;
    width: 0;
    height: 20px;
  }
  .tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  .tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #b4b2b2;
  }
  .tree li:only-child {
    padding-top: 0;
  }
  .tree li:last-child::before {
    border-right: 1px solid #b4b2b2;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
  }
  .tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
  }
  .tree li span {
    font-family: "UnitedSansCdBd", Arial, sans-serif;
    border: 1px solid #b4b2b2;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  .tree li::before, .tree li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #b4b2b2;
    width: 50%;
    height: 20px;
  }
  .tree li:only-child::after, .tree li:only-child::before {
    display: none;
  }
  .tree li:first-child::before, .tree li:last-child::after {
    border: 0 none;
  }
  .tree li span:hover, .tree li span:hover + ul li span {
    background: #cd0202;
    color: #FFFFFF;
    border: 1px solid #8b0000;
  }
  .tree li span:hover + ul li::after, .tree li span:hover + ul li::before, .tree li span:hover + ul::before, .tree li span:hover + ul ul::before {
    border-color: #8b0000;
  }
}
/* TIMELINES
----------------------------------------------------------*/
@media only screen and (min-width: 64.063em) {
  .timeline ul {
    margin: 0;
    padding: 0;
    padding-inline-start: 0;
  }
  .timeline li {
    position: relative;
    float: left;
    width: 14.28%;
    min-height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #b4b2b2;
    font-size: 15px;
    line-height: 17px;
  }
  .timeline li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 50%;
    height: 11px;
    border-right: 1px solid #b4b2b2;
  }
  .timeline li:nth-child(2):after {
    background-color: #ffffff;
  }
  .timeline li:last-child:after {
    left: auto;
    right: 0;
    border-left: 1px solid #b4b2b2;
    border-right: none;
    background-color: #ffffff;
  }
  .timeline li.title {
    padding-top: 15px;
    font-family: "UnitedSansCdBd", Arial, sans-serif;
    color: #000000;
    text-align: left;
    border: none;
  }
  .timeline li.title:after {
    display: none;
  }
  .timeline dl {
    clear: both;
    padding-top: 15px;
  }
  .timeline dt {
    clear: left;
    display: block;
    float: left;
    width: 35.7%;
    margin-bottom: 5px;
    line-height: 30px;
  }
  .timeline dd {
    display: block;
    float: left;
    margin-bottom: 5px;
    padding-right: 15px;
    background-color: #b4b2b2;
    text-align: right;
    line-height: 30px;
    color: #ffffff;
  }
}
/* PAGINATION
----------------------------------------------------------*/
.pagination-container {
  text-align: center;
}
.pagination-container .pagination li.first {
  font-weight: 900;
}
.pagination-container .pagination li.prev {
  font-weight: 900;
}
.pagination-container .pagination li.page.active {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #cd0202;
  border-radius: 0;
}
.pagination-container .pagination li.next {
  font-weight: 900;
}
.pagination-container .pagination li.last {
  font-weight: 900;
}

/* UMBRACO FORMS
----------------------------------------------------------*/
.umbraco-forms-page h2 {
  margin-top: 0;
}
.umbraco-forms-page h3 {
  margin-top: 0;
}
.umbraco-forms-page h4 {
  margin-top: 0;
}
.umbraco-forms-page h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.umbraco-forms-page label {
  font-weight: 600;
}
.umbraco-forms-page fieldset {
  margin-bottom: 24px;
}
.umbraco-forms-page .radiobuttonlist {
  margin-left: 36px;
}
.umbraco-forms-page .checkboxlist {
  margin-left: 36px;
}
.umbraco-forms-page .recaptcha2 {
  margin-bottom: 24px;
}

.umbraco-forms-navigation {
  margin: 36px 0;
}

/* Styles for List of Home Pages
----------------------------------------------------------*/
.listofhomepgs .banner_btn {
  background: #fff;
  padding: 150px 30px;
  cursor: pointer;
}
.listofhomepgs .banner_btn h3 {
  font-size: 36px;
  color: #e72623;
  line-height: 40px;
  margin: 0;
}
.listofhomepgs .banner_btn.active {
  background: #e72623;
}
.listofhomepgs .banner_btn.active h3 {
  color: #fff;
}
.listofhomepgs .banner {
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.listofhomepgs .btnExplore {
  background: #e72623;
  color: #fff;
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 24px;
  padding: 18px 45px 13px;
  line-height: 36px;
  border-radius: 8px;
  letter-spacing: 2px;
  display: inline;
  position: relative;
}
.listofhomepgs .btnExplore:after {
  content: "";
  background: url(/Images/btn_icon.png);
  width: 53px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: 8px;
}
.listofhomepgs h1 {
  margin: 0;
  font-size: 70px;
  line-height: 76px;
}
.listofhomepgs header {
  background-color: #161616;
}
.listofhomepgs header a {
  color: #b4b2b2;
}
.listofhomepgs header .sub-header {
  background-image: url(/Images/header_bg1.jpg);
}
.listofhomepgs header .sub-header .ptext {
  font-family: "UnitedSansCdBd", Arial, sans-serif;
  font-size: 29px;
  color: #151714;
  line-height: 36px;
}
.listofhomepgs header .sub-header .ptext .red-text {
  color: #e72623;
}
@media only screen and (max-width: 40em) {
  .listofhomepgs header .sub-header .ptext {
    position: relative;
    font-size: 24px;
    line-height: 30px;
  }
  .listofhomepgs header .sub-header .ptext::before {
    content: "";
    width: 100px;
    background: #b4b2b2;
    height: 4px;
    position: absolute;
    top: 0;
  }
}
.listofhomepgs header .left-border {
  border-left: 4px solid #b4b2b2;
}
@media only screen and (max-width: 40em) {
  .listofhomepgs .banner_btn {
    padding: 24px 12px;
    text-align: center;
  }
  .listofhomepgs .banner_btn h3 {
    font-size: 36px;
    line-height: 40px;
    margin: 0;
  }
  .listofhomepgs .btnExplore {
    font-size: 20px;
    padding: 18px 45px 13px;
    line-height: 36px;
  }
  .listofhomepgs .btnExplore:after {
    width: 53px;
    height: 40px;
    right: -20px;
    top: 5px;
  }
  .listofhomepgs h1 {
    margin: 12px;
    font-size: 40px;
    line-height: 40px;
  }
}

/* MOBILE NAV
----------------------------------------------------------*/
.off-canvas {
  background-color: #ededed;
}
.off-canvas.position-right {
  width: 300px;
  z-index: 200;
}
.off-canvas hr {
  border-bottom: 1px solid #d7d7d7;
}
.off-canvas ul.main-nav > li a {
  background-color: #ededed;
}
.off-canvas ul.main-nav > li a::before {
  border-color: transparent rgba(205, 2, 2, 0.65) transparent transparent;
}
.off-canvas ul.main-nav > li a::after {
  border-color: transparent transparent transparent rgba(205, 2, 2, 0.65);
}
.off-canvas ul.main-nav > li .js-drilldown-back a {
  background-color: #d7d7d7;
}
/*  TEMP- USED FOR WIREFRAMING
----------------------------------------------------------*/
/*.grid-container { border: 1px solid rgba(255, 0, 0, 0.5); }
.grid-x { border: 1px solid rgba(0, 128, 0, 0.5); }
.cell { border: 1px solid rgba(0, 0, 255, 0.5); }*/
/*===================================================================================*/
/* MISC CLASSES
/*===================================================================================*/
.center {
  text-align: center;
}

.form-control {
  border: 1px solid #eaeaea;
}
.form-control:hover {
  border: 1px solid #b4b2b2;
}
.form-control:focus {
  border: 1px solid #cd0202;
  box-shadow: none;
  outline: none;
}
.form-control:active {
  border: 1px solid #cd0202;
  box-shadow: none;
  outline: none;
}

.z-index-100 {
  z-index: 100;
}

.z-index-200 {
  z-index: 200;
}

.project-detail-link {
  border: 1px solid #eaeaea;
  display: block;
  padding: 12px 0;
  margin-bottom: 12px;
  transition: all 0.25s ease-in-out;
}
.project-detail-link:hover {
  background-color: rgba(205, 2, 2, 0.05);
}

.no-bottom-margin {
  margin-bottom: 0;
}

/*===================================================================================*/
/* BACKGROUND COLORS
/*===================================================================================*/
.bg-red {
  background-color: #ba1917;
  color: #fff;
}
.bg-red h2 {
  color: #fff;
}

.bg-light-grey {
  background-color: #ebebeb;
}

.bg-medium-grey {
  background-color: #222222;
  color: #fff;
}
.bg-medium-grey p, .bg-medium-grey div {
  color: #fff;
}
.bg-medium-grey h2 {
  color: #ebea3b;
}

.bg-dark-grey {
  background-color: #161616;
  color: #fff;
}
.bg-dark-grey p, .bg-dark-grey div {
  color: #b4b2b2;
}
.bg-dark-grey h2 {
  color: #b4b2b2;
}
.bg-dark-grey h4 {
  color: #b4b2b2;
}
.bg-dark-grey a {
  color: #cd0202;
}
.bg-dark-grey a:hover {
  color: #8b0000;
}

/*===================================================================================*/
/* SLICK SLIDER
/*===================================================================================*/
.slideshow {
  position: relative;
}

.slick-container .slick-slider {
  display: inline;
}
.slick-container .slick-slider .slick-slide {
  opacity: 0.4;
  transition: all 300ms ease;
  -moz-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.slick-container .slick-slider .slick-slide.slick-center {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.slick-container .slick-slider .slick-slide img {
  margin: 0 auto;
}
.slick-container .mbl.lft-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 42px;
  z-index: 1;
}
.slick-container .mbl.rgt-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 42px;
  z-index: 1;
}

/*===================================================================================*/
/* ALERT MESSAGE PANEL
/*===================================================================================*/
/*background-color: #71ff00; background-color: #f5ff36; background-color: #e7882b;*/
#alertMsgPnl { /*background-color: #fece00;*/
  padding: 16px 8px;
}
#alertMsgPnl .button {
  margin: 0;
}
#alertMsgPnl .text-content {
  font-size: 20px;
  font-weight: 700;
}
#alertMsgPnl .btn-close {
  background-color: transparent;
  border-style: none;
  padding: 8px;
  line-height: 0;
  cursor: pointer;
}

/* Print Stylesheet
----------------------------------------------------------*/
@media print {
  @page {
    size: letter;
  }
  .no-print {
    display: none;
  }
  html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: none;
    background: #fff url(../../Scss/none);
    text-shadow: none;
  }
  /*    header { display: none; }
      footer { display: none; }

      main { width: 100%; height: 100%; margin: 0; padding: 0; float: none; background: #fff url(../../Scss/none); text-shadow: none;
          .grid-container { padding: 0; margin: 0; }
          .grid-x { padding: 0 !important; margin: 0 !important; width: 100% !important; }
          .cell { padding: 0 12px !important; margin: 0 !important;  width: 100% !important;
              &.medium-6 { width: 25% !important; }
              &.medium-10 { width: 41.6% !important; }
              &.medium-12 { width: 50% !important; }
              &.medium-18 { width: 75% !important; }
          }

          .Product { margin: 0; padding: 0;
              p { font-size: 14px; line-height: 18px; color: #000; }
              h2 { font-size: 19px; line-height: 21px; color: #004b7e !important; margin: 0 0 9px;
                  sup { color: #004b7e !important; }
              }
              h3 { font-size: 17px; line-height: 24px; color: #004b7e !important; margin: 0;
                  sup { color: #004b7e !important; }
              }
              .product-code { font-size: 16px; line-height: 20px; color: #646464; padding: 0; }
              .product-photos { display: none; }
              .product-photo-print { display: block; width: 95%; height: auto; padding: 8px; margin: 8px; border: 1px solid #CCC; }
              .product-utility-divider { display: none; }
              .product-utilities { display: none; }
              .product-icon-group { color: #646464 !important; font-size: 11px; line-height: 15px; text-align: center;
                  .fa-circle-check { color: #50aa4b !important; }
                  .svg-inline--fa { color: #50aa4b !important; }
                  i { color: #50aa4b !important; }
                  svg { color: #50aa4b !important; }
                  path { color: #50aa4b !important; }

                  .fa-circle-check:before { color: #50aa4b !important; }
                  .svg-inline--fa:before { color: #50aa4b !important; }
                  i:before { color: #50aa4b !important; }
                  svg:before { color: #50aa4b !important; }
                  path:before { color: #50aa4b !important; }
              }
              .serving-selector { display: none; }
              .date-disclaimer { font-size: 12px; line-height: 15px; }
              #nutrition-serving table.table tbody tr:nth-child(3) { border-top: 2px solid #D6D4D5; }
              .brand-logo { max-width: 100px !important; margin-bottom: 12px; }
              .specs-printcol-a {
                  br { display: none; }
              }

              table { border: 1px solid #666;
                  tbody {
                      tr {
                          td { border: 1px solid #666; font-size: 13px !important; line-height: 16px !important; color: #000 !important; padding: 0 0 0 3px !important;
                              strong { }
                              hr { margin: 6px 0; }
                              h5 { font-size: 15px !important; font-weight: 700; margin: 0; }
                          }
                      }
                  }
              }
          }

          .Recipe { margin: 0; padding: 0;
              p { font-size: 14px; line-height: 18px; color: #000; }
              h2 { font-size: 19px; line-height: 21px; color: #666 !important; margin: 0 0 9px !important; }
              h3 { font-size: 17px; line-height: 21px; color: #666 !important; margin: 0 !important; }
              h5 { font-size: 15px; line-height: 18px; color: #666 !important; margin: 0 !important; }

              ul, ol {
                  li { font-size: 14px; line-height: 18px; color: #000;
                      span { }
                  }
              }
              .recipe-photos { margin-bottom: 12px;
                  img { padding: 8px; border: 1px solid #CCC; }
              }
              #RelatedProducts { display: none; }

              table { border: 1px solid #666;
                  tbody {
                      tr {
                          td { border: 1px solid #666; font-size: 13px !important; line-height: 16px !important; color: #000 !important; padding: 0 0 0 3px !important;
                              strong { }
                              hr { margin: 6px 0; }
                              h5 { font-size: 15px !important; font-weight: 700; margin: 0; }
                          }
                      }
                  }
              }
          }

          .BlogPost { margin: 0; padding: 0;
              p { font-size: 14px; line-height: 18px; color: #000; }
              h1 { font-size: 21px; line-height: 24px; color: #666 !important; margin: 0 0 9px !important; }
              h2 { font-size: 19px; line-height: 21px; color: #666 !important; margin: 0 0 9px !important; }
              h3 { font-size: 17px; line-height: 21px; color: #666 !important; margin: 0 !important; }
              h5 { font-size: 15px; line-height: 18px; color: #666 !important; margin: 0 !important; }

              ul, ol {
                  li { font-size: 14px; line-height: 18px; color: #000;
                      span { }
                  }
              }
              .post-image { margin-bottom: 12px;
                  img { padding: 8px; border: 1px solid #CCC; width: 50% !important; margin: 0 auto !important; display: block; }
              }
              .blog-navigation { display: none; }

              table { border: 1px solid #666;
                  tbody {
                      tr {
                          td { border: 1px solid #666; font-size: 13px !important; line-height: 16px !important; color: #000 !important; padding: 0 0 0 3px !important;
                              strong { }
                              hr { margin: 6px 0; }
                              h5 { font-size: 15px !important; font-weight: 700; margin: 0; }
                          }
                      }
                  }
              }
          }
      }
  */
}
/*
@import 'navigation';
@import 'hero';
@import 'product-spotlight';
@import 'sign-up';
@import 'accordions';
@import 'perdue-library';
@import 'recipes';
@import 'jssocials';
@import 'products';
@import 'blog';
@import 'live-skuchart';
@import 'perdue-tools';
@import 'attribute-table';
@import 'row-classes';
@import 'sales-and-percentages';
@import 'difference-tiers';
@import 'separator';
@import 'tbl-antibiotics-used';
@import 'broker-locator';
@import 'call2action';
@import 'module-support';
@import 'video';
@import 'cookies';*/
