@charset "utf-8";

/****************************************
*  Imports
****************************************/

@import url("/library/styles/base.css");
@import url("/library/fonts/webfonts.css");
@import url("/library/fonts/font-awesome.css");

/****************************************
*  Baseline (bare tags -- no margin, padding, border)
****************************************/

body {
  background-color: #242424;;
}

h1 {
  font: bold 60px/1em "Raleway";
  margin: -22px 0px 38px 0px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}

div.mobile h1 {
  font-size: 40px;
}

div.mobile td.header-content h1 {
  font-size: 40px;
  margin: 0px 0px 10px 0px;
}

div.mobile.interior td.header-content h1,
div.mobile.interior td.header-content h1 span {
  margin: 0px;
}

td.header h1 span,
td.header-content h1 span {
  color: #D60F16;
}

h2 {
  font-size: 40px;
  line-height: 1;
  color: #D41117;
  text-align: center;
  font-family: "Raleway";
  margin: 0px 0px 21px 0px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

table.featured-services td h2,
table.accreditation h2 {
  font: normal 34px/1.1em "BigNoodleTitling";
  color: #000000;
  text-shadow: none;
}

div.mobile h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

div.mobile table.accreditation h2,
div.mobile table.accreditation a {
  font-size: 30px;
}

h3 {
  font: normal 70px/1em "BigNoodleTitling";
  color: #FFFFFF;
  text-align: left;
  margin: -22px 0px 24px 0px;
}

div.mobile tr.options-row > td h3 {
  font: normal 40px/1em "BigNoodleTitling";
  margin: 0px 0px 24px 0px;
}

h4 {
  font: normal 42px/1em "BigNoodleTitling";
  color: #FFFFFF;
  text-align: left;
  margin: 0px 0px 30px 0px;
  text-transform: uppercase;
}

div.mobile h4 {
  font-size: 36px;
  margin: 0px 0px 30px 0px;
}

h5 {
  font: bold 16px/1.25em "Raleway";
  color: #d1d3d4;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px 0px 5px 0px;
}

h6 {
  color: #FFFFFF;
  font: bold 24px/1em "Editor";
  text-transform: uppercase;
  text-align: left;
  margin: 21px 0px 10px 0px;
}

a, label, li, p {
  font: normal normal 18px/1.5em "Editor";
  color: #4D4D4D;
}

table.primary p {
  margin: 0px 0px 27px 0px;
  text-align: center;
}

table.primary p:last-of-type {
  margin: 0px;
}

table.primary tr.options-row table.tabular p {
  margin: 0px;
  text-align: left;
}

table.primary tr.options-row > td p,
table.primary tr.options-row > td li {
  color: #FFFFFF;
  font-family: "Raleway";
}

table.events td p {
  padding-left: 42px;
  text-align: left;
}

table.primary td.featured-event p {
  text-align: left;
}

td.paper-bg td p {
  font-family: "Raleway";
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}

td.paper-bg td p span {
  font-family: "Raleway";
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
  display: block;
  font-weight: bold;
}

table.accreditation p {
  font: normal 24px/1.25em "Editor";
  color: #FFFFFF;
  padding-bottom:21px;
}

div.mobile table.accreditation p {
  font-size: 18px;
}

td.footer p {
  font-family: "Raleway";
  color: #d1d3d4;
  text-align: left;
}

a {
  outline: none;
  text-decoration: none;
}

table.accreditation a {
  font: normal 36px/1em "BigNoodleTitling";
  color: #FFFFFF;
  transition: 0.5s all;
}

td.footer a {
  font-family: "Raleway";
}

table.attribution a,
table.attribution a:link,
table.attribution a:visited,
table.attribution p {
  color: #FFFFFF;
  font-family: "Editor";
  font-size: 14px;
  line-height: 1em;
}

.center {
  text-align: center;
  vertical-align: middle;
}

/****************************************
*  Parcels
****************************************/

table.parcel {
  /*height: 100%;*/
  margin: 0 auto 0 auto;
  width: 1000px;
}

div.parcel {
  display: table;
  height: 100%;


  margin: 0 auto 0 auto;
  table-layout: fixed;
  width: 1000px;
}

div.equator {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

/****************************************
*  Interior
****************************************/

div.interior {
  height: 100%;
  width: 100%;
}

div.interior td.navigation {
  height: 56px;
  max-height: 56px;
  min-height: 56px;
  background-color: #242424;
}

div.interior td.primary {
  background-color: #FFFFFF;
}

/*div.interior td.footer {
  height: 120px;
  max-height: 120px;
  min-height: 120px;
}*/

div.interior td.attribution {
  display: none;
}

/****************************************
*  Exterior
****************************************/

div.exterior {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}

div.exterior td.header {
  height: 825px;
  background-color: rgba(0,0,0,0.5);
}

div.exterior td.header table.parcel {
  height: auto;
}

div.exterior td.header table.parcel.tallest {
  height: 100%;
}

div.exterior td.header table.parcel.header-content {
  height: 450px;
}

div.exterior td.header table.parcel.header-content td {
  text-align: center;
  vertical-align: middle;
}

div.exterior td.navigation {
  height: 56px;
  max-height: 56px;
  min-height: 56px;
  background-color: #242424;
}

div.exterior td.billboard {
  background: url(/images/layout/billboard.jpg); /* TODO: choose billboard or randomize in page */
  background-color: #CCCCCC;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  max-height: 280px;
  min-height: 280px;
}

div.exterior td.primary {
  background-color: #FFFFFF;
}

div.exterior td.footer {
  background-color: #1E1E1E;
  height: 120px;
  max-height: 120px;
  min-height: 120px;
}

div.exterior td.attribution {
  background-color: #000000;
  padding: 21px 0px;
  border-bottom: 10px solid #1E1E1E;
}

/****************************************
*  Header
****************************************/

td.header {
  background-color: #242424;;
}

table.header > tbody > tr > td {
  vertical-align: top;
  text-align: left;
  padding: 24px 0px 63px 0px;
}

table.header > tbody > tr > td:first-child {
  padding-right: 42px;
}

div.interior table.header {
  height: auto;
}

td.header table.parcel iframe,
td.primary table.parcel iframe {
  width: 100%;
}

td.primary table.parcel td.reactive iframe {
  height: 250px;
}

td.header img#logo {
  width: 200px;
  height: auto;
}

video#header-video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/****************************************
*  Navigation
****************************************/

table.navigation a,
table.navigation a:link,
table.navigation a:visited {
  color: #FFFFFF;
  display: block;
  font: normal 28px/1.1em "BigNoodleTitling";
  letter-spacing: 0px;
  padding: 2px 0px 16px 0px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s all;
  white-space: nowrap;
  text-align: left;
  border-bottom: 3px solid #D31016;
}

table.navigation a:hover,
table.navigation a:active {
  border-bottom: 3px solid #FFFFFF;
  color: #D31016;
}

td.header a.mobile-nav,
td.header li.mobile-nav {
  display: none;
}

table.navigation li.dropdown i {
  font-size: 26px;
  vertical-align: middle;
}

table.navigation > tbody > tr > td > ul {
  display: table;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
}

table.navigation > tbody > tr > td > ul > li {
  display: table-cell;
  padding-left: 63px;
  position: relative;
  transition: 0.3s all;
}

table.navigation > tbody > tr > td > ul > li:first-child {
  padding-left: 0px;
}

table.navigation > tbody > tr > td > ul li.dropdown:hover ul,
table.navigation > tbody > tr > td > ul li.dropdown-on ul {
  display: block;
}

table.navigation > tbody > tr > td > ul ul {
  background: #888888;
  display: none;
  left: 0;
  list-style: none;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  text-align: left;
  top: 100%;
  width: 100%;
}

table.sub-navigation ul {
  padding: 21px 0px;
}

table.sub-navigation li {
  display: inline-block;
  padding: 0px 21px;
}

table.sub-navigation li:first-child {
  padding-left: 0px;
}

table.sub-navigation li + li {
  border-left: #d31017 1px solid;
}

table.sub-navigation li,
table.sub-navigation li a {
  color: #D0D4D7;
  font: normal 17px/0.75em "Editor";
  transition: 0.5s all;
}

div.mobile table.navigation li.special.small,
div.mobile table.navigation li.special.small a {
  font: normal 15px/0.75em "Editor";
  transition: 0.5s all;
  padding: 5px 0px;
  color: #D0D4D7;
}

div.mobile table.navigation li.special.small {
  display: block;
}

div.mobile table.navigation li.small,
div.mobile table.navigation li.small a {
  display: inline-block;
}

div.mobile table.navigation li.special.small a {
  font-weight: bold;
}

div.mobile table.navigation span {
  color: #FFFFFF;
  font: normal 16px/1.1em "BigNoodleTitling";
  vertical-align: middle;
}

table.sub-navigation li a:hover {
  color: #FFFFFF;
}

table.sub-navigation li a[href^=tel] {
  font-weight: bold;
}

/****************************************
*  Primary
****************************************/

table.primary {
  width: 100%;
  background: #FFFFFF;
}

table.primary table.parcel > tbody > tr > td {
  padding: 42px;
}

table.primary div.overlay table.parcel > tbody > tr > td {
  padding: 0px;
}

table.primary table.parcel > tbody > tr + tr > td {
  padding-top: 0px;
}

table.primary table.parcel td.featured-text {
  padding: 0px 63px 63px 63px;
}

td.LHS {
  padding-right: 21px;
}

td.RHS {
  padding-left: 21px;
}

table.primary td.LHS,
table.primary td.RHS {
  padding: 21px 63px;
  width: 50%;
}

table.primary td.LHS + td.RHS {
  border-left: 1px solid #000000;
}

table.primary td.featured-text {
  padding: 21px 0px;
}

table.primary td.featured-text div {
  border: 1px solid #000000;
  width: 100%;
  padding: 21px 0px;
  text-align: center;
}

td#service-area {
  background: url('/images/content/map.jpg');
  background-size: cover;
  min-height: 470px;
  height: 40vw;
  background-position: center center;
}

div.mobile td#service-area {
  height: 90vw;
}

tr.options-row > td {
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50% auto;
}

tr.options-row.static > td {
  height: 485px;
}

table.primary tr.options-row > td {
  padding: 63px 42px;
}

table.primary > tbody > tr.last > td {
  padding-bottom: 105px;
}

table.primary tr.options-row table.tabular {
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
}

table.primary tr.options-row table.tabular + p {
  margin-top: 27px;
}

table.primary tr.options-row table.tabular td {
  padding-left: 21px;
}

tr.options-row table.parcel > tbody > tr > td {
  padding: 0px 63px;
}

tr.options-row:nth-child(even) > td {
  background-color: #262626;
}

tr.options-row > td div {
  background: #D31018;
  padding: 42px;
  width: 100%;
  max-width: 515px;
}

tr.options-row > td li {
  position: relative;
  padding-left: 10px;
}

tr.options-row > td p:last-child {
  margin: 0px;
}

tr.options-row > td li::before {
  color: #FFFFFF;
}

tr.options-row.dark > td li::before {
  color: #FFFFFF;
}

td.primary tr.options-row > td p strong {
  line-height: 3em;
}

table.primary li::before {
  color: #D41117;
  font: normal normal normal 20px/1em FontAwesome;
  content: "\2022";
  margin: 2px 5px 0px 0px;
  display: inline-block;
  position: absolute;
  left: 0;
}

/****************************************
*  Lists
****************************************/

table.primary ul.yes,
table.primary ul.no {
  list-style: none;
}

table.primary ul.yes li,
table.primary ul.no li {
  padding-left: 0px;
}

table.primary ul.yes li + li,
table.primary ul.no li + li {
  margin-top: 21px;
}

table.primary ul.yes li::before {
  content: "\f058";
  color: #39B54A;
  font: normal normal normal 50px/1em FontAwesome;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}

table.primary ul.no li::before {
  content: "\f057";
  color: #D4110F;
  font: normal normal normal 50px/1em FontAwesome;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}

td.half {
  width: 50%;
  padding: 0px 21px 0px 0px;
}

td.half + td.half {
  padding: 0px 0px 0px 21px;
}

td.third {
  width: 33.33%;
  padding: 0px 21px 0px 0px;
}

td.third + td.third {
  padding: 0px 0px 0px 21px;
}

td.fourth {
  width: 25%;
  padding: 0px 21px 0px 0px;
}

td.fourth + td.fourth {
  padding: 42px 0px 0px 0px;
}

/****************************************
*  Events List
****************************************/

table.events {
  width: 100%;
  table-layout: fixed;
  position: relative;
  top: 75px;
}

a#events-button {
  position: relative;
  top: 125px;
}

table.events td.details {
  width: 190px;
}

table.events td.details a {
  width: 100%;
  margin: 0px;
}

table.events td {
  padding: 21px;
  position: relative;
}

table.events tr + tr td {
  border-top: 2px solid #EEEEEE;
}

table.events td:first-child {
  padding: 21px 21px 21px 0px;
}

table.events td:last-child {
  padding: 21px 0px 21px 0px;
  vertical-align: middle;
}

table.events td i {
  font-size: 50px;
  color: #666666;
  position: absolute;
  top: 21px;
  left: 0;
}

td.featured-event span {
  padding: 10px 0px 10px 40px;
  position: relative;
  display: inline-block;
}

td.featured-event span:before {
  font: normal normal normal 40px/1 FontAwesome;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
  width: 30px;
}

td.featured-event span.time:before {
  content: "\f017";
}

td.featured-event span.information:before {
  content: "\f129";
}

td.featured-event span.location:before {
  content: "\f041";
}

td.featured-event iframe {
  background: #EAEAEA;
  width: 100%;
  height: 100%;
  border: 0;
}

/****************************************
*  Special Angled Content
****************************************/

table.primary td.paper-bg {
  padding: 0 0 100px 0;
  position: relative;
  top: 0;
  height: auto;
  z-index: 5;
  background:url(/images/layout/paper-bg.jpg);
  background-size: cover;
  background-position:bottom center;
  background-repeat:no-repeat;
  margin:-120px 0px -110px -30px;
}

td.paper-bg > div{
  position: relative;
  /* top: 50px; */
}

table.primary td.paper-bg table.parcel td {
  vertical-align: middle;
  text-align: center;
  padding: 106px 63px 0px 63px;
}

div.chevron {
  position: relative;
  text-align: center;
  padding: 63px 0px;
  margin-bottom: 6px;
  height: 465px;
  width: 100%;
  margin: 0px 0px 42px 0px;
  z-index: 1;
  background: linear-gradient(0deg, transparent 50%, #D31018 50%);
}

div.chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #EEEEEE;
  -webkit-transform: skew(0deg, 4deg);
  -moz-transform: skew(0deg, 4deg);
  -ms-transform: skew(0deg, 4deg);
  -o-transform: skew(0deg, 4deg);
  transform: skew(0deg, 4deg);
  z-index: -1;
}

div.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #EEEEEE;
  -webkit-transform: skew(0deg, -4deg);
  -moz-transform: skew(0deg, -4deg);
  -ms-transform: skew(0deg, -4deg);
  -o-transform: skew(0deg, -4deg);
  transform: skew(0deg, -4deg);
  z-index: -1;
}​

table.featured-services {
  height: 100px;
  table-layout: fixed;
}

table.featured-services td {
  background: url('/images/layout/home-featured-box.png') no-repeat center center;
  text-align: center;
  width: 317px;
  cursor: pointer;
  height: 320px;
}

table.featured-services td:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

table.featured-services td img {
  margin: 30px auto 35px auto;
  max-height: 106px;
  transition: 0.5s all;
}

table.featured-services td:hover a {
  color: #242424;
}

div.chevron.alt {
  margin: -63px 0px 0px 0px;
  padding: 21px 0px;
  height: 410px;
  background: linear-gradient(180deg, transparent 50%, #D31018 50%);
}

div.chevron.alt:before {
  background: #D31018;
  -webkit-transform: skew(0deg, -4deg);
  -moz-transform: skew(0deg, -4deg);
  -ms-transform: skew(0deg, -4deg);
  -o-transform: skew(0deg, -4deg);
  transform: skew(0deg, -4deg);
}

div.chevron.alt:after {
  background: #D31018;
  -webkit-transform: skew(0deg, 4deg);
  -moz-transform: skew(0deg, 4deg);
  -ms-transform: skew(0deg, 4deg);
  -o-transform: skew(0deg, 4deg);
  transform: skew(0deg, 4deg);
}

table.accreditation a:hover {
  color: #242424;
}

table.accreditation div.logos {
  text-align: center;
  margin: 1rem 0px 1rem 0px;
}

table.accreditation div.logos img {
  display: inline-block;
  margin: 0px 35px 0px 0px;
  vertical-align: middle;
}

table.accreditation div.logos img + img {
  margin: 0px 35px 0px 35px;
}

table.accreditation div.logos img:last-child {
  margin-right: 0px;
}

table.accreditation > tbody > tr > td,
table.accreditation > tbody > tr > td > div {
  position: relative;
  z-index: 2;
}

table.accreditation > tbody > tr > td > img {
  z-index: 1;
  position: absolute;
  top: -20px;
  width: 450px;
  left: calc(50% - 225px);
}

/****************************************
*  Testimonials
****************************************/

td.testimonials > table {
  width: 100%;
}

td.testimonials img {
  margin: 0px auto 21px auto;
}

td.testimonials div.container {
  overflow: hidden;
  position: relative;
  height: 440px;
}

td.testimonials div.container div.testimonial {
  position: absolute;
  right: -100%;
  top: 0;
  height: 440px;
  width: 330px;
  transition: 1s right;
  background:#FFFFFF;
  z-index: 1;
}

td.testimonials div.container div.testimonial.active {
  right: 0px;
  z-index: 2;
}

td.testimonials div.center a.bullet {
  font-size: 60px;
  line-height: 1em;
  color: #DDDDDD;
}

td.testimonials div.center a.bullet:hover {
  color: #D31018;
}

td.testimonials div.center a.bullet.active {
  color: #000000;
}

/****************************************
*  Featured Bar
****************************************/

table.primary td.featured-bar {
  background: #D41117;
}

table.primary td.featured-bar a.button {
  border: 3px solid #000000;
  background: #000000;
  color: #FFFFFF;
}

table.primary td.featured-bar a.button:hover {
  background: #262626;
  border: 3px solid #262626;
}

table.primary td.featured-bar table.parcel > tbody > tr > td {
  padding: 0px;
  text-align: center
}

.button-alt {
  background: #000000;
  color: #FFFFFF;
	padding: 8px 24px 24px 24px;
	border-radius: 4px;
}

.button-alt:hover {
  background: #ffffff;
}

/****************************************
*  Footer
****************************************/

table.footer > tbody > tr > td {
  padding: 42px 42px;
}

td.footer {
  padding: 50px 0px 42px 0px;
  background-color: #1E1E1E;
}

td.footer td.third {
  padding: 21px 21px 21px 63px;
}

td.footer td.third + td.third {
  padding-left: 21px;
}

td.footer td.third:last-child {
  padding-right: 63px;
}

table.footer > tbody > tr > td {
  vertical-align: top;
  text-align: center;
}

table.footer td.LHS {
  width: 335px;
}

table.footer td.LHS {
  padding: 0px 42px 0px 63px;
}

table.footer td.RHS {
  padding: 0px 63px 0px 42px;
}

td.footer p + h4 {
  margin-top: 26px;
}

td.footer p + h5,
td.footer div + h4 {
  margin: 21px 0px 5px 0px;
}

td.footer strong {
  color: #FFFFFF;
}

table.footer td {
  position: relative;
}

td.footer span.social-icons {
  vertical-align: bottom;
  min-width: 200px;
  display: block;
  text-align: left;
}

td.footer span.social-icons a {
  font-size: 30px;
  color: #AFAFAF;
}

td.footer span.social-icons a:hover {
  color: #FFFFFF;
}

td.footer span.social-icons a + a {
  margin-left: 20px;
}

td.footer > table > tbody > tr:last-child > td {
  border-top: 1px solid #555555;
}

td.footer > table > tbody > tr:last-child > td.facebook {
  border-top: none;
}


/****************************************
*  Attribution
****************************************/

table.attribution > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
}

table.attribution p {
  margin: auto;
}

table.attribution a,
table.attribution a:link,
table.attribution a:visited {
  display: inline-block;
  text-decoration: none;
}

table.attribution a:hover,
table.attribution a:active {
  color: #D31018;
}

table.attribution a.copy:hover,
table.attribution a.copy:active {
  background-color: transparent;
  text-decoration: none;
}

table.attribution span {
  display: inline-block;
  color: #D31018;
  margin: 0px 5px;
  line-height: 14px;
  font-size: 12px;
}

/****************************************
*  Common ( to be deleted -- should be specificity or miscellaneous at end )
****************************************/

hr {
  margin: 21px 0px 21px 0px;
  border: none;
  border-top: 1px solid rgba(255,255,255,0.3);
  width: 100%;
}

strong {
  font-weight: bold;
}

/****************************************
*  Links
****************************************/

a,
a:link,
a:visited {
  color: #EE2E24;
  text-decoration: none;
  transition: 0.3s all;
}

a:hover,
a:active {
  color: #FFFFFF;
}

a.alt,
a.alt:link,
a.alt:visited {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s all;
}

a.alt:hover,
a.alt:active {
  color: #D31018;
}

/****************************************
*  Buttons
****************************************/

a.button,
input.button,
button {
  font-family: "BigNoodleTitling";
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  padding: 8px 24px 16px 24px;
  border: 3px solid #D31018;
  border-radius: 4px;
  color: #FFFFFF;
  background: #D31018;
  text-transform: uppercase;
  transition: 0.3s all;
  text-align: center;
  margin: 10px 5px 10px 5px;
  cursor: pointer;
  width: auto;
}

a.button:hover,
input.button:hover,
button:hover {
  color: #D31018;
  background: none;
}

a.button.alt,
input.button.alt,
button.alt {
  color: #D31018;
  font-family: "Raleway";
  font-size: 18px;
  border: 1px solid #D31018;
  text-transform: capitalize;
  padding: 16px 21px 16px 21px;
  border-radius: 1px;
  background: none;
}

a.button.alt:hover,
input.button.alt:hover,
button.alt:hover {
  color: #4D4D4D;
  border: 1px solid #4D4D4D;
}

a.button.wide,
input.button.wide,
button.wide {
  width: 100%;
  margin: 10px 0px 10px 0px;
}

a.back-to-top {
  display:block;
  text-align:center;
  font: normal 30px/1.5em "BigNoodleTitling";
  color: #FFFFFF;
  background: #242424;
  text-transform: uppercase;
  padding:5px 0px 5px 0px;
  text-decoration:none;
}

/****************************************
*  Forms
****************************************/

form td.reactive {
  vertical-align: top;
}

form td.reactive + td.reactive {
  padding-left: 21px;
}

button,
input,
textarea {
  background-color: #FFFFFF;
  border: 1px solid #242424;
  display: inline-block;
  color: #333333;
  font-family: "Editor";
  font-size: 16px;
  font-style: normal;
  line-height: 1.5em;
  margin: 10px 0px 10px 0px;
  padding: 6px 6px 6px 6px;
  vertical-align: middle;
  width: 100%;
}

input.invalid,
textarea.invalid {
  border: 1px solid #D31018;
}

p#error-text {
  color: #D31018;
  text-align: center;
}

input:focus {
  outline: 0;
}

input[type=reset],
input[type=checkbox],
input[type=radio] {
  border-style: outset;
  padding-top: 4px;
}

input[type=image] {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

input[type=checkbox],
input[type=radio] {
  height: 14px;
  width: 14px;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  font: normal 20px/1.5em FontAwesome;
  display: inline-block;
  width: 35px;
  height: 28px;
}

input[type="radio"] + label::before {
  content: "\f10c";
}

input[type="radio"]:checked + label::before {
  content: "\f05d";
}

input[type="checkbox"] + label::before  {
  content: "\f096";
}

input[type="checkbox"]:checked + label::before {
  content: "\f046";
}

input + label {
  margin-left: 10px;
}

select {
  background-color: #FFFFFF;
  border: 1px solid #242424;
  box-sizing: border-box;
  display: inline-block;
  color: #333333;
  font-family: "BigNoodleTitling";
  font-size: 16px;
  font-style: normal;
  line-height: 1.5em;
  margin: 10px 0px 10px 0px;
  padding: 6px 6px 6px 6px;
  vertical-align: middle;
  width: 100%;
}

div.custom-select {
  overflow: hidden;
  background: #FFFFFF;
  margin: 10px 0px 10px 0px;
  border: 1px solid #242424;
  position: relative;
}

div.custom-select::after {
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  right: 5px;
  top: 5px;
  content: "\f107";
  font-size: 30px;
  pointer-events: none;
  color: #242424;
}

div.custom-select select {
  background: transparent;
  -webkit-appearance: none;
  margin: 0;
  width: calc(100% + 42px);
  border: none;
}

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

/****************************************
*  Overlay
****************************************/

div.overlay,
div.interior table.primary div.overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  margin: auto;
  padding: 42px 0px 42px 0px;
  position: fixed;
  top: -101%;
  transition: 1s all;
  width: 100%;
  z-index: 10;
  overflow: auto;
}

div.overlay a.close {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 1em;
  position: absolute;
  right: 20px;
  top: 20px;
}

div.overlay p,
div.overlay label {
  color: #FFFFFF;
}

div.overlay table.parcel table {
  table-layout: fixed;
  width: 100%;
}


body.overlay-on div.overlay,
body.overlay-on div.interior table.primary div.overlay {
  top: 0;
}

td.content table.parcel div.overlay table.parcel {
  margin: 0 auto;
  width: 1000px;
}

body.inside-overlay {
  background: transparent;
}

body.inside-overlay label {
  color: #FFFFFF;
  height: 28px;
  vertical-align: middle;
}

/****************************************
*  Mobile
****************************************/

div.mobile td.content table.parcel div.overlay table.parcel {
  width: 100%;
}

div.mobile td.header-content {
  background-size: cover;
  text-align: center;
}

div.mobile td.header-content div,
div.mobile div.overlay,
div.mobile table.primary div.overlay {
  width: 100%;
  height: 100%;
  padding: 42px 5% !important;
  background: rgba(0,0,0,0.9);
}

div.mobile div.overlay {
  overflow:scroll !important;
  -webkit-overflow-scrolling:touch !important;
}

div.mobile td.header-content div {
  background: rgba(0,0,0,0.5);
}

div.mobile.interior td.header-content div {
  background: #242424;
}

div.mobile form label {
  display: block;
}

div.overlay td {
  padding: 42px 0px !important;
}

div.overlay iframe {
  height: 400px;
  width: 100%;
}

div.mobile td.header-content div.overlay {
  overflow: auto;
  background: rgba(0,0,0,0.9);
  -webkit-overflow-scrolling:touch;
}

td.header-content div.overlay a.close {
  top: 10px;
  right: 10px;
}

div.mobile td.half + td.half {
  padding: 0px;
}

div.mobile table.primary table.tabular ul li {
  margin-top: 10px;
}

div.mobile div.chevron {
  margin: 0px;
  background: #FFFFFF;
  height:auto;
  padding: 42px 5%;
}

div.mobile div.chevron.alt {
  background: #D31018;
  height: auto;
}

div.mobile div.chevron:before,
div.mobile div.chevron:after {
  display: none;
}

div.mobile table.accreditation > tbody > tr > td > img {
  display: none;
}

div.mobile table.accreditation div.logos img,
div.mobile table.accreditation div.logos img + img {
  margin: 0px 10px 0px 10px;
  display: inline-block;
  height: 40px;
}

div.mobile table.primary table.parcel > tbody > tr > td,
div.mobile table.primary table.parcel td.featured-text,
div.mobile tr.options-row table.parcel > tbody > tr > td {
  padding: 0px;
}

div.mobile table.primary td.LHS,
div.mobile table.primary td.RHS {
  padding: 0px 0px 21px 0px;
}

div.mobile table.header > tbody > tr > td.widest {
  padding: 0px;
}

div.mobile table.primary tr.options-row table.tabular td {
  padding-left: 0px;
}

div.mobile table.parcel {
  width: 100%;
}

div.mobile table.parcel > tbody > tr > td > table {
  width: 100%;
}

div.mobile td.reactive {
  display: block;
  width: 100% !important;
}

div.mobile td.reactive + td.reactive {
  padding-top: 0px;
}

div.mobile td.footer td.third + td.third,
div.mobile td.footer td.fourth + td.fourth {
  padding-left: 5%;
}

div.mobile table.header > tbody > tr > td,
div.mobile table.primary > tbody > tr > td,
div.mobile table.footer > tbody > tr > td {
  padding: 42px 5%;
  text-align: center;
}

div.mobile table.primary table.parcel > tbody > tr + tr > td {
  padding-top: 42px;
}

div.mobile table.primary > tbody > tr > td.no-padding {
  padding: 0px;
}

td.footer td.third:last-child {
  padding-right: 5%;
}

div.mobile table.header img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

div.mobile table.header a {
  display: inline-block;
  text-align:center;
  vertical-align: middle;
}

div.mobile table.primary table.parcel.featured-services td {
  padding: 21px;
}

div.mobile table.events {
  border-top: 2px solid #EEEEEE;
}

div.mobile table.events td:first-child {
  padding: 21px 21px 0px 21px;
}

div.mobile table.events tr + tr td {
  border: none;
}

div.mobile table.events td:first-child i {
  top: 21px;
}

div.mobile table.events td i {
  top: 0;
}

div.mobile table.events td.details {
  border-bottom: 2px solid #EEEEEE;
}

div.mobile table.primary p,
div.mobile table.primary tr.options-row td.margin > p {
  margin: 0px 0px 12px 0px;
}

div.mobile tr.options-row > td:last-child p:last-child {
  margin: 0px;
}

div.mobile table.primary p:last-child {
  margin-bottom: 0px;
}

div.mobile table.primary td.LHS + td.RHS {
  border: none;
}

div.mobile table.primary td.featured-text div {
  padding: 21px;
}

div.mobile tr.options-row > td {
  height: auto;
}

div.mobile tr.options-row > td h2 {
  font-size: 26px;
  text-align: center;
  margin: 0px 0px 21px 0px;
}

div.mobile table.primary tr.options-row > td {
  background-image: none !important;
  padding: 0px;
}

div.mobile tr.options-row td table.parcel > tbody > tr > td {
  padding: 42px 5%;
}

div.mobile table.primary tr.options-row table.tabular td p {
  font-size: 16px;
}

div.mobile table.primary tr.options-row table.tabular.list td + td {
  padding-left: 15px;
}

div.mobile tr.options-row > td img {
  width: 100%;
  height: auto;
}

div.mobile tr.options-row > td div {
  background: none;
  width: 100%;
  padding: 0px;
}

div.mobile table.primary > tbody > tr > td.paper-bg {
  padding: 0px;
}

div.mobile table.primary > tbody > tr > td.paper-bg div {
  background: url('/images/layout/mobile-paper-bg.jpg');
  background-size: cover;
  margin: 0px;
  padding: 42px 5%;
  height: auto;
}

div.mobile td.paper-bg td p {
  font-size: 18px;
}

div.mobile table.footer td.LHS + td.RHS {
  border: none;
}

div.mobile table.footer > tbody > tr > td.LHS {
  padding: 0px;
}

div.mobile table.footer > tbody > tr > td.RHS {
  padding: 21px 0px 0px 0px;
}

div.mobile form td.reactive + td.reactive {
  padding-left: 0px;
}

div.mobile td.testimonials td.RHS {
  display: none;
}

div.mobile td.testimonials div.container div.testimonial {
  height: 100%;
  width: 100%;
}

div.mobile td.footer h4,
div.mobile td.footer p,
div.mobile td.footer span.social-icons {
  text-align: center;
}

div.mobile td.footer img {
  margin: 0 auto;
}

div.mobile td.footer > table > tbody > tr:last-child > td {
  border-top: none;
}

/****************************************
*  Mobile Navigation
****************************************/

div.mobile table.navigation {
  width: 100%;
}

div.mobile table.navigation > tbody > tr > td > ul {
  background: #242424;
  overflow: hidden;
  height: 100%;
  max-height: 1000px;
  transition: 1s all;
  margin: 0px 0px 42px 0px;
}

div.mobile table.navigation a,
div.mobile table.navigation a:link,
div.mobile table.navigation a:visited {
  font-size: 30px;
  border: none;
  padding: 8px 0px;
}

div.mobile table.navigation a.inline {
  display: inline-block;
}

div.mobile a.nav-button {
  display: inline-block;
  text-align: center;
  padding: 0px 0px 0px 21px;
  font-size: 50px;
  color: #FFFFFF;
}

div.mobile.navigation-off a.nav-button i::before {
  content: "\f0c9";
}

div.mobile a.nav-button i::before {
  content: "\f00d";
}

div.mobile td.header a.mobile-nav,
div.mobile td.header li.mobile-nav,{
  display: block;
}

div.mobile table.navigation li.small a {
  font-size: 20px;
}

div.mobile table.navigation li.sub {
  display: inline-block;
}

div.mobile table.navigation > tbody > tr > td > ul > li {
  padding-left: 0px;
}

div.mobile table.navigation li.sub a,
div.mobile table.navigation li.sub a:link,
div.mobile table.navigation li.sub a:visited {
  font-size: 16px;
}

div.mobile table.navigation > tbody > tr > td > ul,
div.mobile table.navigation > tbody > tr > td > ul > li,
div.mobile table.navigation > tbody > tr > td > ul li.dropdown-on ul {
  display: block;
}

div.mobile table.navigation > tbody > tr > td > ul ul {
  position: relative;
  top: 0;
  left: 0;
}

div.mobile.navigation-off table.navigation > tbody > tr > td > ul {
  max-height: 0px;
  transition: 0.3s all;
  margin: 0px;
}

div.mobile.navigation-off a.nav-button {
  color: #FFFFFF;
}

/******************************
  Facebook
*******************************/

td.facebook img {
  width:250px;
  max-width:250px;
}

table.facebook {
  height:auto;
}

table.facebook td.LHS {
  text-align: left;
	padding-bottom: 21px;
}

td.facebook p span {
  color:#666666;
  font-size:14px;
  text-transform:uppercase;
}

td.post a {
  word-break: break-all;
}

/****************************************
* Misc
****************************************/

.honey {
  display: none;
}

/****************************************
* Request a quote form
****************************************/

[name="xFORM"] .flex-row > div {
  flex-basis: 33.33%;
}

@media (min-width: 768px)
{
  [name="xFORM"] .flex-row {
    display: flex;
    gap: 1rem;
  }

  [name="xFORM"] td.reactive {
    width: 50%;
  }
}

/****************************************
* Testimonial grid
****************************************/

.testimonial-grid p {
  font-size: 18px !important;
  font-weight: normal !important;
}

.testimonial-grid p span {
  text-align: center !important;
}

@media (min-width: 768px)
{
  .testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (min-width: 1008px)
{
  .testimonial-grid {
    gap: 4rem;
  }
}
