.headerphone
{
	position: absolute;
	right: 488px;
	top: 42px;
	color: #4a4a4a;
	font-weight: bold;
	font-size: 13px;
	width: 150px;
	text-align: right;
}

.headerpaymentbutton
{
	position: absolute;
	right: 338px;
	top: 28px;
	width: 130px;
	height: 40px;
	border-radius: 4px;
	background-color: black;
	color: white;
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
	line-height: 40px;
	text-align: center;
}

.headerpaymentbutton:link
{
	color: white;
}

.headerpaymentbutton:visited
{
	color: white;
}

.headerpaymentbutton:active
{
	color: white;
	text-decoration: none;
}

.headerpaymentbutton:hover
{
	color: white;
	text-decoration: none;
	background-color: #323232;
}

.headerphoneicon
{
	margin-right: 8px;
}

@keyframes blinkingButton1
{
	0%		{ background-color: #f27b82;}
	35%		{ background-color: #f27b82;}
	50%		{ background-color: #e10c19;}
	85%		{ background-color: #e10c19;}
	100%	{ background-color: #f27b82;}
}

@keyframes blinkingButton2
{
	0%		{ opacity: 1;}
	50%		{ opacity: 0;}
	100%	{ opacity: 1;}
}

.headerclientbutton
{
	position: absolute;
	right: 100px;
	top: 28px;
	padding-top: 15px;
	background-color: #e10c19;
	width: 220px;
	height: 50px;
	border-radius: 6px;
	cursor: pointer;
	animation: blinkingButton2 1s infinite;
}

.headerclientbutton:hover
{
	background-color: #f32a36;
	animation: none;
}

.headerclientbuttonicon
{
	float: left;
/*	margin-left: 25px;*/
	margin-left: 12px;
}

.headerclientbuttonseparator
{
	float: left;
	margin-left: 10px;
	border-left: solid 1px white;
	height: 21px;
}

.headerclientbuttontitle
{
	float: left;
	margin-left: 10px;
	color: white;
	font-size: 12px;
	line-height: 12px;
}

.headerclientbuttondescription
{
	margin-top: 2px;
	float: left;
	margin-left: 10px;
	color: black;
	font-size: 10px;
	line-height: 10px;
}

.headerhomeicon
{
	position: absolute;
	right: 724px;
	top: 108px;
}

.headermenu
{
	position: absolute;
	right: 100px;
	top: 113px;
	font-size: 13px;
}

.headermenu li
{
	display: inline;
	margin-right: 15px;
}

.headermenu li:last-child
{
	margin-right: 0px;
}

.headermenuseparator:before
{
	content: "/";
	color: #afafaf;
}
 
.footerlogo
{
	position: absolute;
	left: 164px;
	top: 52px;
}
 
.footernav
{
	position: absolute;
	left: 318px;
	top: 61px;
}
 
.footertitle
{
	color: white;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 14px;
}

.footernavlist
{
	margin-top: 22px;
	font-size: 13px;
	width: 450px;
}

.footernavlist a:link
{
	color: #acacac;
}

.footernavlist a:visited
{
	color: #acacac;
}

.footernavlist a:active
{
	color: #acacac;
}

.footernavlist a:hover
{
	color: #acacac;
}

.footernavlist li
{
	display: inline;
	float: left;
	width: 257px;
	height: 26px;
}

.footernavlist li:nth-child(2n)
{
	width: 140px;
}

.footernavlist li:before
{
	content: "> ";
	color: #acacac;
	font-weight: bold;
}

.footernavlist li:last-child:before
{
	content: "";
}

.footernewsletter
{
	position: absolute;
	width: 340px;
	top: 61px;
	right: 140px;
}

.textfield
{
	width: 281px;
	height: 45px;
	border: solid 2px #e3e4e8;
	border-radius: 3px;
	background-color: white;
	display: inline-block;
	text-align: left;
}

.textfieldicon
{
	margin-top: 16px;
	margin-left: 12px;
}

.textfieldelement
{
	vertical-align: bottom;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #8d8d8d;
	border: none;
	background: transparent;
	width: 200px;
}

.textfieldelement:focus
{
    outline: 0;
}

.footernewsletterbutton
{
	display: inline-block;
	margin-top: 18px;
	margin-left: 18px;
	width: 36px;
	height: 36px;
	background-color: #e10c19;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
}

.footernewsletterbutton:link
{
	color: white;
}

.footernewsletterbutton:visited
{
	color: white;
}

.footernewsletterbutton:active
{
	color: white;
	text-decoration: none;
}

.footernewsletterbutton:hover
{
	color: white;
	text-decoration: none;
	background-color: #f32a36;
}

.footersocial
{
	position: absolute;
	width: 220px;
	top: 168px;
	right: 260px;
}

.footersociallist li
{
	display: inline;
	margin-right: 25px;
}

.footersociallist img:hover
{
	filter: brightness(120%);
	-webkit-filter:brightness(120%);
}

.homeintro
{
	height: 618px;
	background-image: url('images/home_bg_1.jpg');
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}

.homeintropentagon
{
	width: 100%;
	height: 100%;
	background-image: url('images/home_pentagon.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.homeintrocontainer
{
}

.homeintroslogan
{
	width: 480px;
	float: right;
	padding-top: 195px;
}

.homeintroslogan h1
{
	font-size: 37px;
	font-weight: bold;
	line-height: 37px;
}

.homeintrotitle
{
	font-size: 37px;
	font-weight: bold;
	line-height: 37px;
}

.homeintrosubtitle
{
	font-size: 24px;
	line-height: 34px;
	margin-top: 18px;
}

.homeabout
{
	height: 384px;
	background-image: url('images/home_bg_2.jpg');
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}

.homeaboutcontainer
{
}

.homeaboutcolumn1
{
	position: absolute;
	top: 82px;
	left: 177px;
	width: 300px;
}

.homeaboutcolumn1 h2
{
	font-size: 18px;
	color: #e10c19;
	font-weight: bold;
	margin-bottom: 18px;
}

.homeaboutcolumn1 p
{
	font-size: 13px;
	color: #4a4a4a;
	line-height: 20px;
	margin-bottom: 14px;
}

.homeaboutbutton
{
	display: block;
	width: 126px;
	height: 37px;
	border: solid 1px #cccccc;
	border-radius: 3px;
	font-size: 10px;
	color: #a2a2a2;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	cursor: pointer;
	margin-top: 16px;
}

.homeaboutbutton:link
{
	color: #a2a2a2;
}

.homeaboutbutton:visited
{
	color: #a2a2a2;
}

.homeaboutbutton:active
{
	color: #a2a2a2;
	text-decoration: none;
}

.homeaboutbutton:hover
{
	color: #7f7f7f;
	border: solid 1px #aaaaaa;
	text-decoration: none;
}

.homeaboutimac
{
	position: absolute;
	top: 29px;
	left: 50%;
	margin-left: -190px;
}

.homeaboutcolumn2
{
	position: absolute;
	top: 106px;
	right: 160px;
	width: 160px;
}

.homeaboutcolumn2 h2
{
	font-size: 15px;
	color: #4a4a4a;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 16px;
}

.homeaboutcolumn2 ul
{
	color: #4a4a4a;
	font-size: 13px;
}

.homeaboutcolumn2 ul li
{
	margin-bottom: 14px;
}

.homeaboutcolumn2 ul li:before
{
	content: "> ";
}

.homediag
{
	height: 787px;
	background-image: url('images/home_bg_3.jpg');
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}

.homediagcontainer
{
	text-align: center;
}

.homediagcontainer h2
{
	padding-top: 60px;
	font-size: 24px;
	color: white;
	font-weight: bold;
}

.homediaglist
{
	margin-top: 46px;
}

.homediaglist li
{
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 28px;
	font-size: 12px;
	margin-bottom: 30px;
}

.homediagbox
{
	display: inline-block;
	width: 459px;
	height: 374px;
	margin-right: 8px;
	margin-left: 8px;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: top;
}

.homediagbox1
{
	background-image: url('images/fond_travaux.jpg');
}

.homediagbox2
{
	background-image: url('images/fond_copropriete.jpg');
}

.homediagbox .homediagboximage
{
	margin-top: 16px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.homediagbox h3
{
	padding-top: 25px;
	font-size: 18px;
	font-weight: bold;
}

.homediagboxseparator
{
	width: 90px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: solid 3px #e10c19;
}

.homediagbox ul
{
	font-family: Myriad, Helvetica, Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 20px;
}

.homediagbox ul li
{
	margin-top: 8px;	
	margin-bottom: 8px;	
}

.homediagbox a
{
	font-size: 11px;
	font-weight: bold;
	color: #ababab;
	display: block;
}

.homediagbox a:link
{
	color: #ababab;
}

.homediagbox a:visited
{
	color: #ababab;
}

.homediagbox a:active
{
	color: #ababab;
}

.homediagbox a:hover
{
	color: #ababab;
}

.homediagbutton
{
	width: 128px;
	height: 40px;
	border-radius: 3px;
	background-color: #e10c19;
	color: white;
	font-size: 10px;
	font-weight: bold;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	line-height: 40px;
	text-align: center;
}

.homediagbutton:link
{
	color: white;
}

.homediagbutton:visited
{
	color: white;
}

.homediagbutton:active
{
	color: white;
	text-decoration: none;
}

.homediagbutton:hover
{
	color: white;
	text-decoration: none;
	background-color: #f52532;
}

.homestats
{
	height: 188px;
	background-color: white;
	padding-top: 63px;
}

.homestatscontainer
{
	text-align: center;
}

.homestatscolumn
{
	display: inline-block;
	margin-left: 156px;
	margin-right: 156px;
	vertical-align: top;
}

.homestatscolumn h2
{
	font-size: 36px;
	color: #e10c19;
	font-weight: bold;
	line-height: 35px;
}

.homestatscolumn h3
{
	font-size: 18px;
	color: #202020;
	font-weight: bold;
	line-height: 35px;
}

.homestatsseparator
{
	display: inline-block;
	height: 63px;
	border-left: solid 3px #9f9f9f;
}

.homearticles
{
	height: 593px;
	background-color: white;
}

.homearticlescontainer
{
	padding-top: 30px;
	text-align: center;
}

.homearticlescolumn1
{
	display: inline-block;
	width: 781px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
}

.homearticlestitle
{
	width: 100%;
	height: 78px;
	background-color: #cecece;
}

.homearticlestitle img
{
	float: left;
	margin-left: 24px;
	margin-top: 21px;
}

.homearticlestitle h2
{
	float: left;
	margin-left: 23px;
	margin-top: 30px;
	color: #373737;
	font-weight: bold;
	font-size: 25px;
}

.homearticlestitle a
{
	float: right;
	margin-right: 20px;
	margin-top: 35px;
	font-size: 10px;
	color: #737373;
	font-weight: bold;
}

.homearticlestitle a:link
{
	color: #737373;
}

.homearticlestitle a:visited
{
	color: #737373;
}

.homearticlestitle a:active
{
	color: #737373;
}

.homearticlestitle a:hover
{
	color: #737373;
}

.homearticlelist
{
	width: 100%;
	text-align: left;
}

.homearticlelist li
{
	height: 132px;
	padding-top: 31px;
	padding-left: 20px;
	margin-bottom: 17px;
/*	border-top: solid 4px #cecece; */
	border-top: solid 4px #e10c19;
	border-bottom: solid 3px #e3e4e8;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.homearticlelist li:first-child
{
	border-top: none;
}
/*
.homearticlelist li:nth-child(2n)
{
	border-top: solid 4px #e10c19;
}
*/
.homearticlelist li h3
{
	font-size: 18px;
	font-weight: bold;
/*	color: #cecece; */
	color: #373737;
	margin-bottom: 16px;
}

.homearticlelist li p
{
	font-size: 13px;
	line-height: 20px;
	color: #4a4a4a;
	width: 450px;
}

.homearticlelist li a
{
	float: right;
	width: 125px;
	height: 43px;
	background-color: #cecece;
	border-radius: 3px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 43px;
	margin-top: -63px;
}

.homearticlelist li:nth-child(2n) a
{
	background-color: #e10c19;
}

.homearticlelist li a:link
{
	color: white;
}

.homearticlelist li a:visited
{
	color: white;
}

.homearticlelist li a:active
{
	color: white;
	text-decoration: none;
}

.homearticlelist li a:hover
{
	color: white;
	text-decoration: none;
	background-color: #c0c0c0;
}

.homearticlelist li:nth-child(2n) a:hover
{
	background-color: #f52532;
}

.homearticlescolumn2
{
	display: inline-block;
	width: 320px;
	margin-left: 10px;
	margin-right: 10px;
}

.homeloginbox
{
	width: 100%;
	height: 510px;
	background-color: #e10c19;
	padding-top: 20px;
	margin-bottom: 22px;
}

.homeloginbox h2
{
	font-size: 18px;
	font-weight: bold;
}

.homeloginbox p
{
	margin-top: 16px;
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 20px;
}

.homeloginbox .textfield
{
	margin-bottom: 10px;
}

.homelogincheckbox
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
	margin-left: 18px;
	margin-bottom: 10px;
}

.checkbox
{
	width: 18px;
	height: 18px;
	border: solid 2px black;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
}

.homeloginbutton
{
	width: 128px;
	height: 40px;
	border-radius: 3px;
	background-color: black;
	color: white;
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
	line-height: 40px;
	text-align: center;
}

.homeloginbutton:link
{
	color: white;
}

.homeloginbutton:visited
{
	color: white;
}

.homeloginbutton:active
{
	color: white;
	text-decoration: none;
}

.homeloginbutton:hover
{
	color: white;
	text-decoration: none;
	background-color: #323232;
}

.homeregisterbox
{
	width: 100%;
	height: 176px;
	background-color: #cecece;
	padding-top: 24px;
}

.homeregisterbox h2
{
	font-size: 18px;
	font-weight: bold;
	color: #3d3c3c;
	margin-bottom: 16px;
}

.homeregisterbox .textfield
{
	margin-bottom: 17px;
}

.homeregisterbutton
{
	width: 128px;
	height: 40px;
	border-radius: 3px;
	background-color: #e10c19;
	color: white;
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
	line-height: 40px;
	text-align: center;
}

.homeregisterbutton:link
{
	color: white;
}

.homeregisterbutton:visited
{
	color: white;
}

.homeregisterbutton:active
{
	color: white;
	text-decoration: none;
}

.homeregisterbutton:hover
{
	color: white;
	text-decoration: none;
	background-color: #f52532;
}

.hometestimonials
{
	height: 384px;
	background-image: url('images/home_bg_4.jpg');
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}

.hometestimonialscontainer
{
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
}

.hometestimonialscontainer h2
{
	padding-top: 85px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.hometestimonialscontainer img
{
	cursor: pointer;
}

.hometestimoniallist
{
	margin-top: 34px;
	position: relative;
	height: 70px;
	margin-bottom: 40px;
	text-align: center;
}

.hometestimoniallist li
{
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	display: none;
}

.hometestimoniallist li p
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 16px;
}

.hometestimoniallist li .hometestimonialauthor
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fefefe;
}

.hometestimoniallist li .hometestimonialauthordetails
{
	font-size: 12px;
	color: #bcbcbc;
}

.hometestimonialpicker li
{
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}

.hometestimonialpicker li div
{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: white;
	border: solid 1px #cccccc;
	cursor: pointer;
}

.hometestimonialpicker li .hometestimonialpickerselected
{
	background-color: #e10c19;
	border: solid 1px #e10c19;
}

.aboutqualities
{
	height: 900px;
	background-image: url('images/pent_bg.gif');
	background-color: white;
	background-position: center top; 
	background-repeat: no-repeat;
}

.aboutqualitiescontainer
{
	padding-left: 98px;
	padding-right: 98px;
	color: #3c3c3b;
	text-align: left;
}

.aboutqualitiescontainer h2
{
	font-size: 30px;
	font-weight: bold;
	color: #e30513;
	padding-top: 160px;
	margin-bottom: 30px;
}

.aboutqualitieslist
{
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.aboutqualitieslist li
{
	background-image: url('images/bullet_red.png');
	background-repeat: no-repeat;
	background-position: 0px 4px; 
	padding-left: 36px;
	line-height: 30px;
}

.aboutqualitiesteamimage
{
	position: absolute;
	left: 642px;
	top: 129px;
}

.aboutqualitiesimacimage
{
	position: absolute;
	left: 414px;
	top: 448px;
}

.aboutqualitiesarrowimage
{
	position: absolute;
	left: 317px;
	top: 765px;
}

.aboutqualitiessquareimage
{
	position: absolute;
	left: 798px;
	top: 821px;
}

.abouttimeline
{
	height: 714px;
	background-color: white;
}

.abouttimelinecontainer
{
	padding-left: 98px;
	padding-right: 98px;
	color: #3c3c3b;
	text-align: left;
}

.abouttimelinecontainer h2
{
	font-size: 30px;
	font-weight: bold;
	color: #e30513;
	line-height: 47px;
}

.abouttimelineimage
{
	position: absolute;
	left: 100px;
	top: 150px;
}

.abouttimelineitem
{
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}

.abouttimelineitem1
{
	position: absolute;
	left: 126px;
	top: 382px;
}

.abouttimelineitem2
{
	position: absolute;
	left: 299px;
	top: 248px;
}

.abouttimelineitem3
{
	position: absolute;
	left: 434px;
	top: 120px;
}

.abouttimelineitem4
{
	position: absolute;
	left: 529px;
	top: 234px;
}

.abouttimelineitem5
{
	position: absolute;
	left: 672px;
	top: 85px;
}

.abouttimelineitem6
{
	position: absolute;
	left: 798px;
	top: 203px;
}

.abouttimelineitem7
{
	position: absolute;
	left: 856px;
	top: -7px;
}

.abouttimelineseparator
{
	height: 12px;
}

.commitment
{
	height: 1250px;
	background-color: white;
}

.commitmentcontainer
{
	padding-left: 98px;
	padding-right: 98px;
	color: white;
	text-align: left;
}

.commitmentbgimage
{
	position: absolute;
	left: -17px;
	top: 80px;
}

.commitmentseparator
{
	position: absolute;
	left: 782px;
	top: 68px;
	height: 124px;
	border-left: solid 3px #3c3c3b;
}

.commitmentcontainer > h2
{
	position: absolute;
	left: 839px;
	top: 99px;
	font-size: 27px;
	line-height: 40px;
	color: #3c3c3b;
}

.commitmentvaluesimage
{
	position: absolute;
	left: -218px;
	top: 10px;
}

.commitmentclientsimage
{
	position: absolute;
	left: 446px;
	top: 505px;
}

.commitmentvalues
{
	position: absolute;
	left: 155px;
	top: 208px;
}

.commitmentvalues h2
{
	font-size: 28px;
	font-weight: bold;
	color: #e30613;
	line-height: 45px;
	margin-bottom: 30px;
}

.commitmentvalueslist
{
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 20px;
}

.commitmentvalueslist li
{
	background-image: url('images/bullet_red.png');
	background-repeat: no-repeat;
	background-position: 0px 4px; 
	padding-left: 36px;
	line-height: 32px;
}

.commitmentclients
{
	position: absolute;
	left: 626px;
	top: 672px;
}

.commitmentclients h2
{
	font-size: 28px;
	font-weight: bold;
	color: white;
	line-height: 45px;
	margin-bottom: 30px;
}

.commitmentclientslist
{
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 20px;
}

.commitmentclientslist li
{
	background-image: url('images/bullet_white.png');
	background-repeat: no-repeat;
	background-position: 0px 4px; 
	padding-left: 36px;
	line-height: 32px;
}

.trainingpoints
{
	background-color: white;
	padding-top: 68px;
	padding-bottom: 68px;
}

.trainingpointscontainer
{
	padding-left: 98px;
	padding-right: 98px;
	color: #3c3c3b;
	text-align: left;
}

.trainingpointsimage
{
	float: right;
	margin-top: 0px;
	margin-right: 30px;
}

.trainingpointscontainer h2
{
	font-size: 29px;
	line-height: 45px;
	color: #e51a26;
	font-weight: bold;
	margin-bottom: 35px;
}

.trainingpointslist
{
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 20px;
}

.trainingpointslist li
{
	background-image: url('images/bullet_red.png');
	background-repeat: no-repeat;
	background-position: 0px 9px; 
	padding-left: 36px;
	line-height: 40px;
}

.contactinfo
{
	height: 386px;
	background-color: white;
	padding-top: 50px;
}

.contactinfo.mentions
{
	height: auto;
}


.contactinfocontainer
{
	padding-left: 98px;
	padding-right: 98px;
	color: #3c3c3b;
	text-align: center;
}

.contactinfocontainer p
{
	font-size: 16px;
	line-height: 30px;
}

.contactinfoseparator
{
	width: 620px;
	border-bottom: solid 2px #e30613;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.contactinfoimage
{
	margin-left: 4px;
	margin-right: 4px;
}

.newsarticles
{
	padding-bottom: 50px;
	background-color: white;
}

.newsarticlescontainer
{
	padding-left: 98px;
	padding-right: 98px;
	text-align: center;
	padding-top: 50px;
}

.newsarticlelist
{
	width: 100%;
	text-align: left;
}

.newsarticlelist li
{
	height: 132px;
	padding-top: 31px;
	padding-left: 20px;
	margin-bottom: 17px;
/*	border-top: solid 4px #cecece; */
	border-top: solid 4px #e10c19;
	border-bottom: solid 3px #e3e4e8;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
/*
.newsarticlelist li:nth-child(2n)
{
	border-top: solid 4px #e10c19;
}
*/
.newsarticlelist li h3
{
	font-size: 18px;
	font-weight: bold;
/*	color: #cecece; */
	color: #373737;
	margin-bottom: 16px;
}

.newsarticlelist li p
{
	font-size: 13px;
	line-height: 20px;
	color: #4a4a4a;
	width: 450px;
}

.newsarticlelist li a
{
	float: right;
	width: 125px;
	height: 43px;
	background-color: #cecece;
	border-radius: 3px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 43px;
	margin-top: -63px;
}

.newsarticlelist li:nth-child(2n) a
{
	background-color: #e10c19;
}

.newsarticlelist li a:link
{
	color: white;
}

.newsarticlelist li a:visited
{
	color: white;
}

.newsarticlelist li a:active
{
	color: white;
	text-decoration: none;
}

.newsarticlelist li a:hover
{
	color: white;
	text-decoration: none;
	background-color: #c0c0c0;
}

.newsarticlelist li:nth-child(2n) a:hover
{
	background-color: #f52532;
}

.articlecontent
{
	height: auto;
	background-color: white;
	padding-bottom: 60px;
}

.articlecontentcontainer
{
	padding-left: 98px;
	padding-right: 98px;
	text-align: left;
	padding-top: 50px;
}

.articlecontentframe
{
	height: auto;
	padding-top: 31px;
	padding-left: 20px;
	border-top: solid 4px #e10c19;
	border-bottom: solid 3px #e3e4e8;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.articlecontentframe h1
{
	font-size: 18px;
	font-weight: bold;
/*	color: #cecece; */
	color: #373737;
	margin-bottom: 16px;
}

.articlecontentframe p
{
	font-size: 13px;
	line-height: 20px;
	color: #4a4a4a;
/*	width: 450px; */
	width: 100%;
	padding-right: 40px;
	margin-bottom: 30px;
}

.diagnosticstables
{
	height: auto;
	background-color: white;
}

.diagnosticstablescontainer
{
	padding-top: 40px;
	padding-bottom: 40px;
}

.diagnosticstable
{
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #3c3c3b;
	border-collapse: collapse;
	text-align: center;
	font-family: Myriad, Helvetica, Arial, sans-serif;
	width: 950px;
}

.diagnosticstable.table1
{
	font-size: 24px;
	line-height: 37px;
}

.diagnosticstable.table2
{
	font-size: 20px;
	line-height: 26px;
}

.diagnosticstable td, .diagnosticstable th
{
	padding: 13px;
	vertical-align: middle;
}

.diagnosticstable th
{
    font-family: NeoSans, Helvetica, Arial, sans-serif;
	background-color: black;
	font-size: 30px;
	color: white;
	font-weight: bold;
	border-right: solid 3px white;
	border-left: solid 3px black;
}

.diagnosticstable th:last-child
{
	border-right: solid 3px black;
}

.diagnosticstable th.subheading
{
	font-size: 24px;
	font-weight: normal;
}

.diagnosticstable td
{
	border: solid 3px #949599;
	border-top: none;
}

.diagnosticstable td.rowtitle
{
    font-family: NeoSans, Helvetica, Arial, sans-serif;
	border: solid 3px #eb212e;
	border-bottom: solid 3px white;
	border-top: none;
	background-color: #eb212e;
	color: white;
}

.diagnosticstable.table2 td.rowtitle
{
	font-family: Myriad, Helvetica, Arial, sans-serif;
	width: 400px;
	text-align: left;
}

.diagnosticstable tr:last-child td.rowtitle
{
	border-bottom: solid 3px #eb212e;
}

.rowtitlename
{
	display: inline-block;
	font-weight: bold;
	width: 90px;
	vertical-align: middle;
}

.rowtitleimage
{
	display: inline-block;
	width: 100px;
	text-align: center;
	vertical-align: middle;
}

.rowtitleimage img
{
	width: 96px;
	height: auto;
}

.rowtitledescription
{
	display: inline-block;
	width: 170px;
	text-align: center;
	vertical-align: middle;
}

.payment
{
	height: auto;
	background-color: white;
	padding-top: 50px;
	padding-bottom: 50px;
}

.paymentcontainer
{
	padding-left: 98px;
	padding-right: 98px;
	color: #3c3c3b;
	text-align: center;
}

.paymentseparator
{
	width: 700px;
	border-bottom: solid 2px #e30613;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.paymentform
{
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.paymentform h2
{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #373737;
}

.paymentform table
{
	margin-top: 30px;
}

.paymentform table td
{
	padding: 10px;
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 16px;
	vertical-align: middle;
}

.paymenttextfield
{
	width: 281px;
	height: 34px;
	border: solid 1px #9c9e9f;
	border-radius: 3px;
	background-color: #ececed;
	display: inline-block;
	text-align: left;
	line-height: 34px;
	padding: 6px;
	padding-left: 10px;
	font-size: 18px;
	color: #1a171b;
	
}

.paymenttextfield.small
{
	width: 100px;
}

.paymenttextfield.medium
{
	width: 200px;
}

.paymenttextfield.large
{
	width: 281px;
}

.paymenttextarea
{
	width: 281px;
	height: 90px;
	border: solid 1px #9c9e9f;
	border-radius: 3px;
	background-color: #ececed;
	display: inline-block;
	text-align: left;
	padding: 6px;
	padding-left: 10px;
	font-size: 18px;
	color: #1a171b;
}

.paymentcontinuebutton
{
	width: 280px;
	height: 46px;
	border-radius: 5px;
	background-color: #e10c19;
	color: white;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	line-height: 46px;
	text-align: center;
    font-family: NeoSans, Helvetica, Arial, sans-serif;
    margin-top: 30px;
}

.paymentcontinuebutton:link
{
	color: white;
}

.paymentcontinuebutton:visited
{
	color: white;
}

.paymentcontinuebutton:active
{
	color: white;
	text-decoration: none;
}

.paymentcontinuebutton:hover
{
	color: white;
	text-decoration: none;
	background-color: #f52532;
}

.paymentformcol1
{
	width: 300px;
}

.paymentformcol2
{
	width: 320px;
}

.pagenav
{
	padding-top: 30px;
	color: black;
}

.pagenav a:link
{
	color: black;
}

.pagenav a:visited
{
	color: black;
}

.pagenav a:active
{
	color: black;
	text-decoration: none;
}

.pagenav a:hover
{
	color: black;
	text-decoration: underline;
}

.clearboth
{
	clear: both;
}

.homevideo
{
	margin-top: 20px;
	width: 356px;
	height: 200px;
	margin-left: 20px;
}

.articlevideo
{
	width: 560px;
	height: 315px;
}

.articleimage
{
	width: 560px;
	height: auto;
}

/* properties that only apply to tablets */
/* @media (min-width: 540px) and (max-width: 768px) */
@media (min-width: 768px) and (max-width: 1296px)
{
/*
	@viewport
	{
		width: 768px;
	}
*/	
	.section
	{
		min-width: 768px;
	}

	.sectioncontainer
	{
		width: 768px;
	}

	.headerlogo
	{
		left: 20px;
	}
	
	.headerphone
	{
		right: 410px;
		top: 47px;
	}

	.headerpaymentbutton
	{
		right: 263px;
		top: 33px;
	}

	.headerclientbutton
	{
		right: 25px;
		top: 33px;
	}
	
	.headerhomeicon
	{
		right: 524px;
	}

	.headermenu
	{
		right: 25px;
	}

	.headermenu li
	{
		margin-right: 6px;
	}

	.footerlogo
	{
		left: 30px;
	}
 
	.footernav
	{
		left: 150px;
	}
 
	.footernavlist
	{
		width: 300px;
	}

	.footernavlist li
	{
		width: 157px;
	}

	.footernewsletter
	{
		top: 61px;
		left: 465px;
		width: 270px;
	}

	.footernewsletter .textfield
	{
		width: 200px;
	}

	.footersocial
	{
		top: 181px;
		left: 465px;
	}

	.homeintro
	{
		height: 418px;
	}

	.homeintropentagon
	{
		background-position: 55% center;
	}

	.homeintroslogan
	{
		width: 320px;
		padding-top: 184px;
	}

	.homeintroslogan.higher
	{
		padding-top: 140px;
	}

	.homeintroslogan h1
	{
		font-size: 24px;
		line-height: 24px;
	}

	.homeintrosubtitle
	{
		font-size: 18px;
		line-height: 24px;
		margin-top: 16px;
	}

	.homeabout
	{
		height: 354px;
	}

	.homeaboutcolumn1
	{
		top: 62px;
		left: 40px;
		width: 260px;
	}

	.homeaboutimac
	{
		top: 79px;
		margin-left: -110px;
		width: 300px;
		height: auto;
	}

	.homeaboutcolumn2
	{
		top: 86px;
		right: 40px;
		width: 150px;
	}
	
	.homediag
	{
		height: 800px;
	}

	.homediagcontainer h2
	{
		padding-top: 46px;
		font-size: 24px;
		color: white;
		font-weight: bold;
	}

	.homediaglist
	{
		margin-top: 26px;
	}

	.homediaglist li
	{
		margin-bottom: 16px;
	}

	.homediagbox
	{
		width: 350px;
		height: 294px;
	}

	.homediagbox1
	{
		background-size: cover;
	}

	.homediagbox2
	{
		background-size: cover;
	}

	.homediagbox .homediagboximage
	{
		margin-top: 16x;
		width: 65px;
		height: auto;
	}

	.homediagbox h3
	{
		padding-top: 16px;
		font-size: 16px;
	}

	.homediagboxseparator
	{
		padding-top: 12px;
	}

	.homediagbox ul
	{
		padding-top: 8px;
		font-size: 14px;
		line-height: 15px;
	}

	.homediagbox ul li
	{
		margin-top: 6px;
		margin-bottom: 6px;
	}

	.homestats
	{
		height: 168px;
		padding-top: 53px;
	}

	.homestatscolumn
	{
		margin-left: 75px;
		margin-right: 75px;
	}

	.homearticles
	{
		height: 1100px;
	}

	.homearticlescolumn1
	{
		display: block;
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}

	.homearticlescolumn2
	{
		display: block;
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}

	.homeloginbox
	{
		display: inline-block;
		width: 320px;
		padding-top: 20px;
		margin-right: 40px;
		vertical-align: top;
	}

	.homeregisterbox
	{
		display: inline-block;
		width: 320px;
		padding-top: 20px;
		margin-top: 67px;
	}

	.hometestimonials
	{
		height: 404px;
	}

	.hometestimoniallist
	{
		height: 90px;
	}

	.hometestimoniallist li
	{
		width: 90%;
	}

	.aboutqualities
	{
		height: 750px;
	}

	.aboutqualitiescontainer
	{
		padding-left: 35px;
		padding-right: 35px;
	}

	.aboutqualitiescontainer h2
	{
		font-size: 26px;
		padding-top: 90px;
		margin-bottom: 26px;
	}

	.aboutqualitieslist
	{
		font-size: 16px;
	}

	.aboutqualitieslist li
	{
		background-size: 16px 16px; 
		padding-left: 30px;
		line-height: 28px;
	}

	.aboutqualitiesteamimage
	{
		left: 469px;
		top: 109px;
		width: 296px;
		height: auto;
	}

	.aboutqualitiesimacimage
	{
		left: 334px;
		top: 338px;
		width: 320px;
		height: auto;
	}

	.aboutqualitiesarrowimage
	{
		left: 287px;
		top: 635px;
		width: 44px;
		height: auto;
	}

	.aboutqualitiessquareimage
	{
		left: 598px;
		top: 630px;
		width: 130px;
		height: auto;
	}

	.abouttimeline
	{
		height: 538px;
	}

	.abouttimelinecontainer
	{
		padding-left: 35px;
		padding-right: 35px;
	}

	.abouttimelinecontainer h2
	{
		font-size: 26px;
		line-height: 42px;
	}

	.abouttimelineimage
	{
		left: 20px;
		top: 150px;
		width: 740px;
		height: auto;
	}

	.abouttimelineitem
	{
		font-size: 13px;
		line-height: 18px;
	}

	.abouttimelineitem1
	{
		left: 28px;
		top: 308px;
	}

	.abouttimelineitem2
	{
		left: 144px;
		top: 204px;
	}

	.abouttimelineitem3
	{
		left: 242px;
		top: 122px;
	}

	.abouttimelineitem4
	{
		left: 305px;
		top: 200px;
	}

	.abouttimelineitem5
	{
		left: 405px;
		top: 95px;
	}

	.abouttimelineitem6
	{
		left: 494px;
		top: 182px;
	}

	.abouttimelineitem7
	{
		left: 524px;
		top: 20px;
	}

	.abouttimelineseparator
	{
		height: 8px;
	}

	.commitment
	{
		height: 990px;
	}

	.commitmentcontainer
	{
		padding-left: 35px;
		padding-right: 35px;
	}

	.commitmentbgimage
	{
		left: -17px;
		top: 80px;
		width: 760px;
		height: auto;
	}

	.commitmentseparator
	{
		left: 502px;
		top: 38px;
		height: 80px;
		border-left: solid 3px #3c3c3b;
	}

	.commitmentcontainer > h2
	{
		position: absolute;
		left: 539px;
		top: 45px;
		font-size: 23px;
		line-height: 36px;
		color: #3c3c3b;
	}

	.commitmentvaluesimage
	{
		left: -180px;
		top: 10px;
		width: 850px;
		height: auto;
	}

	.commitmentclientsimage
	{
		position: absolute;
		left: 246px;
		top: 455px;
		width: 520px;
		height: auto;
	}

	.commitmentvalues
	{
		position: absolute;
		left: 95px;
		top: 128px;
	}

	.commitmentvalues h2
	{
		font-size: 23px;
		color: #e30613;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.commitmentvalueslist
	{
		font-size: 17px;
	}

	.commitmentvalueslist li
	{
		background-size: 16px 16px; 
		padding-left: 26px;
		line-height: 27px;
	}

	.commitmentclients
	{
		position: absolute;
		left: 356px;
		top: 565px;
	}

	.commitmentclients h2
	{
		font-size: 23px;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.commitmentclientslist
	{
		font-size: 17px;
	}

	.commitmentclientslist li
	{
		background-size: 16px 16px; 
		padding-left: 26px;
		line-height: 27px;
	}

	.trainingpoints
	{
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.trainingpointscontainer
	{
		padding-left: 35px;
		padding-right: 55px;
	}

	.trainingpointsimage
	{
		margin-right: 0px;
		width: 140px;
		height: auto;
	}

	.trainingpointscontainer h2
	{
		font-size: 24px;
		line-height: 38px;
		margin-bottom: 28px;
	}

	.trainingpointslist
	{
		font-size: 17px;
	}

	.trainingpointslist li
	{
		background-size: 16px 16px; 
		padding-left: 26px;
		line-height: 36px;
	}

	.contactinfo
	{
		height: 496px;
		padding-top: 35px;
	}

	.contactinfocontainer
	{
		padding-left: 35px;
		padding-right: 35px;
	}

	.contactinfoimage
	{
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 6px;
	}

	.contactinfologos
	{
		display: inline-block;
		width: 380px;
	}

	.newsarticlescontainer
	{
		padding-left: 45px;
		padding-right: 45px;
	}

	.articlecontentcontainer
	{
		padding-left: 45px;
		padding-right: 45px;
	}

	.diagnosticstablescontainer
	{
		padding-left: 45px;
		padding-right: 45px;
	}

	.diagnosticstable
	{
		width: 650px;
	}

	.diagnosticstable.table1
	{
		font-size: 14px;
		line-height: 26px;
	}

	.diagnosticstable.table2
	{
		font-size: 14px;
		line-height: 20px;
	}

	.diagnosticstable td, .diagnosticstable th
	{
		padding: 8px;
		vertical-align: middle;
	}

	.diagnosticstable th
	{
		font-size: 22px;
		border-right-width: 2px;
		border-left-width: 2px;
	}

	.diagnosticstable th:last-child
	{
		border-right-width: 2px;
	}

	.diagnosticstable th.subheading
	{
		font-size: 18px;
	}

	.diagnosticstable td
	{
		border-width: 2px;
	}

	.diagnosticstable td.rowtitle
	{
		border-width: 2px;
		border-bottom-width: 2px;
	}

	.diagnosticstable.table2 td.rowtitle
	{
		width: 270px;
	}

	.diagnosticstable tr:last-child td.rowtitle
	{
		border-bottom-width: 2px;
	}

	.rowtitlename
	{
		width: 60px;
	}

	.rowtitleimage
	{
		width: 60px;
	}

	.rowtitleimage img
	{
		width: 58px;
	}

	.rowtitledescription
	{
		width: 120px;
	}

	.payment
	{
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.paymentcontainer
	{
		padding-left: 35px;
		padding-right: 35px;
	}

	.paymentseparator
	{
		width: 600px;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.paymentform
	{
		width: 600px;
	}

	.paymentform h2
	{
		margin-bottom: 25px;
	}

	.paymentform table
	{
		margin-top: 25px;
	}

	.paymentcontinuebutton
	{
    	margin-top: 25px;
	}

	.paymentformcol1
	{
		width: 280px;
	}

	.paymentformcol2
	{
		width: 320px;
	}

	.homevideo
	{
		margin-top: 15px;
		width: 249px;
		height: 140px;
		margin-left: 25px;
	}
}


/* properties that only apply to phones */
/* @media (max-width: 540px) */
@media (max-width: 768px)
{
/*
	@viewport
	{
		width: 540px;
	}
*/
	.section
	{
		min-width: 540px;
	}

	.sectioncontainer
	{
		width: 540px;
	}

	.headerlogo
	{
		left: 20px;
		top: 10px;
	}

	.headerlogo img
	{
		width: 100px;
		height: auto;
	}

	.headerphone
	{
		top: 96px;
		right: 273px;
	}

	.headerpaymentbutton
	{
		top: 38px;
		right: 263px;
	}

	.headerclientbutton
	{
		top: 38px;
		right: 25px;
		animation: blinkingButton2 2s infinite;
	}

	.headerhomeicon
	{
		left: 16px;
		top: 132px;
	}

	.headermenu
	{
		right: 30px;
		top: 133px;
	}

	.headermenu li
	{
		margin-right: 4px;
	}

	.footerlogo
	{
		display: none;
	}
 
	.footernav
	{
		left: 70px;
	}

	.footernavlist
	{
		width: 350px;
	}

	.footernavlist li
	{
		width: 207px;
	}

	.footernewsletter
	{
		top: 240px;
		left: 70px;
		width: 360px;
	}

	.footernewsletter .textfield
	{
		width: 281px;
	}

	.footersocial
	{
		top: 382px;
		left: 70px;
	}

	.homeintro
	{
		height: 318px;
	}

	.homeintropentagon
	{
		background-position: 55% center;
	}

	.homeintroslogan
	{
		width: 240px;
		padding-top: 134px;
	}

	.homeintroslogan h1
	{
		font-size: 18px;
		line-height: 18px;
	}

	.homeintroslogan.higher
	{
		padding-top: 100px;
	}

	.homeintrosubtitle
	{
		font-size: 14px;
		line-height: 20px;
		margin-top: 16px;
	}

	.homeabout
	{
		height: 554px;
	}

	.homeaboutcolumn1
	{
		top: 52px;
		left: 40px;
		width: 360px;
	}

	.homeaboutimac
	{
		top: 259px;
		margin-left: -50px;
		width: 300px;
		height: auto;
	}

	.homeaboutcolumn2
	{
		top: 319px;
		left: 40px;
		width: 150px;
	}

	.homediag
	{
		height: 1060px;
	}

	.homediagcontainer h2
	{
		padding-top: 40px;
		font-size: 24px;
		color: white;
		font-weight: bold;
	}

	.homediaglist
	{
		margin-top: 26px;
	}

	.homediaglist li
	{
		margin-bottom: 20px;
	}

	.homediaglist li img
	{
		width: 90px;
		height: auto;
	}

	.homediagbox
	{
		display: block;
		width: 350px;
		height: 284px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		padding-top: 10px;
	}

	.homediagbox1
	{
		background-size: cover;
	}

	.homediagbox2
	{
		background-size: cover;
	}

	.homediagbox .homediagboximage
	{
		margin-top: 2px;
		width: 65px;
		height: auto;
	}

	.homediagbox h3
	{
		padding-top: 16px;
		font-size: 16px;
	}

	.homediagboxseparator
	{
		padding-top: 12px;
	}

	.homediagbox ul
	{
		padding-top: 8px;
		font-size: 14px;
		line-height: 15px;
	}

	.homediagbox ul li
	{
		margin-top: 6px;
		margin-bottom: 6px;
	}

	.homestats
	{
		height: 300px;
		padding-top: 53px;
	}

	.homestatscolumn
	{
		display: block;
		margin-left: 75px;
		margin-right: 75px;
	}
	
	.homestatsseparator
	{
		display: block;
		height: 3px;
		width: 150px;
		border-left: none;
		border-bottom: solid 3px #9f9f9f;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 35px;
	}

	.homearticles
	{
		height: 1230px;
	}

	.homearticlescolumn1
	{
		display: block;
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.homearticlelist li
	{
		height: 178px;
	}

	.homearticlelist li a
	{
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}

	.homearticlescolumn2
	{
		display: block;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 30px;
	}

	.homeloginbox
	{
		display: block;
		width: 320px;
		padding-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	.homeregisterbox
	{
		display: block;
		width: 320px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		margin-top: 30px;
	}

	.hometestimonials
	{
		height: 424px;
	}

	.hometestimoniallist
	{
		height: 105px;
	}
	
	.hometestimoniallist li
	{
		width: 100%;
	}

	.aboutqualities
	{
		height: 1200px;
	}

	.aboutqualitiescontainer
	{
		padding-left: 35px;
		padding-right: 35px;
	}

	.aboutqualitiescontainer h2
	{
		font-size: 26px;
		padding-top: 65px;
		margin-bottom: 26px;
	}

	.aboutqualitieslist
	{
		font-size: 16px;
	}

	.aboutqualitieslist li
	{
		background-size: 16px 16px; 
		padding-left: 30px;
		line-height: 28px;
	}

	.aboutqualitiesteamimage
	{
		left: 20px;
		top: 659px;
		width: 296px;
		height: auto;
	}

	.aboutqualitiesimacimage
	{
		left: 174px;
		top: 799px;
		width: 320px;
		height: auto;
	}

	.aboutqualitiesarrowimage
	{
		left: 117px;
		top: 1075px;
		width: 44px;
		height: auto;
	}

	.aboutqualitiessquareimage
	{
		left: 370px;
		top: 1115px;
		width: 130px;
		height: auto;
	}

	.abouttimeline
	{
		height: 443px;
	}

	.abouttimelinecontainer
	{
		padding-left: 35px;
		padding-right: 35px;
	}

	.abouttimelinecontainer h2
	{
		font-size: 26px;
		line-height: 42px;
	}

	.abouttimelineimage
	{
		left: 20px;
		top: 170px;
		width: 520px;
		height: auto;
	}

	.abouttimelineitem
	{
		font-size: 11px;
		line-height: 14px;
	}

	.abouttimelineitem1
	{
		left: 22px;
		top: 278px;
	}

	.abouttimelineitem2
	{
		left: 100px;
		top: 204px;
	}

	.abouttimelineitem3
	{
		left: 167px;
		top: 146px;
	}

	.abouttimelineitem4
	{
		left: 210px;
		top: 202px;
	}

	.abouttimelineitem5
	{
		left: 284px;
		top: 130px;
	}

	.abouttimelineitem6
	{
		left: 344px;
		top: 190px;
	}

	.abouttimelineitem7
	{
		left: 364px;
		top: 78px;
	}

	.abouttimelineseparator
	{
		height: 4px;
	}

	.commitment
	{
		height: 1080px;
	}

	.commitmentcontainer
	{
		padding-left: 35px;
		padding-right: 35px;
	}

	.commitmentbgimage
	{
		left: -17px;
		top: 80px;
		width: 530px;
		height: auto;
	}

	.commitmentseparator
	{
		display: none;
	}

	.commitmentcontainer > h2
	{
		display: none;
	}

	.commitmentvaluesimage
	{
		left: -180px;
		top: 10px;
		width: 700px;
		height: auto;
	}

	.commitmentclientsimage
	{
		position: absolute;
		left: 26px;
		top: 535px;
		width: 510px;
		height: auto;
	}

	.commitmentvalues
	{
		position: absolute;
		left: 35px;
		top: 128px;
	}

	.commitmentvalues h2
	{
		font-size: 23px;
		color: #e30613;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.commitmentvalueslist
	{
		font-size: 17px;
	}

	.commitmentvalueslist li
	{
		background-size: 16px 16px; 
		padding-left: 26px;
		line-height: 27px;
	}

	.commitmentclients
	{
		position: absolute;
		left: 126px;
		top: 645px;
	}

	.commitmentclients h2
	{
		font-size: 23px;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.commitmentclientslist
	{
		font-size: 17px;
	}

	.commitmentclientslist li
	{
		background-size: 16px 16px; 
		padding-left: 26px;
		line-height: 27px;
	}

	.trainingpoints
	{
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.trainingpointscontainer
	{
		padding-left: 35px;
		padding-right: 35px;
	}

	.trainingpointsimage
	{
		margin-right: 0px;
		width: 100px;
		height: auto;
	}

	.trainingpointscontainer h2
	{
		font-size: 24px;
		line-height: 38px;
		margin-bottom: 28px;
	}

	.trainingpointslist
	{
		font-size: 17px;
	}

	.trainingpointslist li
	{
		background-size: 16px 16px; 
		padding-left: 26px;
		line-height: 36px;
	}

	.contactinfo
	{
		height: 496px;
		padding-top: 35px;
	}

	.contactinfocontainer
	{
		padding-left: 35px;
		padding-right: 35px;
	}

	.contactinfoseparator
	{
		width: 420px;
	}

	.contactinfoimage
	{
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 6px;
	}

	.contactinfologos
	{
		display: inline-block;
		width: 380px;
	}

	.newsarticlescontainer
	{
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.newsarticlelist li
	{
		height: auto;
		padding-bottom: 14px;
	}

	.newsarticlelist li a
	{
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}

	.articlecontentcontainer
	{
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.diagnosticstablescontainer
	{
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 45px;
		padding-right: 45px;
	}

	.diagnosticstable
	{
		width: 450px;
	}

	.diagnosticstable.table1
	{
		font-size: 12px;
		line-height: 20px;
	}

	.diagnosticstable.table2
	{
		font-size: 11px;
		line-height: 16px;
	}

	.diagnosticstable td, .diagnosticstable th
	{
		padding: 4px;
		vertical-align: middle;
	}

	.diagnosticstable th
	{
		font-size: 16px;
		border-right-width: 1px;
		border-left-width: 1px;
	}

	.diagnosticstable th:last-child
	{
		border-right-width: 1px;
	}

	.diagnosticstable th.subheading
	{
		font-size: 14px;
	}

	.diagnosticstable td
	{
		border-width: 1px;
	}

	.diagnosticstable td.rowtitle
	{
		border-width: 1px;
		border-bottom-width: 1px;
	}

	.diagnosticstable.table2 td.rowtitle
	{
		width: 180px;
	}

	.diagnosticstable tr:last-child td.rowtitle
	{
		border-bottom-width: 1px;
	}

	.rowtitlename
	{
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 6px;
		margin-bottom: 10px;
		font-size: 13px;
	}

	.rowtitleimage
	{
		width: 38%;
	}

	.rowtitleimage img
	{
		width: 48px;
	}

	.rowtitledescription
	{
		width: 58%;
	}

	.payment
	{
		padding-top: 28px;
		padding-bottom: 28px;
	}

	.paymentcontainer
	{
		padding-left: 25px;
		padding-right: 25px;
	}

	.paymentseparator
	{
		width: 500px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.paymentform
	{
		width: 500px;
	}

	.paymentform h2
	{
		margin-bottom: 15px;
	}

	.paymentform table
	{
		margin-top: 15px;
	}

	.paymentcontinuebutton
	{
    	margin-top: 15px;
	}

	.paymentformcol1
	{
		width: 200px;
	}

	.paymentformcol2
	{
		width: 300px;
	}

	.homevideo
	{
		margin-top: 10px;
		width: 190px;
		height: 107px;
		margin-left: 25px;
	}

	.articlevideo
	{
		width: 400px;
		height: 225px;
	}

	.articleimage
	{
		width: 400px;
	}
}

