
/*********************** STANDARD ELEMENTS ****************************/

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, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
	font-weight:400;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-style:normal;
    font-size: 16px;
    color: #222222;
    text-align: left;
    line-height:1.45em;
	overflow-x: hidden;
}

/* for the admin page editing area */
.mceContentBody { background-color: #ffffff !important; background-image:none; }


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

/* GENERAL FORMATTING */

a, a:visited {
    text-decoration: none;
    color: #e72325;
	font-weight:400;
}

a:hover, a:active {
    color: #000;
}

strong {font-weight:700}
em {font-weight:unset;}

li {
	margin-left:1.7em;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.45em;
    font-weight: 500;
    color: #000;
	margin-bottom:0.7em;
}

h1 {
    font-size: 1.6em;
	margin-bottom:1em;
	text-transform:uppercase;
}

h1.home {
    font-size: 1.6em;
	margin-bottom:1em;
	text-transform:uppercase;
	text-align: center;
}

.connectHeader {
font-size: 1.6em;
margin-bottom:1em;
text-transform:uppercase;
font-weight: 500;
color: #000;
line-height: 1.45em;
}

h2 {
    font-size: 1.2em;
	text-transform:uppercase;
	margin-top:1.4em;
	color: #e72325;
}

h2.home {
    font-size: 1.6em;
	font-weight: 400;
	text-transform:capitalize;
	margin-top:1em;
	color: #e72325;
	text-align: center;
}

h3 {
    font-size: 1.25em;
	margin-bottom: .5em;
	margin-top: 1.2em;
}

.insert_email1 a {
	display: inline;
}

.insert_email1 a p {
	display: inline;
}


img,
embed,
object,
video {
    max-width: 100%;
    border: 0 none;
}
img.profileImg {
      float: left;
      margin: 0 1em 0 0;
      border-radius: 50%;
}

p 	{
	margin-bottom:0.75em;
}



/*********************** MAIN DIVS ****************************/

.wrap {
	
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 1170px;
    min-width: 320px;
}

#top {
    min-width: 320px;
    width: 100%;
}

#middle {
    width: 100%;
    position: relative;
    min-width: 320px;
}

#bottom {
    width: 100%;
    position: relative;
    min-width: 320px;
	background: url(../../images/footer-bg.jpg);
	background-size: cover;
}

@media (min-width: 550px) and (max-width: 899px) {
	.wrap {max-width:100%}
	#top {
	}
}
@media (max-width: 549px) {
	#top {  }
	#bottom {}
}


/*  CONTENT */

#content_area {
	text-align: left;
	background:#ffffff;
}

@media screen and (min-width: 900px) {
	#content_area {
		padding:2em 0em 2em 0em;
		margin-left: 1.5em auto 0 auto;
	}
      #content_area.noSidebar #content {
            width: 90%;
      }
	#content, #content_area.homepage #content {
		width:66%;
		margin-right: 0;
		float:right;
	}

}
@media (min-width: 550px) and (max-width: 899px) {
	#content_area {
		padding:2em 1em 2em 1em;
	}
	#content {
		width:64%;
		float:right;
	}

}
@media (max-width: 834px) {
	#content_area {
		padding:1em 1em 2em .5em;
	}
	#content {
		width:100%;
	}

}

/* if the section has a sidebar ... */
#content_area.hasSidebar {
      position:relative;
}
#content_area.noSidebar #content {
	width: 97%;
}

@media screen and (max-width: 900px) {
	#content_area.hasSidebar #content {
		
	}
}
@media screen and (max-width: 834px) {

	#content_area.hasSidebar #content {
		width: 65%;
	}
}

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

	#content_area.hasSidebar #content {
		width: 96%;
	}
}

#content_area.hasSidebar #sidebar-top, #content_area.hasSidebar #sidebar-bottom{
	float: left;
	width: 28%;
	clear: both;
}
#content_area.hasSidebar #sidebar-top{
	top: 2em;
}
#content_area.hasSidebar #sidebar-bottom{
	bottom: 1em;
}

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

	#content_area.hasSidebar #sidebar-top, #content_area.hasSidebar #sidebar-bottom {
		display:none;
	}
}


/* HOMEPAGE OVERRIDES */
#sidebar-home {
	background-color: #eeeeee;
	padding: 2%;
	float: right;
	margin-left: 0;
}
@media (min-width: 900px) {
	#sidebar-home {width:25%;}
}
@media (min-width: 550px) and (max-width: 899px) {
	#sidebar-home{width:26%;}
}
@media (max-width: 549px) {
	#sidebar-home {display:none;}
}


/*********************** MAIN CLASSES ****************************/

.clear { clear:both; }
.nobr, .nowr {white-space: nowrap;}
.whiteBG {background:white;}
.blackBG {background:black;}
.left {float:left;}
.right {float:right;}
.full {width:100%;}
.leftimg {clear:left; float:left;margin:.3em 2em 2em 0;font-style:italic;}
.rightimg {clear:right; float:right;margin:.3em 0 2em 2em;font-style:italic;}
.leftimg p, .rightimg p {margin:.5em 0 0 0;}
.fullimg {width:100%; margin-bottom:1em;}
.half {width:50%;}
.halfleftimg {float:left; width:48%;margin:1em 0;}
.halfrightimg {float:right; width:48%;margin:1em 0;}
.third {width:35%;}
.center {display:block;margin:2em auto;text-align:center;font-style:italic;width:auto;}
.noscale {max-width:none;}
@media (max-width: 549px) {
	.left, .right {float:none;}
	.leftimg, .rightimg {float:none;margin:2em auto;display:block;text-align:center;font-style:italic;}
	.half, .third  {width:auto;}
	.hideinmobile {display:none;}
}

/*********************** HEADER AREA **********************/


#header {
    
}

.topHeaderBG {
width: 100%;
background: url(../../images/top-header-bg.jpg);
background-size: cover;
display: inline-block;
vertical-align: bottom;
}

#header-contact {
	float: right;
	width: 237px;
	background: #e72325;
	font-size: 1.25em;
	font-weight: 700;
	color: #ffffff;
	padding: .6em 0;
	text-align: center;
	margin-top: 2em;
}

#header-contact:hover {
background: #000000;
}

.headerRight {
float: right; 
width: 60%;

}

.topBeeline {
width: 100%;
background: url(../../images/bee-line.png) repeat-x;
height: 9px;
}

.bottomWaspLine {
width: 100%;
background: url(../../images/wasp-line.png) repeat-x;
height: 9px;
}

.homeTopP {
width: 88%;
margin: 0 auto;
text-align: center;
}

.homeBottomP {
width: 95%;
margin: 1em auto;
text-align: center;
}


.homeBoxes {
width: 100%;
display: inline-block;
margin: 2.5em auto 0 1.5em;
}

.homeBox1 {
float: left;
width: 48%;

}

.homeBox2 {
float: right;
width: 48%;

}

.homeBoxPic {
background: #000000;
}



.homeBoxPic img {
vertical-align: bottom;
width: 100%;
}

.homeBoxPic img:hover {
opacity: .85;
}

.homeBoxTitle {
text-align: center;
margin: .6em 0;
}

.homeBoxTitle a {
font-size: 1.35em;
font-weight: 500;
color: #000000;
}

.homeBoxTitle a:hover {
color: #e72325;
}

.homeSeparator {
width: 100%;
padding-top: 1.5em;
margin-bottom: 2.5em;
border-bottom: 1px solid #999999;
}

.whyHLI {
float: left;
width: 43%;
margin-left: 2.5%;
}

.whyHLIRight {
float: right;
width: 50%;
text-align: right;
}

.whyHeader {
font-size: 1.5em;
font-weight: 400;
text-transform:capitalize;
color: #e72325;
margin-bottom: 1em;
}

.whyHLI p {
margin-bottom: 1.7em;
}

.bottomContactBanner {
width: 100%;
background: #e72325;
display: inline-block;
vertical-align: bottom;
}

.bottomContactBannerText {
float: left;
font-size: 1.15em;
font-weight: 500;
color: #ffffff;
padding: 1.5em 0;
width: 81%;
text-transform: uppercase;
margin-left: 1.5em;
}

.bottomContactBannerButton {
float: right;
font-size: 1.2em;
font-weight: 700;
color: #ffffff;
width: 165px;
padding: .55em 0;
margin-top: .8em;
text-transform: uppercase;
text-align: center;
border: 2px solid #ffffff;
letter-spacing: 1px;
}

.bottomContactBannerButton:hover {
background: #000000;
}

@media (min-width: 900px) and (max-width: 1055px) {

	.bottomContactBannerButton {
    font-size: .9em;
    width: 145px;
    padding: .5em 0;
    margin-top: 1em;
    margin-right: 1em;
	}
	
	.bottomContactBannerText {
    font-size: .9em;
	width: 79%;
	margin-left: 1em;
    }
}

@media (min-width: 1056px) and (max-width: 1180px) {

	.bottomContactBannerButton {
	margin-right: 1em;
	}
	
	.bottomContactBannerText {
    font-size: 1.1em;
	width: 78%;
	margin-left: 1.5em;
    }
}

/*********************** NAVIGATION **********************/

/*** ALL TOP, SIDE, MOBILE NAVIGATION IS MOVED TO NAVIGATION.CSS **/

/*********************** CONTENT ***********************/

/* JUSTIFY FLOATING DIVS */

ul.justify {
    font-size: 0 !important;
    line-height: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
}

ul.justify:after {
    content: "";
    display: inline-block;
    width: 100%;
}

ul.justify li {
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 auto !important; this-will-center-single-objects:;
    padding: 0 !important;
}

/* (untested) IE hacks to make li's line up */
*+html ul.justify li {display: inline;}
* html ul.justify li {display: inline;}


/* CONTENT TO SHOW ON MOBILE & TABLET VERSIONS  ONLY */

.mobile-phone {
	padding-bottom:1em;
	font-size:1.6em;
	font-weight:800;
}


/* Contact Page */

#contentContact {
float: right;
width:66%;
}


#sidebarContact {
    width: 26%;
    float: left;
    margin-top: 0;
	margin-left:0;
}

@media (min-width: 1px) and (max-width: 549px) {

	

	#contentContact {
	float: left;
	width:94%;
	
	margin-top: 1.2em;
	}
	
	
	
	#sidebarContact {
	width: 90%;
	padding-top: 1.5em;
	
	clear: both;
	float: left;
	margin-bottom: 2em;
	margin-top: 2em;
	
	}
	
}

@media (min-width: 550px) and (max-width: 899px) {
	#contentContact {
	width:95%;
	float:left;
	}
	
	#sidebarContact {
	width:95%;
	float:left;
	padding-top: 1.5em;
	margin-top: 2em;
	clear: both;
	margin-left: 0;
	}

}

@media (min-width: 900px) and (max-width: 1140px) {

	#sidebarContact {margin-left: 1em; }

}


#inquiry form#contact_form{
	ppborder-bottom:3px solid #ddd;
	pppadding-left:1em;
	ppmargin:0 -10px 1em -10px;
	ppheight:2.5em;
	
}
#inquiry table {
	ppwidth:100%;
}
#inquiry td {
	pppadding:1em 1em;
}
#inquiry input[type=text], #inquiry input[type=radio],
#inquiry textarea {
	width:100%;
	background: #ffffff;
	ppheight:2em;
	pppadding-left:1em;
	padding:1rem;
	margin:0 0 1rem 0;
	vertical-align:middle;
	border:1px solid #c0c0c0;
    font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-style:normal;
    font-size: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#inquiry .selectType  {
width:100%;
	ppheight:2em;
	pppadding-left:1em;
	padding:1rem;
	margin:0 0 1rem 0;
	vertical-align:middle;
	border:1px solid #c0c0c0;
	color: #757579 !important;
    font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-style:normal;
    font-size: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.8em;
}

#inquiry .selectType select {
color: #757579;
padding: .4em 0;
}


#inquiry input[type=submit] {
	ppfloat:right;
	ppmargin-right:-1em;
}

#inquiry textarea {
	min-height:15em;
}
#inquiry label {
	ppvertical-align:middle;
}
#inquiry table tr td:first-child {
	ppwidth:20%;
	
}
#inquiry input.formerror {
	ppborder-color:red;
}

#button {
	padding:1rem 2rem;
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
	font-size:1.15em;
	border:none;
	background:#000000; 
	color: #ffffff;
	font-weight:700;
	margin:1rem 0 0 0;
	letter-spacing: 1px;
}

#button:hover {
	background:#e72325;
color: #ffffff;	
	cursor: pointer;
}

/********************* side form *******************/

#side-contact-form {
	background: url(../../images/side-form-bg.jpg);
	background-size: cover;
	padding:1vw 7% 2vw 7%;
	text-transform:uppercase;
	font-size:79%;
	font-weight:700;
	line-height:150%;
	margin-top: 3em;
	margin-left: 1.5em;
	}
	
@media (min-width: 550px) and (max-width: 1000px) {
	#side-contact-form { 
		pppfont-size:1.35vw; 
		line-height:150%;
	}
}

@media (max-width: 549px) {
	#side-contact-form { 
		pppfont-size:2.85vw; 
		line-height:150%;
	}
}


.sideformtxt1 {font-size:1.6em;font-weight:500; color: #ffffff; margin: 0; line-height: 1.3em;}
.sideformtxt2 {font-size:1.15em;font-weight:500;color:#ffffff; margin: 0 0 1.5em 0; }


#side-contact-form  form {
	display:inline;
}
#side-contact-form  form div {
	display:block;
	background: #fafafa;
	border: 1px solid #c8c8c8;
	margin:0 0 .8em 0;
	padding:.5em;
	}
	
#side-contact-form  form input[type='text'],
#sideform-comments {
	width:100%;
	margin:0;
	border:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight:400;
	color:black;
	vertical-align:middle;
	background: #fafafa;
	}
	

#sidebutton {
	padding:0.5em 1em;
	cursor:pointer;
	background: #e72325;
	border: 1px solid #e72325;
	text-align: center;
	color: #ffffff;
	margin-top: .8em;
	letter-spacing: 1px;
	font-weight:700;
	}
	
#sidebutton:hover {
background: #000000;
border: 1px solid #000000;	

}

.major, .major span {
	font-weight:800;
	font-size:1.15em;
	color:#444444;
	margin-bottom:1.8em;
	font-family: 'Roboto', sans-serif;
}

#call-to-action {
	text-align:center;
	width:94%;
	background:#eaeaea;
	margin-left:3%;
	margin-bottom:1.5em;
	padding-top:1.5em;
}

.sub-heading {
	font-size:1.1em;
	font-weight:700;
	margin-top:1.5em;
	margin-bottom:0.3em;
}
/********* HOME PAGE ****************/


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

#footer {
	margin: 0 auto;
	color: #ffffff;
	font-size:0.85em;
}

#footer h3 {
	font-weight:700;
	color:#efefef;
	margin-bottom:1em;}

#footer-col1 {
	float:left;
	margin-top:3.5em;
	margin-bottom: 1em;
	}

#footer-col2 {
	float:left;
	margin-top:3.5em;
	margin-bottom: 1em;
	}

#footer-col3 {
	float:left;
	
	
	}

#footer a {
	color:#ffffff;
	font-weight: 400;
}

#footer a:hover {
    color:#e72325;
}

#footer-col1 p {
margin-left: 4%;
}

 #footer-col1 .callUsCol1 a {
font-weight: 700;
color: #ffffff;
}

#footer-col1 .callUsCol1 a:hover {
color: #e72325;
}

#footer #footer-col2 a {
font-weight: 400;
color: #e72325;
}

#footer #footer-col2 a:hover {
color: #ffffff;
}

#footer p {margin-bottom:0.4em;}

.footerLogo {
margin-bottom: 1.5em;
}

.upArrow {
float: right;
padding: 1em;
margin-top: 11em;
border: 3px solid #ffffff;
}

.upArrow:hover {
background: #000000;

}

.copyrightContainer {
background: #000000;
width: 100%;
font-size: .8em;
font-weight: 400;
color: #ffffff;
display: inline-block;
vertical-align: bottom;
}

.copyrightContainer a {
color: #ffffff;
font-weight: 400;
}

.copyrightContainer a:hover {
color: #d7d7d7;
}

.copyrightLeft {
float: left;
width: 52.8%;
padding: 1.5em 0;
font-weight: 400;
}

.copyrightRight {
float: left;
width: 40%;

padding: 1.5em 0;
font-weight: 400;
}


/*********************** MEDIA QUERIES **********************/

@media (min-width: 1px) and (max-width: 549px) {

	#content_area {
    padding: 1em 0 2em .5em;
	
	}

	h1.home {
    font-size: 1.5em;
    margin-bottom: .5em;
    text-transform: uppercase;
    text-align: left;
	line-height: 1.2em;
	}
	
	h2.home {
    font-size: 1.35em;
    margin-top: .5em;
    text-align: left;
	}
	
	.homeTopP {
    width: 98%;
    margin: 0 auto;
    text-align: left;
	}
	
	.homeBoxes {
    width: 95%;
    margin: 1.5em 0;
	}
	
	.homeBox1 {
    float: none;
    width: 100%;
    max-width: 533px;
	margin-bottom: 1.5em;
	}
	
	.homeBox2 {
    float: none;
    width: 100%;
    max-width: 533px;
	}
	
	.homeBoxTitle a {
    font-size: 1.1em;
    }
	
	.homeBottomP {
    width: 98%;
    margin: 1em auto;
    text-align: left;
	}
	
	.whyTruck {
	display: none;
	}
	
	.whyHLI {
    float: none;
    width: 98%;
    margin-left: 0;
	}
	
	.whyHLIRight {
    float: none;
    width: 94%;
    text-align: center;
	}
	
	.homeSeparator {
    width: 94%;
	}
	
	.bottomContactBannerText {
    float: none;
    width: 85%;
    font-size: 1em;
    margin: 0 auto;
    padding: 1em 0 .5em 0;
    width: 95%;
    text-align: center;
	line-height: 1.3em;
	}
	
	.bottomContactBannerButton {
    float: none;
    font-size: 1em;
    width: 140px;
    padding: .4em 0;
    margin: 0 auto 1em auto;
	}

	#rotating-banner {
		
	}

	#header-logo {
	float: none;
	margin: 0 auto;
		width:230px;
		text-align:center;
	padding: 1em 0;	
	}

	.headerRight {
    float: none;
    width: auto;
	margin: 0 auto;
	}

	#header-contact {
    float: none;
    width: 230px;
    
    font-size: 1.25em;
    
    padding: .6em 0;
    text-align: center;
    margin: 0 auto;
	}

	#footer-col1 {
	width:65%;
	margin-left: 1em;
	margin-top: 1.5em;
	}
	
	#footer-col2 {display:none;}
	
	#footer-col3 {
    float: right;
    margin-right: 1.5em;
	}
	
	.upArrow {
    float: right;
    padding: 1em;
    margin-top: 13.4em;
    border: 3px solid #ffffff;
	}
	
	.copyrightLeft {
    float: left;
    width:90%;
    padding: 1em 0 .5em 0;
    margin-left: 1em;
	}
	
	.copyrightRight {
    float: left;
    width: 90%;
    padding: 0 0 1em 0;
    margin-left: 1em;
	}

	#section1, #section2 {
		text-align:center;
		width:100%;
		margin-bottom:1em;
	}

	.column1 {
		clear:both;
	}

	.column2 {
		display:none;
	}

	.copyright {display:none;}

}


@media (min-width: 550px) and (max-width: 899px) {

	h1.home {
    font-size: 1.45em;
    margin-bottom: .6em;
    text-align: center;
	}
	
	h2.home {
    font-size: 1.3em;
    margin-top: .5em;
    text-align: center;
	}
	
	.homeTopP {
    width: 94%;
	}
	
	.homeBoxes {
	margin-bottom: 1.2em;
	width: 94%;
	}
	
	.homeBoxTitle a {
    font-size: .9em;
	}
	
	.whyHLI {
    float: left;
    width: 95%;
    /*margin-left: 2.5%;*/
	}
	
	.whyHeader {
	text-align: center;
	}
	
	.whyTruck {
	float: right;
	width: 43%;
	margin: .8em 0 1em 1em;
	}
	
	.whyHLIRight {display: none; }
	
	.bottomContactBannerText {
    float: none;
	width: 85%;
    font-size: 1em;
	margin: 0 auto;
    padding: 1em 0 .5em 0;
    width: 81%;
    text-align: center;
	}
	
	.bottomContactBannerButton {
    float: none;
    font-size: 1em;
    width: 140px;
    padding: .4em 0;
    margin: 0 auto 1em auto;
    
	}

	#header-logo {
    float: left;
    padding-top: 1em;
    padding-bottom: 1em;
	margin-left: 1em;
    width: 200px;
	}
	
	.headerRight {
    float: right;
    width: 50%;
	}
	
	
	#header-contact {
	width: 200px;
	font-size: 1.1em;
	padding: .5em 0;
	margin-top: 1em;
	margin-right: 2.1em;
	}

	#rotating-banner {
		
	}

	#section1 {width:60%}
	#section2 {width:39%}

	.column1 {
		width:100%;
	}

	.column2 {
		display:none;
	}
	
	#footer-col1 {
    width: 45%;
    margin-bottom: 2em;
	margin-left: 1em;
	margin-right: 3%;
	}
	
	#footer-col2 {
	width: 22%;
	margin-top: 6.1em;
	}
	
	#footer-col3 {
	float: right;
	margin-right: 1.5em;
	}
	
	.copyrightLeft {
    width: 48%;
	margin-left: 1em;
	}
	
	.copyrightRight {
    width: 45%;
	}
	
	
}


@media (min-width: 900px) {

	.whyTruck {display: none; }
	

	#rotating-banner {
		display:block;
		
	}

	#rotating-banner img {width:100%}

	#header-logo {
		float:left;
		padding-top:1.3em;
		padding-bottom:1.3em;
		width: 33%;
		margin-left: 1.5em;
	}
	
	#footer-col1 {
	width: 52.8%;
	margin-bottom: 2em;
	margin-left: 1.5em;
	
	}

	#footer-col2 {
	width: 28%;
	margin-top: 6.1em;
	
	}

	#footer-col3 {
	width:60px;
	float:right;
	
	}

	.column1 {
		width:50%;
		float:left;
	}

	.column2 {
		width:49%;
		float:right;
	}
}

.width25{
	max-width:25%;display:block;
}
.width50{
	max-width:50%;display:block;
}
.width75{max-width:75%;display:block;}



@media (min-width: 900px) and (max-width: 1180px) {

	#content {
    width: 65%;
    margin-right: 1em;
	
    float: right;
	}

	#header-logo {
	margin-left: 1em;
	}
	
	#header-contact {
	margin-right: 1em;
	}
	
	.homeBoxes {
	width: 96%;
    margin: 2.5em 1em;
	}
	
	.homeSeparator {
	width: 96%;
	margin-left: 1em;
	margin-right: 1em;
	}
	
	.whyHLIRight {
	margin-right: 1em;
	}
	
	#footer-col1 {
    width: 48%;
	margin-left: 1em;
    }
	
	#footer-col3 {
	margin-right: 1.5em;
	}
	
	.copyrightLeft {
    width: 48%;
    margin-left: 1em;
	}





}
















