
/*********************************
	Impress Design / Jack McDaniel
	impress-design.com
	720.495.1368
*********************************/

/*********************************
	SITE COLORS: 
	
	RUST: #dd821a
	TEXT: #737373
	HEADERS: #333
*********************************/

/*	A. GLOBAL RESET
	. . . . . . . . . . . . . . . . . . . . */
	
html,
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
    color: #737373;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section { display: block; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
ins {
    background-gridor: #ff9;
    color: #11284F;
    text-decoration: none;
}
mark {
    background-gridor: #ff9;
    color: #11284F;
    font-style: italic;
    font-weight: bold;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select { vertical-align: middle; }
input:focus { outline: none; }
button:focus { outline: none; }
textarea:focus { outline: none; }
blockquote {
    margin: 30px 10%;
    padding: 40px 5%;
    border-top: 4px solid #CCC;
    border-bottom: 4px solid #CCC;
    background: url(../img/quotes-3.png) 0 15px no-repeat;
    font-size: 1.25em;
    line-height: 1.7em;
    color: #666;
}
img { max-width: 100%; }
p { 
    margin-bottom: 15px; 
    letter-spacing: .008em;
}
.clear { clear: both; }
::selection {
    color: #fff;
    background: #dd821a;
    text-shadow: none;
}
ol { margin-left: 30px; }
sup {
	font-size: .65em;
	vertical-align: super;
}


/*	B. BODY INFO AND LINKS
	. . . . . . . . . . . . . . . . . . . . */

html {
    animation: fadeSiteIn 1.0s ease forwards; /* [1] */
}

html.fadeSiteOut {
  animation:  fadeSiteOut 1.0s ease forwards; /* [2] */
}


@keyframes fadeSiteIn { /* [1] */
    from   { opacity: 0; }
    to    { opacity: 1; }
}

@keyframes fadeSiteOut { /* [2] */
    from   { opacity: 1; }
    to     { opacity: 0; }
}

.slideIn {
    -webkit-animation-name: slideInUp; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: slideInUp;
    animation-duration: 2s;
}
.slideInLeft {
    -webkit-animation-name: slideInUp; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: slideInLeft;
    animation-duration: 2s;
}
.fadeIn {
    -webkit-animation-name: fadeSiteIn; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: fadeSiteIn;
    animation-duration: 2s;
}

body {
    margin: 0 auto;
    background: #FFF;
}

.bodyWrap {
    clear: both;
    margin: 0 auto;
    max-width: 100%;
}
.mainContain {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}
a {
    color: #dd821a;
    font-weight: 400;
}

/*a:visited {
	color: #666;
}*/
a:hover {
    color: #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

article a { font-weight:500; }

em { 
    font-weight: bold;
    font-style: italics; 
    color: #000;
}

/* HERO IMAGE ROTATION FOR HOME PAGE */
	.bg1 {
		background: url(../img/bg-3.jpg) center center;
		background-size: cover;
	}
	.bg2 {
		background: url(../img/bgOtt.jpg) center center;
		background-size: cover;
	}
		.bg3 {
			background: url(../img/mainImg-3.jpg) center center;
			background-size: cover;
		}
		.bg4 {
			background: url(../img/rafaelA.jpg) center center;
			background-size: cover;
		}
		.randBG { width: 100%; }
		
	/* 2024 HERO */
    #hero2024 {
      display: block;
      aspect-ratio: 16 / 7; /*JACK'S CHANGE-SITUATIONAL USAGE*/
    }
    #alliantPower {
      display: block;
      padding: 30px 0;
      background: url(../img/mainImg-24-5.webp) top center no-repeat;
      background-size: cover;
      /*aspect-ratio: 16 / 7;*/ /*JACK'S CHANGE-SITUATIONAL USAGE*/
    }
    #alliantPower .center { padding: 10px 0 50px; }
    .flex-container {
      display: flex;
      flex-direction: row;
      align-content: center;
      align-items: center;
      height: 100%;
      padding-top: 120px;
    }
    .flex-child {
      float: left;
      height: 100%;
      width: 50%;
      justify-content: center;
      align-items: center;
    }
    .sTitle {
      font-size: 21px;
      color: #FFF;
    }
    #hero2024 h1 { 
      color: #FFF; 
      font-weight: bold;
    }
    #alliantPower h1 { 
      color: #FFF; 
      font-weight: bold;
    }
    #alliantPower .heroSM {
        font-size: .9em;
        color: #FFF;
        letter-spacing: 0.15em;
        padding-bottom: 20px;
    }

    #alliantVideo {
        padding: 40px 0;
    }
    #alliantVideo h1 { 
    	font-size: 1.2em;
    	color: #666;
    }
    #alliantVideo iframe {
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-box-shadow: rgba(0, 0, 0, .75) 0 1.435vw 3.484375vw 0;
        box-shadow: rgba(0, 0, 0, .75) 0 1.435vw 3.484375vw 0;
        -webkit-box-shadow: rgba(0, 0, 0, .75) 0 0.538125vw 1.79375vw 0;
        box-shadow: rgba(0, 0, 0, .75) 0 0.538125vw 1.79375vw 0;
        background: url(../img/videoBG.jpg) top left no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    video { 
      border-radius: 7px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -webkit-box-shadow: rgba(0,0,0,.75) 0 1.435vw 3.484375vw 0;
      box-shadow: rgba(0,0,0,.75) 0 1.435vw 3.484375vw 0;
      -webkit-box-shadow: rgba(0,0,0,.75) 0 0.538125vw 1.79375vw 0;
      box-shadow: rgba(0,0,0,.75) 0 0.538125vw 1.79375vw 0;
      background: url(../img/videoBG.jpg) top left no-repeat;
      background-size: cover;
    }
		

/*	C. HEADER, MENU AND SEARCH
	. . . . . . . . . . . . . . . . . . . . */

header {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    top: 0;
    background: #000;
    border-bottom: 1px solid #dd821a;
    color: #FFF;
    font-style: italic;
}
.logo {
    float: left;
    height: 100px;
    width: 30%;
    margin: 0 auto;
}
.logo img { padding-top: 8px; }
.tagline { 
   clear: left;
   height: 24px;
   line-height: 24px;
   font-size: .85em;
   font-style: italic;
}

.menu {
    height: 100px;
    line-height: 100px;
    font-size: 1.15em;
}
.menu ul {
    list-style: none;
    width: 100%;
    font-family: 'Open Sans',sans-serif;
}
.menu ul li {
    list-style: none;
    float: right;
    padding: 0 15px;
    line-height: 90px;
    font-size: 1.35em;
    font-weight: 300;
}
.menu ul li a {
    color: #333;
    font-weight: 300;    
}
.menu ul li a:hover {
	color: #dd821a;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.menu ul li.last { padding-right: 0; }

.menu .cfLink {
    padding: 7px 10px;
    background-image: linear-gradient(#eb9b30, #dd821a);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #000 !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.menu .cfLink:hover {
    background: #dd821a;
    padding: 12px 15px;
    color: #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
	.aLink {
				padding: 7px 10px;
				color: #FFF;
			    /*background-image: linear-gradient(#eb9b30, #dd821a);*/
			    background: #000;
			    border-radius: 4px;
			    -moz-border-radius: 4px;
			    -webkit-border-radius: 4px;
			    -webkit-transition: all .5s ease-in-out;
			    -moz-transition: all .5s ease-in-out;
			    -o-transition: all .5s ease-in-out;
			    transition: all .5s ease-in-out;
			}
			.css-current-storage {
			      animation-name: color;
			      animation-duration: 2s;
			      animation-iteration-count: infinite;
			      animation-direction: alternate-reverse;
			      animation-timing-function: ease;
			}

			@keyframes color {
	  			to {
	    			background-color: #dd821a;
	    		}
			}

/* SUB HEADER - IF USED */
.nav {
	border-bottom: 1px solid #CCC;
        background-image: linear-gradient(#eb9b30, #dd821a);
        text-align: center;
        color: #FFF;
}
.subHead {
	height: 42px;
	line-height: 42px;
}
.nav .subHead ul { list-style: none; }
.nav .subHead ul li {
    list-style: none;
    float: left;
    width: 15%;
    border-right: 1px solid #dd821a;
    font-size: 1.15em;
}
.nav .subHead ul li.first { 
   padding-left: none !important;
   text-align: left; 
   width: 12%;
}
.nav .subHead ul li.last { 
   border-right: none; 
   padding-right: none !important; 
   text-align: right; 
   width: 12%;
}
.nav .subHead a { 
        color: #000; 
}
.nav .subHead a:hover { color: #FFF; }
.subHead .grid40 {
	font-style: italic;
}
.subMenuOrange {
    float: right; 
    margin-left: 12px;
    background:#dd821a;
    height: 36px;
    line-height:36px;
    padding:0 10px;
}
.subMenuOrange a { color: #FFF; }
.subMenuOrange a:hover { color: #CCC; }

/* MENU FOR MOBILE */
.menuBadge {
    display: none;
}
#navigation {
    display: none;
}
#hiddenMenu {
    display: none;
}
.menuBuild {
    display: none;
}

/* PHONE # FOR MOBILE */
.mobTel { display: none; }

  .sideNav {
     height: 100%; /* 100% Full-height */
     width: 0; /* 0 width - change this with JavaScript */
     position: fixed; /* Stay in place */
     z-index: 10000; /* Stay on top */
     top: 0; /* Stay at the top */
     right: 0; 
     background-color: #111; /* Black*/
     opacity: 0.975;
     overflow-x: hidden; /* Disable horizontal scroll */
     padding-top: 60px; /* Place content 60px from the top */
     transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }

  /* The navigation menu links */
  .sideNav a {
     padding: 8px 8px 8px 32px;
     text-decoration: none;
     font-size: 25px;
     color: #CCC;
     display: block;
     -webkit-transition: all .33s ease-in-out;
     -moz-transition: all .33s ease-in-out;
     -o-transition: all .33s ease-in-out;
     transition: all .33s ease-in-out;
   }

   /* When you mouse over the navigation links, change their color */
   .sideNav a:hover {
      color: #FFF;
      -webkit-transition: all .33s ease-in-out;
      -moz-transition: all .33s ease-in-out;
      -o-transition: all .33s ease-in-out;
      transition: all .33s ease-in-out;
   }

   /* Position and style the close button (top right corner) */
   .sideNav .closebtn {
      position: absolute;
      top: 10px;
      left: 5px;
      font-size: 36px;
   }

   .sideNav ul { list-style: none; }
   .sidenav ul li { 
      list-style: none;
      margin-left: 20px;
      display: block;
   }


/*	D. CONTENT
	. . . . . . . . . . . . . . . . . . . . */

article ul { 
    list-style: none; 
    margin-bottom: 20px;
}
article ul li {
    list-style: none;
    margin-left: 12px;
    padding: 7px 0 7px 15px;
    background: url(../img/arrow.png) 0 12px no-repeat;
    line-height: 1.3em;
}
.siteAd { 
	margin-top: 35px; 
	padding-bottom: 60px;
	border-bottom: 1px solid #000;
}

/*** MAIN IMAGE HOME PAGE ***/

#hero {  
    background: url(../img/mainImg2.jpg) center center;
    background-size: cover;
    height: 500px;
}
.heroHeadline { 
	margin: 0 auto;
	padding: 200px 0; 
	text-align: center;
}
.heroHeadline h1 {
	text-align: center;
	color: #FFF;
	font-size: 3.0em;
	font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif;
	line-height: 1.0em;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
}
.heroHeadline h2 {
	font-size: 2.15em;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 0;
	margin-top: 0;
}
.heroHeadline p { 
	color: #EBEBEB;
	padding-top: 15px;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.25em;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
}
.heroHeadline a { color: #CCC; }
.heroHeadline a:hover { color: #FFF; }

/***CONTENT PAGE MAIN IMAGE ***/
.heroHeadline2 { 
	padding: 150px; 
    text-align: center;
}
.heroHeadline2 h1 {
	color: #FFF;
	font-size: 3.25em;
	font-weight: 300 !important;
	line-height: 1.0em;
    padding: 0;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
    font-family: 'Open Sans', sans-serif;
}
.heroHeadline2 p { 
	color: #EDEDED;
	font-size: 1.5em;
	font-weight: 400;
	margin-top: 10px;
	line-height: 1.55em;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
}

.contentCont {
	padding: 25px 0;
}
.contentCont ul { list-style: none; }
.contentCont ul li {
    list-style: none;
    line-height: 1.5em;
    margin-left: 20px;
    padding: 8px 0 8px 12px !important;
    background: url(../img/arrow.png) 0 15px no-repeat;
}
   
.content {
    padding-top: 25px;
}

.inner {
    margin: 5px 10px;
    padding: 0 10px;
}
.innerL { 
    padding: 10px 10px 10px 0;
    margin: 10px 10px 10px 0; 
}
.innerR {
    padding: 10px 0 10px 10px;
    margin: 10px 0 10px 10px;
}
.navy-line {
    clear: both;
    display: block;
    margin: 30px auto 30px;
    width: 110px;
    height: 1px;
    padding-top: 12px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navy-line2 {
    width: 300px;
    height: 1px;
    margin: 30px auto 30px;
    border-bottom: 1px solid #CCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navy-line3 {
    max-width: 800px;
    height: 1px;
    margin: 10px auto 30px;
    border-bottom: 1px solid #CCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.featured {
	padding: 0 0 50px 0;
	background: #113870 url(../img/testBG.jpg);
	background-position: center center;
        background-attachment: fixed; 
	background-repeat: no-repeat;
	background-size: cover; 
	min-height: 300px;
	border-top: 3px solid #00794F;
	border-bottom: 3px solid #00794F;
    margin-top: 80px;
}
.featured h2 { 
	color: #FFF; 
	margin-bottom: 20px;
}
.featured h4 { 
	color: #FFF;
}
.featured ul { list-style: none; }
.featured ul li { 
	margin-left: 15px;
	padding: 7px 0 7px 12px;
	background: url(../img/arrow.png) 0 12px no-repeat;
	line-height: 1.15em;
}
.featured ul li a { color: #FFF; }
.featured ul li .date { 
	font-size: .85em;
	color: #CCC;
	font-style: italic;
}
.featured ul li a:hover { color: #00794F; }
.featured p { color: #FFF; }
.featured .labelOut { color: #FFF; }
.featured textarea{ height: 36px; }
.featured .large { font-size: 1.25em; }

.dittoPost { 
	margin-bottom: 20px; 
}
.dittoPost h5 { 
    height: 28px;
    overflow: hidden;
}

.fpInner { 
	margin: 10px; 
	padding: 15px;
	background: #EFEFEF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.fpInner:hover { 
	background: rgba(218, 42, 62, 0.152); 
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
/* LANDING PAGES */

.landBlk {
    padding-top: 76px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
}
.landBlk h1 {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold !important;
    font-size: 2.0em;
    text-shadow: 0 0 10px #000;
}
.landBlk p.large {
    color: #FFF; 
    max-width: 760px;
    font-size: 1.25em;
}
.whtBLK {
    background: #FFF;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    color: #000;
}
.whtBLK .inner {
    margin: 5px 10px;
    padding: 10px 24px;
}
.whtBLK ul li { 
    background: url(../img/arrowCheck.png) 0 6px no-repeat; 
    background-size: 20px 20px;
    padding-left: 28px;
    font-size: 1.15em;
}
.whtBLK h2 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 2.0em;
}
h3.request { 
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.85em;
    color: #dd821a;
    margin-bottom: 30px;
}
.lpHilite { 
    color: #dd821a;
    text-decoration: underline;
}
.navy-lineLP {
    width: 100%;
    height: 2px;
    margin: 20px auto 20px;
    border-bottom: 2px solid #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.innerLP { padding: 40px; }
.whtF {
    color: #FFF;
    font-size: 16px;
}
.orgLG {
    padding: 12px 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #dd821a;
}
article ul.bullet li {
    background: url(../img/bullet.png) 0 13px no-repeat; 
    background-size: 20px 20px;
    padding-left: 18px;
    line-height: 1.1em;
}

/* 2024 Landing Pages */
    #lpLearn {
        padding: 50px 0;
        background: #333;
        color: #FFF;
        border-top: 1px solid #dd821a;
        border-bottom: 1px solid #dd821a;
        background-size: cover;
    }
    #lpLearn h3 { color: #FFF; }
    #lpLearn .inner {
        margin: 10px;
        padding: 5px;
    }
    #lpLearn .boxShadow { 
        background: #000; 
        margin: 0;
        padding: 0;
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
    }
    #lpLearn .featImg {
        margin: 0 auto;
        width: 100%;
        aspect-ratio: 16 / 7;
        background: url(../contentImages/contentBG-2.jpg) center center no-repeat;
    }
    #lpLearn .featCont {
        padding: 10px 20px;
    }
    #lpLearn h4 { 
        color: #FFF; 
        height: 54px;
        overflow: hidden;
    }
    #lpLearn h4 a:hover { 
        color: #CCC; 
    }
    #lpLearn .featCont p {
        height: 172px;
        overflow: hidden;
    }
    #lpLearn .btn-1 {
        width: 160px;
    }
    .btn-1 {
        display: block;
        margin: 20px 0 20px 20px;
        width: 200px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #dd821a;
        text-align: center;
        height: 36px;
        line-height: 36px;
        color: #FFF;
    }
    .btn-1 a { color: #FFF; }
    .btn-1:hover { 
        background: #333; 
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
            .lpImage { padding: 40px 0; }
        #lpImage h1 { padding-top: 50px;color: #FFF; }
        #lpImage h5 { color: #FFF; }
	.boxShadow {
	    position: relative;
	    margin: 15px 15px 15px 15px;
	    padding: 10px 30px 30px 30px;
	    border-radius: 12px;
	    -webkit-box-shadow: rgba(0,136,203,.15) 0 1.435vw 4.484375vw 0;
	    box-shadow: rgba(0,136,203,.15) 0 1.435vw 4.484375vw 0;
	    -webkit-box-shadow: rgba(0,136,203,.15) 0 0.538125vw 1.79375vw 0;
	    box-shadow: rgba(0,136,203,.15) 0 0.538125vw 1.79375vw 0;
	    overflow: hidden;
            background: #FFF;
	}
	.boxShadImg {
	    margin: 0 -30px 0 -30px;
	    height: 240px;
	    border-radius: 12px 12px 0 0;
	}
	.grid33 .lpCont {
	    height: 242px;
	    overflow: hidden;
	}
	.bLink {
	    display: inline-block;
	    margin-top: 12px;
	    padding: 4px 7px;
	    background: #FFF;
	    border-radius: 4px;
	}
	.hvr-underline-from-center {
	    display: inline-block;
	    vertical-align: middle;
	    -webkit-transform: perspective(1px) translateZ(0);
	    transform: perspective(1px) translateZ(0);
	    position: relative;
	    overflow: hidden;
	}
	 .flex-container-2 {
            display: flex;
	    flex-direction: row;
	    align-content: center;
	    align-items: center;
            padding-bottom: 50px;
	}
	.flex-child-1 {
	    width: 60%;
	    padding: 60px 0;
	 }
	.flex-child-2 {
	    width: 40%;
	    padding: 60px 0;
	 }
        #lpBlurb .formIn {
            width: 100%;
            margin-right: 0;
        }
        #lpBlurb textarea { width: 100%; }
        #lpBlurb .grid33 {
           position: relative;
           z-index: 1000; 
           margin-top: -100px; 
           margin-bottom: 20px;
        }
        @media only screen and (min-width: 320px) and (max-width: 767px) {
           #lpBlurb .grid33 { margin-top: 0; }
        }
        #isx { 
           padding: 50px 0; 
           background: #EBEBEB;
        }
        #isxHistory { padding: 50px 0; }

/*	E. RIGHT / LEFT COLUMN
	. . . . . . . . . . . . . . . . . . . . */

.block {
    margin: 20px 0;
}

.block ul {
    list-style: none;
    margin-bottom: 20px;
}
.block ul li {
    margin-left: 0 !important;
    list-style: none;
    line-height: 1.5em;
    padding: 8px 0 8px 12px !important;
    border-bottom: 1px solid #CCC;
    background: url(../img/arrow.png) 0 13px no-repeat;;
}
.block ul li a { color: #444; }
.block ul li a:hover { color: #dd821a; }
.block ul li.active a {
    font-style: italic;
    color: #666;
}
.block ul li.active ul li a {
    font-style: normal;
    color: #000;
}
.block ul li ul li.active a {
    font-style: italic;
    color: #666;
}
.block ul li ul li.active ul li a {
    font-style: none;
    color: #AA1111;
}
.block ul li ul li ul li.active a {
    font-style: italic;
    color: #666;
}
.block ul li ul li {
    margin-left: 25px;
}
.block h5 { 
    color: #333; 
    margin-bottom: 1px;
    padding-bottom: 0;
}
.block h5 a:hover { color: #dd821a; }
.block h4 {
    color: #dd821a;
    text-decoration: underline;
}


/*	F. FOOTER
	. . . . . . . . . . . . . . . . . . . . */

footer {
    margin-top: 0px;
    padding: 40px 0 20px 0;
    background: #000;
    color: #CCC;
}
footer .grid33 { padding-top: 5px; }

footer .inner { 
    padding: 10px 10px 10px 0;
    margin: 10px 10px 10px 0; 
}

footer h4 {
	color: #dd821a;
	font-size: 1.6em;
}
.footBot { 
	width: 100%; 
	background: #FFF;
	padding: 7px 0; 
    font-size: 0.8em;
}
footer a:hover { color: #CCC; }

.cfJoin { 
	padding: 4px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #00794F;
	color: #FFF;
}
.copy { 
	height: 38px;
	line-height: 38px;
	font-size: .85em;
	color: #AAA;
}


/*	G. SPECIAL STYLINGS
	. . . . . . . . . . . . . . . . . . . . */

/* PARTS PRODUCT PAGE */
.boxShadowP {
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, .5) 0 2px 2px 0;
    box-shadow: rgba(0, 0, 0, .5) 0 4px 4px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .5) 0 2px 2px 0;
    box-shadow: rgba(0, 0, 0, .5) 0 2px 2px 0;
    overflow: hidden;
}
            input.btn-1 {
                display: block;
                margin: 20px 0;
                width: 100%;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                background: #dd821a;
                color: #FFF;
                font-size: 1.0em;
                text-align: center;
                height: 40px;
                line-height: 40px;
            }
            input:is([type="submit"]) {
                border-top-width: 0;
                border-right-width: 0;
                border-bottom-width: 0;
                border-left-width: 0;
                border-top-style: none;
                border-right-style: none;
                border-bottom-style: none;
                border-left-style: none;
                border-top-color: none;
                border-right-color: none;
                border-bottom-color: none;
                border-left-color: none;
                background-color: none;
                box-sizing: none;
            }
            
/* PRODUCT AGG */
.prodAgg { 
    margin: 15px; 
    border-radius: 11px;
}
.prodDet {
    line-height: 1.0em;
    margin: 0 15px 0 15px;
    padding: 0 10px;
    height: 50px;
}
.prodDet img {
    height: 30px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    display: inline-block;
}
.prodTHB { padding: 30px 0; }
#product { padding: 50px 0; }
#product .grid40 img {
      border-radius: 11px;
}
/* END PARTS PRODUCT */
    .affirm {
        position: fixed;
        top: 145px;
        right: 10px;
        width: 100px;
    }
    
/* AUTHOR INFO */
    .author-1 { 
        border-top: 1px solid #CCC; 
        margin-top: 30px;
    }
    .author-1 img { 
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        float: left;
        max-width: 65px;
        margin: 10px 12px 10px;
    }
    .small {
        font-size: .625em;
        color: #CCC;
        font-style: italic;
        margin-bottom: 0;
        margin-top: 20px;
        letter-spacing: .05em;
    }
    .author-1 h4 {
        margin-top: 2px;
        padding-top: 2px;
        letter-spacing: .035em;
    }
    
.pad30 { padding: 30px 0; }
.ele2 { 
    float: right;
    height: 40px;
    padding-left: 15px;
}
.ele { 
    float: right;
    height: 40px;
    padding-left: 15px;
    background-color: transparent;
    animation: pulse 2.5s ease infinite alternate;
	-webkit-animation: pulse 2.5s ease infinite alternate;
	-moz-animation: pulse 2.5s ease infinite alternate;
}
@keyframes pulse {
    0%, 100% {
        background-color:#000
    }

    50% {
        background-color:#FFF
    }
}
.enginesFP {
    background-image: url(../img/enginesFP-1.webp);
    background-position: center center;
    background-size: cover;
}
.manufacturersFP {
    background-image: url(../img/manuFP-1.webp);
    background-position: center center;
    background-size: cover;
}
.partsFP {
    background-image: url(../img/partsFP-1.webp);
    background-position: center center;
    background-size: cover;
}
.machineFP {
    background-image: url(../img/machineShop2-1.webp);
    background-position: center center;
    background-size: cover;
}
.servicesFP {
    background-image: url(../img/partsFP-2.webp);
    background-position: center center;
    background-size: cover;
}

.imgBTN {
    position: relative;
    z-index: 50;
    padding: 150px 0;
}
.grad {
    background-image: linear-gradient(#e98d2e, #d87718);
    color: #FFF;
}
.imgThumb { text-align: left; }
.imgThumb img {
    max-width: 140px; 
}
.button-regular {
    display: block;
    width: 228px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    background: url(../img/button-regular.svg);
    background-size: 228px 50px;
    font-size: 18px;
}
.button-regular a { 
    padding-left: 15px; 
    color: #FFF;
}
.button-regular a:hover { color: #CCC; }

.thumbsUpL {
    display: block;
    float: right;
    width: 270px;
    height: 81px;
    line-height: 81px;
    text-align: center;
    background: url(../img/request-quote-button-white@2x.png);
    background-size: cover;
    font-size: .85em;
}
.thumbsUpL a { 
    padding-left: 15px; 
    color: #666;
    font-size: 16px;
}
.thumbsUpL a:hover { color: #CCC; }

.ht140 { height: 350px; overflow:hidden;}
.ht100 { height: 100px; padding-top:15px; overflow:hidden;}
.ht50 { height: 60px; overflow:hidden;}
.thumbsUp {  padding-top:40px; }
.orangeBG {
    padding: 20px 0 40px 0;
}
.orangeBG h3 { color: #FFF; }
.orangeBG p { color: #EBEBEB; }

.wp-image-1828 { max-width: 33%; }
.wp-image-78618 { max-width: 33%; }

/***FRONT PAGE VIDEO***/
#videoDiv {
    width: 100%; 
    height: 550px; 
    position: relative; 
    overflow: hidden; 
    border-bottom: 2px solid #dd821a;
    /*background: url(../img/mainImg.jpg) center center;*/
    background-size: cover;
}
#videoBlock {
    width: 100%; 
    height: 100%;  
    display: flex;  
    justify-content: center; 
    align-items: center;
}
#videoMessage {
    width: 100%; 
    position: absolute; 
    top: 276px;
}
#videoMessage *{padding:0.4em; margin:0}
#videoMessage h1 {
    z-index: 150;
    text-align: center;
    color: #FFF;
    font-size: 2.5em;
    font-weight: 300 !important;
    line-height: 1.0em;
    margin-bottom: 1px;
    text-shadow: 0 0 6px #666, 0 0 6px #666, 0 0 6px #666;
    font-family: 'Open Sans', sans-serif;
}
#videoMessage h2 {
	z-index: 150;
	text-align: center;
        color: #FFF;
	font-size: 2.2em;
	font-weight: 300 !important;
	line-height: 1.0em;
	margin-bottom: 1px;
	text-shadow: 0 0 6px #666, 0 0 6px #666, 0 0 6px #666;
	font-family: 'Open Sans', sans-serif;
}
#videoMessage p {
        font-weight: 500 !important;
        text-align: center;
        margin-bottom: 1px;
        text-shadow: 0 0 6px #666, 0 0 6px #666, 0 0 6px #666;
        font-size: 1.3em;
        line-height: 1.0em;
        color: #FFF;
    }
    video {
  		width: 100%    !important;
  		height: auto   !important;
	}

.splitList ul li {
    float: left;
    width: 40%;
    margin: 0;
    padding: 8px 3%;
}
.facImg { 
    height: 100px;
    overflow: hidden;
}
.facImg img {
    /*max-height: 100%;*/
    overflow: hidden;
}

/*GALLERY SECTION*/
.facImg2 { 
    height: 150px;
    overflow: hidden;
}
.facImg2 img {
    /*max-height: 100%;*/
    overflow: hidden;
}
.imgTitle { 
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-align: center;
    font-size: .85em;
}
    
.contentHead {
    text-align: center;
    color: #FFF;
    font-size: 3.0em;
    line-height: 1.15em;
    font-family: 'Open Sans', sands-serif;
    padding: 76px 0;
    text-transform: uppercase;
}
.sh1 {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
}
.padTop { padding-top: 70px; }
.padTop a { text-decoration: underline; }
.red { color: #AA1111; }

.info {
    margin-top: 0;
    padding: 30px 0 50px 0;
    background: url(../img/infoBG-2.webp);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
}
.info h4 { 
	color: #dd821a; 
	text-transform: uppercase;
}
.info a { color: #FFF; }
.info a:hover { color: #CCC; }
.info .inner {
        margin: 10px;
        padding: 10px;
}
.info .innerL {
        border-right: 1px solid #CCC;
}
.info .innerR {
        border-left: 1px solid #CCC;
}	
.grey {
 	margin-top: 20px;
 	padding: 25px 0 35px;
 	background: #E6E6E6;
 	border-top: 1px solid #CCC /*113870*/;
 	border-bottom: 1px solid #CCC /*113870*/;
 }
 
 .grey2 {
 	margin-top: 0;
 	padding: 25px 0 50px;
 	padding-top: 0;
 	/*background: #FFF;*/
        background: #EFEFEF;
 	border-top: 1px solid #CCC /*113870*/;
 	border-bottom: 1px solid #CCC /*113870*/;
 }
.lpGrey {
        margin-top: 0;
        padding: 40px 0;
        background: #666 url(../img/arrowLP.png) top center no-repeat;
}
.lpGrey h5 {
        font-family: 'Open Sans', sans-serif !important;
        color: #FFF !important;
        font-size: 1.5em;
        text-shadow: 1px 1px 1px #000;
}
.lpGrey p { 
    color: #EBEBEB; 
    margin-bottom: 20px;
}
 .nPad {
 	padding-top: 0;
 	margin-top: 0;
 }
 .fpP {
 	height: 120px;
 }
 .medallion {
 	width: 100%;
 	text-align: center;
        position: relative;
        z-index: 9000;
 }
 .medallion img {
 	margin-top: -50px;
 }
 
 .medallion2 {
 	width: 100%;
 	text-align: center;
 }
 .medallion2 img {
 	margin-top: -46px;
 }

.cfLink {
	padding: 7px 10px;
	background: #dd821a;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFF !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.cfLink:hover {
	background: #000;
    padding: 12px 15px;
	color: #FFF;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.cfLink2 {
	padding: 7px 10px;
	background: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000 !important;
}
.cfLink2:hover {
	background: #000;
        padding: 12px 15px;
	color: #FFF !important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
}
#hero2024 .cfLink {
	padding: 7px 10px;
	background: #dd821a;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFF !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#hero2024 .cfLink:hover {
	background: #FFF;
    padding: 12px 15px;
	color: #000 !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#alliantPower .cfLink {
	padding: 7px 10px;
	background: #dd821a;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFF !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#alliantPower .cfLink:hover {
	background: #FFF;
    padding: 12px 15px;
	color: #000 !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.quotes {
	background: url(../img/quotes-3.png) top left no-repeat;
	padding: 0 50px 20px 40px;
	padding-top: 15px;
}
.center {
    margin: 0 auto;
    text-align: center;
}
.small {
    font-size: .85em !important;
    line-height: 1.4em;
    color: #444;
}
.large { 
	font-size: 1.15em; 
	line-height: 1.65em;
	margin-bottom: 35px;
}

.hilite {
    font-weight: 300;
    color: #dd821a;
    font-style: italic;
}
.hilite2 {
    color: #444;
}
.hiliteRed {
    color: #FFF;
    background: #AA1111;
    padding: 4px 7px;
    text-transform: uppercase;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.right { text-align: right; }

.button {
    color: #FFF;
    font-weight: 700;
    padding: 7px 15px;
    border: 1px solid #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 .75em #de7d7d;
    background: #aa1111;
}

.button:hover {
    color: #CCC;
}
.postInfo {
    clear: both;
    margin: 20px 0;
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    width: 100%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.postInfo .grid40 h4 { text-align:left; }
.authorInfo {
    clear: both;
    margin: 20px 0;
    padding: 12px 0;
    line-height: 1.25em;
    width: 100%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    font-style: italic;
    color: #666;
}
.shareThis { text-align: right; }
.heroShort { max-width: 550px; }

.social img { 
    max-width: 15%; 
    margin: 10px 2%;
    background: #dd821a;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.social img:hover { 
    border: 3px solid #FFF;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.social .last { margin-right: 0; }



/*	H. IMAGE CLASSES
	. . . . . . . . . . . . . . . . . . . . */

.size-medium, .alignleft, .alignright  { 
   float: right;
   max-width: 33%;
}
td img.size-medium, td img.alignleft, td img.alignright { max-width: 100%; }
.heroImage { 
	width: 100%;
	background: url(../img/mainImg-1.jpg);
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
	border-bottom: 2px solid #737373;
}
.heroImage2 { 
	width: 100%;
	background: url(../img/mainImg.jpg);
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
	border-bottom: 2px solid #dd821a;
}
.imgRight {
    float: right;
    max-width: 35%;
    margin: 10px 0 10px 10px;
}

.imgLeft {
    float: left;
    max-width: 35%;
    margin: 12px 12px 12px 0;
}

.imgFull {
    width: 100%;
    margin: 10px 0;
}

/*	I. FORMS AND NEWSLETTER
	. . . . . . . . . . . . . . . . . . . . */
.post-content { padding-bottom: 5px !important;border-bottom:1px dotted #ebebeb !important; }
.quip-comment-body { background: #EFEFEF;border-bottom: 1px solid #CCC; }
.labelOut {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.formIn {
    float: left;
    width: 95%;
    margin-right: 15%;
    margin-bottom: 4px;
    padding: 12px 2%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #CCC;
    font-size: .85em;
    color: #000;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.formIn:focus { 
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out; 
}

textarea {
    float: left;
    margin-bottom: 5px;
    width: 95%;
    height: 70px;
    padding: 5px 2%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #CCC;
    font-size: 14px;
    resize: vertical;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
textarea:focus {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out; 
}
textarea.writ {
    float: left;
    width: 80%;
    height: 500px;
    margin-right: 15%;
    padding: 5px 2%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #CCC;
    resize: vertical;
}

.cfDown a {
    color: #FFF;
}
.cfDown {
    padding: 6px 10px;
    border: 1px solid #253053;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;
    background: #1e987e;
}
.cfContact {
    float: left;
    width: 50%;
    max-width: 150px;
    margin-top: 5px;
    color: #FFF;
    text-transform: uppercase;
    padding: 7px 2%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #dd821a; 
    border: none; 
}
.cfContact:hover { 
    color: #CCC; 
    background: #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.cfContact2 {
    width: 100%;
    padding: 12px 0;
    font-size: 18px;
    background-image: linear-gradient(#e98d2e, #d87718);
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFF !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.cfContact2:hover {
    background: #d87718;
    padding: 18px 0;
    color: #FFF;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.cfContact3 {
    float: left;
    width: 50%;
    max-width: 150px;
    margin-top: 5px;
    color: #FFF;
    text-transform: uppercase;
    padding: 7px 2%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #666; 
    border: none; 
}
.cfContact3:hover { 
    color: #CCC; 
    background: #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.select-style {
    border: 1px solid #ccc;
    width: 200px;
    border-radius: 3px;
    overflow: hidden;
    background: url(../img/icon-select.png) no-repeat 90% 50%;
    margin-bottom: 10px;
    color: #666;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

/** testimonials **/

#testimonials {
  display: block;
  margin-top: -1px;
  width: 100%;
  background: #000;
  padding: 1px 0 50px 0;
}

.testContain {
		display: block;
		position: relative;
		height: auto;
		margin: 0 auto;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  max-width: 1200px;
}

/* Slides */
.mySlides {
  display: none;
  padding: 20px 60px;
  text-align: center;
}
.slidesCont {
	background: #222;
	padding: 12px;
  	border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: orange;
  font-weight: 300;
  font-size: 40px;
  user-select: none;
}
.prev img, .next img { max-height: 40px; }

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: #666;
}

.dot-container { display: none; }

/* Add a blue color to the author */
.authorQ {
	clear: both;
	color: #eb9b30;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.quotesTest {
	float: left;
	width: 10%;
	padding-top: 30px;
	text-align: center;
}
.quotesTest img { 
	max-width: 90%;
}
.quoteCont {
	float: left;
	width: 80%;
	font-size: 18px;
	color: #FFF;
}
.quoteCont .inner { padding: 15px; }
.allTest {
	float: right;
}
.cfTest {
	padding: 5px 10px;
	background-image: linear-gradient(#eb9b30, #dd821a);
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}


/*	J. COMMENTS / PAGINATION
	. . . . . . . . . . . . . . . . . . . . */

/*******************************************
		PAGINATION
*******************************************/
ul.PagingNav {
    clear: both;
    width: 100%;
    height: 60px;
    float: left;
    list-style: none;
    display: block;
    text-align: center;
}

ul.PagingNav li {
    float: left;
    text-align: center;
    line-height: 1.0em;
    padding: 5px !important;
    margin: 0 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #dd821a;
    background: #dd821a; 
}

ul.PagingNav li a {
    color: #FFF;
}

ul.PagingNav li a.active {
    color: #CCC;
}

/*	K. GRID SYSTEM
	. . . . . . . . . . . . . . . . . . . . */
	
.grid10 {
    float: left;
    width: 10%;
}

.grid20 {
    float: left;
    width: 20%;
}

.grid25 {
    float: left;
    width: 25%;
}

.grid30 {
    float: left;
    width: 30%;
}

.grid33 {
    float: left;
    width: 33%;
}

.grid35 {
    float: left;
    width: 35%;
}

.grid40 {
    float: left;
    width: 40%;
}

.grid45 {
    float: left;
    width: 45%;
}

.grid50 {
    float: left;
    width: 50%;
}

.grid55 {
    float: left;
    width: 55%;
}

.grid60 {
    float: left;
    width: 60%;
}

.grid65 {
    float: left;
    width: 65%;
}

.grid67 {
    float: left;
    width: 67%;
}

.grid70 {
    float: left;
    width: 70%;
}

.grid75 {
    float: left;
    width: 75%;
}

.grid80 {
    float: left;
    width: 80%;
}

.grid85 {
    float: left;
    width: 85%;
}

.grid90 {
    float: left;
    width: 90%;
}

.grid95 {
    float: left;
    width: 95%;
}

.grid100 {
    float: left;
    width: 100%;
}


/*  L. FRONT PAGE STYLINGS
	. . . . . . . . . . . . . . . . . . . . */


.date { 
	font-size: .85em;
	color: #666;
}

/* ALLIANT POWER PR */
   #alliantPR {
      padding: 60px 0;
   }
   #alliantPR h2 {
      font-size: 2.5em;
      color: #555;
      margin-bottom: 40px;
   }
   .alliantCO {
      max-width: 1000px;
      margin: 0 auto;
   }
   .alliantBox-1 {
      float: left;
      margin-left: 50px;
      width: 40%;
      padding: 30px;
      background: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
   }
   .alliantBox-2 {
      float: left;
      margin-right: 50px;
      width: 40%;
      padding: 30px;
      background: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
   }
   .alliantBox-1 h3 {
      color: #dd821a;
      font-size: 1.8em;
      margin-bottom: 10px;
   }
   .alliantBox-1 p {
      color: #666;
      font-size: 1.1em;
   }
   .alliantBox-2 h3 {
      color: #dd821a;
      font-size: 1.8em;
      margin-bottom: 10px;
   }
   .alliantBox-2 p {
      color: #666;
      font-size: 1.1em;
   }
   .plus-sign {
      float: left;
      width: 10%;
      padding: 50px 20px 0 35px;
      font-size: 3em;
      color: #dd821a;
      font-weight: bold;
   }
   .alliantPad {
       padding: 50px 0;
   }
   .alliantPad h3 { color: #dd821a; }
   .bgGray {
       padding: 60px 100px;
       background-color: #F9f9f9;
       border-radius: 10px;
       box-shadow: 0 2px 10px rgba(0,0,0,0.1);
   }
   .bgGray h3 { padding-bottom: 40px; }
   .bgGray-2 {
       padding: 60px 20px;
       background-color: #F9f9f9;
       border-radius: 10px;
   }
   .bgGray-2 article { margin: 15px 0; }
   .bgGray-2 .inner {
       box-shadow: 0 2px 10px rgba(0,0,0,0.1);
       background: #FFF;
       padding: 30px;
       border-radius: 10px;
   }
   .bgGray-2 h3 { padding-bottom: 40px; }
   .alliantIcon { 
       text-align: center;
   }
   .alliantIcon img { 
       max-width: 65px; 
       margin-bottom: 15px;
   }

/*	M. RESPONSIVE STYLING: 320 - 767 WINDOWS
	. . . . . . . . . . . . . . . . . . . . */
	
@media only screen and (min-width: 320px) and (max-width: 767px) {
    body {
        background: #FFF;
        background-image: none;
        font-size: 1.15em;
    }

    .mainContain {
        width: 96%;
    }
    .video { display: none; }
    #videoMessage {
        top: 176px;
    }
    #hero { display: block; height: 640px; }
    #alliantPower { margin-top: 130px; }
    #alliantPower .center { padding-bottom: 50px; }
    #alliantPR { padding-bottom: 0; }
    #alliantPR h2 { font-size: 1.85em; margin-bottom: 5px; }
    .alliantBox-1 { clear: both;width: 100%; float: none;margin: 10px;padding: none;background:none;box-shadow:none; }
    .plus-sign { margin: 0 auto;width: 100%; float: none; padding: 10px;text-align: center; }
    .alliantBox-2 { clear:both;width: 100%; float:none;margin: 10px;padding: none;background:none;box-shadow:none; }
    .bgGray { padding: 20px; }
    .alliantPad .flex-child-1 { padding: 20px; }
    .alliantElevate .flex-child-1 { padding: 20px; }
    blockquote { width: 100%; padding: 20px 5%; margin: 0; }
    header { 
        position: fixed;
        top: 0; 
        z-index: 9999;
        height: 100px;
    }
    .logo {
        float: left;
        width: 70%;
        margin: 0;
        text-align: left;
    }
    .logo img { float: left; max-height: 76px; }
    .tele { display: none; }
    .menu {
        display: none;
    }
    .subHeadContain { display: none; }
    .subHead { display: none; }
    .menuBadge {
        display: block;
        float: right;
        width: 20%;
        text-align: center;
    }
    .menuBadge img {
        float: right;
        padding-top: 20px;
    }
    #navigation {
        clear: left;
        margin: 0 auto;
        position: absolute;
        z-index: 10000;
        top: 101px;
        display: block;
        font-weight: normal;
        width: 100%;
        background: rgba(0, 0, 0, 1.0);
    }
    #hiddenMenu {
        position: relative;
        z-index: 10000;
        width: 100%;
        margin: 0 auto;
        clear: both;
        padding: 20px 0;
        border-bottom: 4px solid #000;
        font-size: 1.2em;
    }
    #hiddenMenu ul {
        clear: left;
        list-style: none;
        padding: 20px 0;
        width: 100%;
    }
    #hiddenMenu ul li {
        float: left;
        width: 90%;
        margin: 0 5%;
        line-height: 2.2em;
        border-bottom: 1px solid #444;
        font-weight: bold;
        padding: 0;
    }
    #hiddenMenu ul li a { color: #FFF; }
    .grid67 { width: 100%; }
    .grid60 { width: 100%; }
    .grid50 { width: 100%; }
    .grid40 { float: none; width: 100%; }
    .grid33 { width: 100%; }
    .grid30 { width: 100%; float: none; }
    .grid70 { width: 100%; }
    .grid25 { width: 100%; }
    .inner {
        margin: 10px;
        padding: 10px;
    }

    .formIn { padding: 12px 2%; }
    .cfContact {
        font-size: 18px;
        padding: 12px 2%;
        max-width: 250px;
    }
    footer .grid33 { text-align: center; }
    footer .grid33 .right { text-align: center; }
    footer .grid33 .imgRight {
        float: none;
        width: 100%;
    }
    .formIn {
        width: 90%;
        margin-right: 0;
        padding: 12px 2%;
    }
    textarea {
        width: 90%;
        margin-right: 0;
        padding: 5px 2%;
    }

    .block ul li { background: none; }
    .imgRight {
        width: 50% !important;
        max-width: 50%;
    }
    .large { font-size: 1.0em;} 
    .heroHeadline { 
		padding: 140px 5%;
    }
    .heroHeadline h1 { font-size: 3.5em; }
    .heroHeadline p { line-height: 1.2em; }
    .heroHeadline2 { 
		padding: 40px 5%;
    }
    .heroHeadline2 p { line-height: 1.2em; }
    .firstContent .inner { padding-top: 20px; }
    .firstContent .grid50 { width: 50%; }


/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}

/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Used Caterpillar Engines"; }
	td:nth-of-type(2):before { content: "Used Cummins Engines"; }
	td:nth-of-type(3):before { content: "Used Detroit Diesel Engines"; }
	td:nth-of-type(4):before { content: "Used Mack Engines"; }
	td:nth-of-type(5):before { content: "Used Navistar/International Engines"; }
	td:nth-of-type(6):before { content: "Used Komatsu Engines"; }
	td:nth-of-type(7):before { content: "Used John Deere Engines"; }
        .thumbsUp {  padding-top:0px; }
        .orangeBG { padding: 10px 0 70px 0; }
   .imgThumb { text-align: center; }
   /*.tagline { display: none; }*/
   .info .innerL { 
      border-right: none; 
      margin: 10px;
      padding: 10px;
   }
   .info .innerR { 
      border-left: none; 
      margin: 10px;
      padding: 10px;
   }
   .orangeBG .grid20 { width: 100%; float: none; }
   .thumbsUpL { float: left; }
   .innerR {
       margin: 10px;
       padding: 10px;
   }
   .innerL {
       margin: 10px;
       padding: 10px;
   }
   .ht140 {
     height: auto;
   }
   .mobTel { 
       display: block;
       clear: both;
       position: fixed;
       top: 100px;
       width: 100%;
       line-height: 38px;
       background: #000;
       border-bottom: 1px solid #dd821a;
       text-align: center;
   }
   .mobTel a:hover { color: #FFF; }
   .mobTel a:active { color: #FFF; }
   .mobTel a:visited { color: #FFF; }
   .contentImg { margin-top: 139px; }
    .tagline { display: none; }
   .container { margin-top: 139px; }
   .gallery-thmb { width: 25%; }
   #hero2024 { padding: 30px 0; }
   #alliantPower { padding: 40px 0 50px; }
   .flex-container { 
       flex-direction: column;
   }
   .flex-child { 
       float: none;
       width: 100%;
   }
   .flex-container-2 { 
       flex-direction: column;
   }
   .flex-child-1 {
	   width: 100%;
	   padding: 120px 0 20px;
	}
	.flex-child-2 {
	   width: 100%;
	   padding: 20px 0;
	}
	#alliantPower .flex-container { padding: 80px 50px; }
	.contentCont { margin-top: 100px; }
	#product { margin-top: 140px; }
	.prodDet { height: auto; }
}

/*	N. RESPONSIVE STYLING: 768 - 959 WINDOWS
	. . . . . . . . . . . . . . . . . . . . */
	
@media only screen and (min-width: 768px) and (max-width: 959px) {
    body {
        background: #FFF;
        background-image: none;
        font-size: 1.25em;
    }
    .bodyWrap {}
    .mainContain {  width: 90%; }
    .video { display: none; }
    #videoMessage {
        top: 176px;
    }
    #hero { display: block; }
    header { position: relative; }
    .logo {
        float: left;
        width: 70%;
        margin: 0;
        text-align: left;
    }
    .logo img { float: left; max-height: 100px; }
    .socialCont { display: none; }
    .tele { display: none; }
	.menuCont { height: 20px; }
    .menu { display: none; }
    .subHeadContain { display: none; }
    .subHead { display: none; }
    .menuBadge {
        display: block;
        float: right;
        width: 20%;
        padding-top: 20px;
    }
    .menuBadge img { float: right; }
    #navigation {
        clear: left;
        margin: 0 auto;
        position: absolute;
        z-index: 10000;
        top: 101px;
        right: 0;
        display: block;
        font-weight: normal;
        width: 40%;
        background: rgba(0, 0, 0, 1.0);
    }

    #hiddenMenu {
        position: relative;
        z-index: 10000;
        width: 100%;
        margin: 0 auto;
        clear: both;

        padding: 20px 0;
        border-bottom: 4px solid #000;
        font-size: 1.2em;
    }
    #hiddenMenu ul {
        clear: left;
        list-style: none;
        padding: 20px 0;
        width: 100%;
    }
    #hiddenMenu ul li {
        float: left;
        width: 90%;
        margin: 0 5%;
        line-height: 2.2em;
        border-bottom: 1px solid #444;
        font-weight: bold;
        padding: 0;
    }

    #hiddenMenu ul li a { color: #FFF; }
    .grid67 { width: 100%; }
    .grid60 { width: 100%; }
    .grid50 { width: 100%; }
    .grid40 { float: none; width: 100%; }
    .grid33 { width: 100%; }
    .grid30 { width: 100%; float: none; }
    .grid70 { width: 100%; }
    .inner {
        margin: 0;
        padding: 10px;
    }
    .innerR {
        margin: 10px;
        padding: 10px;
    }
    .innerL {
        margin: 10px;
        padding: 10px;
    }
    .formIn { padding: 12px 2%; }
    .cfContact {
        font-size: 18px;
        padding: 12px 2%;
        max-width: 250px;
    }
    footer .grid33 { text-align: center; }
    footer .grid33 .right { text-align: center; }
    footer .imgRight {
        float: none;
        width: 100%;
    }
    .postInfo .grid40 { width: 40%; }
    .postInfo .grid40 h4 { font-size: 1.2em; }
    .postInfo .grid60 { width: 60%; }
    .socialMenu { 
    	width: 90%;
    	padding: 10px 5%;
    	background: #000;
    }
    .large { 
		font-size: 1.0em;
	} 
    .heroHeadline { 
		padding: 160px 0; 
	}
    .heroHeadline p { line-height: 1.2em; }
    .heroHeadline2 { 
		padding: 120px 0; 
	}
    .heroHeadline2 p { line-height: 1.2em; }
    article.dittoPost { width: 100%; }
    .thumbsUp {  padding-top:0px; }
    .orangeBG { padding: 10px 0 70px 0; }
   .ht140 { height: auto; }
   .ht100 { height: auto; padding-top:15px; }
   .ht50 { height: auto; }
   .imgThumb { text-align: center; }
   #testimonials { height: 340px; }
   .info .innerL { border-right: none; }
   .info .innerR { border-left: none; }
   .mobTel { 
       display: block;
       clear: both;
       line-height: 38px;
       background: #000;
       border-bottom: 1px solid #dd821a;
       text-align: center;
   }
   .mobTel a:onfocus { color: #FFF; }
   .demo-2 .sl-slider h1 {
       font-size: 3.25em;
   }
}

/*	N2. RESPONSIVE STYLING: 1450 - 3000 WINDOWS
	. . . . . . . . . . . . . . . . . . . . */
	
@media only screen and (min-width: 1450px) and (max-width: 3000px) {

    .firstContent { 
       height: 750px; 
       font-size: 1.2em;
    }

}

/*	O. HEADERS
	. . . . . . . . . . . . . . . . . . . . */
h1,
h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    font-weight: 300;
    margin: 0px;
}

h1 {
    font-size: 3.0em;
    color: #dd821a;
    padding: 20px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
}

h2 {
    font-size: 2.55em;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding:15px 0;
    margin-top: 0;
}

h3 {
    font-size: 2.125em;
    color: #000;
    padding: 15px 0 15px 0;
    line-height: 1.1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
}

h4 {
    font-size: 1.5em;
    color: #444;
    line-height: 1.1em;
    margin: 2px 0 12px 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
}

h5 {
    font-size: 1.25em;
    color: #dd821a;
    margin: 7px 0 5px;
    font-weight: 400 !important;
    font-family: 'Open Sans', sans-serif;
}

h2 a { font-weight:300; }
h3 a { font-weight:300; }
h4 a { font-weight:300; }
h5 a { font-weight:300; }

.featured h3 { font-weight:400 !important;color: #FFF; }

.subtitle { 
    font-size: 1.165em; 
    line-height: 1.3em;
}
.singleColumn h2 { text-transform: uppercase; }


/*	M. RESPONSIVE STYLING: 320 - 767 WINDOWS
	. . . . . . . . . . . . . . . . . . . . */
	
@media only screen and (min-width: 320px) and (max-width: 767px) {

   h1 { font-size: 1.5em; }
   h2 { font-size: 1.35em; }
   h3 { font-size: 1.25em; }
   h4 { font-size: 1.15em; }
}

/* Style The Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1110;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 1;
}
.dropdown-content p { 
    padding-top: 15px;
    line-height: 1.15em; 
    text-align: left;
}

/* Links inside the dropdown */
.dropdown-content p a {
    padding: 0 20px;
    line-height: 1.0em;
    text-decoration: none;
    display: block;
}

.nav .subHead .dropdown-content p a:hover { color: #F28F10; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #F28F10;
}
.affirm-2 { display: none; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .affirm { display: none; }
    .affirm-2 { 
        display: block;
        clear: both;
        position: fixed;
        width: 100%;
        height: 45px;
        line-height: 45px;
        top: 139px;
        background: #FFF;
        color: #000;
        margin: 0 auto;
    }
    .affirm-2 .mainContain { 
        vertical-align: middle;
        text-align: center;
    }
    .affirm-2 img { 
        height: 38px; 
    }
    .affirm-2 a { 
        color: #000; 

    }
}