html, body {
    background-color: #e2d9b6;
    color: #211f1f;
}

/* SCROLLBARS */

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #53391a #e0d9ba;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #e0d9ba;
}

*::-webkit-scrollbar-thumb {
    background-color: #53391a;
    border-radius: 20px;
    border: 3px solid #e0d9ba;
}



a,
a:visited {
    color: #cf8338;
    outline: none;
}

a:hover,
a:active {
    color: #78604b;
    text-decoration: none;
    outline: none;
}

a.nav,
a.nav:visited {
    color: #d48c45;
    font-size: 17px;  /* used to be 20 */
    text-decoration: underline;
    outline: none;
}

a.nav:hover,
a.nav:active {
    color: #fff;
    text-decoration: underline;
    outline: none;
}

a.nav2,
a.nav2:visited {
    color: #d48c45;
    font-size: 19px;  /* used to be 20 */
    text-decoration: none;
    outline: none;
}

a.nav2:hover,
a.nav2:active {
    color: #fff;
    text-decoration: none;
    outline: none;
}

#headerImageBlue {
    width: 100%;
    height: 590px;
    background: url("../img/ha1_header-blue.jpg") no-repeat center center;
}
#headerImageBrown {
    width: 100%;
    height: 590px;
    background: url("../img/ha1_header-brown.jpg") no-repeat center center;
}
#headerImageTan {
    width: 100%;
    height: 590px;
    background: url("../img/ha1_header-tan.jpg") no-repeat center center;
}
#headerImageRed {
    width: 100%;
    height: 590px;
    background: url("../img/ha1_header-red.jpg") no-repeat center center;
}
#headerImagePurple {
    width: 100%;
    height: 590px;
    background: url("../img/ha1_header-purple.jpg") no-repeat center center;
}
#headerImageGreen {
    width: 100%;
    height: 590px;
    background: url("../img/ha1_header-green.jpg") no-repeat center center;
}
#headerImageAqua {
    width: 100%;
    height: 590px;
    background: url("../img/ha1_header-aqua.jpg") no-repeat center center;
}
#headerImageGrey {
    width: 100%;
    height: 590px;
    background: url("../img/ha1_header-grey.jpg") no-repeat center center;
}
#headerImageOrange {
    width: 100%;
    height: 590px;
    background: url("../img/ha1_header-orange.jpg") no-repeat center center;
}
#vidheaderImage {
    width: 100%;
    height: 590px;
    background: url("../img/ha1_vidheader-bg.jpg") no-repeat center center;
}
#ALHeadlineIntro {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 85px;
    background: url("../img/ha1_title_intro.png") no-repeat;
}
#ALHeadlineExpertise {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 125px;
    background: url("../img/ha1_title_expertise.png") no-repeat;
}
#ALHeadlineProjects {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 125px;
    background: url("../img/ha1_title_projects.png") no-repeat;
}
#ALHeadlineApproach {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 125px;
    background: url("../img/ha1_title_approach.png") no-repeat;
}
#ALHeadlineNews {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 125px;
    background: url("../img/ha1_title_news.png") no-repeat;
}
#ALHeadlineServices {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 125px;
    background: url("../img/ha1_title_support.png") no-repeat;
}
#ALHeadlineClients {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 125px;
    background: url("../img/ha1_title_clients.png") no-repeat;
}
#ALHeadlineContact {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 125px;
    background: url("../img/ha1_title_contact.png") no-repeat;
}
#ALSubtext {
    color: #f2ede3;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 1.0em;
}
#ALSubtextDark {
    color: #ca8848;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 1.0em;
    font-weight: bold;
}
#pickUpTools {
    margin-bottom: 24px;
    text-align: center;
}
#freeDownload {
    position: absolute;
    left: 0;
    bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}
.section p {
    text-align: left;
    width: 405px;
    font-size: 18px;
}
.sectionHead p {
    position: absolute;
    text-align: right;
    right: 0px;
    bottom: 22px;
    margin: 0;
    padding: 0;
    color: #c94a00;
    font-size: 13px;
}
.sectionTitle {
    margin-top: 38px;
}
.sectionDescription {
    width: auto;
    margin-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 22px;
    clear: both;
}
.sectionNews {
    width: auto;
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 32px;
    clear: both;
    background-color: #fcfcfc;
}

/*--- Video PopUp ---*/
#toolsVideoShield {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}
#toolsVideo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 450px;
    margin-left: -400px;
    margin-top:  -225px;
}
#videoPopup {
    position: absolute;
    left: 500px;
    top: 180px;
    width: 188px;
    height: 128px;
    background: url("../img/ha1_video-play-icon.png") no-repeat left;
    cursor: pointer;
    border-radius: 2px;
    -webkit-animation: shadow-pulse 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
}
#videoPopup:hover,
#videoPopup:active,
#videoPopup.active {
    background: url("../img/ha1_video-play-icon.png") no-repeat right;
}
#videoPopupClose {
    height: 22px;
    width: 23px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/video-popup-close.jpg") no-repeat left;
}
#videoPopupClose:hover {
    background: url("../img/video-popup-close.jpg") no-repeat right;
}
/* helper animation to pulse shadow: */
@-webkit-keyframes shadow-pulse {
    0% { box-shadow: 0 0 1em black; }
    50% { box-shadow: 0 0 2em black; }
    100% {box-shadow: 0 0 1em black; }
}
/*--- End Video Popup ---*/




/*--- Feature Sections (3 Column layout) ---*/
.featureSection {
}
.featureRow {
    width: 100%;
    margin-bottom:20px;
}
.featureUnit3Column {
    min-height: 100px;
    width: 28.0%;
    margin-right: 2.4%;
    margin-left: 2.8%;
    float: left;
}
.featureUnit3Column h3 {
    margin-top:10px;
    margin-bottom:0px;
}

.featureUnit3Column p {
    width: 100%;
    text-align: left;
}
/*--- End Feature Sections ---*/




/*--- Tools Section ---*/

#tools img.mixer {
    padding-top: 73px;      /* 275px vertical space - 202px image height */
    padding-left: 37px;     /* (275px horizontal space - 201px image width) / 2 */
}

/*--- End Tools Section ---*/

/* --- Interface --- */
#interface {
}
#interfaceDemp {
    position: absolute;
    width: 546px;
    height: 429px;
    left: -142px;
    top: 25px;
    background-image: url("../img/ipad-frame.png");
    z-index: 2;
}
#interfaceHand {
    display: none;
    position: absolute;
    z-index: 20;
    top: 186px;
    left: 85px;
    width: 255px;
    height: 387px;
    background: url("../img/interface-hand.png");
    pointer-events: none;
        /* so clicks/drags go through. XXX no IE8! TODO work in IE9? */
}
.buttons {
    margin: 0;
    position: absolute;
    top: 482px;
    left: 86px;
    z-index: 21;
}
#interface .sectionLeft {
    margin-top: 10px;
}
#interface .sectionRight {
    float: right;   /* TODO why isn't this the default...? */
    margin-top: 60px;
}
#interface .sectionRight p {
    margin: 2em 0;
}
#interface .featureSection {
    margin-top: 538px;
}
/*--- End interface ---*/


/*--- Get Ideas Out ---*/
#sharing {
    min-height: 600px;  /* not the default of 723px from shared.css */
}
#sharing .sectionRight {
    float: right;   /* TODO why isn't this the default...? */
    margin-top: 40px;
}
#sharing .sectionRight p {
    margin: 3em 0 0;
}
#sharing .featureSection {
    margin-top: 713px;
}
/*--- End Get Ideas Out ---*/


/*--- Get Pogo SEE GUIDE ---*/
#buyStylus, #pogoConnectSee {
    display: block;
    width: 148px;
    height: 50px;
    overflow: hidden;
    color: transparent;
    text-indent: 9999em;
}
#buyStylus:hover, #pogoConnectSee:hover {
    background-position: 0 -50px;
}
#pogoConnectSee {
    background-image: url("../img/ha1_see-guide.png");
}
/*--- End Pogo ---*/


/*--- Get Pogo CONTACT INFO ---*/
#buyStylus, #pogoConnectInfo {
    display: block;
    width: 148px;
    height: 50px;
    overflow: hidden;
    color: transparent;
    text-indent: 9999em;
}
#buyStylus:hover, #pogoConnectInfo:hover {
    background-position: 0 -50px;
}
#pogoConnectInfo {
    background-image: url("../img/ha1_contact-info.png");
}
/*--- End Pogo ---*/


/*--- Get Pogo LEARN MORE ---*/
#buyStylus, #pogoConnectLearn {
    display: block;
    width: 148px;
    height: 50px;
    overflow: hidden;
    color: transparent;
    text-indent: 9999em;
}
#buyStylus:hover, #pogoConnectLearn:hover {
    background-position: 0 -50px;
}
#pogoConnectLearn {
    background-image: url("../img/ha1_learn-more.png");
}
/*--- End Pogo ---*/


/*--- Get Pogo READ MORE ---*/
#buyStylus, #pogoConnectRead {
    display: block;
    width: 148px;
    height: 50px;
    overflow: hidden;
    color: transparent;
    text-indent: 9999em;
}
#buyStylus:hover, #pogoConnectRead:hover {
    background-position: 0 -50px;
}
#pogoConnectRead {
    background-image: url("../img/ha1_read-more.png");
}
/*--- End Pogo ---*/


/*--- Get Pogo NEXT PAGE ---*/
#buyStylus, #pogoConnectNextPage {
    display: block;
    width: 148px;
    height: 76px;
    overflow: hidden;
    color: transparent;
    text-indent: 9999em;
}
#buyStylus:hover, #pogoConnectNextPage:hover {
    background-position: 0 -76px;
}
#pogoConnectNextPage {
    background-image: url("../img/ha1_next-page.png");
}
/*--- End Pogo ---*/


/*--- Resolution Tweaks ---*/
@media only screen and (max-height: 540px) {
    #toolsVideo {
        width: 640px;
        height: 360px;
        margin-left: -320px;
        margin-top: -180px;
    }
}
/*--- End Resolution Tweaks ---*/

/*--- Form Parameters ---*/

.formtext 	{
		color: #888888;
		background-color: #eeeeee;
		font-size: 15pt;
		font-family: Tahoma,Arial,Helvetica,Avenir,Sans-Serif;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		text-transform: none;
		text-decoration: none;
		}
		
/*--- End Form Parameters ---*/
