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;
}

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

/* mouse over link */
a:hover {
    color: #000000;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #000000;
    text-decoration: underline;
}

/* Set images to greyscale and fade to color on hover

a img {
    filter: grayscale(100%);
    transition: 0.4s;
} */

a:hover img {
    filter: grayscale(0%);
    transition: 0.4s;
}


/* end link styles */

/* text formatting */

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

h2 {
	font-size: 2em;
	line-height: 1.5em;
    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;
}

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

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

.font-white {
    color: #ffffff;
}

.italic {
    font-style: italic;
}

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

.nowrap {
    white-space: nowrap;
}

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

/* start header and global navigation styles */

.navLogo {
    margin: 0em;
    padding: 0em .5em 0em 0em;
    float:left;
    color: #000000; 
    font-size: 1.2em;
    font-weight: 600;
    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 {
    margin: auto;
    width: 100%;
    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;
}

.mainNav a {
    color: #000000; 
    float: left; 
    font-weight: 600;
    text-decoration:none;
    /*border: 1px solid #00FF00;*/
}

.mainLink {
    color: #000000; 
    float: left; 
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.8em;
    padding:0em 3em 0em 2px;
    text-decoration:none;
    /*border: 1px solid #FF0000;*/
}

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

/* end header and global navigation styles */

.center {
    text-align: center;
}

.clearBoth {
    clear: both;
}

span.noImgBorder img {
    border: none;
}


/* start magnifying glass effect styles */

* {box-sizing: border-box;}

.img-magnifier-container {
    position: relative;
    /* border: 1px solid #ff0000; */
}

.img-magnifier-glass {
    position: absolute;
    border: 0.5px solid #cccccc;
    border-radius: 50%;
    cursor: all-scroll;
    /*Set the size of the magnifier glass:*/
    width: 500px;
    height: 500px;
}

/* end magnifying glass effect styles */

/* start section styles */

/* start black 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.2em;
    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;
}

/* end black 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: #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;
}

.submitButton input:hover {
    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;
}


/* end form styles */

/* end contact 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%;
}

/* start content styles */

.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: 1440px;
    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: .4
}

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

/* start footer styles */

.footerBox {
    background-size: cover;
    font-size: 1.5em;
    padding-left: 3%;
    padding-right: 3%;
    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: 1440px;
    padding: .8em 0em;
    text-align: right;
    vertical-align: middle;
    box-sizing: border-box;
}

.footerBoxText p {
    font-weight: 600;
}

/* end footer styles */

/* start sections with background image styles */

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

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

/* start home page hero styles */

.heroBox {
    font-size: 2.4em;
    margin: 72px auto auto auto;
    padding: 4.4em 2% 3.2em 2%;
    width: 100%;
    max-width: 1440px;
    vertical-align: top;
    z-index: 50;
 }

.heroBoxContent {
    margin: auto;
    padding: 0 1%;
    max-width: 1440px;
    text-align: left;
    overflow: hidden; 
    box-sizing: border-box;
}

.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;
}

/* end home page hero */

/* start home page box styles */

.homeBox {
    font-size: 1.5em;
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
    width: 100%;
    max-width: 1440px;
    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: 2%;
    padding-right: 2%;
    position: relative;
    width: 100%;
    max-width: 1440px;
    text-align: center;
    vertical-align: middle;
    overflow: auto;
    box-sizing: border-box;    
}

/* start image and text combination styles */

.leftBoxImg {
    width: 50%;
    padding-left: 1%;
    padding-right:  6%;
    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: 6%;
    padding-right:  1%;
    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: 1%;
    padding-right: 1%;
    padding-top: 2em;
    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: 1%;
    padding-right: 1%;
    padding-top: 2em;
    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: 2%;
    padding-right: 2%;
    position: relative;
    width: 100%;
    max-width: 1440px;
    text-align: center;
    vertical-align: middle;
    overflow: auto;
    box-sizing: border-box;    
}

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

/* end page box styles */

/* start page header */

.pageHeader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    max-width: 1440px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: auto;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.pageHeaderBox {
    max-width: 1440px;
    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: 1440px;
    margin: 0em auto;
    padding: 0em;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    background-color: #FFFFFF;
}

.pageHeaderLine 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 page header */

/* start sub header */

.subHeader {
    width: 100%;
    max-width: 1440px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0em 2%;
    text-align: center;
    overflow: auto;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.subHeaderBox {
    max-width: 1440px;
    margin: 0em auto;
    padding: 0.4em 1%;
    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: 1440px;
    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: 1.5em 1% 0 1%;
    float: left;
    display: inline;
    text-align: left;
    box-sizing: border-box;
    /*border: 1px solid #0000FF;*/
}

.oneColOne img {
    border: 1px solid #000000;
    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 1%;
	display: inline;
	float: left;
    text-align: left;
}

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

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

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

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

.fourColOne img {
    border: 1px solid #000000;
    box-sizing: border-box;
    width: 100%;
}

.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;
}

/* start button link styles */

a {
    text-decoration: none;
}

.button-primary a {
    border: 2px solid #FF0000;
    color: #000000;
    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;
    color: #000000;
    padding: 0.75em 2.0em 0.75em 2em;
    text-decoration: none;
}

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

.button-primary a:hover {
    background-color: #000000;
    border: 2px solid #000000;
    color: #FFFFFF;
    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;
}

/* 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: 1200px) {
    
    .aboutBox {
        font-size: 1.4em;
    }
    .heroBox {
        font-size: 2em;
        height: relative;
        width: 100vw;
    }
    .contentBox {
        
    }

/* text formatting 

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

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

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

    p {
        font-size: 1em;
        line-height: 1.5em;
        font-weight: 400;
    }*/
}

/* --------------------------------------------------  max-width 960px -------------------------------------------------- */

@media screen and (max-width: 960px) {
    
    a img {
        filter: grayscale(0%);
    }

    .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;
    }
    .heroBox, .homeBox, .servicesBox {
        font-size: 1.6em;
        height: relative;
        width: 100vw;
    }
    .inturnBox, .myspaceBox, .rtcBox {
        width: 100vw;
        height: 75vw;
    }
    .inturnBoxText, .myspaceBoxText, .rtcBoxText {
        font-size: 1.2em;
    }
    .eightColOne p {
        font-size: .64em;
    }
    .fourColOne p {
        font-size: .8em;
    }
}

/* --------------------------------------------------  max-width 720px -------------------------------------------------- */

@media screen and (max-width: 720px) {
    .threeColOne {
        width: 100%;
        padding-left: 1%;
        padding-right: 1%;
        padding-bottom: 2em;
        display: inline;
        float: left;
        text-align: left;
        box-sizing: border-box;
    }
}

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

@media screen and (max-width: 640px) {
    .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 {
        font-size: 1.2em;
        height: relative;
        width: 100vw;
    }

    .heroBoxText {
        width: 100%;
    }
    .inturnBox, .myspaceBox, .rtcBox {
        width: 100vw;
        height: 90vw;
    }
    
    .inturnBoxText, .myspaceBoxText, .rtcBoxText {
        font-size: 1em;
    }
    .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: 2em;
        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: 1%;
        padding-right:  1%;
        float: left;
        box-sizing: border-box;
    }

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

    .leftBoxText {
        position: relative;
        float: left;
        line-height: 1.25em;
        width: 100%;
        padding-left: 1%;
        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: 1%;
        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.8em;
        line-height: 1.2em;
    }

/* end footer */

}

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

@media screen and (max-width: 480px) {
    .heroBox {
        font-size: 1.1em;
        padding-top: 6em;
        padding-bottom: 4.8em;
        width: 100vw;
        height: relative;
    }
    .homeBox {
        width: 100vw;
        height: relative;
        font-size: 1em;
    }
    .servicesBox {
        width: 100vw;
        height: relative;
        font-size: 1.1em;
    }
    .pageBox {
        width: 100vw;
        height: relative;
        font-size: 1.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 {
        margin: auto;
        width: 100%;
        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;
}

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

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

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

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

/* responsive styles end */