/*====================================== reset.css is here ========================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:bold;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
.clear{clear:both; font-size:1px;line-height:1px; display:block; height:0;}
.clrflt{clear:both;}
.last	{margin:0 !important;}
.pad_last{padding:0 !important;}
.no_bg {background:none !important;}
header,nav,section,article,aside,footer,hgroup {display: block;}
/*
.fa,section, h1, li, img,div,dl,dt,dd,ol,li,a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    transition: width 1s ease-in-out, left 1.5s ease-in-out;
	transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
-ms-transition:All 1s ease;
}*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#000000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#000000 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color:#000000 !important;
}
/**************************************************************************************/

a {
    color: #7dab2c;
    text-decoration: none;
    outline: 0 none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a.button {
	font-family: 'Industry';
    font-size: 28px;
    color: #2c2c2c;
    text-transform:uppercase;
    line-height: 36px;
    padding: 14px 19px;
    background: #f3e600;
}
a.button:hover {
	background-color: #000;
	color: #fff;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
.clear {
    clear: both;
}
hr {
	border: 0;
	height: 1px;
	background: #eee;
	margin: 20px 0;
	clear: both;
}
/*----------------------------------------------------------------------------------*/

html {
    height: 100%;
}
body {
    height: 100%;
    min-height: 100%;
    color: #b1b1b1;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}
img.imgLeft{float:left;margin-right:30px;}
img.imgRight{float:right;margin-left:30px;}
.section{clear:both;margin: 60px 0;overflow: hidden;}
p.note{font-size:12px !important;font-style: italic;}

/* ---------------------------------------------------------------------------------*/


/* Layout */

.wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
header {
    margin: 0;
    padding: 0;
    background: #3b3b3b;
    height: 136px;
    position: relative;
}
.logo {
    float: left;
    padding: 17px 15px;
    margin: 0;
    box-shadow: inset -20px 0 42px -23px #080808;
    background: #2c2c2c;
}
.logo img {
	display: block;
}
nav {
    float: left;
    padding: 0;
    margin: 0;
}
nav ul {
    padding: 0;
    margin: 0 0 0 18px;
}
nav ul li {
    float: left;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
}
nav ul li a {
    font-family: 'futura-pt-bold', sans-serif;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 52px 20px;
    margin: 0;
    display: block;
    position: relative;
    transition: all ease-in-out 0.4s;
}
nav ul li a:hover {
    color: #f3e600;
    transition: all ease-in-out 0.4s;
}
#sub_menu.active {
    color: #f3e601;
    background: #000;
    padding-bottom: 6px;
}
#sub_menu.active:after {
    border-top-color: #f3e601;
}
nav ul li:nth-child(2):after {
    top: 74%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
nav ul li:nth-child(2):after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
nav ul li:hover nav ul li:nth-child(2):after {
    border-color: #f3e600;
    transition: all ease-in-out 0.4s;
}
nav ul ul {
    width: 250px;
    display: none;
    padding: 20px 0 5px 25px;
    margin: 0;
    background: #000;
    position: absolute;
    top: 137px;
    left: 0;
    z-index: 999999;
}














nav ul ul li {
    font-size: 18px;
}













li#sub_menu:hover > ul {
    display: block;
}
nav ul ul li {
    float: none;
    display: block;
    padding: 0;
    margin: 0 0 14px 0;
}
nav ul ul li a {
    font-family: 'Industry';
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    transition: all ease-in-out 0.4s;
}
nav ul ul li:nth-child(1),
nav ul ul li:nth-child(2),
nav ul ul li:nth-child(3),
nav ul ul li:nth-child(4) {
	height: 25px;
	margin: 0 0 14px 0;
	text-indent: 45px
}
nav ul ul li:nth-child(1) {
	background: url(/images/mfl-dfi-img.png) no-repeat left center;
	background-size: 30px;
}
nav ul ul li:nth-child(2) {
	background: url(/images/ddlCutout.png) no-repeat left center;
	background-size: 30px;
}
nav ul ul li:nth-child(3) {
	background: url(/media/images/dfi-dw-img.png) no-repeat left center;
	background-size: 30px;
}
nav ul ul li:nth-child(4) {
	background: url(/media/images/AGM/agm.png) no-repeat left center;
	background-size: 30px;
}
li#sub_menu:hover {
	background-color: #000;
	height: 87px;
	display: inline-block;
	width: auto;
}
li#sub_menu:hover a {
}
nav ul li:nth-child(2):hover:after {
	border-top-color: #f3e600;
}
nav ul ul li a span {
    float: left;
    display: inline-block;
    margin: 0 25px 0 0;
}
nav ul ul li a small {
    line-height: 78px;
}
nav ul ul li:nth-child(2):after {
    display: none;
}
nav ul ul li a::before,
nav ul ul li a::after {
    display: none;
}
nav ul li a::before {
    content: '';
    background-color: #f3e600;
    position: absolute;
    bottom: 48px;
    left: 0;
    width: 0;
    height: 2px;
    animation: hover-out .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
}
nav ul li a::after {
    content: '';
    background-color: #f3e600;
    position: absolute;
    top: 48px;
    right: 0;
    width: 0;
    height: 2px;
    animation: hover-out .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
}
nav ul li a:hover::before {
    width: 100%;
    animation: hover-in .6s cubic-bezier(.19, 1, .22, 1);
}
nav ul li a:hover::after {
    width: 100%;
    animation: hover-in .6s cubic-bezier(.19, 1, .22, 1);
}
.header_right {
	position: relative;
    width: 17.5%;
    float: right;
    padding: 0;
    margin: 0;
    height: 136px;
}
.header_right:before {
    content: " ";
    display: block;
    position: absolute;
    right: 100%;
    width: 88px;
    height: 100%;
    background: linear-gradient(to left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
}
.header_right a {
    font-family: 'futura-pt-bold', sans-serif;
    background: #f3e600;
    font-size: 20px;
    color: #000000;
    padding: 21px 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.header_right a span {
    background: url(../images/login-icon.png) no-repeat 0 3px;
    padding: 0 20px;
}
.search_block {
    background: #969696;
    padding: 0;
    position: relative;
}
.search_block input {
    width: 65%;
    background: #969696;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000000;
    font-style: italic;
    padding: 22px 0 23px 20px;
    outline: none;
    border: none;
}
.search_block a {
    background: url(../images/search-icon.png) no-repeat;
    position: absolute;
    right: 24px;
    top: 22px;
    width: 30px;
    height: 30px;
    padding: 0;
}
.top_carousel {
    padding: 30px 0 10px;
    margin: 0;
    position: relative;
}
.top_carousel .item {
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    transition: all ease-in-out 0.4s;
    transform: scale(1);
}
.top_carousel .item img {
    width: auto !important;
    margin: 0 auto;
    padding: 0;
    display: block;
    transition: all ease-in-out 0.4s;
    transform: scale(1);
}
.top_carousel .item h2 {
    font-family: 'Industry';
    font-size: 26px;
	line-height: 26px;
    color: #2c2c2c;
    text-align: center;
    position: relative;
    z-index: 2;
}
.top_carousel .item:hover img {
    transition: all ease-in-out 0.4s;
    transform: scale(1.05);
}
.top_carousel .owl-carousel .owl-nav .owl-next:after,
.top_carousel .owl-carousel .owl-nav .owl-prev:before {
    color: black;
    border-right: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
    content: '';
    position: absolute;
    top: 40%;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.top_carousel .owl-carousel .owl-nav .owl-next:after {
    right: 20px;
    transform: rotate(-45deg)
}
.top_carousel .owl-carousel .owl-nav .owl-prev:before {
    left: 20px;
    transform: rotate(135deg)
}
div#intro_rotator {
}
.intro_rotator_main {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.rotate_section {
    width: 50%;
    float: left;
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	overflow-x: hidden;
}
.rotate_section h2 {
    font-family: 'Industry';
    font-size: 103px;
    color: #010101;
    line-height: 86px;
    text-align: center;
    padding: 51px 0 5px;
}
.rotate_section p {
    font-family: 'Industry';
    font-size: 23px;
    color: #000000;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
}
.rotate_section p b {
    font-size: 29px;
    display: block;
}
.rotate_section img {
    margin: 0 auto;
    padding: 0;
    display: block;
}
.rotate_section a {
    font-family: 'Industry';
    font-size: 23px;
    color: #fff;
    line-height: 23px;
	top: 180px;
    right: auto;
    bottom: 135px;
    background: none;
    padding: 28px 0;
    width: 190px;
<!---
    position: absolute;
--->
}
.rotate_section .item-inline img, 
.rotate_section .item-wireless img, 
.rotate_section .item-data img {
	width: 90% !important;
	text-align: center;
	padding: 70px 0 0 0;
}
.rotate_section a:after {
    content: '';
    background: none;
    width: 110px;
    height: 79px;
    position: absolute;
    left: -100px;
    top: 0;
    z-index: -99999;
}
.rotate_section a:hover {
    background: none;
    color: #000000;
    transition: all ease-in-out 0.4s;
}
#sub_menu.active a {
    color: #fcec01;
    transition: all ease-in-out 0.4s;
}
#sub_menu.active ul li a {
    color: #fff;
}
#sub_menu.active ul li a:hover {
    color: #fcec01;
}
.rotate_section .owl-item {
    background: rgba(252, 236, 1, 0.28);
}
.rotate_section .owl-item .item {
    background-size: cover !important;    
    height: 100%;
}
.rotate_section .owl-item {	
    height: 100%;
}
.owl-dots {
	margin-top: -10px;
	position: relative;
}
.rotate_section .owl-carousel .owl-nav .owl-next:after,
.rotate_section .owl-carousel .owl-nav .owl-prev:before {
	color: black;
    border-right: 4px solid currentcolor;
    border-bottom: 4px solid currentcolor;
    content: '';
    position: absolute;
    top: 40%;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.rotate_section .owl-carousel .owl-nav .owl-next:after {
    right: 35px;
    transform: rotate(-45deg);
    display: none;
}
.rotate_section .owl-carousel .owl-nav .owl-prev:before {
    left: 35px;
    transform: rotate(135deg);
    display: none;
}
.rotate_section .owl-carousel {
	height: 100%;
}
.rotate_section .owl-carousel .owl-stage-outer {
	height: 100%;
}
.rotate_section .owl-carousel .owl-stage {
	height: 100%;
}
.intro_section {
    width: 50%;
    float: right;
    background: rgba(0, 0, 0, 0.82) url(../images/enduroGray.svg) no-repeat 112% 110%;
    background-size: 39%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	overflow-x: hidden;
}
.intro_section_in {
    padding: 74px 65px 87px 65px;
}
.intro_section_in h2 {
    font-family: 'Industry';
    font-size: 62px;
    color: #ffffff;
    line-height: 58px;
    padding: 0 0 26px 0;
    text-align: center;
    text-transform: uppercase;
}
.intro_section_in h2 strong {
    font-size: 80px;
    color: #f3e600;
    display: block;
}
.intro_section_in p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #bdbdbd;
    line-height: 33px;
    padding: 0 0 40px 27px;
	max-width: 758px;
	margin: 0 auto;
}
.intro_section_in a {
    font-family: 'Industry';
    font-size: 26px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    background: #000;
    padding: 26px 0;
    width: 330px;
    float: right;
    display: inline-block;
    transition: all ease-in-out 0.4s;
	margin-top: 20px;
}
.intro_section_in a:hover {
    background: #fcec01;
    color: #000000;
    transition: all ease-in-out 0.4s;
}
.rotate_section .owl-carousel .owl-dot {
    display: block !important;
    width: 33.3%;
    height: 10px;
    margin: 0;
    float: left;
    background: #2c2c2c;
}
.rotate_section .owl-carousel .owl-dot.active {
    background: #f3e600;
}
.news_featured_main {
    padding: 0;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news_events {
    width: 50%;
    float: left;
    background: #e0e0e0;
    flex-grow: 1;
    flex-basis: 50%;
    position: relative;
    padding-bottom: 38px;
}
.news_events_in {
    padding: 55px 100px 24px 47px;
}
.news_events_in h2 {
    font-family: 'Industry';
    font-size: 58px;
    color: #2c2c2c;
    line-height: 62px;
    text-align: center;
    padding: 0 0 31px 0;
}
.news_events_in ul {
    display: block;
    padding: 0;
    margin: 0;
}
.news_events_in ul li {
    display: block;
    padding: 0;
    margin: 0 0 28px 0;
}
.news_events_in ul li a {
    font-family: 'Industry';
    font-size: 23px;
    color: #010101;
    line-height: 23px;
    display: block;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.news_events_in ul li a span {
    font-size: 23px;
    color: #5a5a5a;
    display: block;
}
.news_events_in ul li p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #5a5a5a;
    display: block;
    line-height: 18px;
}
.news_events_in ul li p a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: lowercase;
    display: inline-block;
    font-weight: bold;
}
a.viewall_articles {
    width: 100%;
    font-family: 'Industry';
    font-size: 31px;
    color: #2c2c2c;
    line-height: 31px;
    padding: 21px 0 13px;
    background: #f3e600;
    text-align: center;
    position: absolute;
    bottom: 0;
    display: block;
}
a.viewall_articles:after {
    color: #212121;
    border-right: 3px solid currentcolor;
    border-bottom: 3px solid currentcolor;
    content: '';
    position: absolute;
    top: 33%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    right: 29%;
    transform: rotate(-45deg);
}
.featured_section {
    width: 50%;
    float: right;
    left;
    background: #ffffff;
    flex-grow: 1;
    flex-basis: 50%;
    position: relative;
    padding-bottom: 38px;
}
.featured_section_in {
    padding: 55px 53px 25px 67px;
}
.featured_section_in h2 {
    font-family: 'Industry';
    font-size: 58px;
    color: #2c2c2c;
    line-height: 62px;
    padding: 0 0 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.featured_section_in p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #2c2c2c;
    line-height: 20px;
    text-align: center;
    padding: 0 0 49px;
}
.featured_section_in ul {
    display: block;
    padding: 0;
    margin: 0;
}
.featured_section_in ul li {
    display: block;
    padding: 0;
    margin: 0 0 8px;
    border-bottom: solid 1px #f3e600;
    cursor: pointer;
}
.featured_section_in ul li span {
    width: 66px;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    color: #000;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    background: #f3e600;
    display: inline-block;
    padding: 6px 0;
    margin: 0;
}
.featured_section_in ul li strong {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #2c2c2c;
    display: inline-block;
    padding: 0 0 0 19px;
}
a.viewall_articles.browseresourse {
    background: #2c2c2c;
    color: #f3e600;
}
a.browseresourse:after {
    color: #f3e600;
    right: 20%;
}
.advanced_data_section {
    width: 100%;
    height: 531px;
    background: url(../images/advanceddata-bg.jpg) no-repeat;
    padding: 0;
    margin: 0;
    background-size: cover;
	background-position: right;
}
.advanced_data_section_in {
    padding: 85px 0 0 11%;
}
.advanced_data_section h2 {
    font-family: 'Industry';
    font-size: 65px;
    color: #ffffff;
    line-height: 87px;
    padding: 0 0 10px 0;
}
.advanced_data_section h2 span {
    font-size: 109px;
    color: #f3e600;
    line-height: 59px;
    display: block;
}
.advanced_data_section p {
    font-family: 'futura-pt-bold', sans-serif;
    font-size: 27px;
    color: #fff;
    line-height: 31px;
    padding: 0 0 26px 0;
}
.advanced_data_section a {
    width: 300px;
    font-family: 'Industry';
    font-size: 33px;
    color: #2c2c2c;
    line-height: 33px;
    padding: 24px 0;
    background: #f3e600;
    text-align: center;
    position: relative;
    display: block;
    margin: 0 0 0 7%;
    text-transform: uppercase;
}
.advanced_data_section a:hover {
    background: #2c2c2c;
    color: #ffffff;
    transition: all ease-in-out 0.4s;
}
.pageclass-inline-inspection section.content.full.generic {
    width: 80%;
    margin: 0 auto;
}
.inspection_section {
    width: 100%;
    height: 531px;
    background: url(../images/inspection-bg.jpg) no-repeat;
    position: relative;
}
.inpection_left {
	width: 40%;
    float: left;
}
.inpection_left img {
	width: 95%;
}
.inpection_right {
	width: 40%;
    float: left;
}
.inpection_right h2 {
    font-size: 109px;
    line-height: 109px;
}
.inpection_right p {
    padding: 0 0 10px;
}
.inpection_right a {
    margin: 0;
}


/* Table CSS */

.pageclass-inline-inspection .inspection-table {
	font-family: 'Industry';
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin: 50px 0 0 0;
}
.pageclass-inline-inspection .inspection-table-left {
	float: left;
	width: 50%;
	margin-right: 2%;
}
.pageclass-inline-inspection .inspection-table-right {
	float: left;
	width: 45%;
	margin-bottom: 30px;
}
.pageclass-inline-inspection .inspection-table-left img {
	width: 85%;
}
.pageclass-inline-inspection .inspection-table-right a.button {
	display: block;
	text-align: center;
	max-width: 190px;
	margin: 10px 0 0 0;
}
.pageclass-inline-inspection .inspection-table-right strong {
	font-weight: bold;
}


/* Table CSS */

.pageclass-inline-inspection table {
	margin: 0 0 100px 0;
	font-size: 18px;
	margin: 40px 0;
	line-height: 1.6;
	font-family: 'Industry';
	color: #000;
}
.pageclass-inline-inspection table td.table_left {
	width: 45%;
}
.pageclass-inline-inspection table td.table_right {
	width: 55%;
	padding: 0 0 50px 0;
}
.pageclass-inline-inspection table td img {
	width: 85%;
}
.pageclass-inline-inspection table td a.button {
	display: block;
	text-align: center;
	max-width: 190px;
	margin: 10px 0 0 0;
}
.pageclass-inline-inspection table td strong {
	font-weight: bold;
}


/* Section: Footer */

footer {
    background: #000;
    border-bottom: 8px solid #f3e600;
    padding: 64px 0 72px 0;
    margin: 0;
}
.footer_logo {
    float: left;
    width: 115px;
    margin: 0 0 0 60px;
}
.footer_logo img {
    margin: 10px 0 0 0;
}
.footer_links {
    float: left;
    width: 10%;
    padding: 10px 0 0 12px;
}
.footer_links:first-child {
	margin-left: 90px;
}
.footer_links li {
    margin: 0 0 12px 0;
}
.footer_links li a {
    font-family: 'futura-pt-bold', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #acacac;
    text-transform: capitalize;
    transition: 0.
}
.footer_links li a.active,
.footer_links li a:hover {
    color: #f3e600;
}
.contact {
    float: left;
    width: 532px;
    padding: 22px 0 0 40px;
}
.contact h6 {
    font-family: 'Industry';
    font-size: 36px;
    line-height: 50px;
    font-style: italic;
    color: #fff;
}
.contact h6 span {
    font-family: 'Industry';
    font-size: 36px;
    line-height: 40px;
    color: #f3e600;
    font-style: normal;
}
.contact ul {
    border: 4px solid #f3e600;
    display: inline-block;
}
.contact ul li {
    float: left;
    display: inline-block;
    border-right: 4px solid #f3e600;
    text-align: center;
    padding: 0;
}
.contact ul li:last-child {
    border: none;
}
.contact ul li a {
    width: 154px;
    font-family: 'Industry';
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    padding: 17px 0;
    display: block;
    transition: 0.4s all ease-in-out;
}
.contact ul li a:hover {
    background: #f3e600;
    color: #000;
}
.copy_right {
    width: 293px;
    float: right;
    padding: 20px 10px 0 0;
}
.copy_right p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #acacac;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.copy_right a:link, .copy_right a:visited {
	color: #acacac;
}
.copy_right a:hover {
	color: #f3e600;
}
.social_icons {
    padding: 0;
    margin: 0;
}
.social_icons li {
    width: 38px;
    height: 38px;
    float: left;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.social_icons li a {
    width: 100%;
    height: 100%;
    display: block;
}
.social_icons li a img {
    height: 100%;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}
.social_icons li:nth-child(1) {
    background: #63cdf1;
}
.social_icons li:nth-child(2) {
    background: #507cbe;
}
.social_icons li:nth-child(3) {
    background: #1e88c9;
}
.social_icons li:nth-child(4) {
    background: #5f6465;
}


/* Section: Popup-Modal */

.page-wrap.transform {
    transform: scale(0.8);
}
.page-wrap {
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
}
#workfor {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgba(17, 17, 17, 0.93);
    top: 0;
    left: -100%;
    font-family: 'futura-pt-bold', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    border: 20px solid rgb(243, 230, 4);
}

#workfor article {
    margin: 0 auto;
    max-width: 960px;
    max-height: 100%;
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    overflow: auto;
    box-sizing: border-box
}
#workfor article h1 {
    font-size: 60px
}
#workfor article p.intro {
    color: #fff;
    margin: 30px 0;
    padding: 0;
    font-weight: 700;
    border: 0;
    font-size: 24px;
    line-height: 1
}
#workfor article p {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
}
#workfor article h2 {
    font-size: 24px
}
#workfor article ul {
    font-size: 18px;
    list-style: none;
    margin: 0 0 30px;
	width: 80%;
    margin: 0 auto;
}
#workfor article ul li {
	color: #cccccc;
	font-size: 24px;
	border-bottom: 1px #484848 solid;
    padding-bottom: 5px;
}
#workfor article ul li:last-child {
	border-bottom: none;
}
#workfor article ul li a {
	float: right; 
	background: url(../images/icon-arrow.svg) no-repeat 0 0;
	display: block;
    width: 20px;
    height: 29px;
	background-position: bottom;
}
#workfor article ul li a.download {
	background: url(../images/icon-download.svg) no-repeat 0 0;
	background-position: bottom;
}
#workfor article a {
    font-weight: 700;
    color: #ffd21c
}
#closework_1, 
#closework_2, 
#closework_3, 
#closework_4, 
#closework_5 {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
    border: none;
    background: #f3e604;
    /*text-indent: 200%;*/
    color: black;
    outline: none;
    z-index: 100;
    cursor: pointer;
	font-size: 43px;
	padding: 0 0 12px 0px;
    text-align: center;
}


/* Section: Inner1 */

.inner1 {
    display: block;
}
.inner1_ban {
    display: block;
    position: relative;
}
.inner1_ban img {
    width: 100%;
    height: auto;
    display:block;
}
.inner1_ban h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}
.inner1_ban h1 span {
    padding: 0 20px;
    font-family: 'Industry';
    font-size: 62.75px;
    color: #f3e600;
    display: inline-block;
    height:75px;
    line-height: 83px;
    text-align: center;
    background: #000;
    text-transform: uppercase;
}
.inner1_clean {
    width: 1278px;
    margin: 0 auto;
    display: block;
    background: url(../images/inner1_shadow_bg.png) no-repeat 0 0;
    padding: 0 0 57px 0;
}
.inner1_clean_lft {
    display: block;
    float: left;
    padding: 0;
    width: 62%;
    margin: -18% 0 0 -190px;
    position: relative;
}
.dfl .inner1_clean_lft{
    width: 656px;
    margin: 100px 0 0 -140px;
}
.inner1_clean_lft img {
    width: 100%;
    height: auto;
}
.inner1_clean_rht {
    width: 52%;
    float: right;
    display: block;
    padding: 0;
}
.inner1_clean_rht_txt {
    width: 453px;
    float: left;
    display: block;
    padding: 64px 0 0;
    margin: 0 0 0 -43px;
}
.inner1_clean_rht_txt h4 {
    font-family: 'Industry';
    font-size: 60px;
    color: #030303;
    line-height: 64px;
    display: block;
    text-transform: uppercase;
}
.inner1_clean_rht_txt span {
    font-family: 'Industry';
    font-size: 27px;
    color: #030303;
    line-height: 27px;
    font-style: italic;
    display: inline-block;
    text-transform: uppercase;
    background: rgba(255, 242, 6, 0.58);
    padding: 6px;
    margin: -16px 0 9px 80px;
}
.inner1_clean_rht_txt p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #030303;
    display: block;
    padding: 0 0 48px;
}
.inner1_clean_rht_txt h5 {
    font-family: 'Industry';
    font-size: 45px;
    color: #030303;
    line-height: 48px;
    display: block;
    text-transform: uppercase;
    padding: 0 0 8px;
}
.inner1_clean_rht_txt ul {
    display: block;
}
.inner1_clean_rht_txt ul li,
.inner1.tracking #content ul li,
.analysis #content .wrap ul li,
.pageclass-dfl .content ul li, 
.pageclass-ddl #content ul.ddl-list li, 
.pageclass-tracking .content ul li,
.pageclass-analysis .content ul li, 
.pageclass-above-ground-marker-details ul li ul li, 
.pageclass-agm-quick-usage-guide ul li ul li, 
.pageclass-agm-ii-user-manual ul.xoxo ul li, 
.pageclass-overview-of-the-agm ul.xoxo ul li, 
.pageclass-the-agm-kit ul.xoxo ul li, 
.pageclass-top-face-overview ul.xoxo ul li, 
.pageclass-agm-technical-specifications ul.xoxo ul li, 
.pageclass-agm-comm-software ul.xoxo ul li, 
.pageclass-data-xplor-the-basics ul.xoxo ul li,
.pageclass-data-xplor-sharing-files-folders ul.xoxo ul li {
    font-family: 'Industry';
    font-size: 18px;
    color: #030303;
    line-height: 22px;
    display: block;
    padding: 6px 0 0 35px;
    background: url(../images/tick.png) no-repeat left 9px;
    margin: 0 0 9px 0;
    background-size: 5%;
}
.pageclass-tracking .content ul li, 
.agm article ul li {
	background-size: 3% !important;
}
.inner1.tracking #content ul li,
.analysis #content .wrap ul li {
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;}
.inner1_clean_rht_blck {
    width: 210px;
    display: block;
    padding: 0;
    position: relative;
    min-height: 557px;
    float: right;
    margin: -4px 0 0;
}
.inner1_clean_rht_blck_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#000, #000);
    transform: skewY(-11deg);
    transform-origin: top left;
}
.inner1_clean_rht_blck h4 {
    font-family: 'Industry';
    font-size: 30px;
    color: #f3e600;
    line-height: 34px;
    display: block;
    text-transform: uppercase;
    padding: 74px 0 17px;
    text-align: center;
    position: relative;
}
.inner1_clean_rht_blck ul {
    display: block;
    padding: 0px 10px;
    position: relative;
}
.inner1_clean_rht_blck ul li {
    display: block;
    padding: 0;
}
.inner1_clean_rht_blck ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 7px;
    color: #fff;
    display: block;
    padding: 8px 0 10px;
    margin: 0 0 10px;
    border-bottom: 3px solid #424242;
    background: url(../images/inner1_black_arow.png) no-repeat right center;
}
.inner1_clean_rht_blck ul li:last-child a {
    border: none;
}
.inner1_pigtrain {
    width: 1490px;
    margin: 0 auto 78px;
    display: block;
    background: url(../images/inner1_grey_box.png) no-repeat center center;
    display: block;
    padding: 90px 0 100px;
}
.inner1_pigtrain_lft {
    width: 43%;
    float: left;
    display: block;
    padding: 0 0 0 100px;
}
.inner1_pigtrain_lft h4 {
    font-family: 'Industry';
    font-size: 45px;
    color: #000;
    line-height: 48px;
    display: block;
    text-transform: uppercase;
    padding: 0 0 20px;
}
.inner1_pigtrain_lft p {
    font-family: 'Roboto';
    font-size: 18px;
    color: #030303;
    line-height: 24px;
    display: block;
    padding: 0;
}
.inner1_pigtrain_rht {
    width: 45%;
    float: right;
    display: block;
    padding: 30px 0;
    margin: 0;
}
.inner1_pigtrain_rht img {
    width: 100%;
    height: auto;
}
.inner1_pigtypes {
    width: 95%;
	max-width: 1600px;
    margin: 0 auto;
    display: block;
    padding: 0;
    border-top: 1px solid #c5c5c5;
}
.inner1_pigtypes h2 {
    font-family: 'Industry';
    font-size: 75px;
    color: #030303;
    line-height: 62px;
    display: block;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    background: #fff;
    margin: -43px auto 56px;
    width: 26%;
}
.inner1_pigtypes h2 span {
    font-size: 32px;
    line-height: 36px;
    display: block;
    color: #4a4a4a;
    font-style: italic;
}
.inner1_pigtypes_block {
    display: block;
}
.inner1_pigtypes_block_lft {
    width: 50%;
    float: left;
    display: block;
    margin: 0 0 31px;
}
.inner1_pigtypes_metal {
    width: 40%;
    float: left;
    display: block;
}
.inner1_pigtypes_metal img {
    width: 100%;
    height: auto;
}
.inner1_pigtypes_txt {
    width: 415px;
    float: left;
    display: block;
    background: url(../images/inner1_metal_bg.jpg) no-repeat top center;
    margin: 89px 0 0 32px;
    min-height: 277px;
}
.inner1_pigtypes_txt h6 {
    font-family: 'Industry';
    font-size: 44px;
    color: #f3e600;
    line-height: 32px;
    display: block;
    text-transform: uppercase;
    font-style: italic;
    padding: 14px 0 10px 28px;
    position: relative;
    background: #000;
}
.inner1_pigtypes_txt h6:after {
    right: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.inner1_pigtypes_txt h6:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #000;
    border-width: 28px;
}
.inner1_pigtypes_txt p {
    font-family: 'Roboto';
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    font-weight: 600;
    display: block;
    padding: 17px 10px 21px 28px;
}
.inner1_pigtypes_txt strong {
    font-family: 'Roboto';
    font-size: 16px;
    color: #ffffff;
    line-height: 21px;
    font-weight: 600;
    display: block;
    padding: 0 10px 0 61px;
    background: url(../images/inner1_icon1.png) no-repeat 27px 8px;
    margin: 0 0 21px;
}
.inner1_pigtypes_txt span {
    font-family: 'Roboto';
    font-size: 16px;
    color: #ffffff;
    line-height: 18px;
    font-weight: 600;
    display: block;
    padding: 4px 8% 30px 63px;
    background: url(../images/inner1_icon2.png) no-repeat 27px 4px;
    margin: 0 0 20px;
}
.inner1_pigtypes_duel {
    padding: 66px 10px 30px 11% !important;
}
.inner1_product_main {
    background: #2a2a2a;
}
.inner1_product {
    width: 95%;
    height: 260px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0;
    border-top: 1px solid #c5c5c5;
}
.inner1_product h2 {
    font-family: 'Industry';
    font-size: 74px;
    color: #f3e600;
    line-height: 98px;
    display: block;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    margin: 70px auto 10px;
    width: 58%;
}
.inner1_product h2 span {
    font-size: 72px;
    line-height: 36px;
    display: block;
    color: #fff;
    font-style: italic;
}
.products-list {
    width: 100%;
    padding: 0 0 50px 0;
}
.products-list .container {
    max-width: 1724px;
    margin: 0 auto;
    display: block;
}
.products-list-item {
    background: #fff;
    width: 23%;
    float: left;
    margin: 1% 1%;
    min-height: 558px;
    position: relative;
}
.products-list-item img {
    display: block;
    max-width: 100%;
    margin: 0 auto 38px auto;
}
.products-list-item-desc {
    padding: 40px 20px 40px 40px;
    display: block;
}
.products-list h4 {
    font-family: 'Industry';
    font-size: 31px;
    color: #000;
    line-height: 25px;
    display: block;
    text-transform: uppercase;
    padding: 0 0 8px 0;
}
.products-list h6 {
    font-family: 'Roboto';
    font-size: 18px;
    color: #000;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 19px 0;
}
.products-list ul {} .products-list ul li {
    margin-bottom: 15px;
}
.products-list ul li span {
    width: 21px;
    height: 7px;
    background: #f3e600;
    display: inline-block;
    vertical-align: middle;
}
.products-list ul li p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 42px);
    margin-left: 15px;
    font-family: 'Roboto';
    font-size: 18px;
    color: #000;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.products-list-item-foot {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.products-list-item-foot a {
    width: 50%;
    font-family: 'Industry';
    font-size: 17.16px;
    color: #000;
    display: block;
    text-transform: uppercase;
    float: left;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #f3e600;
}
.products-list-item-foot a:first-child {
    background: #5b5b5b;
    color: #fff;
    transition: all ease-in-out 0.4s;
}
.products-list-item-foot a:hover {
    background: #5b5b5b;
    color: #fff;
    transition: all ease-in-out 0.4s;
}
.products-list-item-foot a:first-child:hover {
    background: #f3e600;
    color: #fff;
    transition: all ease-in-out 0.4s;
}

#content{background: url(/images/grungeBG1.jpg) no-repeat center top;color:#000;font-family: 'Roboto';padding-bottom:60px;}
#content .wrap{overflow:hidden;max-width: 1300px;margin: 0 auto;}
.hasnav #content article{padding: 90px 0 0 0;float:left;width:calc(100% - 300px);overflow:hidden;}
#content .left{float:left;}
#content h2, 
#content h3 {
	color: #000;font-family: 'Industry';
	font-size: 47px;
	line-height: .9;
	margin: 20px 0 20px ;
}
#content h3{font-size:32px;}
.ddl #content h2{padding-top:30px;}
#prodlogo {
	width: 90%;
	margin: 0 auto 80px;
	display: block;
}
.dfl #mainphoto{width:562px;}
.dfl.ddl #mainphoto,.tracking #mainphoto{width:auto;max-width: 100%}
.dfl .left h2, .dfl .left ul {padding-left:40px;}
.dfl .left ul, .agm article ul{font-size: 20px;font-weight: 700;margin-bottom: 40px;overflow:hidden;}
.dfl .left ul li, .agm article ul li{
    padding: 6px 0 0 30px;
    background: url(../images/tick.png) no-repeat left 13px;
    margin: 0 0 9px 0;
}
#content p{font-size:18px;margin-bottom:40px;line-height: 1.6}
.dfl #content p:first-of-type{padding-top:40px;}


/* Section: Aside */

#content aside {
	float:right;
	width:211px;
	color:#fff;
	overflow: hidden;
	padding-bottom:100px;
}
aside ul li,
.pageclass-dfl .content aside ul li, 
.pageclass-cleaning .inner1_clean .inner1_clean_rht_blck ul li, 
.pageclass-tracking .content aside ul li, 
.pageclass-analysis .content ul li {
	background: none;
	padding: 0 10px 8px 7px;
}
.pageclass-cleaning .inner1_clean .inner1_clean_rht_blck ul li a, 
.pageclass-tracking .content aside ul li a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 10px;
	color: #fff;
	font-weight: 700;
	display: block;
	padding: 10px 10px 20px 0;
	margin: 0 0 2px;
	border-bottom: 1px solid #424242;
	background: url(../images/inner1_black_arow.png) no-repeat right 7px;
}
.pageclass-cleaning .inner1_clean .inner1_clean_rht_blck ul li a:hover {
	color: #f3e600;
}
#content aside h4 {
	text-align:center;
	font-family: 'Industry';
	font-size: 32px;
	color:#f3e600;
	padding: 80px 0 20px
}
#content aside h4, #content aside ul {
	background: #000;
}
#content aside ul {
	position: relative;
	padding: 0px 10px;
}
#content aside ul:after {
	content: '';
	position: relative;
	bottom:-20px;
	left:-40px;
	display: block;
	width: 200%;
	height: 50px;
	transform: rotate(-10deg);
	background:#000;
}
#content aside ul li a, 
.pageclass-dfl .content aside ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 10px;
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 10px 10px 20px 0;
    margin: 0 0 2px;
    border-bottom: 1px solid #424242;
    background: url(../images/inner1_black_arow.png) no-repeat right 7px;
}
#content aside ul li a:hover {
	color:#f3e600;
}


#dflside{
    background: #d7d7d7;
background: -moz-linear-gradient(top, #d7d7d7 0%, #ffffff 47%);
background: -webkit-linear-gradient(top, #d7d7d7 0%,#ffffff 47%);
background: linear-gradient(to bottom, #d7d7d7 0%,#ffffff 47%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#ffffff',GradientType=0 );
    padding: 70px 40px;
    text-align: center;
}
#dflside img{display: block;margin: 0 auto;max-width: 100%;}
.overview{text-align: center;background: #ccc;margin-bottom:-60px;padding: 60px 40px;overflow: hidden;}
#content .overview h3{font-size:68px;text-transform: uppercase;}
.overview img{max-width: 100%;margin-bottom:20px;background: #fff;padding: 10px;box-sizing:border-box;}
.overview .step{float:left;width:33.33333%;padding: 10px;box-sizing: border-box;}
.overview .step h4{padding: 10px;margin-bottom:20px;font-size:22px;line-height: 1;}

#inner_main nav.tracking-products{
	background: #000;
	position: relative;display: block;clear: both;
	margin: 0px auto 0px;width: 100%;float: none;
	overflow: visible;text-align: center;padding: 20px 0px
	}
#inner_main nav.tracking-products h3{
	text-align: center;
	font-family: 'Industry';
    font-size: 28px;
    color: #f3e600;padding: 0;line-height: 1.2;
    margin: 0px auto 15px!important;height: auto}
nav.tracking-products ul{position:relative;margin: 0px auto;display: block;clear: both;float: none;width: 100%;height: auto;text-align: center}
nav.tracking-products ul li{float: none!important;margin: 0px 10px;}
nav.tracking-products ul li a{padding:0px 12px}
nav.tracking-products ul li a:after{top:30px}
nav.tracking-products ul li a:before{bottom:30px}
nav.tracking-products ul li:nth-child(2):after{display: none;}

.tracking .content{
	background: url(/images/grungeBG1.jpg) no-repeat center top;
	color: #000;
	font-family: 'Roboto';
	padding-bottom: 60px;
}
.content .column.one-quarter {
	width: 25%;
	display: inline;
	float: left;
}
.content .column.three-quarters {
	width: 70%;
	display: inline;
	float: right;
	padding: 0px 20px;
}
.content .column.three-quarters ul {
	display: block;
	margin-bottom: 20px;
}
.pageclass-tracking .content blockquote {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 15px 10px;
	font-size: 22px;
	font-family: Georgia;
	font-style: italic;
	text-align: left;
	margin: 0px auto 20px;
}
.content.full.geophone#geophone{background: url(/images/cf-bg.jpg) no-repeat center top;padding: 60px 20px;}

.analysis #content .wrap{padding: 0px 20px;}

#content .section.fourbox{
	width: auto;
	display: inline-block;
	margin: 0px auto 20px;
	text-align: center;
}
#content .section.fourbox img{width:392px;height:300px;margin: 0px auto 10px;}
#content .section.fourbox article{margin: 0px auto;padding: 0px;float: none;width: auto;}
#content .section.fourbox article h3{margin:0px auto 20px;padding: 0px;}
#content .section.fourbox article p{margin: 0px auto 20px;padding: 0px;}
.analysis #content .sismulti img{max-width: 100%;height: auto;display: block;}
.analysis #content .sisintro img{max-width: 564px;height: auto;}
.analysis #content .sisintro p strong{font-weight: 700!important;}
.analysis #content .sismulti {
    margin-bottom: 30px;height:auto!important
}

#testimonials_home{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+0,2c2c2c+100 */
background: #131313; /* Old browsers */
background: -moz-linear-gradient(top,  #131313 0%, #2c2c2c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #131313 0%,#2c2c2c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #131313 0%,#2c2c2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-9 */
	position:relative;

	margin: 0px auto;
	padding: 60px 20px;
}
#testimonials_home h3{
	color: #fff;
	text-align:center;
	font-family: 'Industry';
	font-size: 35px;	
	line-height: 85px;
}
#testimonials_home a.view_all{ 
	color: #f3e600;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Roboto';
	text-align: center;
	margin-bottom: 20px;
	display: block;
	padding-right: 25px;width: auto;
	position: relative;
}
#testimonials_home a.view_all:hover{text-decoration: underline}
#testimonials_home a.view_all:after{
	content: '';
	position: absolute;
	background: url(/images/view-all-arrow.png) no-repeat center right;
	height: 12px;width: 12px;top:5px;margin-left: 5px;
}
#testimonials_home .testimony {
	margin-bottom: 40px;
}
#testimonials_home .testimony p {
	position: relative;
	display:block; 
	background:#f3e600 url(/images/testimony-home-bg.png) no-repeat top left;
	font-family: 'Roboto';
	text-align: center;
	font-size: 18px;
	color: #161616;
    margin-bottom:32px;
    padding: 35px;width:auto
}
#testimonials_home .testimony p:after {
	content: ''; 
	width: 0;
	 height: 0; 
	border-left: 20px solid transparent; 
	border-right: 20px solid transparent; 
	border-top: 20px solid #f3e600; 
	position: absolute;
	bottom: -16px;
    text-align: center;
    display: block;
    clear: both;
	left: 0%;
	right: 0%;
	z-index: 999;
	margin: 0px auto
}
#testimonials_home .testimony .quoter {
	position: relative;
	display: block;clear: both;
    text-align: center;color:#fff;
    font-family: 'Industry';
}
#testimonials_home .testimony .quoter h4 {
	font-size: 24px;
	color: #f3e600;
}
#testimonials_home .testimony .quoter h4 span {
    display: block;
    color:#f3e600;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
}


/* Section: Careers */

.pageclass-careers .content {
	min-height: 550px;
	padding: 20px 10%;
	font-size: 18px;
	color: #000;
	font-family: 'Roboto'
}
.pageclass-careers .content img {
	width: 50%;
	padding: 0 0 0 50px;
}
.pageclass-careers .content a:link,
.pageclass-careers .content a:visited {
	color: #444;
}
.pageclass-careers .content a:hover {
	color: #f3e600;
}
.pageclass-careers .content h2,
.pageclass-careers .content h3,
.pageclass-careers .content h4 {
    color: #000;
    font-family: 'Industry';
    line-height: .9;
    margin: 15px 0 20px 0;
}
.pageclass-careers .content h2 {
    font-size: 47px;
}
.pageclass-careers .content h3 {
	font-size: 32px;
	margin-top: 25px;
	border-bottom: 1px solid #ccc;
	width: 45%;
}
.pageclass-careers .content h4 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 5px;
}
.pageclass-careers .content div article ul li {
	list-style-type: circle;
	margin: 0 0 0 40px;
}
.pageclass-careers .content div article a.button {
	border: 1px solid #ccc;
	color: #666;
	background-color: #eee;
	display: block;
    text-align: center;
    width: 200px;
    margin: 20px 0 50px 0;
    padding: 0 0 0 0;
    font-size: 15px;
    line-height: 40px;
}
.pageclass-careers .content div article a.button:hover {
	border: 1px solid #f3e600;
	background-color: #f3e600;
	color: #fff;
}
.pageclass-careers .content .form {
	border-top: 4px solid #eee;
	padding: 0 0 60px 0;
}
#jobForm label {
	font-size: 14px;
	font-weight: bold;
}
#jobForm input[type=text],
#jobForm #yourMessage {
	width: 70%;
	display: block;
	padding: 10px;
	margin: 0 0 20px 0;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
#jobForm #yourMessage {
	width: 70%;
	height: 200px;
}
input#subBtn {
	background-color: #000;
	color: #f3e600;
	display: block;
    text-align: center;
    margin: 20px 0 50px 0;
    font-family: 'Industry';
    font-size: 28px;
    text-transform: uppercase;
    line-height: 36px;
    padding: 14px 19px;
    border: none;
}
input#subBtn:hover {
    background-color: #f3e600;
	color: #000;
    cursor: pointer;
}


/* Section: News */

.pageclass-news .content {
	min-height: 550px;
	padding: 20px 10%;
	font-size: 18px;
	color: #000;
	font-family: 'Roboto'
}
.pageclass-news .content a:hover {
	color: #f3e600;
}
.pageclass-news .content h3 {
    color: #000;
    font-family: 'Industry';
    line-height: .9;
    margin: 15px 0 20px 0;
}
.pageclass-news .content h3 {
	font-size: 26px;
	margin: 25px 0 10px;
}
.pageclass-news .content a:hover h3 {
	color: #f3e600;
}
.pageclass-news .content div article ul li {
	list-style-type: circle;
	margin: 0 0 40px 40px;
}
.pageclass-news .content div article a.button {
	display: block;
	width: 115px;
	text-align: center;
	font-size: 23px;
	padding: 5px 19px 2px;
	margin: 10px 0 0 0;
	text-transform: none;
}
.pageclass-news .content div article a.button:hover {
}


/* Section: Our Story */

.pageclass-our-story article {
	font-family: 'Roboto';
	min-height: 550px;
	padding: 20px 10%;
	font-size: 18px;
	color: #000;
	font-family: 'Roboto'
}
.pageclass-our-story article h3 {
	font-family: 'Industry';
	font-size: 42px;
	margin-bottom: 20px;
}
.pageclass-our-story article img {
	width: 50%;
	padding: 0 0 0 50px;
}
.pageclass-our-story a:link,
.pageclass-our-story a:visited {
	color: #444;
}
.pageclass-our-story a:hover {
	color: #f3e600;
}
.pageclass-our-story article {
	margin-bottom: 50px;
}


/* Section: DdL */

.pageclass-ddl img#mainphoto {
	max-width: 37%;
	margin-bottom: 90px;
}
.pageclass-ddl article {
	margin-left: 30px;
}
.section.agm {
	margin-top: 0px;
}
.section.agm h3 {
	margin-top:60px;
}
.pageclass-ddl img.ddl-dw {
	width: 30% !important;
	height: 30% !important;
}
.pageclass-ddl #content ul.ddl-list {
	width: 50%;
	float: left;
}
.pageclass-ddl #content ul.ddl-list li {
	background-size: 3%;
}
.pageclass-ddl .downloadwide {
	clear: both;
}


/* Section: Dfl */

.pageclass-dfl .content .left {
	padding: 0 0 100px 50px;
}
.pageclass-dfl .content .left img {
	max-width: 320px;
	padding: 0 40px 40px 40px;
}
.pageclass-dfl .content .left h2 {
	font-size: 35px !important;
}
.pageclass-dfl a.button {
	font-family: 'Industry';
    font-size: 16px;
    color: #2c2c2c;
    text-transform:uppercase;
    line-height: 28px;
    padding: 14px 19px 8px 19px;
    background: #f3e600;
    margin: 60px 0 0 0;
    display: block;
}
.pageclass-dfl a.button:hover {
	background-color: black;
	color: #fff;
}


/* Section: AGM */

.pageclass-agm article {
	margin-left: 30px;
}
.section.agm img {
	width: 22%;
}


/* Section: Tracking */

.pageclass-tracking img#mainphoto {
	max-width: 80%;
	margin-bottom: 90px;
}
.pageclass-tracking article {
	margin-left: 30px;
}
.pageclass-tracking #prodlogo {
	width: 70%;
}
.pageclass-tracking #popper .one-quarter {
	text-align: center;
}
.pageclass-tracking .column.one-quarter {
	width: 15%;
	float: left;
}
.pageclass-tracking .column.one-half {
	width: 50%;
	float: left;
}
.pageclass-tracking .column.one-third {
	width: 32%;
	float: left;
}
.pageclass-tracking .column.two-third {
	width: 50%;
	float: left;
	margin: 0 0 0 30px;
	font-family: 'Roboto';
	font-size: 16px;
	color: #fff;
}
.pageclass-tracking .column.one-third img {
	width: 100%;
}
.pageclass-tracking .column.two-third h2 {
	font-family: 'Industry';
	font-size: 52px;
	line-height: 48px;
	color: #fff;
	margin: 0 0 20px 0;
}
.pageclass-tracking > ul.one-half {
	color: #fff;
}
.content.full.geophone#geophone .one-half h4 {
	font-family: 'Industry';
	font-size: 23px;
	color: #fff;
	margin: 0 0 5px 0;
}
.content.full.geophone#geophone .one-half {
	margin: 20px 0 0 15px;
	width: 45%;
	float: left;
}
.content.full.geophone#geophone ul li {
    font-family: 'Industry';
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    display: block;
    text-transform: none;
    padding: 6px 0 0 26px;
    background: url(../images/tick-yellow.png) no-repeat left 8px;
    margin: 0 0 9px 0;
    background-size: 5%;
}
.content.full.transmitter#transmitter {
	width: 90%;
	margin: 0 auto;
}
.content.full.transmitter#transmitter .wrap {
}
.content.full.transmitter#transmitter .wrap .one-third {
	width: 32%;
	float: left;
}
.content.full.transmitter#transmitter .wrap .two-third {
	width: 50%;
	float: left;
	margin: 0 0 0 30px;
	font-family: 'Roboto';
	font-size: 16px;
}
.content.full.transmitter#transmitter #prodlogo {
	margin: 20px 0 0 0;
	width: 100%;
	float: left;
}
.content.full.transmitter#transmitter h3 {
	font-family: 'Industry';
	font-size: 39px;
	line-height: 40px;
	color: #000;
	margin: 40px 0 0 0;
	text-align: left !important;
}
.one-third.tracking-left {
	font-family: 'Industry';
	font-size: 26px;
	color: #000;
}
.one-third.tracking-left p {
	margin: 0 0 20px 0;
	font-weight: normal;
	font-style: italic;
}
.one-third.tracking-left a.tel:link, 
.one-third.tracking-left a.tel:visited {
	color: #7dab2c;
}
.one-third.tracking-left a.tel:hover {
	text-decoration: underline;
}


/* Section: Analysis */

.pageclass-analysis article {
	margin-left: 30px;
}
.pageclass-analysis article .sisintro img {
	max-width: 40%;
	padding: 0 40px 40px 40px;
}
.pageclass-analysis article .sismulti img {
	max-width: 400px;
	padding: 0 40px 100px 40px;
}


/* Section: Contact */

.contact_wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 0 22px 0;
}
.contact_wrap_inner {
	padding: 0 0 0 22px;
    color: #000;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
    font-family: 'Industry';
}
.contact_wrap_inner a:hover {
	color: #f3e600;
}
.contact_box {
	background-color: #000;
	width: 95.5%;
	padding: 22px;
	margin: 0 auto 60px auto;
	display: inline-block;
}
.contact_box h2, 
.contact_box_h2 {
	background-color: #f3e600;
	padding: 0 20px;
	margin: 0 0 0 0;
    font-family: 'Industry';
    font-size: 44px;
    color: #000;
    display: block;
    line-height: 83px;
}
.contact_box_h3, 
.contact_box_h4 {
    font-size: 32px;
	padding: 10px 40px 0 0;
    font-family: 'Industry';
    color: #000;
    display: block;
}
.contact_box_h4 {
    font-size: 22px;
    margin: 0 0 20px 0;
}
.contact_box div {
	display: block;
	width: 100%;
}
.contact_box div a:link,
.contact_box div a:visited {
	color: #fff;
}
.contact_box div a:hover {
	color: #f3e600;
}
.contact_box div img {
	display: block;
	margin: 0 auto;
	height: 75px;
}
.contact_box .contact_1, 
.contact_box .contact_2,
.contact_box .contact_3 {
	width: 33%;
	text-align: center;
	float: left;
	display: inline-block;
	color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
    font-family: 'Industry';
}
.contact_wrap_form {
	background-color: #444;
	width: 93.5%;
	padding: 32px;
	margin: 0 auto 60px auto;
	display: inline-block;
	color: #fff;
    margin-bottom: 0;
    font-family: 'Industry';
    font-weight: normal;
    font-style: italic;
}
.contact_wrap_form label {
    font-size: 20px;
	display: block;
}
.contact_wrap_form input[type=text],
.contact_wrap_form input[type=email], 
.contact_wrap_form input[type=tel], 
.contact_wrap_form #message {
	width: 98.5%;
	display: block;
	padding: 10px;
	margin: 0 0 20px 0;
	font-size: 18px;
	border-radius: 3px;
	border: none;
	background-color: #666;
	color: #fff;
}
.contact_wrap_form #message {
	width: 98.5%;
	height: 200px;
}
.contact_wrap_form input[type=text]:focus,
.contact_wrap_form input[type=email]:focus, 
.contact_wrap_form input[type=tel]:focus, 
.contact_wrap_form #message:focus {
	background-color: #fff;
	color: #444;
}
input.formButton {
    background-color: #f3e600;
	color: #000;
	display: block;
    text-align: center;
    margin: 20px 90px 50px 0;
    font-family: 'Industry';
    font-size: 28px;
    text-transform: uppercase;
    line-height: 36px;
    padding: 14px 19px;
    border: none;
}
input.formButton:hover {
	background-color: #000;
	color: #f3e600;
    cursor: pointer;
}
.contact_wrap_form h2 {
	margin-bottom: 20px;
}
select#select_subject {
	margin: 5px 0 22px 0;
	width: auto;
	padding: 5px 35px 5px 5px;
	font-size: 16px;
	border: none;
	height: 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/media/files/select-arrow-icon.png) 95% / 10% no-repeat #666;
	color: #fff;
}
select#select_subject:focus {
	background-color: #fff;
	color: #444;
}
select::-ms-expand { 
	display: none; /* remove default arrow in IE 10 and 11 */
}
/* target Internet Explorer 9 to remove the custom arrow */
@media screen and (min-width:0\0) {
	select {
		background:none\9;
		padding: 5px\9;
	}
}


/* Section: Store */

.store_wrap {
	width: 100%;
	min-height: 400px;
	text-align: center;
}
.store_wrap h2 {
	background-color: #f3e600;
	padding: 0 20px;
	margin: 0 0 0 0;
    font-family: 'Industry';
    font-size: 44px;
    color: #000;
    display: block;
    line-height: 83px;
}


/* Section: Resources */

.resourcebox {
	column-count: 3;
	column-gap: 0;

	margin: 22px 0 40px 0;
}
.resourcebox_panel {
	break-inside: avoid;
	padding: 5px;
	background-color: #000;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.resourcebox_panel_content {
	padding: 10px;
	border-radius: 10px;
}
.resourcebox h2 {
	background-color: #f3e600;
	padding: 10px;
	margin: 0 0 0 0;
    font-family: 'Industry';
    font-size: 19px;
    color: #000;
    display: block;
}
.resourcebox a:link, 
.resourcebox a:visited {
	color: #fff;
}
.resourcebox a:hover {
	color: #f3e600;
}
.resourcebox ul li {
	color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-family: 'Industry';
}
.resourcebox ul {
	margin: 20px 0 5px 20px;
}
.resourcebox ul li.resources_link {
	background: url(/images/icon-arrow.svg) no-repeat left 2px;
	background-size: 21px;
	padding: 0 0 0 38px;
}
.resourcebox ul li.resources_file {
	background: url(/images/icon-download.svg) no-repeat left center;
	background-size: 19px;
	padding: 0 0 0 38px;
}


/* Section: Resources / Pages */

#post-entry-fullwidth {
	width: 90%;
	margin: 40px auto;
	color: #000;
	font-family: 'Roboto';
	font-size: 15px;
	line-height: 20px;
}
#post-entry-fullwidth .one_half {
	width: 47%;
	float: left;
	margin: 0 15px;
}
#post-entry-fullwidth .one_third {
	width: 30%;
	float: left;
	margin: 0 20px;
}
#post-entry-fullwidth .two_third {
	width: 60%;
	float: left;
	margin: 0 20px;
}
#post-entry-fullwidth p {
	margin: 0 0 12px 0;
}
.pageclass-a-prescription-for-maintenance h3, 
#post-entry-fullwidth h3, 
#right-col h4, 
#left-col .post-entry h4 {
	font-family: 'Industry';
	font-size: 30px;
	margin: 0 0 20px 0;
	color: #000;
	margin: 30px 0 20px 0;
}
#right-col h4 {
	font-size: 24px;
}
#post-entry-fullwidth strong {
	font-weight: bold;
	font-size: 16px;
}
#post-entry-fullwidth ul {
    margin: 10px 0 0 0;
}
#post-entry-fullwidth ul li {
    margin: 0 0 12px 20px;
    list-style: disc;
}
.custom-list {
	margin: 0 20px 0 0;
}
span.pullleft {
	width: 43%;
	float: left;
	font-size: 15px;
	margin: 10px 30px 10px 2px;
	padding: 0;
	border-right: 2px solid #ebebeb;
}
span.pullleft img {
	float: left;
	margin: 0 20px 0 0;
}
#post-entry-fullwidth img {
	margin: 0 30px 30px 0;
}
span.pullleft img {
	margin: 0 30px 5px 0 !important;
}
#post-entry-fullwidth img.aligncenter, 
#left-col img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
img.alignleft {
	display: inline;
	float: left;
	margin-right: 22px;
	margin-top: 9px;
}
img.alignnone,
.alignnone {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
	margin-bottom: 12px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 22px;
	margin-top: 8px;
}
section.content.full.generic #left-col {
	width: 68%;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	z-index: 1;
}
#content #right-col {
	width: 28%;
	padding: 3px;
	float: left;
	z-index: 1;
}
.pageclass-above-ground-marker-details #content, 
.pageclass-agm-quick-usage-guide #content, 
.pageclass-agm-ii-user-manual #content,
.pageclass-overview-of-the-agm #content, 
.pageclass-the-agm-kit #content, 
.pageclass-top-face-overview #content, 
.pageclass-agm-technical-specifications #content, 
.pageclass-agm-comm-software #content, 
.pageclass-data-xplor-the-basics #content, 
.pageclass-data-xplor-sharing-files-folders #content {
	background: none;
	width: 92%;
	margin: 40px auto;
	padding: 0;
}
.pageclass-agm-technical-specifications #left-col ul li, 
.pageclass-agm-comm-software #left-col ul li,
.pageclass-data-xplor-the-basics #left-col ul li,
.pageclass-data-xplor-sharing-files-folders #left-col ul li  {
	font-size: 16px;
	list-style-type: circle;
	margin: 0 0 0 40px;
}
.pageclass-agm-comm-software #left-col strong {
	font-weight: bold;
}


/* Section: Search Results */

.pageclass-search-results article {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 18px;
	color: #000;
}
.pageclass-search-results article h3 {
	font-family: 'Industry';
	font-size: 32px;
	font-weight: 300;
	margin: 0 0 30px;
	line-height: 40px;
}
.pageclass-search-results article ul li {
	margin: 0 0 18px 20px;
	list-style: disc;
}
.pageclass-search-results article ul li a {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
}
.pageclass-search-results article ul li a:link,
.pageclass-search-results article ul li a:visited {
	color: #444;
}
.pageclass-search-results article ul li a:hover {
	color: #f3e600;
	text-decoration: underline;
}
.searchlist strong {
    color: #f3e600;
    font-weight: bold;
    font-style: italic;
}


/* Section: Resources / Flow Rate Chart */

.pageclass-flow-rate-chart .content {
	width: 76%;
	margin: 50px auto;
	font-family: 'Roboto';
	font-weight: normal;
	font-size: 14px;
	color: #000;
}
.pageclass-flow-rate-chart .content h3 {
	color: #000;
	font-family: 'Industry';
	margin: 0 0 20px 0;
}
.pageclass-flow-rate-chart .content a:link,
.pageclass-flow-rate-chart .content a:visited {
}
.pageclass-flow-rate-chart .content a:hover {
    color: #f3e600;
    text-decoration: underline;
}
.pageclass-flow-rate-chart .content table {
	margin: 0 20px 20px 0;
	border: 1px solid #ccc;
	font-weight: 100 !important;
}
.pageclass-flow-rate-chart .one_half {
	width: auto;
	float: left;
}
.pageclass-flow-rate-chart .content table td {
	border: 1px solid #ddd;
	text-align: center;
	padding: 5px;
}
.pageclass-flow-rate-chart .content table td input {
	padding: 5px;
}
.pageclass-flow-rate-chart .content strong {
	font-weight: bold;
}


/* Section: Resources / Flow Rate Calc / Trap Dimensions Calc */

.pageclass-flow-rate-calculator .content, 
.pageclass-trap-dimensions-calculator .content {
	width: 50%;
	margin: 50px auto;
	font-family: 'Roboto';
	font-weight: normal;
	font-size: 14px;
	color: #000;
}
.pageclass-flow-rate-calculator .content table, 
.pageclass-trap-dimensions-calculator .content table {
	margin: 0 20px 20px 0;
	border: 1px solid #ccc;
	font-weight: 100 !important;
}
.pageclass-flow-rate-calculator .one_half, 
.pageclass-trap-dimensions-calculator .one_half {
	width: auto;
	float: left;
}
.pageclass-flow-rate-calculator .content table td, 
.pageclass-trap-dimensions-calculator .content table td  {
	padding: 5px;
}
.pageclass-flow-rate-calculator .content table td input, 
.pageclass-trap-dimensions-calculator .content table td input {
	padding: 5px;
}
.pageclass-flow-rate-calculator .content strong, 
.pageclass-trap-dimensions-calculator .content strong  {
	font-weight: bold;
}




