/*
 * @file
 * Overall specifications for DA Smith Drilling
 */
:root {
  --mt-text-size: 18px;
  --mt-modular-ratio: 1.150;
}
body {
  font-size: var(--mt-text-size);
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
/*Mobile Only*/
@media (max-width: 414px) {

.mobilesmaller {
	font-size: 18px
}
}

.cookiesjsr-banner {
border-top: 1px #fff solid;
  align-items: center;
  background-color: #0090ba;
  color: #fff;
  color: var(--banner-font-color,#fff);
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

.cookiesjsr-links.links--row li a {
color: #fff;
}

.cookiesjsr-btn {
  align-items: center;
  background-color: #007ca0 !important;
  border: 2px solid #fff;
  color: #fff;
  color: #fff;
  transition: all .2s ease;
}

.cookiesjsr-btn.important {
  background-color: #007ca0;
  background-color: var(--btn-prime-bg-color,#fff);
  border-color: #fff;
  color: #fff;
  color: #fff;
}

.cookiesjsr-btn.invert {
  background-color: #fff;
  background-color: var(--btn-inv-bg-color,#fff);
  border-color: #007ca0;
  color: #fff;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  background: #0090ba;
  color: #fff;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
  background: #007ca0;
  border-bottom: 0;
  color: #fff;
  color: var(--layer-tab-active-font-color,#fff);
}

#video-container {
    width: 100%;
    height: 100%;
    position: relative;
}

#video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.pt-5 {padding-top: 2.5rem !important}
.pb-5 {
  padding-bottom: 2.5rem !important;
}

/*Paragraphs and links*/
p {
  margin: 0;
  padding: 0 0 12px 0;
}
p.large {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
  margin: 20px 0;
}
p.extra-large {
  font-size: 30px;
  line-height: 1.30;
}

#lpoa-video-player {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0px !important;
  z-index: 999;
}

video {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

.project-image {
	max-width: 250px;
}

.aboutphotosrow img {
	-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}

.aboutphotosrow {
padding: 25px 25px 0px 25px;	
}

.aboutphotosrow .caption > figcaption {
padding: 8px 0 0 5px;
}

.g-recaptcha {
	margin-bottom: 20px !important;
}


.block-field-blocknodemt-showcasefield-mt-shw-tags {
	margin-top: 25px;
}

.textbgffflg {
  font-size: 24px;
  line-height: 1.30;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px 40px 10px 40px;	
  margin: 15px 20% 5% 20%;
}

.bgheader1 {
	  font-size: 22px;
	  font-weight: 600;
	  color: #fff;
padding: 20px 40px 20px 40px;
  margin: 20% 20% 20px 20%;
  background-color: rgba(226, 15, 28, 0.7);
}

.bgheader2 {
	  font-size: 26px;
	  font-weight: 600;
	  color: #fff;
padding: 14px 0 0 20px;
  margin: 25px 0px 25px;
border-bottom: 50px solid #ee3124;
	border-left: 25px solid transparent;
	height: 0;
}

@media (max-width: 769px) {
.textbgffflg {
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px 40px 10px 40px;	
  margin: 15px 10% 5% 10%;
}
.bgheader1 {
	  font-size: 20px;
	  font-weight: 600;
	  color: #fff;
  line-height: 1.30;
  background-color: rgba(238, 49, 36, 0.9);
  padding: 12px;	
  margin: 10% 10% 10px 10%;
}

.bgheader2 {
	  font-size: 20px;
	  font-weight: 600;
	  color: #fff;
padding: 14px 0 0 20px;
  margin: 25px 0px 25px;
border-bottom: 40px solid #ee3124;
	border-left: 25px solid transparent;
	height: 0;
}
}

.imagevertspace2 {
	margin-bottom: 25px;
}

.elementvertspace2 {
	margin: 25px 0;
}

.h2title2 {
	    margin: 20px 0 30px;
    font-weight: 700;
    border-bottom: none;
    position: relative;
    text-transform: none;
    font-size: 30px;
    text-align: center;
}
}

.mt-text-muted {
  opacity: 0.65;
}
a {
  -webkit-transition: all 0.0s ease-in-out;
  -moz-transition: all 0.0s ease-in-out;
  -ms-transition: all 0.0s ease-in-out;
  -o-transition: all 0.0s ease-in-out;
  transition: all 0.0s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
  text-decoration: underline;
}
a.link--bordered,
.link--bordered a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
}

.border-top2 {
	border-top: 1px #ccc solid;
	padding-top: 25px;
	width: 60%;
margin: auto;
}

#block-hightechnologyindustriesgroup-2 {
	padding-bottom: 20px !important;
}

.job_location {
font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
  margin-bottom: 15px;
}

.region--default-background a.link--bordered,
.region--default-background .link--bordered a,
.region--default-background a.link--bordered:hover,
.region--default-background .link--bordered a:hover,
.region--default-background a.link--bordered:focus,
.region--default-background .link--bordered a:focus {
    color: var(--mt-color-default-contrast);
}
.region--bright-background a.link--bordered,
.region--bright-background .link--bordered a,
.region--bright-background a.link--bordered:hover,
.region--bright-background .link--bordered a:hover,
.region--bright-background a.link--bordered:focus,
.region--bright-background .link--bordered a:focus {
  color: var(--mt-color-bright-contrast);
}
.region--accent-background a.link--bordered,
.region--accent-background .link--bordered a,
.region--accent-background a.link--bordered:hover,
.region--accent-background .link--bordered a:hover,
.region--accent-background a.link--bordered:focus,
.region--accent-background .link--bordered a:focus {
  color: var(--mt-color-accent-contrast);
}
.region--tint-background a.link--bordered,
.region--tint-background .link--bordered a,
.region--tint-background a.link--bordered:hover,
.region--tint-background .link--bordered a:hover,
.region--tint-background a.link--bordered:focus,
.region--tint-background .link--bordered a:focus {
  color: var(--mt-color-tint-contrast);
}
.region--shade-background a.link--bordered,
.region--shade-background .link--bordered a,
.region--shade-background a.link--bordered:hover,
.region--shade-background .link--bordered a:hover,
.region--shade-background a.link--bordered:focus,
.region--shade-background .link--bordered a:focus {
  color: var(--mt-color-shade-contrast);
}
.region--colored-background a.link--bordered,
.region--colored-background .link--bordered a,
.region--colored-background a.link--bordered:hover,
.region--colored-background .link--bordered a:hover,
.region--colored-background a.link--bordered:focus,
.region--colored-background .link--bordered a:focus {
  color: var(--mt-color-colored-contrast);
}
.region--dark-colored-background a.link--bordered,
.region--dark-colored-background .link--bordered a,
.region--dark-colored-background a.link--bordered:hover,
.region--dark-colored-background .link--bordered a:hover,
.region--dark-colored-background a.link--bordered:focus,
.region--dark-colored-background .link--bordered a:focus {
  color: var(--mt-color-dark-colored-contrast);
}
.region--dark-background a.link--bordered,
.region--dark-background .link--bordered a,
.region--dark-background a.link--bordered:hover,
.region--dark-background .link--bordered a:hover,
.region--dark-background a.link--bordered:focus,
.region--dark-background .link--bordered a:focus {
  color: var(--mt-color-dark-contrast);
}
.region--pattern a.link--bordered,
.region--pattern .link--bordered a,
.region--pattern a.link--bordered:hover,
.region--pattern .link--bordered a:hover,
.region--pattern a.link--bordered:focus,
.region--pattern .link--bordered a:focus {
  color: var(--mt-color-pattern-contrast);
}
a.link--bordered:hover,
.link--bordered a:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
  border-color: transparent;
}
a.link--hover-style-2,
.link--hover-style-2 a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
}
a.link--hover-style-2:before,
.link--hover-style-2 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -6px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: 1;
}
a.link--hover-style-2:hover,
.link--hover-style-2 a:hover {
  padding-left: 20px;
  text-decoration: none;
}
a.link--hover-style-2:hover:before,
.link--hover-style-2 a:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.1s; /* Safari */
  transition-delay: 0.1s;
}
.link--hover-style-3 {
  background-repeat: repeat-x;
  background-size: 0px 0px;
  background-position: 0 25%;
  transition: 150ms ease-in-out;
}
.link--hover-style-3:hover {
  background-size: 1.2em 1.4em;
  text-decoration: none;
}
.region--default-background .link--hover-style-3:hover,
.region--default-background .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.region--bright-background .link--hover-style-3:hover,
.region--bright-background .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.region--accent-background .link--hover-style-3:hover,
.region--accent-background .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.region--tint-background .link--hover-style-3:hover,
.region--tint-background .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.region--shade-background .link--hover-style-3:hover,
.region--shade-background .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.region--colored-background .link--hover-style-3:hover,
.region--colored-background .link--hover-style-3:focus {
  background-image: linear-gradient(var(--mt-color-colored-contrast) 0%, var(--mt-color-colored-contrast) 100%);
  color: var(--mt-color-colored);
}
.region--dark-colored-background .link--hover-style-3:hover,
.region--dark-colored-background .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.region--dark-background .link--hover-style-3:hover,
.region--dark-background .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.region--pattern .link--hover-style-3:hover,
.region--pattern .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.text--drop-cap:first-letter {
  float: left;
  font-size: 2.77em;
  line-height: 0.8;
  padding-top: 9px;
  padding-right: 12px;
}
.drop-cap {
  text-align: center;
  display: inline-block;
  font-size: 1.66em;
  line-height: 44px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  float: left;
  margin-right: 10px;
}

/*Basic elements*/
img {
  height: auto;
  max-width: 100%;
  border-radius: 0;
}
img.img--bordered,
.img--bordered img {
  border: 1px solid #e5e5e5;
}
code,
pre {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre;
  white-space: pre-wrap;
  font-family: 'Source Code Pro', Consolas, Monaco, Courier;
}
pre {
  background: #f6f6f6;
  border:none;
  border-left: 10px solid #d3d1cd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 20px;
  font-size: 12px;
  max-height: 58px;
  overflow: hidden;
  margin: 40px 0 40px 45px;
}
pre:hover,
pre:focus {
  max-height: 10000px;
 -webkit-transition: all ease-in-out 2s;
 -moz-transition: all ease-in-out 2s;
 -o-transition: all ease-in-out 2s;
 -ms-transition: all ease-in-out 2s;
 transition: all ease-in-out 2s;
}
blockquote {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  padding: 0;
  border-left: none;
  text-align: left;
  position: relative;
  margin: 20px 0px;
  padding: 0 0 0 65px;
  font-style: italic;
}

/*blockquote quote symbol*/
blockquote:before {
  content: "“";
  font-size: 48px;
  position: absolute;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  top: -15px;
  width: 65px;
  left: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, Ubuntu, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

hr {
  border-top-width: 1px;
  border-top-style: solid;
  margin-bottom: 40px;
  margin-top: 40px;
}
.region--default-background hr {
  border-color: rgba(var(--mt-color-default-contrast-value), 0.3);
}
.region--bright-background hr {
  border-color: rgba(var(--mt-color-bright-contrast-value), 0.3);
}
.region--pattern hr {
  border-color: rgba(var(--mt-color-pattern-contrast-value), 0.3);
}
.region--accent-background hr {
  border-color: rgba(var(--mt-color-accent-contrast-value), 0.3);
}
.region--tint-background hr {
  border-color: rgba(var(--mt-color-tint-contrast-value), 0.3);
}
.region--shade-background hr {
  border-color: rgba(var(--mt-color-shade-contrast-value), 0.3);
}
.region--colored-background hr {
  border-color: rgba(var(--mt-color-colored-contrast-value), 0.3);
}
.region--dark-colored-background hr {
  border-color: rgba(var(--mt-color-dark-colored-contrast-value), 0.3);
}
.region--dark-background hr {
  border-color: rgba(var(--mt-color-dark-contrast-value), 0.3);
}

/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.40;
  padding: 0;
  margin: 20px 0 20px 0;
  font-weight: 600;
}
.headings-wide-spacing-enabled h1,
.headings-wide-spacing-enabled h2,
.headings-wide-spacing-enabled h3,
.headings-wide-spacing-enabled h4,
.headings-wide-spacing-enabled h5,
.headings-wide-spacing-enabled h6 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
h6 {
  font-size: calc(var(--mt-text-size) * 1.125);
  margin-top: var(--mt-text-size);
}
h5 {
  font-size: calc(var(--mt-text-size) * var(--mt-modular-ratio));
  margin-top: var(--mt-text-size);
}
h4 {
  font-size: calc((var(--mt-text-size) * var(--mt-modular-ratio)) * var(--mt-modular-ratio));
  margin-top: var(--mt-text-size);
}
h3 {
  font-size: calc(((var(--mt-text-size) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio));
  margin-top: var(--mt-text-size);
}
h2 {
  font-size: calc((((var(--mt-text-size) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio));
  margin-top: var(--mt-text-size);
}
h1 {
  font-size: calc(((((var(--mt-text-size) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio));
  margin-top: var(--mt-text-size);
}
h1.title {
  margin-top: 0;
}
h1.page-title {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  h1 {
    font-size: calc(((var(--mt-text-size) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio));
  }
}

.hff-20 h2 {
	font-size: 2rem;
}

.mb-5, .my-5 {
    margin-bottom: 2rem !important;
}

.mt-view-header-enabled h1.page-title {
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .mt-view-header-enabled h1.page-title {
    font-size: 20px;
  }
}
.banner__section h1.page-title {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.banner__section .block:last-child h1.page-title {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .banner__section .block:last-child h1.page-title {
    margin-bottom: 35px;
  }
}
.banner__section .block:first-child:last-child h1.page-title {
  margin: 30px 0;
}
.banner__section .block:first-child h1.page-title {
  margin-bottom: 0;
}

/*resposinve text align*/
@media (min-width: 1200px) {
  .lg-text-center {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-text-center {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-text-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
}

/*Block title*/
.block-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.block-title.block-title--border {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin: 0 0 12px 0;
}
.block-title--medium {
  font-size: 42px;
  margin-bottom: 15px;
}
.block-title--large {
  font-size: 55px;
  margin-bottom: 15px;
}
.block-title--extra-large {
  font-size: 60px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block-title--medium {
    font-size: 24px;
  }
  .block-title--large {
    font-size: 30px;
  }
  .block-title--extra-large {
    font-size: 48px;
  }
}
.headings-wide-spacing-enabled .block-title--large,
.headings-wide-spacing-enabled .block-title--extra-large {
  letter-spacing: 0.55em;
  text-transform: uppercase;
}
h4.title,
h2.title,
nav > h2,
.block-search > h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.headings-wide-spacing-enabled h2.title,
.headings-wide-spacing-enabled h4.title,
.headings-wide-spacing-enabled nav > h2,
.headings-wide-spacing-enabled .block-search > h2 {
  letter-spacing: 0.55em;
  text-transform: uppercase;
}
.hero__section h4.title,
.hero__section h2.title,
.hero__section nav > h2,
.hero__section .block-search > h2 {
  padding-bottom: 10px;
}
.hero-top.region--no-paddings + .hero .hero__section h4.title,
.hero-top.region--no-paddings + .hero .hero__section h2.title,
.hero-top.region--no-paddings + .hero .hero__section nav > h2,
.hero-top.region--no-paddings + .hero .hero__section .block-search > h2 {
  margin-top: 10px;
}

/* Sidebar Block title */
.sidebar__section h4.title,
.sidebar__section h2.title,
.sidebar__section nav > h2,
.sidebar__section .block-search > h2 {
  padding-left: 0px;
  position: relative;
  margin-bottom: 20px;
}
.sidebar__section h4.title:before,
.sidebar__section h2.title:before,
.sidebar__section nav > h2:before,
.sidebar__section .block-search > h2:before {
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: transparent;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.region--colored-background .sidebar__section h4.title:before,
.region--colored-background .sidebar__section h2.title:before,
.region--colored-background .sidebar__section nav > h2:before,
.region--colored-background .sidebar__section .block-search > h2:before {
  background-color: var(--mt-color-colored-contrast);
  background: var(--mt-color-colored-contrast);
}
.region--dark-colored-background .sidebar__section h4.title:before,
.region--dark-colored-background .sidebar__section h2.title:before,
.region--dark-colored-background .sidebar__section nav > h2:before,
.region--dark-colored-background .sidebar__section .block-search > h2:before {
  background-color: var(--mt-color-dark-colored-contrast);
  background: var(--mt-color-dark-colored-contrast);
}
.region--shade-background .sidebar__section h4.title:before,
.region--shade-background .sidebar__section h2.title:before,
.region--shade-background .sidebar__section nav > h2:before,
.region--shade-background .sidebar__section .block-search > h2:before {
  background-color: var(--mt-color-shade-contrast);
  background: var(--mt-color-shade-contrast);
}
.region--dark-background .sidebar__section h4.title:before,
.region--dark-background .sidebar__section h2.title:before,
.region--dark-background .sidebar__section nav > h2:before,
.region--dark-background .sidebar__section .block-search > h2:before {
  background-color: var(--mt-color-dark-contrast);
  background: var(--mt-color-dark-contrast);
}

/* block titles at full width regions */
.col-12 h2.title,
.col-12 nav > h2,
.col-12 .block-search > h2 {
  margin: 20px 0 30px;
  font-weight: 700;
  border-bottom: none;
  position: relative;
  text-transform: none;
  font-size: 30px;
  text-align: center;
}

.col-12 .content-bottom-highlighted__section h2.title,
.col-12 .content-bottom-highlighted__section nav > h2,
.col-12 .content-bottom-highlighted__section .block-search > h2 {
  margin-top: 0;
  text-align: center;
}
@media (max-width: 575px) {
  .col-12 h2.title,
  .col-12 nav > h2,
  .col-12 .block-search > h2 {
    font-size: 30px;
  }
}
.col-12 .sub-featured__section h2.title,
.col-12 .sub-featured__section nav > h2,
.col-12 .sub-featured__section .block-search > h2 {
  text-align: center;
}
.col-12 .footer__section h4.title,
.col-12 .footer__section h2.title,
.col-12 .footer__section nav > h2,
.col-12 .footer__section .block-search > h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-align: left;
}
/*slideout region*/
.slideout__section h2.title,
.slideout__section nav > h2,
.slideout__section .block-search > h2 {
  margin: 0 0 20px 0;
}

/*spacing*/
.bottom-spacing-small {
  padding-bottom: 25px;
}
.bottom-spacing-medium {
  padding-bottom: 50px;
}
.bottom-spacing-large {
  padding-bottom: 90px;
}
.top-spacing-small {
  padding-top: 25px;
}
.top-spacing-medium {
  padding-top: 50px;
}
.top-spacing-large {
  padding-top: 90px;
}

/*misc*/
.mt-no-opacity {
  opacity: 0;
}


.feature-item__title {
	font-size: 2rem;
}

.flex-active-slide .field--name-title {
	font-size: 2rem;
}

@media (max-width: 575px) {
	.feature-item__title {
		font-size: 1.6rem;
	}
	.region--tint-background h4 {
    	font-size: 1.8em;
    	line-height: 1.0;
    	padding-bottom: 20px;
	}
	p.large {
    font-size: 20px;
    line-height: 1.2;
    }
.flex-active-slide .field--name-title {
    font-size: 1.6rem;
    line-height: 1;
}
}

