/*
 * HTML5 Boilerplate
 *
 * 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,
button,
input,
select,
textarea {
    color: #222;
}

body 
{    
    line-height: 1.4;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 11pt;
    color: #fff;
    font-weight: 100;
    background-color: #fff;
}

.miningBody
{
    background-image: url('../img/miningServicesHeader.jpg');
    background-repeat:no-repeat;
    background-color: #fafafa;
}

.transportBody
{
    background-image: url('../img/transportServicesHeader.jpg');
    background-repeat:no-repeat;
 
}

.tefStepsBody
{
    background-image: url('../img/tefStepsHeaderImage2.jpg');
    background-repeat:no-repeat;
}

.tefLitesBody
{
    background-image: url('../img/tefLitesHeaderImage2.jpg');
    background-repeat:no-repeat;
}

.tefTrailersBody
{
    background-image: url('../img/tefTrailersHeaderImage.jpg');
    background-repeat:no-repeat;   
}

.aboutUsBody
{
    background-image: url('../img/aboutUsHeaderImage.jpg');
    background-repeat:no-repeat;
    background-color: #fafafa;    
}

.contactBody
{
    background-image: url('../img/contactUsHeaderImage.jpg');
    background-repeat:no-repeat;
    background-color: #fafafa;   
}

.electricalBody
{
    
    background: url('../img/electricalBG3.jpg') no-repeat center center fixed;
    /*min-height: 100%;*/
    /*min-height: 100%;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-repeat: no-repeat;*/
    /*overflow: visible;*/

}

.embSysBody
{
    
    background: url('../img/embSysBG2.jpg') no-repeat center center fixed;
    /*min-height: 100%;*/
    /*min-height: 100%;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-repeat: no-repeat;*/
    /*overflow: visible;*/

}

#form
{
    color: #000;
}

.bodyTextPad
{
    padding: 0px 50px 20px 50px;
}

.pad10LR
{
    padding-left: 10px;
    padding-right: 10px;
}

.pad100LR
{
    padding-left: 100px;
    padding-right: 100px;
}

.articleNoPad h2
{
    font-size: 18px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * 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 #e6e5e5;
    margin: 1em 0;
    padding: 0;
    background-color: #fff;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

h1
{
    font-family: 'Open Sans', sans-serif;

    color: #333;
   
    margin: 0px;
}

h2
{
    font-family: 'Open Sans', sans-serif;
    color: #9a9696;
    font-size: 22px;
    font-weight: 100;
    margin: 0px;
    padding: 0px;
}

p
{
    font-family: 'Open Sans', 'sans-serif';
    font-size: 11pt;
    color: #666;
    font-weight: 100;
}
.container
{
    position: relative;
    width: 960px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #f1f2f2;
    /*box-shadow: 0px 0px 3px 1px #959494;*/
}

.headerContainer
{
    position: relative;
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
    overflow: visible;
}

nav
{
    position: relative;
    height: 60px;
    text-align: center;
/*
    background-color: #fff;
*/
/*
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
*/
/*    opacity: 0.9;*/

/*  -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 2px 4px -1px #747373;*/
    z-index: 101;
}

.menu ul li:hover > ul
{
    display: block;
}

nav img
{
    position: relative;
    float: left;
    padding-top: 10px;
    
}

.menu>ul
{
    margin: 0;
}

.menu ul
{
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    font-weight: 400;
}

.menu>ul>li
{
    float: left;
}

.menu>ul>li>a
{
    display: block;
    height: 37px;
    padding-top: 23px;
    padding-left: 10px;
    padding-right: 10px;
}

.menu ul ul
{
    display: none;
    position: absolute;
    margin: 0px;
    padding: 10px;
    
    text-align: left;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-radius: 0px 0px 3px 3px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    z-index: 99;
}

.menu ul ul li a
{
    color: #666;
    font-size: 8pt;
}

.menu ul ul li a:hover
{
    color: #000;
    background-color: #fff;
}

.menu ul a:hover
{
    color: #fff;
    background-color: #F16521;
}

.menu ul ul li a:hover .menu ul li a
{
    color: #fff;
    background-color: #f7941e;
}

.menu ul li a:active
{
    color: #000;
}

.menu ul ul li
{
    float: none;
    padding-bottom: 7px;
}

.mapBG
{
    position: relative;
    width: 780px;
    height: 350px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0, .5);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0, .5);
	box-shadow: 0px 0px 5px rgba(0,0,0, .5);
}

.menu
{
    float: left;
    display: block;
    overflow: visible;
    /*text-shadow: 1px 1px 1px #000;*/
}

.tefStepsNav
{
    width: 182px; 
    margin: 0px auto; 
    padding-bottom: 0px; 
    padding-top: 20px;
    padding-top: 20px;
}

.menu a
{
    text-decoration: none;
}

nav a:link {color: #fff;}
nav a:hover{color: #fff;}
nav a:active{color: #fff;}
nav a:visited{color: #fff;}

.mainBody
{
    height: 900px;
    position: relative;
}

.sectionHeaderImg
{
    position: relative;
    top: -35px;
    left: 0;
    width: 960px;
    margin: 0px auto;
    text-align: center;
}

.frontPageText
{
    clear: both;
    position: relative;
    /*font-family: 'Roboto Slab', sans-serif;*/
    font-weight: 100;
    font-size: 32pt;
    color: #fff;
    top: 130px;
/*    left: 50px;*/
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    padding: 10px;
    z-index: 200;

    background-color: rgba(0, 0, 0, 0.4);

    /*border: solid 1px rgba(255, 255, 255, 1);*/
}

.mainHeader
{
    position: relative;
    min-height: 605px;
    background-image: url('../img/coalloadersmall.jpg');
}

.miningProdHeader
{
    position: relative;
    min-height: 542px;
    background-repeat: no-repeat;
    background-image: url('../img/manufacturingsmall.jpg');
}

.tefLitesHeader
{
    position: relative;
    min-height: 600px;
    background-repeat: no-repeat;
    background-image: url('../img/tefLitesHeader.jpg');
}

.tefStepsHeaderLogo
{
    margin: 0px auto;
}

h3
{
    font-family: 'Open Sans', sans-serif;
    color: rgb(234, 128, 23);
    font-weight: 300;
    font-size: 22px;
}

.topNavBG
{
    position: fixed;
    top: 37px;
    margin-left: 235px;
    /*left: 50%;*/
    height: 46px;
    width: 680px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px 5px 5px 5px;
}

.logoImg
{
    position: fixed;
    top: 23px;
    margin-left: 20px;
}

.logoTxt
{
    position: relative;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    text-shadow: 1px 1px 2px #000;
    left: 23px;
    top: 90px;
}

.topNav
{
    padding-top: 10px;
    position: fixed;
    margin-left: 320px;
    color: white;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
}

.tefStepsSubNav
{
    float: left;
    text-align: center;
    padding: 7px 10px 7px 10px;
    /*font-family: 'Lato', sans-serif;*/
    color: #fff;
    border: solid 1px #fff;
    background-color: #fbaf3f;
    border-bottom: none;
        
    
    font-weight: 100;
    font-size: 15px;
    margin-left: 1px;
    
}

.tefStepsSubNav:hover
{
    cursor: pointer;
}

.tefStepsSubNav a
{
    cursor: pointer;
}

#tefStepsProductFeatures
{
    display: none;         
}

.centredFlow
{
    position: relative;
    padding: 0px;
    text-align: center;
    margin: 0px auto;
/*
    background-color: #fff;
*/
}

.centredFlow h1
{
    
    font-weight: 100;
    font-size: 28pt;
    /*color: #333;*/
    color: #000;
    margin: 0px;
    padding-top: 15px;
}

.centredFlow h2
{
    font-family: 'Open Sans', sans-serif;
    color: #7D7D7D;
    font-size: 28px;
    font-weight: 100;
    margin: 0px;
    padding: 0px;
}

.centredFlow p
{
    font-family: 'Open Sans', 'sans-serif';
    font-size: 11pt;
    color: #363636;
    font-weight: 300;    
}

.centredFlow>img
{
/*
    margin-left: 15px;
    margin-right: 15px;*/
    margin-top: 5px;

}

.centre
{
    display: table;
    margin: auto;
}

.thumbGroup
{
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 35px;
}

.thumbGroup_prod
{
    width: 960px;
    overflow: hidden;
    background-color: #fff;
    /*box-shadow: 0px 0px 2px 1px #959595;*/
}

.thumbnail
{
    position: relative;
    /*padding: 2px;*/
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 20px;
    margin-left: 20px;
    float: left;
    width: 212px;
    height: 212px;
    cursor: pointer;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .3);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0, .3);
	box-shadow: 0px 1px 1px rgba(0,0,0, .3);
    border-radius: 2px;
    text-align: center;

    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    font-weight: 400;
    line-height: 120%;
    color: #333;
}

.thumbnail span
{
    display: block;
/*    background-color: #fafafa;*/
    color: #333;
    padding: 20px 0px 10px 0px;
    font-family: 'Lato';
    font-weight: 300;
}

.thumbRow2
{
    margin-top: 35px;
}

.thumbnail img
{
    padding-top: 10px;
}

.thumbnail:hover
{
    color: #f7941e;
}

.thumbText
{
    /*display: none;*/
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    position: absolute;
    height: 40px;
    width: 318px;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0px;
    color: #fff;
    padding-top: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    /*text-shadow: 1px 1px 1px #000;*/
    text-align: center;
}

.bannerText
{
    position: absolute;
    text-align: center;
    top: 90px;
    right: 30px;
    padding: 5px;
    color: #fff;
    font-size: 28pt;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    line-height: 120%;
    text-shadow: 1px 1px 2px #000;
    border-bottom: solid 1px rgba(255,255,255,0.2);
}

.topNav a
{
    padding: 8px;
    text-decoration:none;
}

.floatRight
{
    float: right;
}

.floatLeft
{
    float: left;
}

.content
{
    text-align: left;
    /*padding-left: 40px;
    padding-right: 40px;*/
    padding-bottom: 10px;
    padding-top: 0px;
    color: #666;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    overflow: hidden;
}

.content h1
{
    text-align: center;
    margin: 0;
    color: #4a4949;
    font-family: 'Lato', 'sans-serif';
    /*font-family: 'Ek Mukta', sans-serif;*/
    font-weight: 300;
    font-size: 24pt;
}

.content h2
{
    text-align: center;
    margin: 0;
    color: rgb(234, 128, 23);
    font-family: 'Lato', 'sans-serif';
    font-weight: 300;
    font-size: 16pt;
}

.absPos
{
    position: relative;
    padding: 6% 70px 40px 10px;
    color: #666;
    width: 498px;
    float: right;
    font-weight: 300;
    font-size: 11pt;
}

.absPos:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}

.tefLitesArticleText h1
{
    text-align: left;
    padding-top: 30px;
}
.article:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}

.tefStepsArticleText h2
{
    text-align: left;
}

.articleNoPad img
{
    float: left;
}

.tefLitesArticleText a
{
    color: #fff;
}
.articleNoPad
{
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 15px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #dddbdb;
    width: 960px;
    /*box-shadow: 1px 0px 3px 2px #959494;*/
}

.greenText
{
    color: #49a657;
    font-weight: 400;
}

/* Non-main menu link styles */
.articleNoPad a
{ 
    text-decoration: none; 
    padding-right: 15px;
}
.articleNoPad a:link {color: rgb(234, 128, 23);}
.articleNoPad a:hover{color: rgb(234, 128, 23);}
.articleNoPad a:active{color: rgb(234, 128, 23);}
.articleNoPad a:visited{color: rgb(234, 128, 23);}

.tefStepsSubNav a:link {}
.tefStepsSubNav a:hover{font-weight: 300; color: #fff;}
.tefStepsSubNav a:active{font-weight: 300; color: #fff;}
.tefStepsSubNav a:visited{}

.article
{
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    margin-top: 0px;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px;
    background-color: #fff;
    /*box-shadow: 0px 0px 3px 1px #959494;*/
}

.articleText
{    
    text-align: left;
    float: left;
    font-size: 11pt;
    font-weight:300;
    color: #666;
    width: 50%;
}

.tefLitesArticleText
{
    text-align: left;
    float: left;
    font-size: 11pt;
    font-weight:300;
    color: #908f8f;
    width: 450px;
    margin-left: 55px;
}

.tefStepsArticleText
{
    position: relative;
    text-align: left;
    float: left;
    font-size: 11pt;
    font-weight:300;
    color: #666;
    width:550px;
}

.articlePicSmallPad
{
    padding-top: 0px;
    padding-right: 0px;
}

.articlePic
{
    width: 310px;
    float: left;
    padding-top: 55px;
}

.fancyLink
{
    background-color: rgb(234, 128, 23);
    padding: 8px;
    color: #fff;
}

.footer
{
    background-color: #F5F5F6;
    border-top: solid 1px #ccc;
}

.footerFront
{
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    color: #e5e5e5;
    width: 720px;
    margin: 0 auto;
    
    /*background-color: red;*/

    /*border-top: solid 1px #d6d5d5;*/
}

.footList li a
{
    text-decoration: none;
    color: #000;
    font-weight: 300;
}


.footList
{
    padding: 0px;
    text-align: center;
    list-style-type: none;
    float: left;
    /*padding-left: 35px;*/
    /*padding-right: 35px;*/
    width: 180px;
    /*font-family: 'Lato', 'sans-serif';*/
    font-weight: 300;
    font-size: 13px;
    line-height: 160%;
    /*background-color: blue;*/
}

.listHead
{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 3px;
}

.clearer
{
    height: 50px;
    background-color: #fff;
    border-bottom: solid 1px #eee;
    
}

a:link    {color:rgb(234, 128, 23);}
a:visited {color:rgb(234, 128, 23);}
a:hover   {color:rgb(234, 128, 23);}
a:active  {color:rgb(234, 128, 23);}

.smallPad
{
    padding: 0px;
    margin: 0px auto;
}

.headerMenu
{
    position:relative;
    max-width: 1050px;
    margin: 0px auto;
    margin-top: 150px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 10pt;
    text-align: center;
}

.headerMenu ul li a
{
    text-decoration: none;
    color: #fff;
}

.headerMenu ul
{
    list-style-type: none;
    padding: 0px;
}

.headerMenu ul li
{
    display: inline-block;
    padding: 10px;
    background-color: #fbaf3f;
    margin-left: 1px;
    border: solid 1px #fff;
}

.fixedWidth
{
    max-width: 980px;  
}

.fixedWidthSmall
{
    max-width: 1000px;
}

.headerMenu ul li:hover 
{
    background-color: #f7931d;
}



hr
{
    border: 0;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 30px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0)); 
}

.dropBorder
{
    
    border: solid 1px #f2f2f2;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    background-color: #fff;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dropShadow
{
    border: solid 1px #f2f2f2;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.dsNoPadMarg
{
/*
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0, .3);
	box-shadow: 0px 1px 3px rgba(0,0,0, .3);
*/
}

.pink
{
    color: #ed1e5c;
    font-weight: 400;
}

.blue
{
    color: #00bce4;
    font-weight: 400;
}

.centredFlow a
{
    
    text-decoration: none;
    font-weight: 400;
}

.nudgeUp
{
    top: -20px;
}

.frontPageThumbCont
{
    position: relative;
    
    margin: 0 auto;
    width: 660px;
    top: 255px;
    
    text-align: center;
}

.frontPageThumb
{
    width: 200px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    color: #fff;
    background-color: #F16521;
    border-radius: 4px;
    opacity: 0.0;
}

.qmeText
{
    position: absolute;
    /*border: 3px solid #fff;*/
    border-radius: 5px;
    top: 175px;
    width: 300px;
    height: 85px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*background-color: rgba(241,101,33,.7);*/
    background-color: #F16521;
}

.prodThumbCont
{
    position: relative;
    margin: 0 auto;
    width: 790px;
    top: 170px;
    
    text-align: center;
}

.prodThumb
{
    width: 230px;
    height: 160px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
    padding-right: 20px;

    text-align: right;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
}

.prodThumb:hover
{
    /*background-color: rgba(241,101,33,.6);*/
    background-color: #000;
    /*border-color: #F16521;*/
}

.frontPageFooter
{
    position: absolute;
    bottom: 0px;
    color: #fff;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    padding: 10px;
}

.elecBannerHeading
{
    clear: both;
    font-size: 45px;
    /*font-weight: 400;*/
    text-align: center;
    margin-top: 200px;
    line-height: 1.0;
    /*text-shadow: 1px 1px 1px #000;*/
}

.embSysBannerHeading
{
    clear: both;
    font-size: 50px;
    font-weight: 700;
    /*font-weight: 400;*/
    text-align: center;
    margin-top: 200px;
    line-height: 1.0;
    background-color: rgba(0, 0, 0, .4);
    padding: 20px;
    /*text-shadow: 1px 1px 1px #000;*/
}

.embSysHeadCont
{
    text-align: center;
    padding-top: 40px;
    color: #000;
    margin-top: 150px;
    background: #F1F1F2;
}

.elecBannerSubHeading
{
    position: relative;
    font-size: 26px;
    text-align: center;
    margin-top: 250px;
    line-height: 1.2;
}

.elecRowCont
{
    margin-top: 50px; 
    margin-right: auto; 
    margin-left: auto; 
    width: 800px; 
    overflow: hidden;
}

.elecThumbCont
{
    width: 300px;  
    text-align: center;
}

.fullWidthGradCont
{
    text-align: center;
    padding-top: 40px;
    color: #000;
    margin-top: 150px;
    background: #F1F1F2;
    background: -webkit-linear-gradient(#F1F1F2, #ffffff);
    background: -o-linear-gradient(#F1F1F2, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F1F1F2, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F1F1F2, #ffffff); /* Standard syntax */
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.fullWidthGradCont h1
{
    font-size: 60px;
    font-weight: 100;
}

.topPad20
{
    padding-top: 20px;
}

.fullWidthGradCont h2
{
    font-size: 30px;
    line-height: 1.1;
}

.fullWidthGradCont h3
{
    font-size: 36px;
    color: #414042;
    padding-bottom: 0px;
    margin: 0;
    /*line-height: 1.1;*/
}

.fullWidthGradCont h4
{
    margin-top: 0;
    font-size: 20px;
    color: #939598;
}

.elecRowLeft
{
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 25px;
}

.elecRowRight
{
    float: left;
    text-align: left;
}

.embSysDarkCont
{
    background-color: #6d6e71;
    text-align: center;
}

.embSysLeftCentText
{
    padding-bottom: 40px;
    width: 475px;
    text-align: left;
    margin: 0 auto;
}

.embSysLeftCentText h3
{
    color: #fff;
    margin: 0;
    font-weight: 400;
}

.embSysLeftCentText h4
{
    color: #fff;
    margin: 0;
    
}

.embSysCont
{
    /*background-color: red;*/
    width: 750px;
    height: 200px;
    margin: 0 auto;
    padding: 30px;

}

.embSysThumb
{
    float: left;
    display: inline;
    width: 340px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Open Sans Condensed', 'sans-serif';
    font-size: 24px;
    font-weight: 700;
    background-color: rgba(0,0,0,.7);
    margin: 5px;
}

.embSysThumbSub
{
    font-size: 18px;
    font-weight: 300;
}

.fullWidthGradCont a
{
    text-decoration: none;
}

.fullWidthGradCont p
{
    color: #000;
}

.downloadBtn
{
    background-color: #F16521;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    display: inline;
    padding: 10px;
    border-radius: 4px;
}


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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, 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: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

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

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

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

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

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

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