@charset "UTF-8";

/* CSS Document */


/* Layout */


/* simple reset */

html,
body,
div,
h2,
img {
    margin: 0;
    padding: 0;
    border: none;
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}


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

.cf {
    *zoom: 1;
}

body {
    font-family: "Merriweather Sans", Tahoma, sans-serif;
}

html,
body,
#contents {
    min-height: 100%;
    height: 100%;
}

html>body,
html>body #contents {
    height: auto !important;
}

#contents {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

#main {
    padding-bottom: 128px;
    /* Height of the footer */
    min-width: 450px;
    height: 100%;
    min-height: 100%;
    height: auto !important;
    position: relative;
}

.nav_main h2 {
    display: none;
}


/* for IE*/

#contents {
    height: 100%;
}

a,
a:hover {
    -webkit-transition: .25s ease-in;
    -moz-transition: .25s ease-in;
    -ms-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    transition: color .25s ease-in;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #050505;
}

a:hover {
    color: #5DCA8C;
}

ul {
    list-style-type: none;
}

#warning {
    position: relative;
    top: 0px;
    width: 100%;
    height: 400px;
    background-color: #F00;
    margin-top: 0px;
    padding: 4px;
    border-bottom: solid 4px #000066
}


/********************		TYPOGRAPHY		********************/

h1 {
    font-size: 72px;
    font-weight: 800;
    color: #1c2d4d;
    line-height: .2em;
    margin: 0;
    padding: 0px;
    font-family: "Merriweather Sans", Tahoma, sans-serif;
}

h2 {
    font-size: 44px;
    line-height: 61px;
    font-weight: 700;
    color: #fff;
    font-family: "Merriweather Sans", Tahoma, sans-serif;
}

h3 {
    color: #000;
    text-transform: uppercase;
    font-family: "Merriweather Sans", Tahoma, sans-serif;
    font-weight: 400;
    letter-spacing: .25em;
    font-size: 26px;
}

.Subhead {
    font-size: 16px;
    color: #333;
}

#address .email {
    font-size: 14px;
    color: #CCC;
    text-decoration: none;
}

.blockquote {
    font-size: 14px;
    line-height: 1.2em;
}

.paragraphCol .date {
    font-size: 14px;
    font-weight: 100;
    color: #6a818d;
    line-height: 1.6em;
    margin: 0px;
}

.paragraphCol {
    font-size: 14px;
    font-weight: 100;
    color: #000;
    line-height: 1.6em;
    margin: 0px;
}

#mapGraph h3 {
    padding: 50px 0 0 0;
    margin: 0;
    font-size: 44px;
    font-weight: 800;
    text-align: center;
    color: #FFFFFF;
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#mapGraph .paragraph {
    color: #000;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#aboutContent h1 {
    padding: 0 0 .5em 0;
    line-height: 1em;
    width: 80%;
    margin: 0;
}

.container .paragraph {
    font-weight: 300;
    font-size: 16px;
    color: #2F2E30;
    line-height: 1.6em;
    margin: 0px;
    padding: 0px 12px 0 0;
}

.container h2 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 0 0 10px 0;
}

.tableText h2 {
    font-size: 30px;
    letter-spacing: .15em;
    line-height: 2em;
    color: #419CA6;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}

.tableText .paragraph {
    font-size: 14px;
    color: #989899;
    font-weight: 100;
}

.tableText ul {
    padding: 0 0 0 18px;
    margin: 0;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: thin;
    border-left-style: solid;
    border-left-color: #989899;
    list-style-type: none;
    font-size: 12px;
    line-height: 1.8em;
    color: #000;
}

.tableText ul ul {
    border-style: none;
    list-style-type: circle;
    color: #706868;
}

.tableTextsmall p {
    font-size: 14px;
    line-height: 1.6em;
}

.tableTextsmall ul,
.techBox ul {
    font-size: 13px;
    line-height: 1.4em;
}

#headquarters h3 {
    margin: 0 0 4px 0;
    color: #FFF;
    font-family: "Merriweather Sans", Tahoma, sans-serif;
    letter-spacing: .1em;
    font-size: 26px;
    line-height: 1.2em;
    padding: 0 0 25px 0;
}

.title h3 {
    margin: 0;
    padding: 0;
    font-size: 250%;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #989899;
    opacity: 0.8;
}

#custExpbox h3 {
    letter-spacing: .1em;
}

#footer p {
    font-family: "Merriweather Sans", Tahoma, sans-serif;
}

.fadeText {
    position: absolute;
    margin: -195px 0 0 11px;
    padding: 0 0 0 0;
    border-radius: 50%;
    background-color: #09C;
    width: 180px;
    height: 180px;
    display: none;
    z-index: 12;
    opacity: 0.9;
    text-transform: uppercase;
}

.fadeText p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -90px;
    height: 30px;
    width: 180px;
    font-size: 14px;
    color: #FFF;
    font-family: "Merriweather Sans", Tahoma, sans-serif;
    padding: 0;
    text-align: center;
}

.fadeText_big {
    position: absolute;
    margin: -368.5px 0 0 0px;
    padding: 0;
    border-radius: 50%;
    width: 364px;
    height: 364px;
    display: none;
    z-index: 12;
    background-image: url(images/diagram_customergraphic_smile.png);
    background-position: center center;
}

.fadeText_big p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0px 0 0 -164px;
    height: 120px;
    width: 328px;
    font-size: 2.2em;
    color: #09C;
    font-family: "Merriweather Sans", Tahoma, sans-serif;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

#loginBox h2,
#createAccountBox h2,
#forgotBox h2 {
    color: #000;
    font-size: 1.5em;
}

#loginBox p,
#createAccountBox p,
#forgotBox p {
    color: #777777;
    font-size: .85em;
}

#loginFooter p {
    font-size: .7em;
    color: #FFF;
    margin: 0;
    padding: 0;
    line-height: 2.5em;
}

.footerNav {
    font-size: .85em;
}

.mail {
    padding: 0;
    margin: 0;
}

.bigPadding {
    padding: 0 0 8em 0;
}


/************LAYOUT***********/


/**HIDE AFTER HOLIDAYS**/


/*#snowflakes {
	background-image: url(images/snowflakes_150.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
	margin: 50px -75px 0 50%;
	position: absolute;
}

#snowflakes:hover {
	cursor:pointer;
}

#holiday {
	background-image: url(images/holidayboxpoppin_600.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 400px;
	position: absolute;
	display: none;
	left: 50%;
	margin-left: -300px;
	top: 400px;
	z-index: 200;
}*/

.paragraphCol {
    width: 450px;
    padding: 0 0 0 132px;
}

.logo {
    margin: 0px;
    padding: 0px;
    height: 220px;
    width: 268px;
}

.smlogo {
    display: block;
    text-indent: -9999px;
    margin: 0px;
    padding: 0px;
    height: 96px;
    width: 247px;
    position: absolute;
    left: 2.5%;
    top: 54px;
}

.topper {
    background-image: url(images/debut_dark_sm.png);
    background-repeat: repeat;
    position: fixed;
    margin: 0px;
    padding: 0px;
    height: 40px;
    width: 100%;
    opacity: .9;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
    z-index: 500;
}

.smalltopcontainer {
    margin: 0px;
    padding: 0px;
    height: 150px;
    width: 100%;
    background-color: #09C;
    background-image: url(images/JP16_hrz1_grad_240.png);
    background-repeat: no-repeat;
    background-position: 3% 85%;
}

#header {
    margin: 0px;
    padding: 0px;
    height: 465px;
    width: auto;
    background-color: #fff;
    /* background-image: url(images/JP16_grad_260.png); 
	background-repeat: no-repeat;
	background-position: 3% center;
	background-size: auto; */
}

#headerContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 71%;
    margin: 0 auto;
    /* position: relative; */
    padding-top: 8rem;
}

#header .blockquote {
    font-size: 20px;
    color: #a8bbc4;
    width: 600px;
    float: right;
    line-height: 1.8em;
    margin-top: 80px;
    margin-right: 100px;
    margin-bottom: 0px;
    margin-left: 0px;
    opacity: 0.8;
    font-weight: 400;
}

#gridContainer {
    /*float: right;*/
    position: relative;
    /*left: -50%;*/
    text-align: center;
    /*background-color: #f8f8fa;*/
    background-color: #e4e4ec;
}

#gridContainer p {
    position: absolute;
    top: 2px;
    left: 5%;
    color: #a8a8c2;
    font-size: 1.4em;
}

#logoGrid {
    display: inline-block;
    vertical-align: middle;
}

#logoGrid img {
    float: left;
    padding: 18px 82px;
}

#valueBox {
    width: 61%;
}

#valueBox h1 {
    font-size: 26px;
    color: #212121;
    line-height: 1.7;
    font-weight: 100;
}

.title {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 109px;
    right: 8%;
    width: 600px;
}

.divider {
    margin: 0;
    width: 100%;
    height: 36px;
    background-color: #a4cd52;
}

#slideContainer {
    height: 200px;
    margin: 40px 22% 0 0;
    padding: 0;
    float: right;
    width: 600px;
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.valueProp {
    width: 200px;
    float: right;
    margin: 40px 100px 0 20px;
    padding: 24px;
    background-color: #4fb9dc;
    color: #FFF;
    font-size: 18px;
    line-height: 1.5em;
    font-family: "Noticia Text", serif;
    font-style: italic;
    z-index: 200;
}

.flyerpic {
    background-image: url(images/flyerrotate.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 700px;
    height: 483px;
    float: right;
    margin: -10px 2% 0 0;
}

.container {
    margin: auto 0 auto 0px;
    min-width: 450px;
    height: 50%;
    padding-top: 69px;
    padding-right: 30%;
    padding-bottom: 18%;
    padding-left: 100px;
    background-color: #FFF;
    background-image: url(images/iStock_000000415089Med_1080.jpg);
    background-repeat: no-repeat;
    background-position: center 10%;
    background-size: 100% 120%;
}


/*#superBowl {
	margin: 0 auto;
	background-color: #f2f2f2;
	padding: 36px 0;
	border-top: 1.5px solid #333;
}

#superBowl a:link, a:visited, a:active {
	color: #FD8E08;
}

#superBowl a:hover {
	color: #5DCA8C;
}

#yourTick {
	background-image:url(images/YourTicket_600.jpg);
	background-repeat:no-repeat;
	height: 300px;
	width: 600px;
	margin: -20px auto 0 auto;
	background-position: center;
	font-size:9px;
	text-indent: -9999px;
	display: block;
}

.grassStar1 {
	float: left;
	width: 150px;
	margin-left: 15%;
}

.grassStar2 {
	float: right;
	width: 150px;
	margin-right: 15%;
}

.superBowltext {
	width: 60%;
	margin: 0 auto;
}

.superBowltext h3 {
	text-align: center;
	font-weight: 600;
	letter-spacing: .1em;
	color: #FB4F14;
	font-size: 34px;
}

.superBowltext h4 {
	text-transform: uppercase;
	color: #FB4F14;
	font-size: 1.4em;
	text-align: left;
}

.superBowltext p {
	font-size: 14px;
	color: #333333;
	text-align: center;
	font-weight: 600;
}

#stepContain {
	margin: 0 auto;
	padding: 6px 28px 28px 28px;
	text-align: center;
	background-image: url(images/stadium_1000.png);
	background-size:cover;
	background-repeat:no-repeat;
	border: 1.5px solid #333;
}

.stepBox {
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
	float: left;
}

.step1, .step2 {
	float: left;
	width: 55px;
	margin-bottom: 12px;
}

.stepText {
	float: left;
	width: 290px;
	margin: 0 60px 18px 0;
}

.stepText p {
	text-align: justify;
	margin: 0 14px;
	font-weight: 400;
	color: #222;	
}

#finePrint {
	clear: both;
}

#finePrint h4 {
	font-size: 1em;
	margin: 1.5em 0 0 0;
	padding: 0;
}

#finePrint p {
	font-size: 10px;
	font-weight: 400;
	text-align: left;	
}*/

#subcontainer {
    margin: 0;
    padding: 0;
    height: 100%;
    height: auto !important;
    min-height: 100%;
    width: 100%;
}

#termSubcontainer {
    margin: 0;
    padding: 0;
    height: 100%;
    height: auto !important;
    min-height: 100%;
    width: 100%;
}

#termsContent {
    font-weight: 200;
    font-size: 13px;
    margin: 0px 120px;
    padding: 24px 72px 36px 72px;
    background-color: #fdf4da;
    border-left-style: solid;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    height: 100%;
    min-height: 100%;
    position: relative;
}

#termSubcontainer #termsContent a {
    color: rgba(0, 0, 1, .6)
}

#termSubcontainer #termsContent a:hover {
    color: rgba(0, 0, 1, 1)
}

#termsContent a:link,
#termsContent a:visited,
#termsContent a:active {
    color: #FD8E08;
}

#termsContent a:hover {
    color: #5DCA8C;
}

span.quote {
    font-size: 120px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgba(28, 45, 77, .6);
    float: left;
    position: absolute;
}

blockquote {
    margin: 3rem 4vw 1rem 4vw;
    color: #1c2d4d;
    font-size: 16px;
    line-height: 1.6;
}

.author {
    margin: 0 0 2rem 5%;
    font-weight: 700;
}

#aboutContent {
    margin: 0;
    padding: 32px 40px 100px 68px;
}

#features {
    margin: 0px;
    width: auto;
    border-top-width: 1.5px;
    border-right-width: 0px;
    border-bottom-width: 1.5px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #333;
    border-bottom-color: #B2883B;
    background-color: #fff;
    font-size: 56px;
    font-weight: 800;
    text-indent: 20px;
    left: auto;
    right: auto;
    padding: 40px 24px 46px 24px;
}

#mapGraph {
    margin: 0;
    padding: 0;
    /*position: relative;*/
    height: 100%;
    width: 100%;
    background-image: url(images/cream_pixels.png);
    background-repeat: repeat;
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@-webkit-keyframes changing-bg-color {
    0% {
        background-color: #15A346;
    }
    8% {
        background-color: #15A346;
    }
    15% {
        background-color: #5877BC;
    }
    22% {
        background-color: #00739C;
    }
    35% {
        background-color: #574882;
    }
    50% {
        background-color: #FF3F3D;
    }
    60% {
        background-color: #FF3F3D;
    }
    70% {
        background-color: #CE5226;
    }
    80% {
        background-color: #DEB003;
    }
    90% {
        background-color: #9AC83F;
    }
    100% {
        background-color: #15A346;
    }
}

@-webkit-keyframes changing-bg-color {
    0% {
        background-color: #15A346;
    }
    8% {
        background-color: #15A346;
    }
    15% {
        background-color: #5877BC;
    }
    22% {
        background-color: #00739C;
    }
    35% {
        background-color: #574882;
    }
    50% {
        background-color: #FF3F3D;
    }
    60% {
        background-color: #FF3F3D;
    }
    70% {
        background-color: #CE5226;
    }
    80% {
        background-color: #DEB003;
    }
    90% {
        background-color: #9AC83F;
    }
    100% {
        background-color: #15A346;
    }
}

@-o-keyframes changing-bg-color {
    0% {
        background-color: #15A346;
    }
    8% {
        background-color: #15A346;
    }
    15% {
        background-color: #5877BC;
    }
    22% {
        background-color: #00739C;
    }
    35% {
        background-color: #574882;
    }
    50% {
        background-color: #FF3F3D;
    }
    60% {
        background-color: #FF3F3D;
    }
    70% {
        background-color: #CE5226;
    }
    80% {
        background-color: #DEB003;
    }
    90% {
        background-color: #9AC83F;
    }
    100% {
        background-color: #15A346;
    }
}

@-moz-keyframes changing-bg-color {
    0% {
        background-color: #15A346;
    }
    8% {
        background-color: #15A346;
    }
    15% {
        background-color: #5877BC;
    }
    22% {
        background-color: #00739C;
    }
    35% {
        background-color: #574882;
    }
    50% {
        background-color: #FF3F3D;
    }
    60% {
        background-color: #FF3F3D;
    }
    70% {
        background-color: #CE5226;
    }
    80% {
        background-color: #DEB003;
    }
    90% {
        background-color: #9AC83F;
    }
    100% {
        background-color: #15A346;
    }
}

@-moz-keyframes changing-bg-color {
    0% {
        background-color: #15A346;
    }
    8% {
        background-color: #15A346;
    }
    15% {
        background-color: #5877BC;
    }
    22% {
        background-color: #00739C;
    }
    35% {
        background-color: #574882;
    }
    50% {
        background-color: #FF3F3D;
    }
    60% {
        background-color: #FF3F3D;
    }
    70% {
        background-color: #CE5226;
    }
    80% {
        background-color: #DEB003;
    }
    90% {
        background-color: #9AC83F;
    }
    100% {
        background-color: #15A346;
    }
}

@keyframes changing-bg-color {
    0% {
        background-color: #15A346;
    }
    8% {
        background-color: #15A346;
    }
    15% {
        background-color: #5877BC;
    }
    22% {
        background-color: #00739C;
    }
    35% {
        background-color: #574882;
    }
    50% {
        background-color: #FF3F3D;
    }
    60% {
        background-color: #FF3F3D;
    }
    70% {
        background-color: #CE5226;
    }
    80% {
        background-color: #DEB003;
    }
    90% {
        background-color: #9AC83F;
    }
    100% {
        background-color: #15A346;
    }
}

#custExpbox {
    -webkit-animation: 30s linear 0s normal none infinite changing-bg-color;
    animation: 30s linear 0s normal none infinite changing-bg-color;
    margin: 0;
    padding: 0 0 40px 0;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #15A346;
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#custserv {
    margin: 0;
    padding: 0;
    width: auto;
    height: 500px;
    background-image: url(images/cust_servc1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-color: #1e100a;
}

#mainContent {
    margin: 0;
    padding: 0 0 60px 0;
    position: relative;
    height: 100%;
    width: 100%;
}

#mainContent_mdse {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    width: 100%;
}

#mainContent_mkt {
    margin: 0;
    padding: 0 0 60px 0;
    position: relative;
    height: 100%;
    width: 100%;
}

.sidebarEmail {
    width: 448px;
    padding: 0 0 0 0;
    position: absolute;
    right: 3%;
    top: 550px;
    height: 450px;
}

.sidebar_hq {
    width: 448px;
    padding: 0 0 0 0;
    position: absolute;
    left: 3%;
    top: 550px;
    height: 450px;
}

.worldBlock {
    padding: 30px 0;
    margin: 0;
    height: 800px;
    background-image: url(images/iStock_Map_000011267489Med.jpg);
    background-size: auto;
}

#worldmap {
    margin: 0 auto;
    text-align: center;
}

#worldmap img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#contactus {
    width: 400px;
    background-image: url(images/tweed.png);
    background-repeat: repeat;
    font-family: "Noticia Text", serif;
    font-size: 1.6em;
    font-weight: 500;
    color: #FFF;
    margin: 18px 18px 0 0;
    padding: 13px 12px 24px 18px;
    border-style: solid;
    border-width: thin;
    border-color: #fee5bd;
}

.clear {
    clear: both;
}

.emailButton {
    font-family: "Merriweather Sans", Tahoma, sans-serif;
    width: 395px;
    background-color: #09C;
    text-align: center;
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.emailButton a:link {
    color: #000;
    text-decoration: none;
}

.emailButton a:hover {
    color: #CCC;
}

#headquarters {
    width: 240px;
    margin: 18px 18px 0 0px;
    padding: 26px 18px;
    background-image: url(images/tweed.png);
    background-repeat: repeat;
    background-color: #000;
    font-family: "Noticia Text", serif;
    color: #FFF;
    border-style: solid;
    border-width: thin;
    border-color: #fee5bd;
}

#headquarters a {
    color: #09C;
    text-decoration: none;
}

#headquarters a:hover {
    color: #CCC;
}

.pin {
    margin: 0;
    padding: 0;
    width: 80px;
    position: relative;
    top: -95px;
    left: 90px;
}

#contactHero {
    margin: 0;
    padding: 0;
    background-image: url(images/bench.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 50%;
    width: 100%;
    height: 340px;
}

#aboutHero {
    margin: 0;
    padding: 0;
    background-image: url(images/above_crtyard.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 40% 48%;
    width: 100%;
    height: 340px;
}

#contactHero h2,
#aboutHero h2 {
    margin: 0 0 0 200px;
    padding: 135px 0 0 0;
    text-transform: uppercase;
}

.techBox {
    background-image: linear-gradient(120deg, #f8f8fa, #fff);
    background-color: #e4e4ec;
    padding: 25px 70px 60px 68px;
    margin: 0 0 0 0;
    height: 100%;
    /*border-top: solid 1pt #333333;*/
}

#loginHeader {
    margin: 0;
    padding: 40px 0 0 80px;
}

#loginMain {
    padding: 0 0 70px 0;
    background-color: #09C;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

#loginContents {
    position: fixed !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #09C;
    width: 100%;
    min-height: 100%;
}

#loginBox,
#createAccountBox,
#forgotBox {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 36px;
    background-color: #fff;
    width: 400px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#createAccountBox,
#forgotBox {
    display: none;
}

#loginBox a,
#loginFooter a,
#createAccountBox a,
#forgotBox a {
    text-decoration: none;
}

#loginBox a:visited,
#createAccountBox a:visited,
#forgotBox a:visited {
    color: #000;
}

#loginBox a:hover,
#loginFooter a:hover,
#createAccountBox a:hover,
#forgotBox a:hover {
    text-decoration: underline;
}

.optionLink {
    color: #777777;
    font-size: .75em;
}

#loginFooter {
    height: 70px;
    position: absolute;
    bottom: 0;
    padding: 0 0 0 80px;
}

#loginFooter a {
    color: #FFF;
}

.footerNav li {
    display: inline;
    padding: 0 15px 0 0;
    margin: 0;
}

.footerNav {
    padding: 0;
    margin: 0;
}

#signInbutton {
    width: 180px;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #777777;
    font-size: .8em;
    font-weight: bold;
    padding: 9px 20px;
    text-decoration: none;
    margin: 0 30px 0 0;
}

#signInbutton:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
}

#signInbutton:active {
    position: relative;
    top: 1px;
}


/* This imageless css button was generated by CSSButtonGenerator.com */

.bubbleBox {
    margin: -15px 0 0 0;
    padding: 0;
    height: 250px;
    width: 88%;
    position: relative;
    bottom: 30px;
}

#bubbleleft {
    margin: 0 0 0 17%;
    padding: 12px;
    width: 250px;
    height: 250px;
    float: left;
    background-color: #406c97;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 3px 7px 5px 3px #ccc;
    -webkit-box-shadow: 3px 7px 5px 3px #ccc;
    box-shadow: 3px 7px 5px 3px #ccc;
}

#bubbleTextleft {
    margin: 0;
    padding: 28px 18px 0 18px;
    width: 224x;
    height: 224px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.2em;
    text-align: center;
    color: #dcdcdd;
    line-height: 22px;
    font-weight: 200;
}

#bubbleright {
    margin: 0 5% 0 0;
    padding: 12px;
    width: 250px;
    height: 250px;
    float: right;
    background-color: #406c97;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 3px 7px 5px 3px #ccc;
    -webkit-box-shadow: 3px 7px 5px 3px #ccc;
    box-shadow: 3px 7px 5px 3px #ccc;
}

#bubbleTextright {
    margin: 0;
    padding: 60px 18px 0 18px;
    width: 224x;
    height: 224px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.2em;
    text-align: center;
    color: #dcdcdd;
    line-height: 22px;
    font-weight: 200;
}

.flex-container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: -20px 0 0 0;
    position: relative;
    bottom: 180px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-flow: row wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flex-item_L {
    padding: 0px 0px 0px 0px;
    margin: 0px 20px 0 0;
    height: 200px;
    text-align: center;
    /****-webkit-box-flex:1.0;  Safari and Chrome 
	-moz-box-flex:1.0; Firefox 
	width: 20%;
	-webkit-flex: 1; Chrome
	-ms-flex: 1.0;  IE 10 
    box-flex:1.0;
	flex: 1;  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flex-item_R {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0 20px;
    height: 200px;
    text-align: center;
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flex-item-bottom_1 {
    padding: 0px 15px 10px 0px;
    height: 200px;
    margin: 20px 0px 10px 0px;
    text-align: center;
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flex-item-bottom_2 {
    padding: 0px 0px 10px 15px;
    height: 200px;
    margin: 20px 0px 10px 0px;
    text-align: center;
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flex-item-top_1 {
    padding: 0px 15px 10px 0px;
    height: 200px;
    margin: 40px 0px 10px 0px;
    /*line-height: 200px;
  	color: white;
  	font-weight: bold;
  	font-size: 3em;*/
    text-align: center;
    /****-webkit-box-flex:1.0;  Safari and Chrome 
	-moz-box-flex:1.0; Firefox 
	width: 20%;
	-webkit-flex: 1; Chrome
	-ms-flex: 1.0;  IE 10 
    box-flex:1.0;
	flex: 1;  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flex-item-top_2 {
    padding: 0px 0px 10px 15px;
    height: 200px;
    margin: 40px 0px 10px 0px;
    text-align: center;
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flex-item-sm {
    padding: 0px 30px 10px 0px;
    height: 200px;
    margin: 0px;
    line-height: 200px;
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
    /****-webkit-box-flex:1.0;  Safari and Chrome 
	-moz-box-flex:1.0; Firefox 
	width: 20%;
	-webkit-flex: 1; Chrome
	-ms-flex: 1.0;  IE 10 
    box-flex:1.0;
	flex: 1;  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flex-item2 {
    padding: 0px 10px 0px 10px;
    height: 364px;
    margin: 0px;
    /*line-height: 150px;*/
    text-align: center;
    /***-webkit-box-flex:1.0; Safari and Chrome 
	-moz-box-flex:1.0;  Firefox 
	width: 20%;
	-webkit-flex: 1;  Chrome 
	-ms-flex: 1.0;  IE 10 
    box-flex:1.0;
	flex: 1;   NEW, Spec - Opera 12.1, Firefox 20+****/
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flex-box {
    margin: 40px 0 -80px 0;
}

.flex-box ul:first-child {
    margin-top: 0;
}


/*#recents {
	background-color: #757676;
	z-index: 400;
	position: relative;
	margin: 0;
	padding: 15px 0 80px 68px;
	height: auto;
	color: #3a3a3a;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 7px 5px 0px rgba(50, 50, 50, 0.75);
}*/

.newsHead {
    color: #FD8E08;
    /*	color: #FDB813;*/
    margin-top: 0;
}

.recentText,
.recentDate {
    font-size: 13px;
    color: #cbcbcb;
    line-height: 1.2em;
    float: left;
    font-weight: 400;
}

.recentDate {
    width: 30%;
    margin-right: 12px;
}

.recentText {
    width: 60%;
}

.tabText {
    margin-left: 2.5em;
}


/*********	 FOOTER		*********/

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 128px;
    min-width: 480px;
    background-color: #535454;
    margin-top: -128px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 70%;
    text-align: left;
    color: #A7A9AB;
    line-height: 1.2em;
    clear: both;
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;*/
}

#footer a {
    font-size: 1.2em;
    text-decoration: none;
    color: #000;
}

#footer a:hover {
    color: #9FCD3F;
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#social {
    height: 45px;
    width: 80px;
    right: 8%;
    top: 22px;
    padding: 5px 0px 0px 0px;
    position: absolute;
}

#address {
    margin: 15px 0px 0px 0px;
    padding: 5px 0px 0px 68px;
    line-height: 0.8em;
    float: left;
}

#websiteOther {
    float: right;
    width: 140px;
    margin: 15px 20% 0px 0px;
    padding: 0px;
}


/*text animation*/

.rw-wrapper {
    padding: 14px 0px 0px 0px;
    height: 100%;
    width: 500px;
    float: right;
    margin: 10px 0 auto 0px;
}

.rw-wrapperText {
    margin: 15px 0 0 0;
    line-height: 1.6em;
    font-weight: 100;
}

.rw-wrapper h2 {
    font-size: 72px;
    font-weight: 800;
    color: #1c2d4d;
    padding: 0 0 .5em 0;
    margin: 0;
}

#rw-wrapperH2 {
    padding: 0;
    margin: 0;
    font-size: 57px;
    line-height: 61px;
    font-weight: 700;
    color: #fff;
    font-family: "Merriweather Sans", Tahoma, sans-serif;
    display: inline-block;
}

.rw-words {
    display: inline;
    text-indent: 0px;
}

.rw-words-1 span {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */
    overflow: hidden;
    color: #6b969d;
    height: 70px;
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -moz-animation: rotateWord 18s linear infinite 0s;
    -o-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s;
}

.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
    color: #6b889d;
}

.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
    color: #6b739d;
}

.rw-words-1 span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
    color: #7a6b9d;
}

.rw-words-1 span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
    color: #8d6b9d;
}

.rw-words-1 span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
    color: #9b6b9d;
}

@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -moz-transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -moz-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -o-transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -o-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -o-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -o-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -ms-transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -ms-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        transform: translateY(0px);
    }
    17% {
        opacity: 1;
        transform: translateY(0px);
    }
    20% {
        opacity: 0;
        transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

#rw-wrapLeft {
    float: left;
    width: 500px;
}


/*end text animation*/

.tableContainer {
    display: table;
    text-indent: 0px;
    margin: 20px auto 0px auto;
}

.tableRow1 {
    display: table-row;
    padding: 0px;
    margin: 0px;
    width: auto;
}

.tableRow2 {
    display: table-row;
    padding: 0px;
    margin: 0px;
    width: auto;
    clear: both;
}

.tablePic {
    display: table-cell;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: center;
}

.tablePic img {
    border: thin;
    border-style: solid;
    border-color: #999;
}

.tableTextsmall {
    display: table-cell;
    width: 800px;
    margin: 0px;
    padding: 0 60px 0 18px;
}

.tableTextsmall ul,
.techBox ul {
    font-weight: 200;
    padding: 0 0 0 12px;
}

.tableTextsmall ul li,
.techBox ul li ul li {
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 12px;
}

.techBox ul li ul li ul li {
    background-image: none;
    list-style-type: none;
    padding-left: 0;
}

.tableText {
    display: table-cell;
    padding: 0px 60px 0px 60px;
    margin: 0px auto 0px auto;
    width: 440px;
}

.tableText2 {
    display: table-cell;
    padding: 0px 40px 0px 40px;
    margin: 0px auto 0px auto;
    width: 600px;
}

.offeringsTable {
    display: table;
    text-indent: 0;
    margin: 0;
    padding: 10px 0 0 50px;
}

.offeringsTable .tableText {
    display: table-cell;
    padding: 0px;
    margin: 0px;
    width: 600px;
}

.tableCol {
    display: table-cell;
    margin: 0;
    padding: 0 36px 0 0;
    width: 360px;
    font-size: 14px;
}

.tableCol1,
.tableCol2,
.tableCol3 {
    display: table-cell;
    margin: 0;
    padding: 0 36px 0 0;
    width: 210px;
    font-size: 14px;
}

.tableCol1 ul,
.tableCol2 ul,
.tableCol3 ul {
    padding: 0;
    margin: 12px 0 0 0;
    font-weight: 200;
}

.tableCol1 p,
.tableCol2 p,
.tableCol3 p,
.descrip {
    padding: 0 0 0 12px;
    margin: 0;
    font-weight: 200;
}

.tableCol_span {
    display: table-cell;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 14px;
}

.descrip {
    list-style: none;
}

.listHead {
    font-weight: 400;
    line-height: 2em;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding: 0 0 12px 12px;
}

#subTable {
    display: table;
    width: auto;
    padding: 18px;
    margin: 20px 0 0 0;
    border: 1px solid #000;
    float: left;
    background-color: #fff;
}

.subTable {
    width: 48%;
    float: left;
}

.subTable .tableTextsmall .firstListitem {
    margin: 12px 0 0 0;
}

.offeringsTable h3 {
    padding: 5px 0 0 0;
}

#mockupsBox {
    background-color: #e4e4ec;
    margin: 14px 0 0 0;
    position: relative;
}

#mockupsBox h2 {
    margin: 26px 0 0 0;
}

#mockUps {
    background-image: url(images/Responsive_presentation_1400.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center, center;
    width: 100%;
    height: 500px;
    margin: 0 auto;
}

.mockupContent {
    position: absolute;
    top: 36px;
    width: 22%;
    left: 70px;
}

#safetyContain {
    height: 500px;
    margin: 80px 0 0 0;
    padding: 18px 0 32px 8px;
    position: relative;
}

#safetyContain::after {
    content: "";
    background: url(images/bottles_1080.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 85%;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.contentBox {
    position: absolute;
    top: 50%;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.contentBox img {
    float: left;
    margin: -80px 0 0 390px;
}

.contentBox p {
    font-size: 1.2em;
    /*color: #6a818d;*/
    color: #5b6f7a;
    margin-top: 50px;
}

.contentBox a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #050505;
}

.contentBox a:hover {
    color: #5DCA8C;
}


/*********		DESKTOP NAVIGATION		*********/


/* Large */


/* Medium screens */

@media all and (max-width: 800px) {}


/* Small-Wide screens */

@media all and (max-width: 660px) {
    #safetyContain::after {
        background-position: left 50% top -220px !important;
    }
}


/* Small screens */

@media all and (max-width: 567px) {
    #safetyContain::after {
        background-position: center -336px !important;
    }
}


/***TEST NAV***/

.nav_main {
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 0px;
    right: 88px;
    z-index: 600;
    opacity: 1.0;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}


/*TOP ITEMS*/

.nav_main ul {
    height: auto;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    font-size: 13px;
}

.nav_main ul.toplevel li {
    height: 40px;
}

.nav_main ul.toplevel li {
    float: left;
    display: inline-block;
}

.nav_main ul.toplevel li a {
    display: block;
    padding: 15px 25px 0 0;
    margin: 0px 20px 0px 0px;
    color: #CCC;
}

.nav_main ul.toplevel li a:hover {
    color: #FFF;
}


/*SUB ITEMS*/

.nav_main ul.fallback {
    opacity: 1.0;
    padding: 4px 0 0 0;
    overflow: hidden;
}

.nav_main ul.fallback li {
    height: 40px;
}

.nav_main ul li ul {
    position: absolute;
    top: 40px;
    width: 202px;
    background-color: #9FCD3F;
    padding: 1px 0 0 0px;
}

.nav_main ul li ul.fallback li {
    line-height: 16px;
    height: 40px;
}

.nav_main ul li ul li.sublevel a {
    width: auto;
    padding: 10px 12px 4px 12px;
    color: #FFF;
    white-space: nowrap;
}

.nav_main ul li ul li.sublevel a:hover {
    background-color: #6bcc03;
    height: 28px;
    padding: 8px 10px 6px 12px;
    width: 180px;
}

.nav_main ul li ul.fallback {
    display: none;
}

.nav_main ul li a.current,
.nav_main ul li ul li a.current {
    color: #fff;
}

#subNav {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -190px;
    width: 380px;
    text-align: center;
    padding: 0;
    /*for safari flicker*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.footerNav li {
    height: 20px;
}

.scrollup {
    position: fixed;
    bottom: 66px;
    right: 3%;
    z-index: 700;
    height: 36px;
    width: 35px;
    display: none;
    text-indent: -9999px;
    background-image: url(images/upArrow_35.png);
    opacity: .7;
}