.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
}

#footerContainer {
    float: left;
    height: 249px;
    clear: none;
    width: 100%;
    position: static;
    top: 0px;
    left: 0px;
    background-color: rgb(38, 78, 255);
    margin-top: 0px;
    margin-left: -100%;
}

#footerBGoverlay {
    float: left;
    height: 249px;
    clear: both;
    width: 100%;
    position: static;
    top: 0px;
    left: 0px;
    display: block;
    background-color: rgb(38, 78, 255);
    background-image:url("img/covertFrame.jpg");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.17;
    z-index: 1;
    margin-top: 0px;
    margin-left: 0%;
    margin-right: 0px;
}

#headerContainer {
    float: left;
    height: 75px;
    clear: none;
    width: 100%;
    background-color: rgb(126, 0, 178);
    padding-bottom: 0px;
    padding-top: 0px;
    display: block;
    position: static;
    top: 0px;
    left: 0px;
}

#mainImage {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    clear: both;
    color: rgb(0, 0, 0);
    min-width: 0px;
    position: static;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
}

#mtbalaskaLogo {
    float: left;
    width: 343px;
    max-width: none;
    height: 183px;
    clear: none;
    color: rgb(0, 0, 0);
    position: absolute;
    top: 5px;
    left: auto;
    z-index: 1;
    right: 0.2px;
    display: block;
}

#footerContainerInner {
    float: left;
    height: 195px;
    clear: none;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2;
    margin-top: 27px;
    margin-left: 0%;
    margin-right: 0%;
    min-width: 0px;
}

#footerTitle {
    float: left;
    font-size: 1.6em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: "Ubuntu";
	font-weight: 700;
    position: static;
    top: 0px;
    left: 0px;
    margin-top: 15px;
    margin-left: 2%;
}

#footerGroup1 {
    float: left;
    font-size: 1.2em;
    width: 26%;
    height: auto;
    text-align: left;
    font-weight: 200;
    line-height: 1.5em;
    clear: both;
    min-height: 84px;
    color: rgb(255, 255, 255);
    position: static;
    top: 0px;
    left: 0px;
    margin-top: 22px;
    margin-left: 3.999473%;
}

#footerGroup2 {
    float: left;
    font-size: 1.2em;
    width: 24%;
    height: auto;
    text-align: left;
    font-weight: 200;
    line-height: 1.5em;
    margin-left: 4%;
    margin-top: 22px;
    clear: none;
    min-height: 84px;
    color: rgb(255, 255, 255);
}

#footerGroup3 {
    float: left;
    font-size: 1.2em;
    width: 24%;
    height: auto;
    text-align: left;
    font-weight: 200;
    line-height: 1.5em;
    margin-left: 4%;
    margin-top: 22px;
    clear: none;
    min-height: 84px;
    color: rgb(255, 255, 255);
}

#featuredContainer {
    float: left;
    height: auto;
    clear: none;
    width: 100%;
    background-color: rgb(52, 49, 49);
    position: static;
    top: 0px;
    left: 0px;
    z-index: 1;
    min-width: 0px;
    background-image:url("img/gear.svg");
    background-position: 63% 54%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 77%;
    background-size: 77%;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    min-height: 0px;
}

#sessionFeaturedTitle {
    float: none;
    font-size: 2.5em;
    width: 85%;
    height: auto;
    text-align: center;
    font-weight: 300;
    line-height: 1em;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    min-height: 46px;
    color: rgb(255, 255, 255);
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-top-style: none;
    border-top-width: 1px;
    border-right-style: dashed;
    border-right-width: 1px;
    border-left-style: dashed;
    border-left-width: 1px;
    padding-bottom: 0px;
    margin-right: auto;
    text-shadow: rgb(245, 64, 64) 2px 2px 7px;
}

#sessionOrangeContainer {
    float: left;
    height: 430px;
    clear: none;
    width: 70%;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgb(239, 121, 35);
    overflow-y: hidden;
    overflow-x: hidden;
    padding-bottom: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#sessionGreenContainer {
    float: left;
    height: 430px;
    clear: none;
    width: 30%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: rgb(90, 198, 76);
    overflow-y: hidden;
    overflow-x: hidden;
}

#sessionBlueContainer {
    float: left;
    height: 430px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 33.4%;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: rgb(30, 73, 191);
    overflow-y: hidden;
    overflow-x: hidden;
}

#sessionBrownContainer {
    float: left;
    height: 430px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 33.3%;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: rgb(44, 42, 16);
    overflow-x: hidden;
    overflow-y: hidden;
}

#sessionRedContainer {
    float: left;
    height: 430px;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    width: 33.3%;
    margin-right: 0px;
    background-color: rgb(245, 53, 90);
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 0px;
}

#sessionBrownImage {
    float: none;
    height: 152px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 90%;
    background-image:url("img/sessionCassette.jpg");
    background-position: 0% 70%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 100%;
    background-size: 100%;
    border-bottom-color: rgb(137, 0, 194);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-right: auto;
    display: block;
}

#sessionBrownText {
    float: none;
    font-size: 1.2em;
    width: 90%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.2em;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    min-height: 0px;
    color: rgb(186, 182, 134);
    overflow-y: visible;
    overflow-x: visible;
    margin-right: auto;
}

#sessionRedImage {
    float: none;
    height: 152px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 90%;
    border-bottom-color: rgb(137, 0, 194);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background-image:url("img/sessionFrame.jpg");
    background-position: 73% 70%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 140%;
    background-size: 140%;
    margin-right: auto;
    display: block;
}

#sessionRedText {
    float: none;
    font-size: 1.2em;
    width: 90%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.2em;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    min-height: 0px;
    color: rgb(61, 6, 16);
    margin-right: auto;
}

#sessionBlueImage {
    float: none;
    height: 152px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 90%;
    border-bottom-color: rgb(137, 0, 194);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background-image:url("img/sessionShock.jpg");
    background-position: 44% 5%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 120%;
    background-size: 120%;
    margin-right: auto;
    display: block;
}

#sessionBlueText {
    float: none;
    font-size: 1.2em;
    width: 90%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.2em;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    min-height: 0px;
    color: rgb(209, 213, 225);
    margin-right: auto;
}

#sessionGreenImage {
    float: none;
    height: 152px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 90%;
    border-bottom-color: rgb(137, 0, 194);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-right: auto;
    background-image:url("img/sessionGuide.jpg");
    background-position: 70% 60%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 155%;
    background-size: 155%;
    display: block;
}

#sessionGreenText {
    float: none;
    font-size: 1.2em;
    width: 90%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.2em;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    min-height: 0px;
    color: rgb(12, 69, 4);
    margin-right: auto;
}

#sessionOrangeImage {
    float: none;
    height: 195px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 95%;
    border-bottom-color: rgb(137, 0, 194);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-right: auto;
    background-image:url("img/sessionFrontView.jpg");
    background-position: 40% 55%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 120%;
    background-size: 120%;
    display: block;
}

#sessionOrangeText {
    float: none;
    font-size: 1.2em;
    width: 95%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.2em;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    min-height: 0px;
    color: rgb(235, 227, 218);
    margin-right: auto;
}

#hoodooContainer {
    float: left;
    height: 84px;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
    min-width: 0px;
}

#hoodooText {
    float: left;
    font-size: 2.5em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: none;
    min-height: 48px;
    min-width: 0px;
    color: rgb(51, 51, 51);
}

#headerTop {
    float: left;
    height: 5px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-color: rgb(113, 229, 41);
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
}

#sessionYellowContainer {
    float: left;
    height: 430px;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    width: 30%;
    margin-right: 0px;
    margin-bottom: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: rgb(237, 226, 79);
}

#sessionYellowImage {
    float: none;
    height: 152px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 90%;
    border-bottom-color: rgb(137, 0, 194);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-right: auto;
    background-image:url("img/sessionRotor.jpg");
    background-position: 48% 72%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 126%;
    background-size: 126%;
    display: block;
}

#sessionYellowText {
    float: none;
    font-size: 1.2em;
    width: 90%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.2em;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    min-height: 0px;
    color: rgb(78, 73, 24);
    overflow-y: visible;
    overflow-x: visible;
    margin-right: auto;
}

#sessionPurpleContainer {
    float: left;
    height: 430px;
    clear: none;
    width: 70%;
    position: static;
    top: 0px;
    left: 0px;
    z-index: 1;
    min-width: 0px;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-top: 0px;
    margin-left: 0px;
    background-color: rgb(126, 0, 178);
    margin-right: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#sessionPurpleImageCont {
    float: none;
    height: 195px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 95%;
    border-bottom-color: rgb(137, 0, 194);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-right: auto;
}

#sessionPurpleText {
    float: none;
    font-size: 1.2em;
    width: 95%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.2em;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    margin-right: auto;
}



body {
    font-family: Open Sans;
}

#featuredSubTitle {
    float: none;
    font-size: 1.2em;
    width: 85%;
    height: auto;
    text-align: center;
    font-weight: 300;
    line-height: 1em;
    margin-left: auto;
    margin-top: 5px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-top-style: none;
    border-top-width: 0px;
    border-right-style: dashed;
    border-right-width: 0px;
    border-left-style: dashed;
    border-left-width: 0px;
    padding-bottom: 0px;
    margin-right: auto;
    display: block;
}

#sessionPurpleImageLeft {
    float: left;
    height: 195px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 50%;
    background-image:url("img/kaliLeft.jpg");
    background-position: 55% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 165%;
    background-size: 165%;
    display: block;
}

#sessionPurpleImageRight {
    float: left;
    height: 195px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 50%;
    background-image:url("img/kaliInside.jpg");
    background-position: 45% 82%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 175%;
    background-size: 175%;
    display: block;
}

#featuredSpecs {
    float: none;
    font-size: 2.3em;
    width: 85%;
    height: auto;
    text-align: center;
    font-weight: 300;
    line-height: 1em;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-top-style: none;
    border-top-width: 0px;
    border-right-style: dashed;
    border-right-width: 0px;
    border-left-style: dashed;
    border-left-width: 0px;
    padding-bottom: 0px;
    display: block;
    margin-bottom: 0px;
    margin-right: auto;
}

#featuredSpecsCont {
    float: none;
    height: auto;
    clear: none;
    width: 95%;
    min-height: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    position: relative;
    top: 0px;
    left: 0px;
}

#specGroup {
    float: left;
    font-size: 1.1em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    color: rgb(245, 64, 64);
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-right: 0px;
    margin-bottom: 0px;
}

#specItem {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specDesc {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specItem1 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
}

#specDesc1 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specItem2 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
}

#specDesc2 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specGroup1 {
    float: left;
    font-size: 1.1em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    color: rgb(245, 64, 64);
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
}

#specItem3 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specDesc3 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specItem4 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
}

#specDesc4 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specGroup2 {
    float: left;
    font-size: 1.1em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    color: rgb(245, 64, 64);
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
}

#specItem5 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specDesc5 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specItem6 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
}

#specDesc6 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specItem7 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
}

#specDesc7 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specItem8 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
}

#specDesc8 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specItem9 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
}

#specDesc9 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specGroup3 {
    float: left;
    font-size: 1.1em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    color: rgb(245, 64, 64);
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
}

#specItem10 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specDesc10 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specItem11 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
}

#specDesc11 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specItem12 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
}

#specDesc12 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specItem13 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
}

#specDesc13 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specItem14 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
}

#specDesc14 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specItem15 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
}

#specDesc15 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specItem16 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
}

#specDesc16 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#specItem17 {
    float: left;
    font-size: 1.1em;
    width: 30%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: rgb(68, 68, 68);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
}

#specDesc17 {
    float: left;
    font-size: 1.1em;
    width: 70%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(244, 243, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(68, 68, 68);
    margin-bottom: 0px;
}

#featuredStory {
    float: none;
    font-size: 2.3em;
    width: 85%;
    height: auto;
    text-align: center;
    font-weight: 300;
    line-height: 1em;
    margin-left: auto;
    margin-top: 40px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-top-style: none;
    border-top-width: 0px;
    border-right-style: dashed;
    border-right-width: 0px;
    border-left-style: dashed;
    border-left-width: 0px;
    padding-bottom: 0px;
    display: block;
    margin-bottom: 0px;
    margin-right: auto;
}

#plusSignSpecs {
    float: left;
    width: auto;
    height: auto;
    clear: none;
    color: rgb(0, 0, 0);
    position: absolute;
    top: -56px;
    left: 0px;
    max-width: 30px;
    display: block;
    bottom: auto;
}

#featuredTextCont {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    width: 95%;
    margin-right: auto;
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
}

#plusSignStory {
    float: left;
    width: auto;
    height: auto;
    clear: none;
    color: rgb(0, 0, 0);
    position: absolute;
    top: -56px;
    left: 0px;
    max-width: 30px;
    display: block;
    bottom: auto;
}

#featuredText {
    float: none;
    font-size: 1.2em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.3em;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    position: static;
    top: 0px;
    left: 0px;
    margin-right: auto;
    visibility: visible;
}

#textspan1 {
    float: none;
    font-size: 0.8em;
    line-height: 1em;
    color: rgb(211, 57, 239);
}

#textspan {
    float: none;
    font-size: 0.8em;
    line-height: 1em;
    color: rgb(0, 255, 64);
}

#textspan2 {
    float: none;
    font-size: 0.8em;
    line-height: 1em;
    color: rgb(0, 255, 64);
}

#sessionLightBlueContainer {
    float: left;
    height: 430px;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    width: 33.3%;
    margin-right: 0px;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 0px;
    display: block;
    background-color: rgb(56, 208, 228);
}

#sessionLightBlueImage {
    float: none;
    height: 152px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 90%;
    border-bottom-color: rgb(137, 0, 194);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-right: auto;
    background-image:url("img/sessionEvoLink.jpg");
    background-position: 70% 40%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 130%;
    background-size: 130%;
    display: block;
}

#sessionLightBlueText {
    float: none;
    font-size: 1.2em;
    width: 90%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.2em;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    min-height: 0px;
    color: rgb(10, 63, 70);
    margin-right: auto;
}

#sessionBriOrangeContainer {
    float: left;
    height: 430px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 33.3%;
    margin-right: 0px;
    margin-bottom: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
    background-color: rgb(242, 85, 15);
}

#sessionBriOrangeImage {
    float: none;
    height: 152px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 90%;
    border-bottom-color: rgb(137, 0, 194);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-right: auto;
    background-image:url("img/sessionWheelset.jpg");
    background-position: 0% 60%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 120%;
    background-size: 120%;
    display: block;
}

#sessionBriOrangeText {
    float: none;
    font-size: 1.2em;
    width: 90%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.2em;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    min-height: 0px;
    color: rgb(253, 223, 210);
    overflow-y: visible;
    overflow-x: visible;
    margin-right: auto;
}

#sessionPinkContainer {
    float: left;
    height: 430px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 33.4%;
    margin-right: 0px;
    margin-bottom: 0px;
    overflow-y: hidden;
    overflow-x: hidden;
    display: block;
    background-color: rgb(224, 60, 193);
}

#sessionPinkImage {
    float: none;
    height: 152px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 90%;
    border-bottom-color: rgb(137, 0, 194);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-right: auto;
    background-image:url("img/sessionHeadset.jpg");
    background-position: 75% 55%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 150%;
    background-size: 150%;
    display: block;
}

#sessionPinkText {
    float: none;
    font-size: 1.2em;
    width: 90%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.2em;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    min-height: 0px;
    color: rgb(248, 208, 240);
    margin-right: auto;
}

#sessionDrkPurpleContainer {
    float: left;
    height: 430px;
    clear: none;
    width: 70%;
    margin-left: 0px;
    margin-top: 0px;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-bottom: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
    background-color: rgb(51, 32, 59);
}

#sessionDrkPurpleImage {
    float: none;
    height: 195px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 95%;
    border-bottom-color: rgb(137, 0, 194);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-right: auto;
    background-image:url("img/sessionSideView.jpg");
    background-position: 40% 55%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: block;
}

#sessionDrkPurpleText {
    float: none;
    font-size: 1.2em;
    width: 95%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.2em;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    min-height: 0px;
    color: rgb(203, 178, 213);
    margin-right: auto;
}

#sessionBriRedContainer {
    float: left;
    height: 430px;
    clear: none;
    width: 30%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow-y: hidden;
    overflow-x: hidden;
    display: block;
    background-color: rgb(212, 1, 1);
}

#sessionBriRedImage {
    float: none;
    height: 152px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 90%;
    border-bottom-color: rgb(137, 0, 194);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-right: auto;
    background-image:url("img/sessionRearCloseView.jpg");
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: block;
}

#sessionBriRedText {
    float: none;
    font-size: 1.2em;
    width: 90%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.2em;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 205, 205);
    margin-right: auto;
}

#featuredSpecsBox {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
}

@media only screen and (max-width: 960px) {
    #sessionOrangeText {
        font-size: 1.2em;
    }

    #sessionGreenText {
        font-size: 1.2em;
    }

    #sessionYellowText {
        font-size: 1.2em;
    }

    #sessionPurpleText {
        font-size: 1.2em;
    }

    #sessionRedText {
        font-size: 1.2em;
    }

    #sessionBrownText {
        font-size: 1.2em;
    }

    #sessionBlueText {
        font-size: 1.2em;
    }

    #featuredText {
        font-size: 1.2em;
    }

    #sessionLightBlueText {
        font-size: 1.2em;
    }

    #sessionBriOrangeText {
        font-size: 1.2em;
    }

    #sessionPinkText {
        font-size: 1.2em;
    }

    #sessionDrkPurpleText {
        font-size: 1.2em;
    }

    #sessionBriRedText {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 768px) {
    #sessionOrangeText {
        line-height: 1.2em;
        font-size: 1.1em;
    }

    #sessionGreenText {
        line-height: 1.2em;
        font-size: 1.1em;
    }

    #sessionYellowText {
        line-height: 1.2em;
        font-size: 1.1em;
    }

    #sessionPurpleText {
        line-height: 1.2em;
        font-size: 1.1em;
    }

    #sessionRedText {
        line-height: 1.2em;
        font-size: 1.1em;
    }

    #sessionBrownText {
        line-height: 1.2em;
        font-size: 1.1em;
    }

    #sessionBlueText {
        line-height: 1.2em;
        font-size: 1.1em;
    }

    #featuredSubTitle {
        margin-top: 0px;
    }

    #featuredText {
        clear: none;
        font-size: 1.2em;
    }

    #sessionLightBlueText {
        line-height: 1.2em;
        font-size: 1.1em;
    }

    #sessionBriOrangeText {
        line-height: 1.2em;
        font-size: 1.1em;
    }

    #sessionPinkText {
        line-height: 1.2em;
        font-size: 1.1em;
    }

    #sessionDrkPurpleText {
        line-height: 1.2em;
        font-size: 1.1em;
    }

    #sessionBriRedText {
        line-height: 1.2em;
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 673px) {
    #sessionPurpleText {
        font-size: 1.1em;
    }

    #sessionOrangeText {
        font-size: 1.1em;
    }

    #sessionGreenText {
        font-size: 1.1em;
    }

    #sessionRedText {
        font-size: 1.1em;
    }

    #sessionBrownText {
        font-size: 1.1em;
    }

    #sessionBlueText {
        font-size: 1.1em;
    }

    #sessionYellowText {
        font-size: 1.1em;
    }

    #featuredText {
        font-size: 1.2em;
        height: auto;
    }

    #sessionLightBlueText {
        font-size: 1.1em;
    }

    #sessionBriOrangeText {
        font-size: 1.1em;
    }

    #sessionPinkText {
        font-size: 1.1em;
    }

    #sessionDrkPurpleText {
        font-size: 1.1em;
    }

    #sessionBriRedText {
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 568px) {
    #mtbalaskaLogo {
        height: auto;
        width: 152px;
    }

    #headerContainer {
        height: 51px;
    }

    

    #sessionFeaturedTitle {
        font-size: 2.2em;
    }

    #sessionYellowContainer {
        float: left;
        clear: none;
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }

    #sessionOrangeContainer {
        clear: both;
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }

    #sessionPurpleContainer {
        clear: none;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
        width: 100%;
        height: auto;
    }

    #sessionRedContainer {
        clear: both;
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }

    #hoodooContainer {
        margin-top: 0px;
        margin-left: 0%;
        clear: both;
        height: 75px;
    }

    #footerBGoverlay {
        margin-top: 0px;
        margin-left: 0%;
        clear: both;
        background-image:url("img/covertFrame.jpg");
        background-attachment: scroll;
        -webkit-background-size: 252%;
        background-size: 252%;
        background-color: rgb(38, 78, 255);
        background-position: 39.7% 50%;
        background-repeat: no-repeat no-repeat;
    }

    #footerContainer {
        margin-top: 0px;
        margin-left: -100%;
        clear: none;
    }

    #sessionGreenContainer {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }

    #sessionBlueContainer {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }

    #sessionBrownContainer {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }

    #sessionPurpleImageCont {
        margin-top: 13px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
        float: none;
    }

    #sessionPurpleText {
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
        clear: none;
        float: none;
        font-size: 1.1em;
        line-height: 1.2em;
    }

    #hoodooText {
        font-size: 2.2em;
        margin-top: 15px;
    }

    #footerGroup1 {
        font-size: 1.1em;
    }

    #footerGroup2 {
        font-size: 1.1em;
    }

    #footerGroup3 {
        font-size: 1.1em;
    }

    #footerContainerInner {
        width: 100%;
        margin-left: 0%;
    }

    #headerTop {
        height: 3px;
    }

    #sessionOrangeText {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    #sessionGreenText {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    #sessionYellowText {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    #sessionRedText {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    #sessionBrownText {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    #sessionBlueText {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    #featuredContainer {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
    }

    #sessionPurpleImageRight {
        background-image:url("img/kaliInside.jpg");
        background-position: 45% 82%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        -webkit-background-size: 240%;
        background-size: 240%;
    }

    #sessionPurpleImageLeft {
        background-image:url("img/kaliLeft.jpg");
        background-position: 55% 55%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        -webkit-background-size: 196%;
        background-size: 196%;
    }

    #specItem {
        width: 100%;
        padding-bottom: 0px;
        border-bottom-style: none;
        border-bottom-width: 0px;
        font-size: 1em;
    }

    #specDesc {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem1 {
        width: 100%;
        border-bottom-style: none;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        font-size: 1em;
    }

    #specDesc1 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem2 {
        width: 100%;
        border-bottom-style: none;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        font-size: 1em;
    }

    #specDesc2 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem3 {
        width: 100%;
        padding-bottom: 0px;
        border-bottom-style: none;
        border-bottom-width: 0px;
        font-size: 1em;
    }

    #specDesc3 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem4 {
        width: 100%;
        border-bottom-style: none;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        font-size: 1em;
    }

    #specDesc4 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem5 {
        width: 100%;
        padding-bottom: 0px;
        border-bottom-style: none;
        border-bottom-width: 0px;
        font-size: 1em;
    }

    #specDesc5 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem6 {
        width: 100%;
        border-bottom-style: none;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        font-size: 1em;
    }

    #specDesc6 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem7 {
        width: 100%;
        border-bottom-style: none;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        font-size: 1em;
    }

    #specDesc7 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem8 {
        width: 100%;
        border-bottom-style: none;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        font-size: 1em;
    }

    #specDesc8 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem9 {
        width: 100%;
        border-bottom-style: none;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        font-size: 1em;
    }

    #specDesc9 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem10 {
        width: 100%;
        padding-bottom: 0px;
        border-bottom-style: none;
        border-bottom-width: 0px;
        font-size: 1em;
    }

    #specDesc10 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem11 {
        width: 100%;
        border-bottom-style: none;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        font-size: 1em;
    }

    #specDesc11 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem12 {
        width: 100%;
        border-bottom-style: none;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        font-size: 1em;
    }

    #specDesc12 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem13 {
        width: 100%;
        border-bottom-style: none;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        font-size: 1em;
    }

    #specDesc13 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem14 {
        width: 100%;
        border-bottom-style: none;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        font-size: 1em;
    }

    #specDesc14 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem15 {
        width: 100%;
        border-bottom-style: none;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        font-size: 1em;
    }

    #specDesc15 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem16 {
        width: 100%;
        border-bottom-style: none;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        font-size: 1em;
    }

    #specDesc16 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specItem17 {
        width: 100%;
        border-bottom-style: none;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        font-size: 1em;
    }

    #specDesc17 {
        width: 100%;
        padding-top: 0px;
        font-size: 1em;
    }

    #specGroup {
        font-size: 1em;
    }

    #specGroup1 {
        font-size: 1em;
    }

    #specGroup2 {
        font-size: 1em;
    }

    #specGroup3 {
        font-size: 1em;
    }

    #featuredText {
        float: none;
        clear: none;
        font-size: 1.1em;
        height: auto;
    }

    #sessionLightBlueContainer {
        clear: both;
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }

    #sessionLightBlueText {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    #sessionBriOrangeContainer {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }

    #sessionBriOrangeText {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    #sessionPinkContainer {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }

    #sessionPinkText {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    #sessionDrkPurpleContainer {
        clear: both;
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }

    #sessionDrkPurpleText {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    #sessionBriRedContainer {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }

    #sessionBriRedText {
        font-size: 1.1em;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 320px) {
    #sessionPurpleText {
        margin-left: auto;
        margin-right: auto;
        font-size: 1em;
    }

    #sessionOrangeText {
        font-size: 1em;
    }

    #sessionGreenText {
        font-size: 1em;
    }

    #sessionYellowText {
        font-size: 1em;
    }

    #sessionRedText {
        font-size: 1em;
    }

    #sessionBrownText {
        font-size: 1em;
    }

    #sessionBlueText {
        font-size: 1em;
    }

    #featuredText {
        height: auto;
        font-size: 1em;
    }

    #sessionLightBlueText {
        font-size: 1em;
    }

    #sessionBriOrangeText {
        font-size: 1em;
    }

    #sessionPinkText {
        font-size: 1em;
    }

    #sessionDrkPurpleText {
        font-size: 1em;
    }

    #sessionBriRedText {
        font-size: 1em;
    }
}

