/* #### Generated By: http://www.cufonfonts.com #### */

    @font-face {
    font-family: 'Baskerville Normal';
    font-style: normal;
    font-weight: normal;
    src: local('Baskerville Normal'), url('../fonts/baskvl.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Baskerville Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Baskerville Regular'), url('../fonts/baskervi.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Baskerville Light-Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Baskerville Light-Italic'), url('../fonts/BASKE10.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Baskerville Light';
    font-style: normal;
    font-weight: normal;
    src: local('Baskerville Light'), url('../fonts/BASKE9.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Baskerville LightA';
    font-style: normal;
    font-weight: normal;
    src: local('Baskerville LightA'), url('../fonts/BASKRV_L.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Baskerville Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Baskerville Bold'), url('../fonts/BASKE1.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Baskerville Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Baskerville Bold'), url('../fonts/Baskerville Bold font.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Baskerville BT Roman';
    font-style: normal;
    font-weight: normal;
    src: local('Baskerville BT Roman'), url('../fonts/BaskervilleBT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Baskerville BT Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Baskerville BT Italic'), url('../fonts/BaskervilleItalicBT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Baskerville BT Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Baskerville BT Bold'), url('../fonts/BaskervilleBoldBT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Baskerville BT Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Baskerville BT Bold'), url('../fonts/baskerville bold bt.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Baskerville BT Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Baskerville BT Bold Italic'), url('../fonts/BaskervilleBoldItalicBT.woff') format('woff');
    }


/* #### Generated By: http://font.download #### */

    @font-face {
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro'), url('../fonts/Acumin-RPro.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Acumin Pro Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro Italic'), url('../fonts/Acumin-ItPro.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Acumin Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro Bold'), url('../fonts/Acumin-BdPro.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Acumin Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro Bold Italic'), url('../fonts/Acumin-BdItPro.woff') format('woff');
    }

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

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

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

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

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

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

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

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 0em) {
	
	
		h1, h2, h3, h4, h5, h6, p ,li, video, address, .card{
	  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

	
	
	
  /* Style adjustments for viewports that meet the condition */
	body,  { font-family: 'Baskerville Normal', 'times new roman', Times, serif; color: #384081;background-color: #F8F9FC}
	
	p {color: #91908e}
	.container {width:calc(100%-60px); padding: 0 30px; max-width: 1200px; margin: 0 auto}
	header {text-align: left; background-color:white;}
	header img {width:100px; height: auto; text-align: left; padding: 20px 0}
	h1, h2, h3, h4, h5, h6, a.button, .btn-send, header a, li strong {font-family: Impact, 'HelveticaNeue','Arial Black', 'Arial Bold', 'sans-serif';}
	li strong {font-size:1.2em; margin-bottom: 0px; padding-bottom: 0px}
	li strong + p {margin-top: 4px; padding-top: 0px}
	header a {color:#384081;}
	header nav {text-align: center}
	header a {margin : 0px 0px}
	header a:link {text-decoration:none}
	header a:hover {text-decoration: underline}
	h1, h2, h3, h4, h5, h6 {text-align: left; }
	h1 {font-size: 1.5rem; line-height: 2rem; text-align: center;}
	h1 span {clear: both; font-size:.5em; display: inherit}
	h1.interior {padding:100px 0;}
	#top p, #top h2, #top p {color: white; font-size:1.1em; line-height: 1.3em; text-align:left}
	footer .container {border-top: solid 1px #91908e;padding-top: 20px;}
	footer {padding: 20px 0}
	footer p {margin-bottom: 10px}
	footer p, footer p a, footer address, {font-size:.8em; line-height: 1.0em; text-align:left; color: #91908e; }
	a[href^=tel], address, p a {color: #91908e;}
	footer address, footer p {display: inline; font-style: normal}
	footer p a {text-decoration: underline;}
	footer p a:hover {text-decoration: none}
	.card {width:calc(100%-40px); padding:20px;  border: solid 1px #928E8A; margin-bottom:20px; background-color:white;border-radius: 5px;    border: 1px solid #ededef; box-shadow: 0 3px 8px 0 rgb(58 69 100 / 10%);}
	.card p, #industries .card p {color:#91908e;}
	h2+p{color:#91908e}
	#top {background-color:#384081; color:white !important}
	.card img {width: 100%; height: 120px; background-color:gray; overflow: hidden}
	a.button, .btn-send {text-decoration: none; background-color: #fd0e35;text-align: center; padding:16px; font-size: 1.0em;color:white; display:block; margin-bottom:20px; border-radius: 5px;margin-top:40px}
	div {
		display: block;}
		h3 + address {text-decoration: none; color: #91908e; margin}
	.desktop {display: none; }
	
	.pic, .interior-header{ width:100%; height:200px; overflow: auto; background-color:#384081; background-size:cover;border-radius: 5px;
    background-blend-mode: hard-light;}
	.interior-header {height:auto;color:white; border-radius: 0; display: block;
    background-position: center;}
	.interior-header h1 {margin: 0; color: white}
	
	#industries {background-color:#384081; padding: 20px 0 }
	#industries h2, #industries p {color:white}
	
	.tenorm {background-image:url(../img/tenorm.jpg);}
	.tenorm2 {background-image:url(../img/tenorm2.jpg);}
	.contact {background-image:url(../img/contact.jpg);}
	.case-studies {background-image:url(../img/case-studies.jpg);}
	.derailement {background-image:url(../img/producers.jpg);}
	.site-survey {background-image:url("../img/site-survey.jpg");}
	.remediation {background-image:url(../img/remediation.jpg);}
	.radioactive {background-image:url(../img/radioactive.jpg);}
	.waste {background-image:url(../img/waste.jpg);}
	.radiation {background-image:url(../img/radiation.jpg);}
	.consulting {background-image:url(../img/consulting.jpg);}
	.producers {background-image:url(../img/producers.jpg);}
	.train-derailment {background-image:url(../img/east-palestine-ohio-train-derailment.jpg);}
	.facilities {background-image:url(../img/facilities.jpg);}
	.federal {background-image:url(../img/federal.jpg);}
	
	.hero {
    align-items: center;
 
    min-height: 70vh;
    justify-content: center;
    position: relative;
		    padding-left: calc(50vw - 40rem);
		padding-right: calc(50vw - 40rem);}
	
	iframe {width:100%; height: 300px; margin: 20px 0}
	

	
.h-video-container {
    inset: 0;
    position: absolute;
}
	
	.h-video-container {
    background: var(--default);
    content: "";
    inset: 0;
    opacity: .3;
    position: absolute;
	
}
	.h-video-container video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

	*, :after, :before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
		
.h-text {
    opacity: 1;
    transform: translateY(0);
	padding: 30px 0;
    text-align: center;
    transition: .3s;
}
	
	.nav-item,
.vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
	float: right;
	margin-top: 27px
}
	
	.nav-item {font-size: .9em}


.scroll::-webkit-scrollbar {
  display: none;
}

.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
	
	
	
	
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
	.btn-send:hover, .button:hover {background-color:black}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
	
	.form-control {
    display: block;
    width: calc(100% - 60px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
	
	.d-none {
    display: none!important;
}
	
	input {border: solid 1px #928E8A; margin-bottom:20px; background-color:white;border-radius: 5px;    border: 1px solid #ededef; box-shadow: 0 3px 8px 0 rgb(58 69 100 / 10%);}
	
	form strong {color:#FD0D35}
	.message {background-color:#FD0D35; color:white; text-align: center; padding: 4px 0}
	.message .container p {text-align: center; color:white !important; margin: 0; padding: 0}
	.message .container a {color:white; text-decoration:underline}
	.message .container p a { font-family: 'Baskerville Normal', 'times new roman', Times, serif;}
	.message .container p a:hover {text-decoration: none}
	
	
	.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
		border-radius: 0.25rem;}
	
	.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
	
	
	
	
}
@media only screen and (min-width: 700px) {
		header a {margin : 0px 20px}
	h1 {font-size: 3rem; line-height: 3rem; text-align: left}
	h2 {font-size:2.5em}
	.button {max-width:400px}

	.desktop {display: block; font-size:1.4em}
}

@media only screen and (min-width: 1024px) {
	h1,h2,h3,h4,h5,h6{letter-spacing: 1px;}
	h1 {font-size: 3rem; line-height: 3rem}
	h3 {font-size: 1.7em; line-height: 1.0em}
	.card {flex: 0 0 calc(27%); margin: 0 20px 20px 0;}
	.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;}
	#top h2{font-size:1.8em}
		form {width:calc(60% - 30px); float:left;}
	#contact-aside {width: calc(40% - 30px); float:right}
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

