@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%; /*Set to 100% to make the body element fit the entire height of the browser window. */
}

body {
	font: 100%/1.4 source-sans-pro, Verdana, Arial, Helvetica, sans-serif;
	color: rgba(93,93,93,1);
	background-color: rgba(242,242,242,1);
	background: rgba(250,250,250,1);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	margin: 0;
	word-wrap: break-word;
}


/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure, div {
	display: block;
	background-clip: border-box;
}

.maxspan {
	width: 75%;
	margin: 0 auto;
	padding-top: 50px;
}
.maxspanbanner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	padding-top: 0px;
	background: url(../images/Artoverlay.png), url(../images/designheadbg.jpg);
	background-position: center center, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}
.maxspancontent {
	width: 75%;
	max-width: 1210px;
	margin: 0 auto;
	margin-bottom: 0px;
	padding-top: 70px;
	padding-bottom: 50px;
	background: rgba(255,255,255,0) url(../images/grind.png) repeat top left;
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0);
}
.maxspancontent h1, .maxspancontent h2, .maxspancontent h3, .maxspancontent h4, .maxspancontent h5, .maxspancontent h6, .maxspancontent p {
	max-width: 760px;
	margin: 0 auto;
}
.maxspanoverlay {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(../images/pointoverlay-pattern2.png) top left repeat;
}
.containment {
	width: 75%;
	max-width: 1210px;
	margin: 0 auto;
	border-top: solid thin rgba(93,93,93,1);
}



/*Text Styles - Set the styles and behaviours of content text and paragraphs. */
h1, h2, h3, h4, h5, h6, p, a {
	padding: 0 5px 0 5px;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p {
	margin-left: 5px;
	margin-right: 5px;
}
h1 {
	font-size: 2.5em; /* 40px/16=2.5em */
}
h2 {
	font-size: 1.875em; /* 30px/16=1.875em */
}
h3 {
	font-size: 1.562em; /* 25px/16=1.562em */
}
h4 {
	font-size: 1.25em; /* 20px/16=1.25em */
}
h5 {
	font-size: 1.125em; /* 18px/16=1.125em */
}
h6 {
	font-size: 1em; /* 16px/16=1em */
}
p {
	font-size: 0.92em; /* 16px/16=0.875em */
}

.notice {
	color: rgba(255,51,51,0.8);
	font-size: 80%;
	font-weight: bold;
}

/*Link Selectors - Set the styles and behaviours of links and linked objects like images. */
a {
	color: rgba(255,255,255,1);
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: rgba(93,93,93,1);
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: rgba(94,94,94,1);
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

.title {
	font-weight: bold;
}


.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}



/*CONTAINERS SECTION - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header {
	width: 100%;
	height: 55px;
	margin: 0 auto;
	background: rgba(101,62,179,0);
	background-color: rgba(252,252,252,0);
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.0);
	-webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.0);
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.0);
	z-index: 100000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
section {
	width: 100%;
	min-height: 10%;
	left: 0px;
	right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: rgba(255,0,102,0);
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0);
}
.margin-top {
	margin-top: 100px;
}
.sectiontitle{
	width: 98%;
	margin: 0 auto;
	line-height: 1.5em;
	margin-bottom: 50px;
	background: url(../images/dividerbgpatterng.pngs) repeat-x left center;
	text-align: center;
}
.sectiontitle .title {
	display: inline-block;
	padding: 0 5px 0 5px;
	background: rgba(255,255,255,0) url(../images/grind.png) repeat top left;
	color: rgba(43,26,76,1);
}
#explore {
	text-align: center;
	background: url(../images/grind2.png) repeat top left;
}
	
.sectionhead{
	width: 98%;
	margin: 0 auto;
	line-height: 1.5em;
	margin-bottom: 50px;
	background: url(../images/headbgpatterng.pngs) repeat left top;
	text-align: center;
}
.sectionhead .title {
	display: inline-block;
	padding: 0 5px 0 5px;
	background: rgba(255,0,102,0);
	color: rgba(255,255,255,1);
}
.container {
	width: 100%;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}

.main {
	padding: auto 0;
	width: 100%;
	border-bottom: medium rgba(102,102,102,0.8);
	padding-top: 100px;
	padding-bottom: 55px;
	min-height: 100%;
	overflow: hidden;
	color: rgba(51,51,51,1);
	z-index: 400;
}
.maincontent {
	padding: auto 0;
	max-width: 100%;
	border-bottom: medium rgba(102,102,102,0.8);
	height: auto;
	overflow: auto;
	background-color: rgba(255,255,255,0);
	color: rgba(51,51,51,1);
	z-index: 400;
}
.maincontent::-webkit-scrollbar {
 display: none;
}
.maincontent a {
	color: rgba(51,51,51,1);
}

.innercontent {
	width: 75%;
	min-width: 480px;
	min-height: 250px;
	margin: 0 auto;
	background: linear-gradient(to right, rgba(200,237,200,1) 65%,  rgba(194,235,194,1) 35%);
	background: -webkit-linear-gradient(left rgba(200,237,200,1) 65%,  rgba(194,235,194,1) 35%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(200,237,200,1) 65%,  rgba(194,235,194,1) 35%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(200,237,200,1) 65%,  rgba(194,235,194,1) 35%); /* For Firefox 3.6 to 15 */
}


/* END CONTAINERS SECTION */



/*CONTENT SECTION - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
.logo {
	width: 15%;
	margin-left: 5%;
	float: left;
}
#headerlogo {
	max-width: 100%;
	height: 45px;
	width: auto;
	margin-top: 5px;
}

.partnerimg {
	width: 100%;
	max-width: 555px;
	height: auto;
	margin: 0 auto;
}

#Submit{
	text-align: left;
}


.contentdata {
	width: 63%;
	float: left;
	background: rgba(200,237,200,0);
	padding: 5px 1.5% 25px 0.5%;
	margin-top: 90px;
	color: rgba(51,51,51,0.8);
	z-index: 10;
}
.inleiding {
	font-weight: 600;
}


.rightbar {
	width: 31%;
	float: left;
	background: rgba(194,235,194,0);
	padding: 5px 2% 25px 2%;
	margin-top: 100px;
	z-index: 10;
}

.sideitem {
	margin-bottom: 25px;
}

/* END CONTENT SECTION */
.method {
	width: 30%;
	margin: 0 1.65%;
	margin-bottom: 50px;
	border: solid thin rgba(204,204,204,1);
	padding: 10px 0 25px;
}
.method .icon {
	font-size: 5em;
}
.benefit {
	width: 22%;
	margin: 0 1.5%;
	margin-bottom: 50px;
	border: solid thin rgba(204,204,204,0);
	padding: 10px 0 25px;
	text-align: left;
}
.benefit .icon {
	font-size: 3.75em;
	color: rgba(251,67,129,1);
}
.benefitcontent {
	width: 100%;
	margin: 0 auto;
}
.benefit .title {
	font-weight: normal;
	margin: 10px auto 5px;
}
.special {
	width: 30%;
	margin: 0 1.5%;
	margin-bottom: 50px;
	border: solid thin rgba(204,204,204,0);
	padding: 10px 0 25px;
	text-align: left;
}
.special .icon {
	font-size: 3.75em;
	color: rgba(251,67,129,1);
}
.specialcontent {
	width: 100%;
	margin: 0 auto;
}
.special .title {
	font-weight: normal;
	margin: 10px auto 5px;
}

#state {
	height: 20%;
	background: rgba(102,102,102,1);
}
.white {
	color: rgba(255,255,255,1);
}

#about2 {
	background: rgba(255,255,255,1);
}
.act-box {
	width: 95%;
	margin: 0 2.5%;
}










#InfoLine {
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	background: rgba(80,49,164,1);
	color: rgba(223,218,237,1);
	overflow: hidden;
	font-weight: 500;
}
#InfoLine .container {
	width: 90%;
	margin: 0 auto;
}
#InfoLine a {
	color: rgba(223,218,237,1);
	margin-right: 10px;
	text-transform: uppercase;
}
#InfoLine #email {
	width: 67.5%;
	float: left;
	font-size: 0.9em;
}
#InfoLine #login {
	width: 32.5%;
	float: left;
	text-align: right;
}











#hero {
	padding: auto 0;
	width: 100%;
	border-bottom: medium rgba(102,102,102,0.8);
	padding-top: 0px;
	padding-bottom: -20px;
	height: auto;
	max-height: 100%;
	overflow: hidden;
	color: rgba(51,51,51,1);
	z-index: 400;
}
#heroCTA {
	position: absolute;
	top: 30%;
	left: 0%;
	right: 0%;
}
#heroInfo {
	background: rgba(255,255,255,1);
	min-height: 50px;
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
}
.CTAinfo {
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
}









.ClientBox {
	width: 47%;
	margin: 20px 1.50%;
	padding: 20px 10px;
	background: rgba(255,255,255,1);
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
}
.LogoBox {
	background: rgba(0,51,51,0);
}
.LogoBox .icon {
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.ClientBox .content {
	text-align: left;
	padding: 0 5px;
}
.ProjectID {
	margin: 15px auto;
	padding-top: 15px;
	border-top: solid thin rgba(223,218,237,0.4);
}

#OfficeInfo a:link, #OfficeInfo a:visited, #OfficeInfo a:hover, #OfficeInfo a:active {
	color: rgba(255,255,255,1);
}








/* END CONTENT SECTION */









/* FOOTER SECTION - Styling of all elements within the FOOTER are set here */
footer {
	background: rgba(101,62,179,1);
	min-height: 50px;
	line-height: 50px;
	margin-top: 0px;
	color: rgba(223,218,237,1);	
}
footer a:link, footer a:visited, footer a:hover, footer a:active,  footer .copyright {
	color: rgba(223,218,237,1);
}
#flogo {
	width: auto;
	max-height: 150px;
	margin: 0 auto;
}
#AddressLine {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	border-bottom: solid thin rgba(223,218,237,0.4);
}

.sociallinks {
	width: 35%;
	height: 50px;
	line-height: 50px;
	float: right;
	text-align: right;
}
.socialicon {
	margin-top: 5px;
}
#FBicon:hover {
  content: url(../images/roundFacebookbc.png);
}
#CALLicon:hover {
  content: url(../images/roundCallbc.png);
}
#MAILicon:hover {
  content: url(../images/roundMailsc.png);
}
#SCicon:hover {
  content: url(../images/roundSoundCloudoc.png);
}
#TWicon:hover {
  content: url(../images/roundTwitterbc.png);
}


#CrLine {
	margin-bottom: 0px;
}
.Address {
	width: 50%;
	float: right;
}

.copyright {
	width: 50%;
	float: right;
	text-align: right;
	font-size: 1em;
}
/* END FOOTER SECTION */












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

h1, h2, h3, h4, h5, h6, p {
	margin-left: 2.5px;
	margin-right: 7.5px;
}

.maxspan {
	width: 75%;
	margin: 0 auto;
	padding-top: 50px;
}
.maxspanbanner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	overflow: hidden;
}
.maxspancontent, .maxspancontentW {
	width: 95%;
	max-width: none;
	margin: 0 auto;
	margin-bottom: 0px;
	padding-top: 50px;
}
.containment {
	width: 90%;
	margin: 0 auto;
	border-top: solid thin rgba(93,93,93,1);
}


/*CONTAINERS SECTION - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background: rgba(255,255,255,1);
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
	z-index: 100000;
	position: fixed;
}







.main {
	padding: auto 0;
	width: 100%;
	border-bottom: medium rgba(102,102,102,0.8);
	padding-top: 60px;
	padding-bottom: 55px;
	min-height: 100%;
	overflow: hidden;
	color: rgba(51,51,51,1);
	z-index: 400;
}





/*CONTENT SECTION - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
.logo {
	width: 70%;
	margin-left: 5%;
	float: left;
}
#headerlogo {
	max-width: 100%;
	height: 35px;
	width: auto;
	padding-top: 2.5px;
}

.partnerimg {
	width: 90%;
	max-width: 555px;
	height: auto;
	margin: 0 auto;
}

.method {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
	border: solid thin rgba(204,204,204,1);
}
.method .icon {
	font-size: 4em;
}
.benefit, .special {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 0px;
	border: solid thin rgba(204,204,204,0);
}
.benefit .icon, .special .icon {
	font-size: 2.5em;
}
.iconcontainer {
	width: 15%;
	float: left;
}
.benefitcontent, .specialcontent {
	width: 80%;
	margin-left: 5%;
	text-align: left;
	float: left;
}









#InfoLine {
	width: 100%;
	height: 25px;
	margin: 0 auto;
	background: rgba(80,49,164,1);
}
#InfoLine .container {
	width: 95%;
	margin: 0 auto;
}
#InfoLine a {
	color: rgba(223,218,237,1);
	margin-right: 10px;
	text-transform: uppercase;
}
#InfoLine #email {
	width: 63%;
	float: left;
	font-size: 0.9em;
}
#InfoLine #login {
	width: 37%;
	float: left;
	text-align: right;
	padding-right: 0px;
}
#InfoLine #login a {
	margin-right: 0;
}










#hero {
	padding: auto 0;
	width: 100%;
	margin: 0 auto;
	margin-top: 55px;
	border-bottom: medium rgba(102,102,102,0.8);
	padding-top: 0px;
	padding-bottom: 0px;
	max-height: 100%;
	overflow: hidden;
	color: rgba(51,51,51,1);
	z-index: 400;
}
#heroCTA {
	position: absolute;
	top: 30%;
	left: 0%;
	right: 0%;
}
#heroInfo {
	background: rgba(255,255,255,1);
	min-height: 50px;
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
}
.CTAinfo {
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
}









.ClientBox {
	width: 100%;
	margin: 20px auto;
	padding: 20px 10px;
	background: rgba(255,255,255,1);
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
}
.LogoBox {
	background: rgba(0,51,51,0);
}
.LogoBox .icon {
	width: 40%;
	height: auto;
	margin: 0 auto;
}
.ClientBox .content {
	text-align: left;
	padding: 0 5px;
}
.ProjectID {
	margin: 15px auto 0px;
	padding-top: 15px;
	border-top: solid thin rgba(223,218,237,0.4);
}









/* FOOTER SECTION - Styling of all elements within the FOOTER are set here */
footer {
	min-height: 50px;
	line-height: 50px;
}
#AddressLine {
	margin: 5px auto;
	margin-bottom: 10px;
	border-bottom: solid thin rgba(223,218,237,0.0);
}

.sociallinks {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: left;
}
.socialicon {
	width: 35px;
	height: 35px;
	margin-top: 10px;
}

.Address {
	width: 100%;
	float: left;
}
.copyright {
	width: 100%;
	float: left;
	text-align: left;
}

footer, .sociallinks, .copyright {
	text-align: center;
}
/* END FOOTER SECTION */




}
@media screen and (max-width: 769px)  and (orientation: landscape) {
header {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	background: rgba(255,255,255,1);
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
	z-index: 100000;
	position: fixed;
}
.maxspanbanner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	padding-top: 40px;
	background: url(../images/Artoverlay.png), url(../images/designheadbg.jpg);
	background-position: center center, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}
.maxspanoverlay {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(../images/pointoverlay-pattern2.png) top left repeat;
}
.entrance {
	width: 100%;
	height: 100%;
	padding-top: 20px;
    background: -webkit-linear-gradient(left top, rgba(255,51,102,0.5), rgba(102,102,153,0.5)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, rgba(255,51,102,0.5), rgba(102,102,153,0.5)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, rgba(255,51,102,0.5), rgba(102,102,153,0.5)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, rgba(255,51,102,0.5), rgba(102,102,153,0.5)); /* Standard syntax (must be last) */	
	margin: 0 auto;
	word-wrap: break-word;
}
.entrancetitle {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
}
.titledescription {
	color: rgba(255,51,102,1);
	margin-bottom: 15px;
	font-size: 85%;
}
.titlecatch {
	margin: 0 auto;
	padding-top: 15px;
	font-size: 100%;
	color: rgba(255,255,255,1);
	background: url(../images/dividerbgpattern.png) top center repeat-x;
	display: inline-block;
}










#InfoLine {
	width: 100%;
	height: 25px;
	margin: 0 auto;
	background: rgba(80,49,164,1);
}
#InfoLine .container {
	width: 95%;
	margin: 0 auto;
}
#InfoLine a {
	color: rgba(223,218,237,1);
	margin-right: 10px;
	text-transform: uppercase;
}
#InfoLine #email {
	width: 75%;
	float: left;
	font-size: 0.9em;
}
#InfoLine #login {
	width: 25%;
	float: left;
	text-align: right;
}











#hero {
	padding: auto 0;
	width: 100%;
	border-bottom: medium rgba(102,102,102,0.8);
	padding-top: 0px;
	padding-bottom: 0px;
	max-height: 100%;
	overflow: hidden;
	color: rgba(51,51,51,1);
	z-index: 400;
}
#heroCTA {
	position: absolute;
	top: 30%;
	left: 0%;
	right: 0%;
}
#heroInfo {
	background: rgba(255,255,255,1);
	min-height: 50px;
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
}
.CTAinfo {
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
}









.ClientBox {
	width: 100%;
	margin: 20px 1.50%;
	padding: 20px 10px;
	background: rgba(255,255,255,1);
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
}
.LogoBox {
	background: rgba(0,51,51,0);
	width: 17.5%;
	float: left;
}
.LogoBox .icon {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.ClientBox .content {
	width: 80%;
	text-align: left;
	padding: 0 5px;
	float: left;
}
.ProjectID {
	margin: 15px auto 0px;
	padding-top: 15px;
	border-top: solid thin rgba(223,218,237,0.4);
}

}











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

h1, h2, h3, h4, h5, h6, p {
	margin-left: 2.5px;
	margin-right: 7.5px;
}

.maxspan {
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
}
.maxspanbanner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	padding-top: 50px;
	overflow: hidden;
}
.maxspancontent {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 0px;
	padding-top: 50px;
}
.containment {
	width: 90%;
	margin: 0 auto;
	border-top: solid thin rgba(93,93,93,1);
}


/*CONTAINERS SECTION - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header {
	width: 100%;
	min-height: 50px;
	margin: 0 auto;
	background: rgba(255,255,255,1);
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
	z-index: 100000;
	position: fixed;
}


.main {
	padding: auto 0;
	width: 100%;
	border-bottom: medium rgba(102,102,102,0.8);
	padding-top: 60px;
	padding-bottom: 55px;
	min-height: 100%;
	overflow: hidden;
	color: rgba(51,51,51,1);
	z-index: 400;
}





/*CONTENT SECTION - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
.logo {
	width: 70%;
	margin-left: 5%;
	float: left;
}
#headerlogo {
	max-width: 100%;
	height: 40px;
	width: auto;
	padding-top: 5px;
}

.partnerimg {
	width: 90%;
	max-width: 555px;
	height: auto;
	margin: 0 auto;
}









/* FOOTER SECTION - Styling of all elements within the FOOTER are set here */
footer {
	min-height: 50px;
	line-height: 50px;
}

.sociallinks {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
}
.socialicon {
	width: 35px;
	height: 35px;
	margin-top: 10px;
}

.copyright {
	width: 100%;
	float: right;
	text-align: left;
}

footer, .sociallinks, .copyright {
	text-align: center;
}
/* END FOOTER SECTION */




}




























/*-  SELF-CLEARING FLOATS */
.mod:after,
.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.mod,
.section {
	zoom: 1;
}
/* END SELF-CLEARING FLOATS */

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/* HIDDEN OBJECTS - Give class="hidden" value to objects you wish to hide" */
.hidden {
	display: none; /* Use display: none; to hide the object and to collapse the space it takes in */
}





.back-to-top {
    position: fixed;
    bottom: 1.5em;
    right: 1%;
    text-decoration: none;
    color: #000000;
    background-color: rgba(43,26,76,0.80);
    font-size: 4em;
    padding: 0 5px;
    display: none;
}

.back-to-top:hover {
    background-color: rgba(43,26,76,1);
	text-decoration: none;
}
#TopArrow {
	width: 40px;
	height: auto;
}

@media screen and (max-width: 768px) {
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(43,26,76,0.80);
    font-size: 24px;
    padding: 0 0.5em;
    display: none;
	z-index: 15000;
}
#TopArrow {
	width: 20px;
	height: auto;
}

.back-to-top:hover {
    background-color: rgba(43,26,76,1);
	text-decoration: none;
}
}