html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img {
    display: block;
    box-sizing: border-box;
}

ol, ul, li {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* navigation */

.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}

/* remember to define focus styles! */

:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: black;
    background-color: white;
	padding: 0;
	margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* self-clear floats */

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

/* wrap url's */

pre {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

/*End CSS Reset */

/* start link styles */

a:link {
    color: #000000;
    text-decoration: underline;
}

a:visited {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

a:active {
    color: #000000;
    text-decoration: underline;
}

/* end link styles */

/* text formatting */

h1 {
	font-size: 3em;
	line-height: 1.25em;
	font-weight: 700;
}

h2 {
	font-size: 2em;
	line-height: 1.25em;
    font-weight: 700;
}

h3 {
	font-size: 1.5em;
	line-height: 1.25em;
    font-weight: 700;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25em;
    font-weight: 600;
}

p {
    font-size: 1em;
	line-height: 1.4em;
    font-weight: 400;
}

li {
    font-size: 1em;
    padding: 0;
}

input, textarea {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

.caption {
    width: 92%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 0.75em;
    line-height: 1.4em;
    color: #999999;
}

.font-white {
    color: #ffffff;
}

.font-black {
    color: #000000;
}

.italic {
    font-style: italic;
}

.lastImg4 img{
    border: 4px solid #ffcccc;
    margin-top: 8%;
    box-sizing: border-box;
}

.nowrap {
    white-space: nowrap;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0em;
	text-align: center;
    overflow: auto;
    z-index: -500;
}

/* set text colors */

/* start header and global navigation styles */

.navLogo {
    margin: 0em;
    padding: 0em .5em 0em 0em;
    float:left;
    color: #000000;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.8em;
    text-decoration:none;
}

.heroLogo {
    margin: 0em;
    padding: 0em .25em 0em 0em;
    float:right;
    color: #000000; 
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.8em;
    text-decoration:none;
}

.navLogo a {
    margin: 0em;
    padding: 0em;
}

.mainNav {
    color: #000000;
    margin: auto;
    width: 100%;
    max-width: 1356px;
    padding: 1.5em 0 0.56em 0;
    position: relative;
    text-align: left; 
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle; 
    box-sizing: border-box;
    overflow: hidden;
}

.mainNav a {
    float: left; 
    font-weight: 600;
    text-decoration:none;
}

.mainLink {
        float: left; 
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.8em;
        padding:0em 2em 0em 2px;
        text-decoration:none;
    }

.mainLinkWhite {
        float: left; 
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.8em;
        padding:0em 2em 0em 2px;
        text-decoration:none;
    }

.mainLink a {
    color: #000000;
}
.mainLinkWhite a {
    color: #FFFFFF;
}

.mainActive {
    color: #000000;
    float: left; 
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.8em;
    padding:0em 3em 0em 2px;
    text-decoration:none;
}

.mainActiveWhite {
    color: #FFFFFF;
    float: left; 
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.8em;
    padding:0em 3em 0em 2px;
    text-decoration:none;
}

/* end header and global navigation styles */

.center {
    text-align: center;
}

.clearBoth {
    clear: both;
}

span.noImgBorder img {
    border: none;
}

/* start section styles */

/* start black & white bar styles */

.blackBarXL {
    height: .33em;
    width: 6em;
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    background-color: #000000;
}

.blackBarL {
    height: .4em;
    width: 6em;
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    background-color: #000000;
}

.blackBarM {
    height: .2em;
    width: 3em;
    margin-top: 1.2em;
    margin-bottom: 1.0em;
    background-color: #000000;
}

.blackBarS {
    height: 4px;
    width: 48px;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    background-color: #000000;
}

.blackBarXS {
    height: 3px;
    width: 36px;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    background-color: #000000;
}

.whiteBarXL {
    height: .33em;
    width: 6em;
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    background-color: #FFFFFF;
}

.whiteBarL {
    height: .4em;
    width: 6em;
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    background-color: #FFFFFF;
}

.whiteBarM {
    height: .2em;
    width: 3em;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    background-color: #FFFFFF;
}

.whiteBarS {
    height: 4px;
    width: 48px;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    background-color: #FFFFFF;
}

.whiteBarXS {
    height: 3px;
    width: 36px;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    background-color: #FFFFFF;
}

/* end black & white bar styles */

/* start contact styles*/

.contactBox {
    padding-top: 2em;
    padding-bottom: 3em;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 1.5em;
    text-align: left;
    overflow: auto;
    box-sizing: border-box;
}

.contactBoxText {
    box-sizing: border-box;
    line-height: 1.5em;
    margin: auto;
    overflow: auto;
    position: relative;
    text-align: left;
}

.contactLabel {
    width: 100%;
    padding: 0em;
    font-size: 1em;
    font-weight: 400;
    clear: both;
    float: left;
    text-align: left;
}

.contactLinks {
    padding: .2em 0em;
    margin-bottom: 0.4em; 
    font-size: 1.2em;
    font-weight: 400;
    clear: both;
    float: left;
    text-align: left;
}

.contactText input {
    border: 1px solid #000000;
    box-sizing: border-box;
    clear: both;
    color: #000000;
    float: left;
    font-size: 1.5em;
    padding: 0em 0.5em;
    height: 2em;
    width: 100%;
}

.contactTextarea textarea {
    border: 1px solid #000000;
    width: 100%;
    max-width: 100%;
    margin: .2em 0em;
    padding: 0.5em;
    clear: both;
    float: left;
    font-size: 1.5em;
    box-sizing: border-box;
}

/* end contact styles */

/* start form styles */

.subjectText input {
    border: 1px solid #000000;
    width: 100%;
    padding: 0.5em;
    margin: 0em;
    height: 2em;
    clear: both;
    font-size: 1.5em;
    box-sizing: border-box;
    float: left;
}

.submitButton {
    clear: both;
    float: left;
    margin-left: 0em;
    margin-top: 1em;
}

.submitButton input {
    background-color: #000000;
    border: 2px solid #000000;
    box-sizing: border-box;
    cursor: pointer;
    padding: .8em 2.0em;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 0;
    transition: 0.2s;
}

.submitButton input:hover {
    background-color: #FFFFFF;
    border: 2px solid #000000;
    box-sizing: border-box;
    cursor: pointer;
    padding: .8em 2.0em;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    border-radius: 0;
    transition: 0.2s;
}

/* end form styles */

/* start content styles */

.fontWeight100 {
    font-weight: 100;
}

.fontWeight200 {
    font-weight: 200;
}

.fontWeight300 {
    font-weight: 300;
}

.fontWeight400 {
    font-weight: 400;
}

.fontWeight500 {
    font-weight: 500;
}

.fontWeight600 {
    font-weight: 600;
}

.fontWeight700 {
    font-weight: 700;
}

.fontItalic {
    font-style: italic;
}

.content {
	width: 100%;
}

.generalPadding {
    width: 100%;
    padding: 0 4% 0 4%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.cdheroPadding {
    box-sizing: border-box;
    height: 100%; 
    padding: 0 4% 0 4%;
    position: absolute; 
    overflow: hidden;
    top: 0;
    width: 100%;
}

.noPadding {
    background-color: #F0F3F5;
    width: 100%;
    padding: 4%;
    overflow: hidden;
    box-sizing: border-box;
}

.clipNavPadding {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;    
}

.noPadding img, .generalPadding img {
    width: 100%;
    margin: auto;
}

.contentBox {
    box-sizing: border-box;
    margin: auto;
    overflow: auto;
    padding-top: 12em;
    padding-bottom: 3.6 em;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
}

/*.contentBox h2 {
    /*font-size: 3.6em;
}

.contentBox h3 {
    font-size: 2.4em;
}

.contentBox p {
    font-size: 2em;
}

.contentBoxText div {
    font-size: 1.5em;
}*/

.contentBoxText .blackBarM {
    height: .3em;
    width: 4.5em;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    background-color: #000000;
}

.contentBoxText .blackBarL {
    height: .4em;
    width: 6em;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    background-color: #000000;
}

.contentBoxText {
    margin: auto;
    color: #000000;
    padding: 0 1%;
    text-align: left;
    vertical-align: middle;
    overflow: auto;
    box-sizing: border-box;
}

.contentBoxText ol {
    margin-bottom: 2.4em;
}

.contentBoxText ol li {
    font-size: 2em;
    margin-bottom: .5em;
    margin-left: .5em;
    padding-left: .25em;
}

.contentBoxTextLine {
    position: relative;
    margin: auto;
    max-width: 1356px;
    text-align: left;
    overflow: hidden; 
    box-sizing: border-box;
}

.contentBoxTextLine hr {
    height: 2px;
    width: 100%;
    padding: 0em;
    margin: 4em auto 0em auto;
    border: 0;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    background-color: #000000;
}

.contentKeywords {
    font-size: .8em;
    color: #666666;
}

/* end content styles */

.verticalSpace {
    font-size: .4em;
}

.smallVerticalSpace {
    font-size: .2em;
}

.team {
    box-sizing: border-box;
    float: left;
    padding: 2em 0 2em 0;
    width: 100%;
}

.teamMember {
    width: 22%;
    float: left;
    box-sizing: border-box;
}

.teamMember img {
    /*border: 1px solid black;*/
}

.teamSpacing {
    width: 4%;
    box-sizing: border-box;
    float: left;
}

/* start footer styles */

.footerBox {
    background-size: cover;
    font-size: 1.5em;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.footerBoxText {
    position: relative;
    border-top: 4px solid #000000;
    font-size: 0.8em;
    font-weight: 600;
    height: 4em;
    line-height: 1.45em;
    margin: auto;
    color: #000000;
    max-width: 1356px;
    padding: .8em 0em;
    text-align: right;
    vertical-align: middle;
    box-sizing: border-box;
    /*border-bottom: 2px solid #00FFFF;*/
}

.footerBoxText p {
    font-weight: 600;
}

/* end footer styles */

/* start sections with background image styles */

.heroBox, .homeBox, .pageBox, .mediaBox, .servicesBox {
    margin: auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    overflow: auto;
    box-sizing: border-box;
}

.homeBox h1, .pageBox h1, .mediaBox h1, .cdheroTextBox h1, .servicesBox h1 {
    text-align: left;
}

.homeBox h2, .pageBox h2, .mediaBox h2, .cdheroTextBox h2 {
    text-align: left;
}

.homeBox h3, .pageBox h3, .mediaBox h3, .cdheroTextBox h3 {
    text-align: left;
}

.homeBox p, .pageBox p, .mediaBox p, .cdheroTextBox p {
    text-align: left;
}

.homeBox li, .pageBox li, .mediaBox li, .cdheroTextBox li {
    text-align: left;
}

/* start hero styles */

.heroBox {
    margin: 0;
    padding: 0 0 0 0;
    width: 100%;
    vertical-align: top;
    z-index: 50;
 }

.heroBoxContent {
    color: #000000;
    font-size: 2.2em;
    margin: 8em auto 0 auto;
    padding: 0;
    max-width: 1356px;
    text-align: left;
    overflow: hidden; 
    box-sizing: border-box;
}

.heroBoxContent p {
    font-size: 1.12em;
}

.heroBoxContentCaseDrive {
    color: #FFFFFF;
    font-size: 2.2em;
    margin: 8em auto 0 auto;
    padding: 0 18em 0 0;
    max-width: 1356px;
    text-align: left;
    overflow: hidden; 
    box-sizing: border-box;
    /*border: 2px solid #FF0000;*/
}

.heroBoxContentPointInside {
    color: #FFFFFF;
    font-size: 2.2em;
    margin: 9.6em auto 0 auto;
    padding: 0;
    max-width: 1356px;
    text-align: left;
    overflow: hidden; 
    box-sizing: border-box;
    /*border: 2px solid #FF0000;*/
}

.heroBoxContent hr {
    height: 4px;
    width: 100%;
    padding: 0em;
    margin: 5em auto 0em auto;
    border: 0;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    background-color: #000000;
}
.cdheroTextBox {
    color: white; 
    font-size: 1.5em;
    height: 100%; 
    margin: auto;
    max-width: 1356px;
    overflow: visible;
    padding: 0; 
    position: relative; 
    text-align: left;
    vertical-align: middle;
    overflow: visible;
    box-sizing: border-box;    
    width: 100%;
}

.cdheroImageBox {
    color: white; 
    font-size: 1.5em;
    height: 100%; 
    margin: auto;
    max-width: 96%;
    overflow: visible;
    padding: 0; 
    position: relative; 
    text-align: left;
    vertical-align: middle;
    overflow: visible;
    box-sizing: border-box;    
    width: 100%;
}
    
.casedriveHero {
    background-image: radial-gradient(#4CAAE4, #158AD2);
    height: 1080px;
    position: relative;
    padding-bottom: 0em;
}

.casedriveHeroText {
    float: left;
    font-size: 1.5em;
    width: 64%;
    height: 100%; 
    padding-top: 32%;
}

.casedriveHeroImage {
    float: right;
    font-size: 2em;
    height: 100%;
    width: 36%;
}

#cdheroImage01 {
    height: 25%; 
    padding-bottom: 60px; 
    padding-left: 40px; 
    position: relative;
}
#cdheroImage02 {
     height: 36%; 
    padding-bottom: 0; 
    padding-left: 40px; 
    position: relative;
}
#cdheroImage01 img{
    border-radius: 4vmin; 
    height: auto; 
    width: 390px; 
    box-shadow: 0 0 20px #1C76AC; 
    margin-top: 20px; 
    position: absolute; 
    bottom: 60px; 
    right: 40px;
}
#cdheroImage02 img{
    border-radius: 4vmin; 
    height: auto; 
    width: 390px; 
    box-shadow: 0 0 20px #1C76AC; 
    position: absolute; 
    top: 0; 
    right: 40px; 
}

/*.casedriveHero {
    background-image: radial-gradient(#4CAAE4, #158AD2);
    background-image: url("../images/casestudy_hero_casedrive_3840.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1148px;
    position: relative;
}*/

.approachHero {
    background-color: #001424;
    background-image: radial-gradient(#4CAAE4, #158AD2);
    background-image: url("../images/hero_approach_3840.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1148px;
    position: relative;
}

.homePageLuxHero {
    background-image: radial-gradient(#4CAAE4, #158AD2);
    background-image: url("../images/hero_homepage_lux_3840.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1148px;
    position: relative;
}

.pointinsideHero {
    background-image: radial-gradient(#4CAAE4, #158AD2);
    background-image: url("../images/casestudy_hero_pointinside_3840.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1148px;
    position: relative;
}

.mothershipHero {
    background-image: radial-gradient(#4CAAE4, #158AD2);
    background-image: url("../images/mothership_model_03.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1148px;
    position: relative;
}

.inturnHero {
    background-image: radial-gradient(#4CAAE4, #158AD2);
    background-image: url("../images/casestudy_hero_inturn_2880.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1148px;
    position: relative;
}

.ubixHero {
    background-image: radial-gradient(#4CAAE4, #158AD2);
    background-image: url("../images/casestudy_hero_ubix_3840.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 1148px;
    position: relative;
}

/* end home page hero */

/* start home page box styles */

.homeBox {
    font-size: 1.5em;
    margin: auto;
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    max-width: 1356px;
    text-align: center;
    vertical-align: middle;
    overflow: auto;
    box-sizing: border-box;   
}

.servicesBox {
    font-size: 1.5em;
    padding-top: 2em;
    padding-bottom: 4em;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    max-width: 1356px;
    text-align: center;
    vertical-align: middle;
    overflow: auto;
    box-sizing: border-box;    
}

/* start image and text combination styles */

.leftBoxImg {
    width: 50%;
    padding-left: 0;
    padding-right:  4%;
    float: left;
    box-sizing: border-box;
}

.leftBoxImg img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #000000;
    height: auto;
    box-sizing: border-box;
}

.rightBoxImg {
    width: 50%;
    padding-left: 4%;
    padding-right:  0;
    float: right;
    box-sizing: border-box;
}

.rightBoxImg img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #000000;
    height: auto;
    box-sizing: border-box;
}

.leftBoxText {
    position: relative;
    float: right;
    line-height: 1.25em;
    width: 50%;
    padding-left: 0;
    padding-right: 2%;
    padding-top: 1.5em;
    padding-bottom: 0;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
}

.rightBoxText {
    position: relative;
    float: left;
    line-height: 1.25em;
    width: 50%;
    padding-left: 2%;
    padding-right: 0;
    padding-top: 1.5em;
    padding-bottom: 0;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
}

/* end image and text combination styles */

/* start page box styles */

.pageBox {
    font-size: 1.5em;
    padding-top: 4em;
    padding-bottom: 0em;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    max-width: 1356px;
    text-align: center;
    vertical-align: middle;
    overflow: visible;
    box-sizing: border-box;    
}

.pageBox hr {
    height: 4px;
    padding: 0em;
    margin: 0em auto;
    border: 0;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    background-color: #000000;
}

.mediaBox {
    font-size: 1.5em;
    padding-top: 1em;
    padding-bottom: 0em;
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
    width: 100%;
    max-width: 1356px;
    text-align: center;
    vertical-align: middle;
    overflow: auto;
    box-sizing: border-box;    
}

/* end page box styles */

/* start page header */

.clipCaseDrive {
    position: fixed;
    top: 0;
    width: 100%;
    /*max-width: 1356px;*/
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    text-align: center;
    overflow: auto;
    box-sizing: border-box;
}

.clipCaseDriveB {
    position: fixed;
    top: 0;
    width: 100%;
    /*max-width: 1356px;*/
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    text-align: center;
    overflow: auto;
    box-sizing: border-box;    
}


/*style="position: fixed; top: 0; background-color: white; box-sizing: border-box;"*/

.pageHeader {
    /*position: fixed;
    background-color: #FF0000; */
    z-index: 9999;
    width: 100%;
    /*max-width: 1356px;*/
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: auto;
    box-sizing: border-box;
}
.pageHeaderBox {
    max-width: 1356px;
    height: 68px;
    margin: 0em auto;
    padding: 0em 2%;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
}

.pageHeadlineBox {
    background-size: cover;
    font-size: 1.5em;
    padding-top: 2em;
    padding-bottom: 2.4em;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.pageHeadlineBoxText {
    position: relative;
    line-height: 1.25em;
    margin: auto;
    color: #27AAE1;
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
    max-width: 1200px;
    text-align: left;
    vertical-align: middle;
    overflow: auto;
    box-sizing: border-box;
}

.pageHeaderLine {
    max-width: 1356px;
    margin: 0em auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    background-color: #FFFFFF;
}

.pageHeaderLine hr {
    height: 4px;
    width: 100%;
    padding: 0em;
    margin: 0em auto;
    border: 0;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    background-color: #000000;
}

/* end page header */

/* start sub header */

.subHeader {
    width: 100%;
    max-width: 1356px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
    overflow: auto;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.subHeaderBox {
    max-width: 1356px;
    margin: 0em auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
}

.subHeaderBox hr {
    height: 4px;
    padding: 0em;
    margin: 0em auto;
    border: 0;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    background-color: #000000;
}

.subHeaderText {
    font-size: 1.5em;
    font-weight: 500;
}

.subHeadlineBox {
    background-size: cover;
    font-size: 1.5em;
    padding-top: 2em;
    padding-bottom: 2.4em;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.subHeadlineBoxText {
    position: relative;
    line-height: 1.25em;
    margin: auto;
    color: #27AAE1;
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
    max-width: 1200px;
    text-align: left;
    vertical-align: middle;
    overflow: auto;
    box-sizing: border-box;
}

.subHeaderLine {
    max-width: 1356px;
    margin: 0em auto;
    padding: 0em;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    background-color: #FFFFFF;
}

.subHeaderLine hr {
    height: 4px;
    width: 94.08%;
    padding: 0em;
    margin: 0em auto;
    border: 0;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    background-color: #000000;
}

/* end sub header */

/* start message confirmation styles*/

.thankYouBox {
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 3em;
    padding-left: 2%;
    padding-right: 2%;
    height: 100%;
    font-size: 1.5em;
    text-align: center;
    overflow: auto;
    box-sizing: border-box;
}

.thankYouBoxText {
    position: relative;
    line-height: 1.25em;
    margin: auto;
    color: #000000;
    max-width: 1200px;
    text-align: center;
    overflow: auto;
    box-sizing: border-box;
}

.thankYouFooterBox {
    position:absolute;
    bottom: 0;
    width: 100%;
    display: block;
    background-color: #000000;
    background-size: cover;
    font-size: 1.5em;
    padding: 1.2em 0em 1.2em 0em;
    text-align: center;
    vertical-align: middle;
}

/* end message confirmation styles */

/* end sections */

.howIWorkImg {
    width: 50%;
    margin-bottom: 20px;
    border: 4px solid ##ffcccc;
}
.howIWorkImg img {
    height: 60%;
    width: 60%;
    max-width: 240px;
    max-height: 240px;
    margin-bottom: 20px;
}

.oneColOne {
    width:100%;
    padding: 0;
    float: left;
    display: inline;
    text-align: left;
    box-sizing: border-box;
}

.oneColOne img {
    box-sizing: border-box;
    width: 100%;
}


/* start form containers */

.oneColForm {
    width: 100%;
    padding: 1%;
    margin-top: 1em;
    margin-bottom: 0em;
    float: left;
    display: inline;
}

.oneColOneForm {
    padding-right: 1%;
    padding-left: 1%;
}

.twoColForm {
    width: 50%;
    padding: 1%;
    float: left;
    display: inline;
}

.oneColFormSubmit {
    width: 100%;
    padding: 1%;
    margin-top: 0em;
    margin-bottom: 0em;
    float: left;
    display: inline;
}

/* end form containers */

.twoColOne {
    width: 50%;
    padding: 1%;
    float: left;
    display: inline;
    text-align: left;
    box-sizing: border-box;
}

.twoColOne img, .threeColOne img, .threeColOneBorder img {
    border: 1px solid #000000;
    box-sizing: border-box;
    width: 100%;
}


.threeColOne, .threeColOneBorder {
    box-sizing: border-box;    
	width: 33.33333%;
	padding: 0;
	display: inline;
	float: left;
    text-align: left;
}

.fourColOne {
    box-sizing: border-box;
    display: inline;
    float: left;
    padding: 2%;
    width: 25%;
}

.sixColOne {
    box-sizing: border-box;    
    width: 16.6666%;
    padding: 2%;
    float: left;
    display: inline;
    /*border: 2px solid #0000FF;*/
}

.sixColOne img {
    box-sizing: border-box;    
    width: 100%;
    float: left;
    display: inline;
    /*border: 1px solid #000000;*/
}

.eightColOne {
    width: 25%;
    padding: 1%;
    float: left;
    display: inline;
    box-sizing: border-box;
}

.fourColOne img {
    /*border: 1px solid #000000;*/
    border-radius: 8px;
    box-shadow: 0px 0px 24px #B2B6B9;
    box-sizing: border-box;
    width: 100%;
}

/* image styles */

.dropShadow {
    box-shadow: 0px 0px 24px #B2B6B9;
}

.corner8 {
    border-radius: 8px;
}

.roundImg {
        border-radius: 50%;
}

.whiteBg {
    background-color: #FFFFFF;
}

.eightToFour {
    width: 50%;
    padding-bottom: 2em;
    display: inline-block;
    float:left;
    overflow: auto;
    box-sizing: border-box;
}

/* button styles */

.button-primary {
    display: inline-block;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #00FF00;
    padding: 0.75em 0em 0.75em 0em;
    text-decoration: none;
    border: 0px;
    transition: 0.2s;
}

.button-hero {
    display: inline-block;
    margin-top: 0.5em;
    font-size: 0.92em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #000000;
    padding: 0.64em 0em 0.64em 0em;
    text-decoration: none;
    border: 0px;
    transition: 0.2s;
}

.button-hero-white {
    display: inline-block;
    margin-top: 0.5em;
    font-size: 0.92em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0.64em 0em 0.64em 0em;
    text-decoration: none;
    border: 0px;
    transition: 0.2s;
}

/* start button link styles */

a {
    text-decoration: none;
}

.button-primary a {
    border: 2px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
    display: inline-block;
    padding: 0.75em 2.0em 0.75em 2em;
    text-decoration: none;
    transition: 0.2s;
}    

.button-primary a:link {
    border: 2px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
    padding: 0.75em 2.0em 0.75em 2em;
    text-decoration: none;
}

.button-primary a:visited {
    border: 2px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
    padding: 0.75em 2.0em 0.75em 2em;
    text-decoration: none;
}

.button-primary a:hover {
    background-color: #FFFFFF;
    border: 2px solid #000000;
    color: #000000;
    padding: 0.75em 2.0em 0.75em 2em;
    text-decoration: none;
    animation-name: hover;
    animation-duration: 1s;
}

.button-primary a:active {
    border: 2px solid #000000;
    color: #000000;
    padding: 0.75em 2.0em 0.75em 2em;
    text-decoration: none;
}

.button-hero a {
    border: 2px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
    display: inline-block;
    padding: 0.5em 2.0em 0.5em 2em;
    text-decoration: none;
    transition: 0.2s;
}    

.button-hero a:link {
    border: 2px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
    padding: 0.4em 1.2em 0.4em 1.2em;
    text-decoration: none;
}

.button-hero a:visited {
    border: 2px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
    padding: 0.4em 1.2em 0.4em 1.2em;
    text-decoration: none;
}

.button-hero a:hover {
    background-color: #FFFFFF;
    border: 2px solid #000000;
    color: #000000;
    padding: 0.4em 1.2em 0.4em 1.2em;
    text-decoration: none;
    animation-name: hover;
    animation-duration: 1s;
}

.button-hero a:active {
    border: 2px solid #000000;
    color: #000000;
    padding: 0.4em 1.2em 0.4em 1.2em;
    text-decoration: none;
}

/* white button styles */

.button-hero-white a {
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #000000;
    display: inline-block;
    padding: 0.5em 2.0em 0.5em 2em;
    text-decoration: none;
    transition: 0.2s;
}    

.button-hero-white a:link {
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #000000;
    padding: 0.4em 1.2em 0.4em 1.2em;
    text-decoration: none;
}

.button-hero-white a:visited {
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #000000;
    padding: 0.4em 1.2em 0.4em 1.2em;
    text-decoration: none;
}

.button-hero-white a:hover {
    background-color: #000000;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding: 0.4em 1.2em 0.4em 1.2em;
    text-decoration: none;
    animation-name: hover;
    animation-duration: 1s;
}

.button-hero-white a:active {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding: 0.4em 1.2em 0.4em 1.2em;
    text-decoration: none;
}


/* end button link styles */

.floatLeft {
    float: left;
    padding-left: 140px;
}

.textRight {
    position: relative;
    width: 100%;
    
}

.headshot {
    width: 120px;
    margin-top: 4px;
    margin-right: 25px;
    margin-bottom: 20px;
    float: left;
}

.headshot img {
    border: none;
}

.white {
	background-color: #ffffff;
}


/* --------------------------------------------------  responsive styles start -------------------------------------------------- */

@media screen and (max-width: 1820px) {

  .generalPadding {
    /*border: 2px solid #0000FF;*/
    }

    
  .heroBoxContent {
        padding: 0;
    }

    .contentBox {
        
    }

    .casedriveHero {
    height: 960px;
    position: relative;
    }
}

/* -------------------------------------------------- max-width 1280px -------------------------------------------------- */


@media screen and (max-width: 1280px) {
    
    .generalPadding {
        /*border: 2px solid #0000FF;*/
    }

    .aboutBox {
        font-size: 1.4em;
    }
    .heroBox {
        /*height: relative;*/
        width: 100vw;
    }
    
    .heroBoxContent {
        font-size: 2em;
        padding: 0;
    }

    .heroBoxContentCaseDrive {
        font-size: 2em;
        margin: 6em auto 0 auto;
        padding: 0 12em 0 0;
        /*border: 2px solid #FF0000;*/
    }

    
    .homeBox {
        font-size: 1.25em;
    }
    
    .contentBox {
        
    }

    .casedriveHero {
        /*background-image: url("../images/casestudy_hero_casedrive_3840.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;*/
        height: 960px;
        position: relative;
    }
    #cdheroImage01 img{
        border-radius: 4vmin; 
        height: auto; 
        width: 312px; 
        box-shadow: 0 0 20px #1C76AC; 
        margin-top: 20px; 
        position: absolute; 
        bottom: 60px; 
        right: 40px;
    }
    #cdheroImage02 img{
        border-radius: 4vmin; 
        height: auto; 
        width: 312px; 
        box-shadow: 0 0 20px #1C76AC; 
        position: absolute; 
        top: 0; 
        right: 40px; 
    }
}
/* --------------------------------------------------  max-width 960px -------------------------------------------------- */

@media screen and (max-width: 960px) {

    .generalPadding {
        /*border: 2px solid #00FF00;*/
    }

    .aboutBox {
        font-size: 1.2em;
    }
    .aboutBoxText img {
        margin: .4em 1.5em 0 0;
    }
    .contactBox {
        font-size: 1.2em;
    }
    .heroText {
        font-size: 1.6em;
    }
    .contentBox h1 {
        font-size: 1.8em;
    }
    .contentBox p {
        font-size: .9em;
    }
    .heroBoxContent {
        font-size: 1.6em;
    }
    
    .heroBoxContentCaseDrive {
        font-size: 1.6em;
        margin: 4em auto 0 auto;
        /*border: 2px solid #FF0000;*/
    }
    .casedriveHero {
        height: 800px;
    }
    .cdheroPadding {
        box-sizing: border-box;
        height: 100%; 
        padding: 0 4% 0 4%;
        position: relative; 
        overflow: hidden;
        top: 0;
        width: 100%;
    }
    .cdheroImageBox {
        color: white; 
        font-size: 1.5em;
        height: 100%; 
        margin: auto;
        max-width: 96%;
        overflow: visible;
        padding: 0; 
        position: relative; 
        text-align: left;
        vertical-align: middle;
        overflow: visible;
        box-sizing: border-box;    
        width: 100%;
    }

    #cdheroImage01 {
        display: none;
    }
    #cdheroImage02 {
        padding-top: 60px;
    }
    #cdheroImage02 img {
        border-radius: 4vmin; 
        height: auto; 
        width: 312px; 
        box-shadow: 0 0 20px #1C76AC; 
        position: relative; 
        top: 40px; 
        right: 40px;
    }

    .homeBox {
        font-size: 1em;
    }

    .inturnBox, .myspaceBox, .rtcBox {
        width: 100vw;
        height: 75vw;
    }
    .inturnBoxText, .myspaceBoxText, .rtcBoxText {
        font-size: 1.2em;
    }
    .eightColOne p {
        font-size: .64em;
    }
    .fourColOne p {
        font-size: .8em;
    }
    
    .footerBoxText {
        font-size: 0.56em;
        line-height: 1.2em;
    }
}

/* --------------------------------------------------  max-width 640px -------------------------------------------------- */

@media screen and (max-width: 640px) {
    
    .generalPadding {
        /*border: 2px solid #FF0000;*/
    }

    .aboutBoxText img {
        margin: .4em 1.2em 0 0;
    }
    .santaBox {
        display:block; 
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box
    }
    .santaBox h1 {
        font-size: 2em; 
        font-weight: 600; 
        line-height: 1.25em;  
    }
    .santaBox p {
        color:#666666; 
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif; 
        font-size: 1em; 
        letter-spacing:0.01em; 
        line-height: 1.6em; 
        margin: 0;
    }
    .break {
        clear:both; 
        height:2em;
    }
    .twoColForm {
        width: 98%;
        padding: 1%;
        margin-top: 1em;
        margin-bottom: 0em;
        float: left;
        display: inline;
    }
    .eightColOne {
        width: 25%;
        padding: 2%;
        float: left;
        display: inline;
        box-sizing: border-box;
    }
    .eightColOne p {
        font-size: .8em;
    }
    .eightToFour {
        width: 100%;
        clear: both;
        padding-bottom: 2em;
        overflow: auto;
        box-sizing: border-box;
    }
    .heroBox, .homeBox {
        /*height: relative;*/
    }
    .homeBox {
        font-size: 1.25em;
    }
    .heroBoxContent {
        font-size: 1.4em;
    }
    .heroBoxContentCaseDrive {
        font-size: 1.4em;
        margin: 4em auto 0 auto;
        padding: 0 4em 0 0;
        /*border: 2px solid #FF0000;*/
    }
    .heroBoxContentPointInside {
        font-size: 1.4em;
        margin: 12em auto 0 auto;
        padding: 0 0 0 0;
        /*border: 2px solid #FF0000;*/
    }
    .casedriveHero {
        height: 640px;
    }
    .pointinsideHero {
        height: 800px;
    }
    .ubixHero {
        height: 800px;
    }
    .approachHero {
        height: 800px;
    }
    .heroBoxText {
        width: 100%;
    }
    .inturnBox, .myspaceBox, .rtcBox {
        width: 100vw;
        height: 90vw;
    }
    
    .inturnBoxText, .myspaceBoxText, .rtcBoxText {
        font-size: 1em;
    }
    .pageBox {
        height: relative;
        font-size: 1.2em;
    }
    .twoColOne {
        width: 100%;
        padding: 1%;
        float: left;
        display: inline;
        box-sizing: border-box;
    }
    .fourColOne {
        width: 50%;
        padding: 1%;
        float: left;
        display: inline;
        box-sizing: border-box;
    }
    .threeColOne {
        width: 100%;
        padding-left: 1%;
        padding-right: 1%;
        padding-bottom: 6em;
        display: inline;
        float: left;
        text-align: left;
        box-sizing: border-box;
    }
    .contentBox {
        padding-top: 4em;
        margin: auto;
        overflow: auto;
        text-align: center;
    }
    .eightColOne p {
        font-size: .8em;
    }
    
    .leftBoxImg {
        width: 100%;
        padding-left: 0;
        padding-right:  1%;
        float: left;
        box-sizing: border-box;
    }

    .rightBoxImg {
        width: 100%;
        padding-left: 1%;
        padding-right: 0;
        float: right;
        box-sizing: border-box;
    }

    .leftBoxText {
        position: relative;
        float: left;
        line-height: 1.25em;
        width: 100%;
        padding-left: 0;
        padding-right: 1%;
        padding-top: 2em;
        padding-bottom: 0;
        text-align: left;
        box-sizing: border-box;
        overflow: hidden;
    }

    .rightBoxText {
        position: relative;
        float: right;
        line-height: 1.25em;
        width: 100%;
        padding-left: 1%;
        padding-right: 0;
        padding-top: 2em;
        padding-bottom: 0;
        text-align: left;
        box-sizing: border-box;
        overflow: hidden;
    }
    /* start footer */

    .footerBox {
        background-size: cover;
        font-size: 1.2em;
        padding-left: 3%;
        padding-right: 3%;
        text-align: center;
        vertical-align: middle;
    }

    .thankYouFooterBox {
        font-size: 1.2em;
    }

    .footerBoxText {
        font-size: 0.72em;
        line-height: 1.2em;
    }

/* end footer */

}

/* --------------------------------------------------  max-width 480px -------------------------------------------------- */

@media screen and (max-width: 480px) {

    .generalPadding {
        /*border: 2px solid #FF00FF;*/
    }

    .heroBox {
        font-size: 0.88em;
        /*height: relative;*/
    }
    .heroBoxContentCaseDrive {
        font-size: 1.2em;
        margin: 8em auto 0 auto;
        padding: 0 4.8em 0 0;
        /*border: 2px solid #FF0000;*/
    }
    
/*    .heroBoxContentCaseDrive {
    margin: 12em auto 0 auto;
    padding: 0 440px 0 0;
    max-width: 1356px;
    text-align: left;
    overflow: hidden; 
    box-sizing: border-box;
    /*border: 2px solid #FF0000;*/
/*}*/

    .caseDriveHeroText {
        color: white; 
    }
    
    .homeBox {
        height: relative;
        font-size: 1em;
    }
    .casedriveHero {
        height: 480px;
    }

    .pageBox {
        height: relative;
        font-size: 1em;
    }
    .wrapper {
		min-width: 320px;
	}
    .eightColOne p {
        font-size: .64em;
    }   

/* start <480px header and global navigation styles */

    .navLogo {
        margin: 0em;
        padding: 0em .4em 0em 0em;
        font-size: 1.0em;
        line-height: 1.8em;
        text-decoration:none;
        /*border: 1px solid #FF0000;*/
    }
    .heroLogo {
        margin: 0em;
        padding: 0em .25em 0em 0em;
        float:right;
        color: #000000; 
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.8em;
        text-decoration:none;
    }
    .navLogo a {
        margin: 0em;
        padding: 0em;
    }

    .mainNav {
        color: #000000;
        margin: auto;
        width: 98%;
        padding-top: 1.5em;
        padding-left: 1%;
        padding-right: 1%;
        position: relative;
        float: left;
        text-align: left; 
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        vertical-align: middle; 
        box-sizing: border-box;
        overflow: hidden;
        /*border: 2px solid #0000FF;*/
}

    .mainNav a {
        float: left; 
        font-weight: 600;
        text-decoration:;
    }

    .mainActive {
        /* color: #000000; */
        float: left; 
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.8em;
        padding:0em 2em 0em 2px;
        text-decoration:none;
    }
    .footerBoxText {
        font-size: 0.56em;
        line-height: 1.2em;
    }

}

/* end <480px header and global navigation styles */

    /* --------------------------------------------------  iPhone max-width 480px -------------------------------------------------- */

@media only screen 
    and (max-width: 480px)
    and (-webkit-min-device-pixel-ratio: 3){

    .generalPadding {
        /*border: 2px solid #FF00FF;*/
    }

    .heroBox {
        font-size: 0.88em;
        /*height: relative;*/
    }
    .heroBoxContentCaseDrive {
        font-size: 1.2em;
        margin: 8em auto 0 auto;
        padding: 0 4.8em 0 0;
        /*border: 2px solid #FF0000;*/
    }
    .heroBoxContentCaseDrive h1 {
        font-size: 1.2em;
        margin: 8em auto 0 auto;
        padding: 0 4.8em 0 0;
        /*border: 2px solid #FF0000;*/
    }
    
/*    .heroBoxContentCaseDrive {
    margin: 12em auto 0 auto;
    padding: 0 440px 0 0;
    max-width: 1356px;
    text-align: left;
    overflow: hidden; 
    box-sizing: border-box;
    /*border: 2px solid #FF0000;*/
/*}*/

    .caseDriveHeroText {
        color: white; 
    }
    
    .homeBox {
        height: relative;
        font-size: 1em;
    }
    .casedriveHero {
        height: 480px;
    }

    .pageBox {
        height: relative;
        font-size: 1em;
    }
    .wrapper {
		min-width: 320px;
	}
    .eightColOne p {
        font-size: .64em;
    }   

/* start <480px header and global navigation styles */

    .navLogo {
        margin: 0em;
        padding: 0em .4em 0em 0em;
        font-size: 1.0em;
        line-height: 1.8em;
        text-decoration:none;
        /*border: 1px solid #FF0000;*/
    }
    .heroLogo {
        margin: 0em;
        padding: 0em .25em 0em 0em;
        float:right;
        color: #000000; 
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.8em;
        text-decoration:none;
    }
    .navLogo a {
        margin: 0em;
        padding: 0em;
    }

    .mainNav {
        color: #000000;
        margin: auto;
        width: 98%;
        padding-top: 1.5em;
        padding-left: 1%;
        padding-right: 1%;
        position: relative;
        float: left;
        text-align: left; 
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        vertical-align: middle; 
        box-sizing: border-box;
        overflow: hidden;
        /*border: 2px solid #0000FF;*/
}

    .mainNav a {
        float: left; 
        font-weight: 600;
        text-decoration:;
    }

    .mainActive {
        /* color: #000000; */
        float: left; 
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.8em;
        padding:0em 2em 0em 2px;
        text-decoration:none;
    }
    .footerBoxText {
        font-size: 0.56em;
        line-height: 1.2em;
    }

}

/* end <480px header and global navigation styles */

/* responsive styles end */