﻿/* using HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
.ie7 img { -ms-interpolation-mode: bicubic; }
button {  width: auto; overflow: visible; }

@font-face {
  font-family: 'Atlas Grotesk Web';
  src: url('/fonts/AtlasGrotesk-Regular-Web.eot');
  src: url('/fonts/AtlasGrotesk-Regular-Web.eot?#iefix') format('embedded-opentype'),
     url('/fonts/AtlasGrotesk-Regular-Web.woff') format('woff'),
     url('/fonts/AtlasGrotesk-Regular-Web.ttf') format('truetype'),
     url('/fonts/AtlasGrotesk-Regular-Web.svg#AtlasGrotesk-Regular') format('svg');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Atlas Grotesk Web';
  src: url('/fonts/AtlasGrotesk-Light-Web.eot');
  src: url('/fonts/AtlasGrotesk-Light-Web.eot?#iefix') format('embedded-opentype'),
     url('/fonts/AtlasGrotesk-Light-Web.woff') format('woff'),
     url('/fonts/AtlasGrotesk-Light-Web.ttf') format('truetype'),
     url('/fonts/AtlasGrotesk-Light-Web.svg#AtlasGrotesk-Light') format('svg');
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'MetricWeb';
  src: url('/fonts/MetricWeb-Bold.eot');
  src: url('/fonts/MetricWeb-Bold.eot?#iefix') format('embedded-opentype'),
     url('/fonts/MetricWeb-Bold.woff') format('woff');
  font-weight:700;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'MetricWeb';
  src: url('/fonts/MetricWeb-Medium.eot');
  src: url('/fonts/MetricWeb-Medium.eot?#iefix') format('embedded-opentype'),
     url('/fonts/MetricWeb-Medium.woff') format('woff');
  font-weight:500;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'MetricWeb';
  src: url('/fonts/MetricWeb-Semibold.eot');
  src: url('/fonts/MetricWeb-Semibold.eot?#iefix') format('embedded-opentype'),
     url('/fonts/MetricWeb-Semibold.woff') format('woff');
  font-weight:600;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'MetricWeb';
  src: url('/fonts/MetricWeb-Regular.eot');
  src: url('/fonts/MetricWeb-Regular.eot?#iefix') format('embedded-opentype'),
     url('/fonts/MetricWeb-Regular.woff') format('woff');
  font-weight:400;
  font-style:   normal;
  font-stretch: normal;
}


* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

::-moz-selection{ background: #f2f2f2;  text-shadow: none; }
::selection { background:#f2f2f2; text-shadow: none; }

html{
	min-width:1280px;
	background:#711a1a url(/images/page_bg.jpg) no-repeat center top;
}

body{
	min-width:1280px;
	padding:0 0 0 0;
}

html, body, td, input, select, textarea{
	color:#7f828f;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-size:16px;
	font-weight:400;
	line-height:20px;
	text-align:left;
	direction:ltr;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6{
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:400;
}

input::-webkit-input-placeholder {color:#7f828f;}
input:-moz-placeholder {color:#7f828f;}
input:-ms-input-placeholder {color:#7f828f;}
textarea::-webkit-input-placeholder {color:#7f828f;}
textarea:-moz-placeholder {color:#7f828f;}
textarea:-ms-input-placeholder {color:#7f828f;}

a:link, a:visited, a:active, a:hover{color:#7f828f; text-decoration:none; outline: none; background-color:transparent;}
a:hover{color:#000; text-decoration:none;}

.clsTextLink, .clsTextLink:link, .clsTextLink:visited, .clsTextLink:active{color:#545353; text-decoration:none; cursor:pointer;}
.clsTextLink:hover{text-decoration:none;}

.clsBlackLink, .clsBlackLink:link, .clsBlackLink:visited, .clsBlackLink:active{color:#545353; text-decoration:none; cursor:pointer;}
.clsBlackLink:hover{color:#000; text-decoration:none;}

.clsWhiteLink, .clsWhiteLink:link, .clsWhiteLink:visited, .clsWhiteLink:active{color:#fff; text-decoration:none; cursor:pointer;}
.clsWhiteLinkU:link, .clsWhiteLinkU:visited, .clsWhiteLinkU:active{color:#fff; text-decoration:none;}
.clsWhiteLink:hover, .clsWhiteLinkU:hover{text-decoration:none;}

.clsRedLink, .clsRedLink:link, .clsRedLink:visited, .clsRedLink:active{color:#9a1314; text-decoration:none; cursor:pointer;}
.clsRedLinkU, .clsRedLinkU:link, .clsRedLinkU:visited, .clsRedLinkU:active{color:#9a1314; text-decoration:none;}
.clsRedLinkU:hover, .clsRedLink:hover, .clsRedLinkU:hover{color:#000; text-decoration:none;}

.clsGrayLink, .clsGrayLink:link, .clsGrayLink:visited, .clsGrayLink:active{color:#666666; text-decoration:none; cursor:pointer;}
.clsGrayLinkU, .clsGrayLinkU:link, .clsGrayLinkU:visited, .clsGrayLinkU:active{color:#666666; text-decoration:none;}
.clsGrayLinkU:hover, .clsGrayLink:hover, .clsGrayLinkU:hover{color:#9a1314;text-decoration:none;}

.clsPurpleLink, .clsPurpleLink:link, .clsPurpleLink:visited, .clsPurpleLink:active{color:#25326b; text-decoration:none; cursor:pointer;}
.clsPurpleLinkU, .clsPurpleLinkU:link, .clsPurpleLinkU:visited, .clsPurpleLinkU:active{color:#25326b; text-decoration:none;}
.clsPurpleLinkU:hover, .clsPurpleLink:hover, .clsPurpleLinkU:hover{color:#25326b;text-decoration:underline;}

header, nav{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.B, strong{
	font-weight:bold;
}

.U{
	text-decoration:underline;
}

p{
	margin:0 0 15px 0;
}

.clsLink{
	cursor:pointer;
}

hr{
	clear:both;
	font-size:0;
	width:100%;
	height:0;
	margin:0;
	border:0 none;
	background:transparent;
}

.clsPageAlign{
	position:relative;
	width:1280px;
	padding:0;
	margin:auto;
}

.clsContentAlign{
	position:relative;
	width:1180px;
	padding:0;
	margin:auto;
}

.clsLearnMore{
	font-size:14px;
	font-weight:500;
}

.clsLearnMore:after{
	position:relative;
	display:inline-block;
	content:" ";
	width:7px;
	height:10px;
	margin:0 0 0 3px;
	background:url(/images/arrow2_right.png);
}


.clsHeaderMobile,
.clsMobileMainMenuIcon,
.clsMobileMainMenuDrawer{
	display:none;
}

/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsHeaderMini{
	display:none;
	position:fixed;
	top:0;
	left:50%;
	z-index:1201;
	width:1280px;
	height:43px;
	cursor:pointer;
	padding:0;
	margin:0;
	margin-left:-640px;
	background:#711a1a url(/images/page_bg.jpg) no-repeat center top;
}

.clsHeaderMini .clsPageAlign{
	height:43px;
	background:rgba(0,0,0,0.2);
}

.clsHeaderMini .clsLogo{
	padding:12px 50px 0 50px;
}

.clsHeaderMini .clsLogo img{
	width:90px;
}


/*/////////////////////////////////////////////////////////////////////////////////////////*/
#oHeaderPH{
	height:85px;
	position:relative;
}

header{
	position:absolute;
	top:0;
	left:50%;
	z-index:1200;
	width:1280px;
	padding:0;
	margin:0;
	margin-left:-640px;
	background:#711a1a url(/images/page_bg.jpg) no-repeat center top;
}

header.clsFixed{
	position:fixed;
	top:0!important;
}

header.clsShadow.clsFixed{
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,0.1);
	box-shadow: 0 2px 1px rgba(0,0,0,0.1);

}

header .clsPageAlign{
	height:85px;
	background:rgba(0,0,0,0.2);
}

header .clsLogo{
	float:left;
	padding:28px 50px 0 50px;
}

header .clsLogo img{
	width:125px;
}

/*//////////////////////////////////*/
header nav.clsSocialLinks{
	position:relative;
	float:right;
	padding:28px 50px 0 8px;
	margin:0;
}

header nav.clsSocialLinks:before{
	content:"";
	position:absolute;
	left:0;
	top:34px;
	height:17px;
	border-left:2px solid #6e2f39;
}

header nav.clsSocialLinks ul{
	font-size:0;
	line-height:0;
	white-space:nowrap;
}

header nav.clsSocialLinks ul li{
	display:inline-block;
	vertical-align:top;
	width:27px;
	height:27px;
	text-align:center;
	padding:7px 0 0 0;
	margin:0 0 0 6px;
	border-radius:20px;
	background:#481119;
}

header nav.clsSocialLinks ul li:hover {
	background:#6E2F39;
	transition: all .15s ease-in-out;
}

/*//////////////////////////////////*/
header nav.clsLangMenu{
	position:relative;
	float:right;
	margin:28px 14px 0 0;
}

header nav.clsLangMenu .clsCurrLang{
	color:#d8cdcf;
	font-size:18px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-transform:capitalize;
	cursor:pointer;
	
	width:33px;
	margin:4px 0 0 0;
	opacity:0.7;
	background:url(/images/arrow3_down.png) no-repeat right 8px;
}

header nav.clsLangMenu ul{
	position:absolute;
	left:-12px;
	top:0;
	
	display:none;
	background:#481119;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.45);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.45);
	box-shadow: 0 1px 1px rgba(0,0,0,0.45);

}

header nav.clsLangMenu ul li{
	list-style:none;
	padding:0;
	margin:0;
}

nav.clsLangMenu ul li a:link,
nav.clsLangMenu ul li a:visited,
nav.clsLangMenu ul li a:active,
nav.clsLangMenu ul li a:hover{
	color:#fff;
	font-size:16px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-transform:capitalize;
	text-decoration:none;
	white-space:nowrap;

	display:block;
	text-align:center;
	padding:10px 5px 10px 5px;
	margin:0;
}
nav.clsLangMenu ul li a:hover{
	background:#320c11;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
nav.clsMainMenu{
	text-align:center;
	padding:34px 0 0 0;
}

nav.clsMainMenu ul{
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
}

nav.clsMainMenu ul li{
	font-size:18px;
	line-height:18px;
	
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0;
}

nav.clsMainMenu ul li:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:17px;
	border-left:1px solid #8f485c;
	border-right:1px solid #86394f;
}

nav.clsMainMenu ul li a:link,
nav.clsMainMenu ul li a:visited,
nav.clsMainMenu ul li a:active,
nav.clsMainMenu ul li a:hover{
	color:#bba5a8;
	font-size:14px;
	line-height:14px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-transform:uppercase;

	text-decoration:none;
	white-space:nowrap;

	display:block;
	padding:0 20px 0 20px;
	margin:0;
}
nav.clsMainMenu ul li a:hover{
	color:#fff;
	text-decoration:none;
}

nav.clsMainMenu ul li.clsSelected>a:link,
nav.clsMainMenu ul li.clsSelected>a:visited,
nav.clsMainMenu ul li.clsSelected>a:active,
nav.clsMainMenu ul li.clsSelected>a:hover{
	color:#fff;
	text-decoration:none;
}

nav.clsMainMenu ul li:first-child a{
	padding-left:0;
}

nav.clsMainMenu ul li:first-child:before{
	display:none;
}

/*//////////////////////////////////*/
nav.clsMainMenu ul li.clsSearchIcon{
	padding:0;
	margin:0;
}

nav.clsMainMenu ul li.clsSearchIcon img{
	margin-left:20px;
	cursor:pointer;
	opacity:0.6;
}

nav.clsMainMenu ul li.clsSearchIcon .clsSearchForm{
	font-size:0;
	line-height:0;
	text-align:left;
	
	position:absolute;
	left:20px;
	top:-6px;
	width:0;
	height:30px;
	overflow:hidden;
	padding:0;
	margin:0;
	border-radius:3px;
	background:#000;
	transition: all .15s ease-in-out;
}

nav.clsMainMenu ul li.clsSearchIcon .clsSearchForm .clsCloseSearch{
	display:inline-block;
	vertical-align:top;
	width:30px;
	height:30px;
	cursor:pointer;
	background:#000 url(/images/search_close.png) no-repeat center center;
}

nav.clsMainMenu ul li.clsSearchIcon .clsSearchForm input{
	color:#b2a4a5;
	font-size:15px;
	line-height:15px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;

	display:inline-block;
	vertical-align:top;
	width:235px;
	height:30px;
	padding:0 0 0 5px;
	border:0 none;
	outline:0 none;
	background:transparent;
}

nav.clsMainMenu ul li.clsSearchIcon .clsSearchForm input:-webkit-autofill {
	-webkit-text-fill-color: #b2a4a5;
	-webkit-box-shadow: 0 0 0px 1000px #000 inset;
}

nav.clsMainMenu ul li.clsSearchIcon .clsSearchForm .clsSubmit{
	display:inline-block;
	vertical-align:top;
	width:30px;
	height:30px;
	cursor:pointer;
	background:#000 url(/images/search_go.png) no-repeat center center;
}

/*//////////////////////////////////*/
nav.clsMainMenu ul li ul{
	display:none;
	position:absolute;
	left:0;
	top:-120px;
	min-height:120px;
	z-index:1100;
	padding:0 0 0 20px;
}

nav.clsMainMenu ul li:first-child ul{
	padding:0 0 0 0;
}

nav.clsMainMenu ul li:hover ul{
	top:54px;
	transition: all .25s ease-in-out;
}

nav.clsMainMenu ul li ul li,
nav.clsMainMenu ul li ul li:first-child{
	font-size:14px;
	line-height:18px;
	
	display:block;
	height:21px;	
	padding:0 0 14px 0;
	border-left:0 none;
	background:transparent;
}

nav.clsMainMenu ul li ul li:before{
	display:none;
}

nav.clsMainMenu ul li ul li a:link,
nav.clsMainMenu ul li ul li a:visited,
nav.clsMainMenu ul li ul li a:active,
nav.clsMainMenu ul li ul li a:hover,
nav.clsMainMenu ul li ul li a:hover{
	color:#969696;
	text-decoration:none;
	background:transparent;

	height:auto;
	padding:0;
}
nav.clsMainMenu ul li ul li a:hover{
	color:#d51956;
	text-decoration:none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
#oMenuLevel2PH{
	position:relative;
	height:61px;
}

nav.clsMenuLevel2{
	position:absolute;
	top:0;
	left:50%;
	z-index:1199;
	
	width:1280px;
	height:61px;
	text-align:center;
	padding:0;
	margin:0 0 0 -640px;
	border-top:1px solid #531722;
	background:#651b28;

	transition: all .15s ease-in-out;
	transition-property:background;
}

.solutions #oMenuLevel2PH,
.solutions nav.clsMenuLevel2{
	height:106px;
}

.resources #oMenuLevel2PH,
.resources nav.clsMenuLevel2{
	height:66px;
}

nav.clsMenuLevel2.clsWhite{
	border-top:1px solid #531722;
	background:#fff;
}

nav.clsMenuLevel2.clsFixed{
	position:fixed;
}

nav.clsMenuLevel2.clsWhite.clsFixed{
	position:fixed;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

nav.clsMenuLevel2 ul{
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
}

nav.clsMenuLevel2 ul li{
	font-size:18px;
	line-height:18px;
	text-align:center;
	
	position:relative;
	display:inline-block;
	vertical-align:top;
	min-height:14px;
	padding:22px 20px 25px 20px;
	margin:0;
}

nav.clsMenuLevel2 ul.clsHasImages li{
	padding:10px 20px 12px 20px;
}

.solutions nav.clsMenuLevel2 ul.clsHasImages li{
	padding:10px 100px 12px 100px;
}

nav.clsMenuLevel2 ul li:before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	height:17px;
	margin-top:-8px;
	border-left:1px solid #8f485c;
	border-right:1px solid #86394f;

	transition: all .15s ease-in-out;
	transition-property:border;
}

.solutions nav.clsMenuLevel2 ul li:before{
	display:none;
}

nav.clsMenuLevel2.clsWhite ul li:before{
	border-left:1px solid #ededed;
	border-right:1px solid #e3e3e3;
}

nav.clsMenuLevel2 ul li img{
	display:block;
	margin:0 auto 5px auto;
}

nav.clsMenuLevel2 ul li img.clsImgWhite{
	display:none;
}

nav.clsMenuLevel2.clsWhite ul li img.clsImgRed{
	display:none;
}

nav.clsMenuLevel2.clsWhite ul li img.clsImgWhite{
	display:block;
}


nav.clsMenuLevel2 ul li a:link,
nav.clsMenuLevel2 ul li a:visited,
nav.clsMenuLevel2 ul li a:active,
nav.clsMenuLevel2 ul li a:hover{
	color:#fff;
	font-size:14px;
	line-height:14px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-transform:uppercase;

	text-decoration:none;
	white-space:nowrap;

	opacity:0.7;
	display:block;
	padding:0;
	margin:0;

	transition: all .15s ease-in-out;
	transition-property:color;
}
nav.clsMenuLevel2 ul li a:hover{
	opacity:1;
	text-decoration:none;
}

nav.clsMenuLevel2 ul li.clsSelected>a:link,
nav.clsMenuLevel2 ul li.clsSelected>a:visited,
nav.clsMenuLevel2 ul li.clsSelected>a:active,
nav.clsMenuLevel2 ul li.clsSelected>a:hover{
	opacity:1;
	text-decoration:none;
}

nav.clsMenuLevel2.clsWhite ul li a:link,
nav.clsMenuLevel2.clsWhite ul li a:visited,
nav.clsMenuLevel2.clsWhite ul li a:active,
nav.clsMenuLevel2.clsWhite ul li a:hover{
	color:#7f828f;
}

nav.clsMenuLevel2.clsWhite ul li a:hover{
	color:#3b3d49;
}

nav.clsMenuLevel2.clsWhite ul li.clsSelected>a:link,
nav.clsMenuLevel2.clsWhite ul li.clsSelected>a:visited,
nav.clsMenuLevel2.clsWhite ul li.clsSelected>a:active,
nav.clsMenuLevel2.clsWhite ul li.clsSelected>a:hover{
	color:#3b3d49;
}

nav.clsMenuLevel2 ul li:first-child a{
	padding-left:0;
}

nav.clsMenuLevel2 ul li:first-child:before{
	display:none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
#oContentStart{
	height:0;
	position:relative;
}

#oMenuLevel3PH{
	height:68px;
	position:relative;
}

nav.clsMenuLevel3{
	position:absolute;
	left:50%;
	top:0;
	z-index:1200;

	width:1280px;
	height:68px;
	text-align:center;
	padding:27px 0 0 0;
	margin:0 0 0 -640px;
	border-bottom:1px solid #f7f7f7;
	background:#fff;
	box-shadow: 0 0 2px rgba(247,247,247,1);
}

nav.clsMenuLevel3.clsFixed{
	position:fixed;
	top:43px!important;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

nav.clsMenuLevel3.clsHover{
	position:fixed;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

nav.clsMenuLevel3 ul{
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
}

nav.clsMenuLevel3 ul li{
	font-size:18px;
	line-height:18px;
	
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0;
}

nav.clsMenuLevel3 ul li:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:17px;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #ededed;
}

nav.clsMenuLevel3 ul li a:link,
nav.clsMenuLevel3 ul li a:visited,
nav.clsMenuLevel3 ul li a:active,
nav.clsMenuLevel3 ul li a:hover{
	color:#7f828f;
	font-size:14px;
	line-height:14px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-transform:uppercase;

	text-decoration:none;
	white-space:nowrap;

	display:block;
	padding:0 20px 0 20px;
	margin:0;
}
nav.clsMenuLevel3 ul li a:hover{
	color:#3b3d49;
	text-decoration:none;
}

nav.clsMenuLevel3 ul li.clsSelected>a:link,
nav.clsMenuLevel3 ul li.clsSelected>a:visited,
nav.clsMenuLevel3 ul li.clsSelected>a:active,
nav.clsMenuLevel3 ul li.clsSelected>a:hover{
	color:#3b3d49;
	text-decoration:none;
}


nav.clsMenuLevel3 ul li:first-child a{
	padding-left:0;
}

nav.clsMenuLevel3 ul li:first-child:before{
	display:none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
nav.clsMenuLevel4{
	width:1280px;
	padding:56px 0 26px 0;
	margin:auto;
	background:#fff;
}


nav.clsMenuLevel4 .clsPageAlign{
	width:1024px;
}

nav.clsMenuLevel4 ul{
	font-size:0;
	line-height:0;
	padding:0;
}

nav.clsMenuLevel4 ul li{
	font-size:18px;
	line-height:18px;
	
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0;
}

nav.clsMenuLevel4 ul li:before{
	content:"";
	position:absolute;
	left:0;
	top:5px;
	height:18px;
	border-left:1px solid #e4e4e6;
	border-right:1px solid #eeeeef;
}

nav.clsMenuLevel4 ul li a:link,
nav.clsMenuLevel4 ul li a:visited,
nav.clsMenuLevel4 ul li a:active,
nav.clsMenuLevel4 ul li a:hover{
	color:#7f828f;
	font-size:24px;
	line-height:24px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:300;

	text-decoration:none;
	white-space:nowrap;

	display:block;
	padding:0 16px 0 16px;
	margin:0;
}
nav.clsMenuLevel4 ul li a:hover{
	color:#3b3d49;
	text-decoration:none;
}

nav.clsMenuLevel4 ul li.clsSelected>a:link,
nav.clsMenuLevel4 ul li.clsSelected>a:visited,
nav.clsMenuLevel4 ul li.clsSelected>a:active,
nav.clsMenuLevel4 ul li.clsSelected>a:hover{
	color:#3b3d49;
	font-weight:500;
	text-decoration:none;
}


nav.clsMenuLevel4 ul li:first-child a{
	padding-left:0;
}

nav.clsMenuLevel4 ul li:first-child:before{
	display:none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsTopTitle.clsTopTitleOneLine{
	font-size:0;
	line-height:0;
	text-align:center;

	position:relative;
	height:157px;
}

.clsTopTitle.clsTopTitleOneLine .clsText{
	color:#ffffff;
	font-size:44px;
	line-height:44px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;

	position:relative;
	display:inline-block;
	vertical-align:middle;
}

.clsTopTitle.clsTopTitleOneLine:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	height:147px;
	width:0;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsTopTitle.clsTopTitleFadingTexts{
	font-size:0;
	line-height:0;
	text-align:center;

	position:relative;
	height:218px;
	width:100%;
}

.clsTopTitle.clsTopTitleFadingTexts ul.clsTexts{
	position:relative;
	height:150px;
	width:100%;
	padding:0;
	margin:0;
}

.clsTopTitle.clsTopTitleFadingTexts ul.clsTexts li{
	color:#ffffff;
	font-size:44px;
	line-height:44px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	list-style:none;

	display:none;
	position:absolute;
	left:0;
	top:45px;
	width:100%;
	height:90px;
	overflow:hidden;
}

/***************************/
.clsTopTitle.clsTopTitleFadingTexts nav{
	width:100%;
	text-align:center;
	direction:ltr;
}

.clsTopTitle.clsTopTitleFadingTexts nav div{
	position:relative;
	display:inline-block;
	width:12px;
	height:12px;
	cursor:pointer;
	padding:0;
	margin:0 10px 0 0;
	border:1px solid #fff;
	border-radius:10px;
}

.clsTopTitle.clsTopTitleFadingTexts nav div.clsSelected{
	width:10px;
	height:10px;
	top:-1px;
	border:0 none;
	background:#fff;
}




/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsTopTitle.clsTopTitleAndText{
	font-size:0;
	line-height:0;
	text-align:center;

	position:relative;
	height:279px;
}

.clsTopTitle.clsTopTitleAndText:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	height:259px;
	width:0;
}

.clsTopTitle.clsTopTitleAndText .clsText{
	color:#ffffff;
	font-size:20px;
	line-height:24px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;

	position:relative;
	display:inline-block;
	vertical-align:middle;
}

.clsTopTitle.clsTopTitleAndText .clsText .clsTitle{
	color:#ffffff;
	font-size:44px;
	line-height:44px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	margin:0 0 20px 0;
}


/*/////////////////////////////////////////////////////////////////////////////////////////*/
footer{
	background:#181e31;
}

footer .clsPageAlign{
	padding:51px 50px 0 127px;
	background:#0a0d1a;
}

footer nav{
	padding:0 0 0 0;
	margin:0 0 55px 0;
}

footer nav ul{
	position:relative;
	padding:0;
	margin:0;
}

footer nav ul li{
	display:inline-block;
	vertical-align:top;
	width:100px;
	padding:0;
	margin:0 0 0 24px;
}

footer nav>ul>li:first-child{margin:0;}
footer nav>ul>li:nth-child(2){width:256px;}
footer nav>ul>li:nth-child(3){width:279px;}
footer nav>ul>li:nth-child(4){width:177px;}
footer nav>ul>li:nth-child(5){width:195px;}
footer nav>ul>li:nth-child(6){display:none;}



footer nav ul li a:link,
footer nav ul li a:visited,
footer nav ul li a:active,
footer nav ul li a:hover{
	color:#fff;
	font-size:16px;
	line-height:28px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;

	display:block;
	padding:0 0 7px 0;
	margin:0 0 9px 0;
	border-bottom:1px solid #192438;
}
footer nav ul li a:hover{
	color:#aaa;
}

footer nav ul li.clsSelected>a:link,
footer nav ul li.clsSelected>a:visited,
footer nav ul li.clsSelected>a:active,
footer nav ul li.clsSelected>a:hover{
	color:#aaa;
}

footer nav ul li ul{
	position:relative;
	padding:0 0 0 0;
}

footer nav ul li ul li,
footer nav ul li ul li:first-child{
	display:block;
	width:auto;
	padding:0;
	margin:0;
}

footer nav ul li ul li a:link,
footer nav ul li ul li a:visited,
footer nav ul li ul li a:active,
footer nav ul li ul li a:hover{
	color:#666666;
	font-size:14px;
	line-height:24px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
	text-transform:none;

	text-decoration:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:0 none;
}
footer nav ul li ul li a:hover{
	color:#aaa;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
footer .clsSocialLinks{
	font-size:0;
	line-height:0;
	white-space:nowrap;

	position:relative;
	top:-5px;
	float:right;
	padding:0;
	margin:0;
}

footer .clsSocialLinks li{
	display:inline-block;
	vertical-align:top;
	width:27px;
	height:27px;
	text-align:center;
	list-style:none;
	padding:7px 0 0 0;
	margin:0 0 0 10px;
	border-radius:20px;
	background:#181f2f;
}

footer .clsSocialLinks li:hover {
	background:#29344d;
	transition: all .15s ease-in-out;
}


/*/////////////////////////////////////////////////////////////////////////////////////////*/
footer .clsFooterLinks{
	color:#5b81b0;
	font-size:14px;
	line-height:14px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;

	float:left;
	padding:0 0 40px 0;
}

footer .clsFooterLinks a:link,
footer .clsFooterLinks a:visited,
footer .clsFooterLinks a:active,
footer .clsFooterLinks a:hover{
	color:#5b81b0;
	text-decoration:none;
}
footer .clsFooterLinks a:hover{
	color:#afafaf;
	text-decoration:underline;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSection{
	position:relative;
	z-index:200;
	width:1280px;
	margin:auto;
	background:#fff;
}

.clsSection h2{
	color:#2b2b2b;
	font-size:26px;
	line-height:26px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:400;
	text-align:center;

	position:relative;
	top:0;
	opacity:1;
	padding:0;
	margin:0 0 10px 0;

	transition: all .3s ease-in-out;
}

.clsHomepage .clsSection h2{
	font-size:35px;
	line-height:40px;
}

.clsSection h2.clsHidden{
	opacity:0;
	top:-20px;
}

.clsSection .clsDesc{
	color:#2b2b2b;
	font-size:19px;
	line-height:26px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:300;
	text-align:center;

	position:relative;
	top:0;
	opacity:1;
	padding:0;
	margin:0 0 40px 0;

	transition: all .3s ease-in-out;
}

.clsSection .clsDesc.clsHidden{
	opacity:0;
	top:-20px;
}

.clsSection .clsReadMoreBox{
	position:relative;
	left:0;
	text-align:center;
	padding:28px 0 0 0;
	opacity:1;
}

.clsSection .clsReadMoreBox.clsHidden{
	opacity:0;
	left:-50px;
}

.clsSection a.clsReadMore:link,
.clsSection a.clsReadMore:visited,
.clsSection a.clsReadMore:active,
.clsSection a.clsReadMore:hover{
	color:#9a1314;
	font-size:16px;
	line-height:16px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	white-space:nowrap;
	text-transform:uppercase;

	display:inline-block;
	padding:0 0 0 0;
	transition: all .15s ease-in-out;
}
.clsSection a.clsReadMore:hover{
	text-decoration:none;
}

.clsSection a.clsReadMore:after{
	content:"";
	position:relative;
	top:2px;
	left:0;
	display:inline-block;
	vertical-align:top;
	width:8px;
	height:12px;
	margin:0 0 0 7px;
	background:url(/images/arrow4_right.png);
	transition: all .15s ease-in-out;
}

.clsSection a.clsReadMore:hover:after{
	left:10px;
}

.clsSection .clsBackLinkBox{
	position:relative;
	padding:17px 0 0 0;
}

.clsSection a.clsBackLink:link,
.clsSection a.clsBackLink:visited,
.clsSection a.clsBackLink:active,
.clsSection a.clsBackLink:hover{
	color:#9a1314;
	font-size:16px;
	line-height:16px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	white-space:nowrap;
	text-transform:uppercase;

	display:inline-block;
	padding:0 0 0 0;
	transition: all .15s ease-in-out;
}
.clsSection a.clsBackLink:hover{
	text-decoration:none;
}

.clsSection a.clsBackLink:before{
	content:"";
	position:relative;
	top:2px;
	left:0;
	display:inline-block;
	vertical-align:top;
	width:8px;
	height:12px;
	margin:0 7px 0 0;
	background:url(/images/arrow4_left.png);
	transition: all .15s ease-in-out;
}

.clsSection a.clsBackLink:hover:before{
	left:-10px;
}

.clsSection .clsItem:hover a.clsPurpleLink{
	text-decoration:underline;
}

.clsSection .clsImgSize1{
	position:relative;
	width:260px;
	height:190px;
	overflow:hidden;
}

.clsSection .clsImgSize1 img{
	position:relative;
	left:0;
	top:0;
	z-index:1;
	width:260px;
	min-height:190px;
	transition:all .15s ease-in-out;
}

.clsSection .clsItem:hover .clsImgSize1 img{
	left:-10px;
	top:-10px;
	width:280px;
	min-height:210px;
}

.clsSection .clsImgSize2{
	position:relative;
	width:338px;
	height:190px;
	overflow:hidden;
}

.clsSection .clsImgSize2 img{
	position:relative;
	left:0;
	top:0;
	z-index:1;
	width:338px;
	min-height:190px;
	transition:all .15s ease-in-out;
}

.clsSection .clsItem:hover .clsImgSize2 img{
	left:-10px;
	top:-10px;
	width:358px;
	min-height:210px;
}

.clsSection .clsImgSize3{
	position:relative;
	width:501px;
	height:190px;
	overflow:hidden;
}

.clsSection .clsImgSize3 img{
	position:relative;
	left:0;
	top:0;
	z-index:1;
	width:501px;
	min-height:190px;
	transition:all .15s ease-in-out;
}

.clsSection .clsItem:hover .clsImgSize3 img{
	left:-10px;
	top:-10px;
	width:521px;
	min-height:210px;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSection .clsLoadMore{
	position:relative;
	top:-32px;
	text-align:center;
	padding:38px 0 28px 0;
	background:#fff;
}

.clsSection .clsLoadMore span{
	color:#9a1314;
	font-size:16px;
	line-height:16px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	white-space:nowrap;
	text-transform:uppercase;
	cursor:pointer;

	display:inline-block;
	padding:0 0 0 0;
	transition: all .15s ease-in-out;
}

.clsSection .clsLoadMore span:hover{
	text-decoration:underline;
}


/*/////////////////////////////////////////////////////////////////////////////////////////*/
ul.clsShareBox{
	font-size:0;
	line-height:0;
	white-space:nowrap;

	position:absolute;
	right:0;
	top:100px;

	text-align:center;
	padding:0 0 12px 0;
	margin:0;
}

ul.clsShareBox li{
	display:inline-block;
	vertical-align:top;
	width:38px;
	height:38px;
	text-align:center;
	padding:13px 0 0 0;
	margin:0 10px 0 10px;
	border-radius:20px;
	background:#f7f7f7;
}

ul.clsShareBox li:hover {
	background:#ddd;
	transition: all .15s ease-in-out;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsContentText{
	font-size:15px;
	line-height:24px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;

	width:770px;
}

.clsContentText p{
	padding:0 0 0 0;
	margin:0 0 20px 0;
}

.clsContentText blockquote{
	font-size:26px;
	line-height:32px;
	padding:0 0 0 0;
	margin:0 0 20px 0;
}

.clsContentText h2,
.clsContentText h3{
	color:#2b2b2b;
	font-size:15px;
	line-height:24px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:500;
}

.clsContentText ul,
.clsContentText ol{
	padding:0;
	margin:0;
}

.clsContentText ul li{
	list-style:none;
	padding:10px 0 10px 25px;
	background:url(/images/icon_v_gray.png) no-repeat left 17px;
}

.clsContentText img{
	max-width:770px;
	height:auto;
}

.clsContentText strong,
.clsContentText b{
	color:#2b2b2b;
}

.clsContentText a:link,
.clsContentText a:visited,
.clsContentText a:active,
.clsContentText a:hover{
	color:#9a1314;
	text-decoration:underline;
}
.clsContentText a:hover{
	color:#252e4b;
	text-decoration:underline;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo1{
	position:relative;
	width:100%;
	height:592px;
}

.clsSectionNo1 ul{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:789px;
	padding:0;
	margin:0;
}

.clsSectionNo1 ul li{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:none;
	width:100%;
	height:789px;
	list-style:none;
	padding:0;
	margin:0;
	background:#711a1a url(/images/page_bg.jpg) no-repeat center top;
}

.clsSectionNo1 ul li .clsBannerImg{
	width:100%;
	height:789px;
	background:url() no-repeat center top;
}

.clsSectionNo1 ul li .clsIcon{
	position:absolute;
	top:160px;
	left:-50px;
	z-index:3;
	opacity:0;
	padding:0 0 15px 0;
	border-bottom:3px solid #6a1a2a;

}
.clsSectionNo1 ul li .clsIcon img{
	max-width:51px;
	max-height:51px;
	width:auto;
	height:auto;
}

.clsSectionNo1 ul li .clsTextBox{
	color:#fff;
	font-size:20px;
	line-height:24px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;

	z-index:3;
	position:absolute;
	top:250px;
	left:-50px;
	opacity:0;
	width:560px;
	height:220px;
	overflow:hidden;
	transition: all .2s ease-in-out;
}

.clsSectionNo1 ul li.clsVisible .clsIcon,
.clsSectionNo1 ul li.clsVisible .clsTextBox{
	opacity:1;
	left:0;
}

.clsSectionNo1 ul li.clsColorBlack .clsTextBox{
	color:#000;
}

.clsSectionNo1 ul li .clsTextBox h3{
	color:#fff;
	font-size:36px;
	line-height:35px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	margin:0 0 16px 0;
}

.clsSectionNo1 ul li.clsColorBlack .clsTextBox h3{
	color:#000;
}

.clsSectionNo1 ul li a.clsReadMore:link,
.clsSectionNo1 ul li a.clsReadMore:visited,
.clsSectionNo1 ul li a.clsReadMore:active,
.clsSectionNo1 ul li a.clsReadMore:hover{
	color:#fff;
	font-size:18px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:700;
	white-space:nowrap;
	text-transform:uppercase;

	z-index:3;
	position:absolute;
	top:410px;
	left:-50px;

	opacity:0;
	display:inline-block;
	padding:20px 20px 20px 0;
	transition: all .3s ease-in-out;
}

.clsSectionNo1 ul li.clsVisible a.clsReadMore{
	opacity:1;
	left:0;
}

.clsSectionNo1 ul li.clsColorBlack a.clsReadMore:link,
.clsSectionNo1 ul li.clsColorBlack a.clsReadMore:visited,
.clsSectionNo1 ul li.clsColorBlack a.clsReadMore:active,
.clsSectionNo1 ul li.clsColorBlack a.clsReadMore:hover{
	color:#9c9ea8;
	color:#000;
}

.clsSectionNo1 ul li a.clsReadMore:after{
	content:"";
	position:relative;
	top:2px;
	display:inline-block;
	vertical-align:top;
	width:10px;
	height:14px;
	margin:0 0 0 5px;
	background:url(/images/arrow1_right.png);
	transition: all .15s ease-in-out;
}

.clsSectionNo1 ul li a.clsReadMore:hover:after{
	margin:0 0 0 8px;
}

.clsSectionNo1 ul li.clsColorBlack a.clsReadMore:after{
	background:url(/images/arrow12_right.png);
}


/***************************/
.clsSectionNo1 nav{
	position:absolute;
	left:50%;
	top:470px;
	width:1180px;
	margin-left:-590px;
	z-index:1002;
	direction:ltr;
}

.clsSectionNo1 nav div{
	position:relative;
	display:inline-block;
	width:12px;
	height:12px;
	cursor:pointer;
	padding:0;
	margin:0 10px 0 0;
	border:1px solid #fff;
	border-radius:10px;
}

.clsSectionNo1.clsColorBlack nav div{
	border:1px solid #000;
}

.clsSectionNo1 nav div.clsSelected{
	width:10px;
	height:10px;
	top:-1px;
	border:0 none;
	background:#fff;
}

.clsSectionNo1.clsColorBlack nav div.clsSelected{
	background:#000;
	transition: all .3s ease-in-out;
}

/***************************/
.clsSectionNo1 .clsArrows{
	position:absolute;
	left:50%;
	top:335px;
	width:1180px;
	margin-left:-590px;
	z-index:1002;
	opacity:0;
	transition: all .15s ease-in-out;
}

.clsSectionNo1:hover .clsArrows{
	opacity:1;
}

.clsSectionNo1 .clsArrows .clsPrev{
	position:absolute;
	left:-70px;
	top:0;
	width:38px;
	height:49px;
	cursor:pointer;
	background:url(/images/arrow2_left.png) no-repeat center center;
}

.clsSectionNo1.clsColorBlack .clsArrows .clsPrev{
	background-image:url(/images/arrow11_left.png);
}

.clsSectionNo1 .clsArrows .clsNext{
	position:absolute;
	right:-70px;
	top:0;
	width:38px;
	height:49px;
	cursor:pointer;
	background:url(/images/arrow2_right.png) no-repeat center center;
}

.clsSectionNo1.clsColorBlack .clsArrows .clsNext{
	background-image:url(/images/arrow11_right.png);
}




/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo2{
}

.clsSectionNo2 .clsPageAlign{
	font-size:0;
	line-height:0;
	text-align:center;
	
	width:1030px;
	padding:105px 0 55px 0;
	border-bottom:2px solid #e7e5e5;
}

.clsSectionNo2 .clsItem{
	font-size:16px;
	line-height:22px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:700;
	
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:260px;

	opacity:1;
	top:0;
	transition: all .15s ease-in-out;
}

.clsSectionNo2 .clsItem img{
	margin-bottom:16px;
}

.clsSectionNo2 .clsItem.clsHidden{
	opacity:0;
	top:-50px;
}


/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo3{
}

.clsSectionNo3 .clsPageAlign{
	font-size:0;
	line-height:0;
	text-align:center;
	
	width:1030px;
	padding:52px 0 56px 0;
	border-bottom:2px solid #e7e5e5;
}

.clsSectionNo3 h2{
	margin-bottom:14px;
}

.clsSectionNo3 .clsDesc{
	margin-bottom:50px;
}

.clsSectionNo3 .clsTextBox{
	color:#8e919b;
	font-size:15px;
	line-height:22px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
	text-align:left;

	display:inline-block;
	vertical-align:top;
	width:280px;

	opacity:1;
	left:0;
	transition: all .3s ease-in-out;
}

.clsSectionNo3 .clsTextBox h3{
	color:#2b2b2b;
	font-size:20px;
	line-height:25px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;

	margin:0 0 10px 0;
}

.clsSectionNo3 .clsTextBox2{
	margin:0 40px 15px 40px;
}

.clsSectionNo3 .clsTextBox.clsHidden{
	opacity:0;
	left:-50px;
}


/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo4{
}

.clsSectionNo4 .clsPageAlign{
	font-size:0;
	line-height:0;
	text-align:center;
	
	width:1030px;
	padding:52px 0 56px 0;
	border-bottom:2px solid #e7e5e5;
}

.clsSectionNo4 h2{
	margin-bottom:14px;
}

.clsSectionNo4 .clsDesc{
	margin-bottom:30px;
}

.clsSectionNo4 .clsTextBox{
	color:#8e919b;
	font-size:15px;
	line-height:22px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
	text-align:left;

	display:inline-block;
	vertical-align:top;
	width:385px;
	margin:0 25px 25px 25px;

	opacity:1;
	left:0;
	transition: all .3s ease-in-out;
}

.clsSectionNo4 .clsTextBox.clsHidden{
	opacity:0;
	left:-50px;
}


/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo5{
	position:relative;
	border-bottom:2px solid #fff;
	background:#f7f7f7;
}

.clsHomepage .clsSectionNo5{
	top:-2px;
	margin-bottom:-2px;
}

.clsSectionNo5 .clsPageAlign{
	font-size:0;
	line-height:0;
	
	width:1030px;
	padding:55px 0 55px 0;
}

.clsSectionNo5 h2{
	margin-bottom:15px;	
}

.clsSectionNo5 .clsItems{
	font-size:0;
	line-height:0;

	position:relative;
	width:1030px;
	height:180px;
	overflow:hidden;

	opacity:1;
	transition: all .5s ease-in-out;
}

.clsSectionNo5.clsSmall .clsItems{
	height:90px;
}

.clsSectionNo5 .clsItems.clsHidden{
	opacity:0;
}

.clsSectionNo5 .clsItems .clsItemsScroll{
	position:absolute;
	left:0;
	top:0;
	width:1030px;
	height:100%;
	white-space:nowrap;
}

.clsSectionNo5 .clsItems .clsItemsScroll .clsBlock{
	display:inline-block;
	vertical-align:top;
	width:1030px;
	height:100%;
	overflow:hidden;
	white-space:normal;
}

.clsSectionNo5 .clsNextBtn{
	position:absolute;
	right:-65px;
	top:180px;
	width:16px;
	height:27px;
	cursor:pointer;
	background:url(/images/arrow5_right.png);

	opacity:1;
	transition: all .3s ease-in-out;
}

.clsSectionNo5.clsSmall .clsNextBtn{
	top:125px;
}

.clsSectionNo5 .clsNextBtn.clsHidden{
	opacity:0;
	right:-15px;
}

.clsSectionNo5 .clsNextBtn:hover{
	right:-68px;
}

.clsSectionNo5 .clsPrevBtn{
	position:absolute;
	left:-65px;
	top:180px;
	width:16px;
	height:27px;
	cursor:pointer;
	background:url(/images/arrow5_left.png);

	opacity:1;
	transition: all .3s ease-in-out;
}

.clsSectionNo5.clsSmall .clsPrevBtn{
	top:125px;
}

.clsSectionNo5 .clsPrevBtn.clsHidden{
	opacity:0;
	left:-15px;
}

.clsSectionNo5 .clsPrevBtn:hover{
	left:-68px;
}

.clsSectionNo5 .clsItem{
	display:inline-block;
	vertical-align:top;
	width:145px;
	height:73px;
	margin:8px 30px 8px 30px;
}

.clsSectionNo5 .clsItem img{
	width:145px;
	height:73px;
}

.clsSectionNo5 .clsItem .clsColor{
	display:none;
}

.clsSectionNo5 .clsItem:hover .clsGray{
	display:none;
}

.clsSectionNo5 .clsItem:hover .clsColor{
	display:block;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo6 {
}

.clsSectionNo6 .clsPageAlign{
	width:1030px;
	text-align:center;
	padding:59px 0 59px 0;
	border-bottom:2px solid #e7e5e5;
}

.clsSectionNo6 h2{
	font-size:35px;
	line-height:30px;
	margin-bottom:36px;
}

.clsSectionNo6 .clsItems{
	font-size:0;
	line-height:0;
}

.clsSectionNo6 .clsItems .clsItem{
	text-align:left;
	cursor:pointer;

	position:relative;
	display:inline-block;
	vertical-align:top;
	width:260px;
	margin:0 0 0 2px;

	opacity:1;
	transition: all .5s ease-in-out;
}

.clsSectionNo6 .clsItems .clsItem.clsHidden{
	opacity:0;
}

.clsSectionNo6 .clsItems .clsItem .clsImgSize1{
	display:block;
}

.clsSectionNo6 .clsItems .clsItem .clsImgSize3{
	display:none;
}

.clsSectionNo6 .clsItems .clsItem1{
	width:501px;
	margin:0;
}

.clsSectionNo6 .clsItems .clsItem1 .clsImgSize1{
	display:none;
}

.clsSectionNo6 .clsItems  .clsItem1 .clsImgSize3{
	display:block;
}

.clsSectionNo6 .clsItems .clsItem .clsDate{
	font-size:16px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;

	padding:16px 0 10px 0;
}

.clsSectionNo6 .clsItems .clsItem h3{
	font-size:20px;
	line-height:22px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;

	padding:0 10px 0 0;
}

.clsSectionNo6 .clsItems .clsItem1 h3{
	display:inline-block;
	vertical-align:top;
	width:207px;
	padding:0 30px 0 0;
	margin-bottom:15px;
}

.clsSectionNo6 .clsItems .clsItem .clsText{
	display:none;
}

.clsSectionNo6 .clsItems .clsItem1 .clsText{
	font-size:15px;
	line-height:20px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;

	display:inline-block;
	vertical-align:top;
	width:277px;
	height:60px;
	overflow:hidden;
	margin-bottom:15px;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo7{
}

.clsSectionNo7 .clsPageAlign{
	font-size:0;
	line-height:0;
	
	width:1030px;
	padding:52px 0 30px 0;
}

.clsSectionNo7 h2{
	margin-bottom:14px;
}

.clsSectionNo7 .clsDesc{
	margin-bottom:0;
}

/***********************************/
.clsSectionNo7 .clsItems{
	position:relative;
	height:499px;
	width:100%;
	background:url() no-repeat center center;

	opacity:1;
	transition: all .3s ease-in-out;
}

.clsSectionNo7 .clsItems.clsHidden{
	opacity:0;
}

.clsSectionNo7 .clsItems .clsPageAlign{
	font-size:0;
	line-height:0;
	
	width:1030px;
	padding:0;
	border:0 none;
}

.clsSectionNo7 .clsItems .clsItem{
	position:absolute;
	left:100px;
	top:100px;
	z-index:1;
	width:24px;
	height:24px;
	overflow:hidden;

	opacity:1;
	transition: all .5s ease-in-out;
}

.clsSectionNo7 .clsItems .clsItem.clsHidden{
	opacity:0;
}

.clsSectionNo7 .clsItems .clsItem:hover{
	width:auto;
	height:auto;
	z-index:10;
	overflow:visible;
}

.clsSectionNo7 .clsItems .clsItem .clsMapPin{
	width:24px;
	height:24px;
	border:9px solid #25326b;
	border-radius:30px;
	background:#fff;
}

.clsSectionNo7 .clsItems .clsItem .clsInfoBox{
	color:#cecfd2;
	font-size:12px;
	line-height:16px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;

	opacity:0;
	position:absolute;
	left:-110px;
	bottom:20px;
	width:242px;
	padding:5px;
	border-radius:4px;
	background:#1c243d;
	transition: all .15s ease-in-out;
}

.clsSectionNo7 .clsItems .clsItem:hover .clsInfoBox,
.clsSectionNo7 .clsItems .clsItem:focus .clsInfoBox{
	opacity:1;
	bottom:40px;
}

.clsSectionNo7 .clsItems .clsItem .clsInfoBox:before{
	content:"";
	position:absolute;
	left:112px;
	bottom:-10px;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #1c243d;
}

.clsSectionNo7 .clsItems .clsItem .clsInfoBox img{
	width:232px;
	height:104px;
}

.clsSectionNo7 .clsItems .clsItem .clsInfoBox .clsAddress{
	padding:8px 8px 8px 40px;
	border-bottom:1px solid #24304c;
	background:url(/images/icon_pin.png) no-repeat 10px 10px;
}

.clsSectionNo7 .clsItems .clsItem .clsInfoBox .clsPhone{
	padding:12px 8px 8px 40px;
	background:url(/images/icon_phone.png) no-repeat 10px 10px;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo8 {
}

.clsSectionNo8 .clsPageAlign{
	width:1030px;
	padding:56px 0 49px 0;
	border-bottom:1px solid #e7e5e5;
}

.clsSectionNo8 h2{
	margin-bottom:36px;
}

.clsSectionNo8 .clsItems{
	font-size:0;
	line-height:0;

	position:relative;
	width:1030px;
	height:360px;
	overflow:hidden;

	opacity:1;
	transition: all .5s ease-in-out;
}

.clsSectionNo8 .clsItems.clsHidden{
	opacity:0;
}

.clsSectionNo8 .clsItems .clsItemsScroll{
	position:absolute;
	left:0;
	top:0;
	width:1030px;
	height:360px;
	white-space:nowrap;
}

.clsSectionNo8 .clsItems .clsItemsScroll .clsBlock{
	display:inline-block;
	vertical-align:top;
	width:1030px;
	height:360px;
	overflow:hidden;
	white-space:normal;
}

.clsSectionNo8 .clsNextBtn{
	position:absolute;
	right:-65px;
	top:280px;
	width:16px;
	height:27px;
	cursor:pointer;
	background:url(/images/arrow5_right.png);

	opacity:1;
	transition: all .3s ease-in-out;
}

.clsSectionNo8 .clsNextBtn.clsHidden{
	opacity:0;
	right:-15px;
}

.clsSectionNo8 .clsNextBtn:hover{
	right:-68px;
}

.clsSectionNo8 .clsPrevBtn{
	position:absolute;
	left:-65px;
	top:280px;
	width:16px;
	height:27px;
	cursor:pointer;
	background:url(/images/arrow5_left.png);

	opacity:1;
	transition: all .3s ease-in-out;
}

.clsSectionNo8 .clsPrevBtn.clsHidden{
	opacity:0;
	left:-15px;
}

.clsSectionNo8 .clsPrevBtn:hover{
	left:-68px;
}

.clsSectionNo8 .clsItems .clsItem{
	text-align:left;
	cursor:pointer;

	position:relative;
	left:0;
	display:inline-block;
	vertical-align:top;
	width:338px;
	margin:0 0 0 2px;
}

.clsSectionNo8 .clsItems .clsItem .clsImgSize2.clsVideoIcon:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	width:100%;
	height:100%;
	background:url(/images/icon_play.png) no-repeat center center;
	background-color:rgba(10,13,26,0.4);
	transition: all .3s ease-in-out;
}

.clsSectionNo8 .clsItems .clsItem:hover .clsImgSize2.clsVideoIcon:before{
	background-color:rgba(10,13,26,0.8);
}

.clsSectionNo8 .clsItems .clsItem .clsCatName{
	font-size:16px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	text-transform:uppercase;

	padding:16px 0 10px 0;
}

.clsSectionNo8 .clsItems .clsItem h3{
	font-size:24px;
	line-height:24px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;

	padding:0 10px 15px 0;
}

.clsSectionNo8 .clsItems .clsItem .clsText{
	font-size:16px;
	line-height:22px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;

	display:inline-block;
	vertical-align:top;
	height:45px;
	overflow:hidden;
	padding:0 10px 0 0;
	margin-bottom:15px;
}

/*****************/
.clsSectionNo8 .clsItems .clsItem.clsItemQuote{
	cursor:auto;
}

.clsSectionNo8 .clsItems .clsItem .clsQuoteText{
	color:#fff;
	font-size:20px;
	line-height:24px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:400;
	font-style:italic;

	position:relative;
	width:338px;
	height:190px;
	overflow:hidden;
	padding:46px 30px 0 30px;
	background:#181e31;
}

.clsSectionNo8 .clsItems .clsItem .clsQuoteAuthor{
	color:#2b2b2b;
	position:relative;
	top:-10px;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo9{
}

.clsSectionNo9 .clsPageAlign{
	font-size:0;
	line-height:0;
	
	width:1030px;
	padding:50px 0 55px 0;
}

.clsSectionNo9 h2{
	margin-bottom:44px;
}

.clsSectionNo9 .clsDesc{
	margin-bottom:0;
}

.clsSectionNo9 .clsItems{
	text-align:center;
	margin-bottom:22px;
}

.clsSectionNo9 .clsItems .clsItem{
	font-size:16px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;

	position:relative;
	top:0;
	display:inline-block;
	vertical-align:top;
	width:170px;
	height:85px;

	opacity:1;
	transition: all .2s ease-in-out;
}

.clsSectionNo9 .clsItems .clsItem.clsHidden{
	opacity:0;
	top:-50px;
}

.clsSectionNo9 .clsItems .clsItem a.clsGrayLink:link,
.clsSectionNo9 .clsItems .clsItem a.clsGrayLink:visited,
.clsSectionNo9 .clsItems .clsItem a.clsGrayLink:active,
.clsSectionNo9 .clsItems .clsItem a.clsGrayLink:hover{
	display:block;
	color:#545454;
}

.clsSectionNo9 .clsItems .clsItem a.clsGrayLink:hover{
	color:#b1031d;
}

.clsSectionNo9 .clsItems .clsItem img{
	display:block;
	margin:0 auto 20px auto;
}

.clsSectionNo9 .clsItems .clsItem img.clsColor{
	display:none;
}

.clsSectionNo9 .clsItems .clsItem a:hover img.clsGray{
	display:none;
}

.clsSectionNo9 .clsItems .clsItem a:hover img.clsColor{
	display:block;
}


/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo10{
}

.clsSectionNo10 .clsPageAlign{
	width:1030px;
	padding:0 0 1px 0;
}

.clsSectionNo10 h1{
	color:#2b2b2b;
	font-size:35px;
	line-height:39px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:400;

	margin:0 0 40px 0;
}

.clsSectionNo10 .clsTopImage{
	line-height:0;
	text-align:center;

	position:relative;
	width:1280px;
	left:-125px;
	margin:0 0 40px 0;
}

.clsTopImagePlaceHolder{
	height:40px;
}

.clsSectionNo10 .clsBigText{
	color:#7f828f;
	font-size:26px;
	line-height:32px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:300;

	margin:0 0 40px 0;
}

.clsSectionNo10 .clsSmallText{
	color:#8e919b;
	font-size:16px;
	line-height:24px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;

	width:765px;
	margin:0 0 40px 0;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo11{
}

.clsSectionNo11 .clsPageAlign{
	font-size:0;
	line-height:0;
	
	width:1030px;
	padding:20px 0 55px 0;
	border-bottom:2px solid #e7e5e5;
}

.clsSectionNo11 h2{
	color:#2b2b2b;
	font-size:20px;
	line-height:24px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-align:left;

	padding:0;
	margin:0 0 18px 0;
}

.clsSectionNo11 .clsItem{
	color:#8e919b;
	font-size:15px;
	line-height:20px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
	
	display:inline-block;
	vertical-align:top;
	width:290px;
	padding:0 0 0 20px;
	margin:0 30px 25px 0;
	background:url(/images/icon_v_gray.png) no-repeat left 5px;
}





/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo12{
	position:relative;
	top:-2px;
	padding:21px 0 38px 0;
	text-align:center;
	margin-bottom:-2px;
	border-top:2px solid #f7f7f7;
	background:#fff url(/images/contact-banner_bg.png) repeat-y center center;	
}

.clsSectionNo37{
	position:relative;
	top:-2px;
	padding:21px 0 38px 0;
	text-align:center;
	background:#fff url(/images/contact-banner_bg.png) repeat-y center center;
}

.clsSectionNo12 a.clsRedBtn:link,
.clsSectionNo12 a.clsRedBtn:visited,
.clsSectionNo12 a.clsRedBtn:active,
.clsSectionNo12 a.clsRedBtn:hover,
.clsSectionNo37 a.clsRedBtn:link,
.clsSectionNo37 a.clsRedBtn:visited,
.clsSectionNo37 a.clsRedBtn:active,
.clsSectionNo37 a.clsRedBtn:hover{
	color:#fff;
	font-size:16px;
	line-height:16px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	white-space:nowrap;
	text-transform:uppercase;

	display:inline-block;
	height:44px;
	padding:15px 20px 0 20px;
	margin:14px 0 0 0;
	outline:none;
	border:0 none;
	border-radius:5px;
	transition: all .15s ease-in-out;
	background:#ae1516;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.23);
	box-shadow: 0 1px 1px rgba(0,0,0,0.23);

	
}
.clsSectionNo37 a.clsRedBtn:hover,
.clsSectionNo12 a.clsRedBtn:hover{
	background:#8f1313;
}



/*//////////////////////////////////*/
.clsSectionNo37 .clsSocialLinks{
	position:relative;
	text-align:center;
	padding:0 0 12px 0;
	margin:0;
}

.clsSectionNo37 .clsSocialLinks h3{
	color:#cfcccc;
	font-size:17px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	padding:0;
	margin:0 0 15px 0;
}

.clsSectionNo37 .clsSocialLinks ul{
	font-size:0;
	line-height:0;
	white-space:nowrap;
}

.clsSectionNo37 .clsSocialLinks ul li{
	display:inline-block;
	vertical-align:top;
	width:38px;
	height:38px;
	text-align:center;
	padding:13px 0 0 0;
	margin:0 10px 0 10px;
	border-radius:20px;
	background:#f7f7f7;
}

.clsSectionNo37 .clsSocialLinks ul li:hover {
	background:#ddd;
	transition: all .15s ease-in-out;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo13{
	height:640px;
	padding:70px 0 30px 0;
}

.clsSectionNo13 .clsPageAlign{
	width:1030px;
}

.clsSectionNo13 .clsTabBtns{
	font-size:0;
	line-height:0;
	
	height:122px;
	padding:0 0 2px 0;
	border-bottom:2px solid #e3e3e5;
}

.clsSectionNo13 .clsTabBtns .clsItem{
	font-size:16px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;

	position:relative;
	display:inline-block;
	height:120px;
	width:171px;
	padding:17px 0 0 0;
	border:2px solid #fff;
	background:#fff;
}

.clsSectionNo13 .clsTabBtns .clsItem strong{
	color:#545454;
	font-weight:600;
}

.clsSectionNo13 .clsTabBtns .clsItem img{
	display:block;
	margin:0 auto 21px auto;
}

.clsSectionNo13 .clsTabBtns .clsItem .clsColor{
	display:block;
}

.clsSectionNo13 .clsTabBtns .clsItem .clsGray{
	display:none;
}

.clsSectionNo13 .clsTabBtns .clsItem.clsSelected .clsColor{
	display:none;
}

.clsSectionNo13 .clsTabBtns .clsItem.clsSelected .clsGray{
	display:block;
}

.clsSectionNo13 .clsTabBtns .clsItem.clsSelected{
	height:122px;
	border:2px solid #e3e3e5;
	border-bottom:2px solid #f7f7f7;
	background:#f7f7f7;
}

.clsSectionNo13 .clsTabsContent{
	height:420px;
	padding:10px 0 0 0;
	background:#f7f7f7;
}

.clsSectionNo13 .clsTabsContent .clsTab{
	display:none;
}

.clsSectionNo13 .clsTabsContent .clsTab  ul{
	padding:0;
	margin:0;
}

.clsSectionNo13 .clsTabsContent .clsTab  ul li{
	font-size:20px;
	line-height:24px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:400;

	list-style:none;
	padding:23px 20px 24px 40px;
	margin:0;
	border-bottom:2px solid #e7e5e5;
}

.clsSectionNo13 .clsTabsContent .clsReadMoreBox{
	text-align:left;
	padding-left:40px;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo14{
	top:-2px;
	height:55px;
	text-align:center;
	margin-bottom:-2px;
	background:#f7f7f7;
}

.clsSectionNo14 a.clsGreenBtn:link,
.clsSectionNo14 a.clsGreenBtn:visited,
.clsSectionNo14 a.clsGreenBtn:active,
.clsSectionNo14 a.clsGreenBtn:hover{
	color:#fff;
	font-size:16px;
	line-height:16px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	white-space:nowrap;

	display:inline-block;
	width:1024px;
	height:55px;
	padding:20px 20px 0 20px;
	margin:0;
	outline:none;
	border:0 none;
	background:#999;
}

.clsSectionNo14 a.clsGreenBtn:after{
	content:"";
	position:relative;
	top:2px;
	left:0;
	display:inline-block;
	vertical-align:top;
	width:8px;
	height:12px;
	margin:0 0 0 7px;
	background:url(/images/arrow6_right.png) no-repeat left top;
	transition: all .15s ease-in-out;
}

.clsSectionNo14 a.clsGreenBtn:hover:after{
	left:10px;
}




/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo15{
}

.clsSectionNo15 .clsPageAlign{
	font-size:0;
	line-height:0;
	
	width:1030px;
	padding:40px 0 55px 0;
	border-bottom:1px solid #e7e5e5;
}

.clsSectionNo15 h2{
	text-align:left;
	margin-bottom:47px;
}

.clsSectionNo15 .clsItem{
	font-size:0;
	line-height:0;
	
	display:inline-block;
	vertical-align:top;
	width:480px;
}

.clsSectionNo15 .clsItem.clsItemOdd{
	margin-left:40px;
}

.clsSectionNo15 .clsItem h3{
	color:#2b2b2b;
	font-size:20px;
	line-height:20px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	
	display:inline-block;
	vertical-align:top;
	width:170px;
	padding:0 5px 0 0;
	margin:0 0 0 0;
}

.clsSectionNo15 .clsItem .clsText{
	color:#8e919b;
	font-size:15px;
	line-height:20px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
	
	display:inline-block;
	vertical-align:top;
	width:310px;
	padding:0 0 25px 20px;
	background:url(/images/icon_v_gray.png) no-repeat left 5px;
}




/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo16,
.clsSectionNo36{
	top:-2px;
	margin-bottom:-2px;
	background:#f7f7f7;
}

.clsSectionNo16 .clsPageAlign,
.clsSectionNo36 .clsPageAlign{
	font-size:0;
	line-height:0;
	
	position:relative;
	width:1026px;
	padding:60px 0 55px 0;
}

.clsSectionNo16 h2,
.clsSectionNo36 h2{
	font-size:26px;
	line-height:26px;
	margin-bottom:19px;
}

.clsSectionNo16 .clsItems,
.clsSectionNo36 .clsItems{
	font-size:0;
	line-height:0;
	position:relative;
	border-bottom:2px solid #f7f7f7;
	background:#e7ecf2;
}

.clsSectionNo16 .clsItems:before,
.clsSectionNo36 .clsItems:before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:2px;
	background:#f7f7f7;
}

.clsSectionNo16 .clsItems:after,
.clsSectionNo36 .clsItems:after{
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width:2px;
	height:100%;
	background:#f7f7f7;
}

.clsSectionNo16 .clsItems .clsBtn,
.clsSectionNo36 .clsItems .clsBtn{
	font-size:0;
	line-height:0;
	cursor:pointer;
	text-align:center;
	
	display:inline-block;
	vertical-align:top;
	width:171px;
	height:97px;
	border-right:2px solid #f7f7f7;
	border-bottom:2px solid #f7f7f7;
	background:#e7ecf2;
}

.clsSectionNo16 .clsItems .clsBtn:hover,
.clsSectionNo36 .clsItems .clsBtn:hover{
	background:#dadfe4;
}

.clsSectionNo16 .clsItems .clsBtn h3,
.clsSectionNo36 .clsItems .clsBtn h3{
	color:#2b2b2b;
	font-size:14px;
	line-height:16px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-transform:uppercase;
	
	display:inline-block;
	vertical-align:middle;
	padding:0 30px 0 30px;
	margin:0 0 0 0;
}

.clsSectionNo16 .clsItems .clsBtn:before,
.clsSectionNo36 .clsItems .clsBtn:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	height:93px;
	width:0;
}

.clsSectionNo16 .clsItems .clsBtn.clsSelected,
.clsSectionNo36 .clsItems .clsBtn.clsSelected,
.clsSectionNo16 .clsItems .clsBtn.clsSelected h3,
.clsSectionNo36 .clsItems .clsBtn.clsSelected h3{
	color:#fff;
	background:#1c243d url(/images/arrow6_down.png) no-repeat center 75px;
}

.clsSectionNo16 .clsItems .clsText,
.clsSectionNo36 .clsItems .clsText{
	color:#8e919b;
	font-size:15px;
	line-height:20px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;

	position:relative;
	top:-2px;
	display:none;
	padding:25px;
	border-top:2px solid #f7f7f7;
	border-bottom:2px solid #f7f7f7;
	background:#e7ecf2;
}





/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo17{
}

.clsSectionNo17 .clsPageAlign{
	font-size:0;
	line-height:0;
	
	width:1030px;
	padding:60px 0 55px 0;
	border-bottom:1px solid #e7e5e5;
}

.clsSectionNo17 h2{
	font-size:26px;
	line-height:26px;
	margin-bottom:19px;
}

.clsSectionNo17 .clsItem{
	font-size:0;
	line-height:0;
	
	display:inline-block;
	vertical-align:top;
	width:290px;
	margin:10px 0 0 0;
}

.clsSectionNo17 .clsItem.clsItemOdd{
	margin:10px 80px 0 80px;
}

.clsSectionNo17 .clsItem h3{
	color:#2b2b2b;
	font-size:20px;
	line-height:20px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	
	padding:0 0 0 20px;
	margin:0 0 15px 0;
	background:url(/images/icon_v_gray.png) no-repeat left 5px;
}

.clsSectionNo17 .clsItem .clsText{
	color:#8e919b;
	font-size:15px;
	line-height:20px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;

	padding:0 0 25px 0;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo18{
	padding:30px 0 60px 0;
}

.clsSectionNo18 .clsPageAlign{
	width:1030px;
	font-size:0;
	line-height:0;
}

.clsSectionNo18 .clsItem{
	display:inline-block;
	vertical-align:top;
	width:480px;
}

.clsSectionNo18 .clsItemOdd{
	margin-left:30px;
}

.clsSectionNo18 .clsItem h3{
	color:#2b2b2b;
	font-size:20px;
	line-height:24px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	margin:30px 0 18px 0;
}

.clsSectionNo18 .clsText{
	color:#8e919b;
	font-size:16px;
	line-height:24px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo19{
	background:#f7f7f7;
}

.clsSectionNo19 .clsPageAlign{
	font-size:0;
	line-height:0;
	
	width:1030px;
	padding:35px 0 35px 0;
}

.clsSectionNo19 h2{
	font-size:26px;
	line-height:26px;
	margin-bottom:15px;
}

.clsSectionNo19 ul{
	
}

.clsSectionNo19 ul li{
	font-size:20px;
	line-height:22px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:400;
	text-align:center;
	
	display:inline-block;
	vertical-align:top;
	width:325px;
	height:35px;
	padding:5px;
	margin:9px;

	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	background:#fff;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo20{
	padding:0 0 1px 0;
}

.clsSectionNo20 .clsPageAlign{
	width:1030px;
}

.clsSectionNo20 .clsText{
	color:#8e919b;
	font-size:16px;
	line-height:26px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
	
	width:765px;
	margin:0 0 50px 0;
}

.clsSectionNo20 td{
	color:#8e919b;
	font-size:16px;
	line-height:26px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
}

.clsSectionNo20 .clsText h2{
	color:#2b2b2b;
	font-size:20px;
	line-height:26px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-align:left;
	padding:0;
	margin:0 0 3px 0;
}

.clsSectionNo20 .clsText h3{
	color:#2b2b2b;
	font-size:20px;
	line-height:26px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-align:left;
	padding:0;
	margin:0 0 3px 0;
}

.clsSectionNo20 .clsText td{
	vertical-align:middle;
}

.clsSectionNo20 .clsText img{
	position:relative;
	top:5px;
	margin:0 30px 16px 0;
}

.clsSectionNo20 .clsText a:link,
.clsSectionNo20 .clsText a:visited,
.clsSectionNo20 .clsText a:active,
.clsSectionNo20 .clsText a:hover{
	color:red;	
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo21{
	background:#f7f7f7;
}

.clsSectionNo21 .clsPageAlign{
	font-size:0;
	line-height:0;
	text-align:center;
	
	width:1030px;
	padding:73px 0 73px 0;
}

.clsSectionNo21 .clsTextBox{
	color:#8e919b;
	font-size:16px;
	line-height:24px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
	text-align:left;

	display:inline-block;
	vertical-align:top;
	width:310px;
}

.clsSectionNo21 .clsTextBox h3{
	color:#2b2b2b;
	font-size:26px;
	line-height:25px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;

	margin:0 0 19px 0;
}

.clsSectionNo21 .clsTextBox2{
	margin:0 50px 15px 50px;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo22{
}

.clsSectionNo22 .clsPageAlign{
	font-size:0;
	line-height:0;
	
	width:1030px;
	padding:0 0 55px 0;
}

.clsSectionNo22 h2{
	font-size:20px;
	line-height:20px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-align:left;
	margin-bottom:37px;
}

.clsSectionNo22 .clsItems{
	font-size:0;
	line-height:0;
}

.clsSectionNo22 .clsItems .clsItem{
	font-size:0;
	line-height:0;
	cursor:pointer;
	
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:243px;
	height:240px;
	overflow:hidden;
	margin:0 19px 20px 0;
}

.clsSectionNo22 .clsItems .clsItemLast{
	margin:0 0 20px 0;
}

.clsSectionNo22 .clsItems .clsItem img{
	width:100%;
	position:relative;
	z-index:1;
}

.clsSectionNo22 .clsItems .clsItem .clsHover,
.clsSectionNo22 .clsItems .clsItem .clsHover{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(0,0,0,0.2);
	transition: all .15s ease-in-out;
}

.clsSectionNo22 .clsItems .clsItem:hover .clsHover{
	opacity:1;
}

.clsSectionNo22 .clsItems .clsItem.clsSelected .clsHover{
	opacity:0;
}

.clsSectionNo22 .clsItems .clsItem.clsSelected:before{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	z-index:3;
	margin-left:-25px;
	border-bottom:25px solid #fff;
	border-right:25px solid transparent;
	border-left:25px solid transparent;

}

.clsSectionNo22 .clsItems .clsItem .clsHover .clsText {
	position:absolute;
	left:20px;
	bottom:15px;
}

.clsSectionNo22 .clsItems .clsItem .clsHover .clsText .clsName{
	color:#fff;
	font-size:20px;
	line-height:26px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	margin:0 0 5px 0;
}

.clsSectionNo22 .clsItems .clsItem .clsHover .clsText .clsJob{
	color:#fff;
	font-size:17px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:400;
	margin:0 0 5px 0;
}

.clsSectionNo22 .clsItems .clsItemText{
	font-size:0;
	line-height:0;
	display:none;
}

.clsSectionNo22 .clsItems .clsItemText .clsLeftCol {
	display:inline-block;
	vertical-align:top;
	width:330px;
	padding:15px 50px 50px 50px;
}

.clsSectionNo22 .clsItems .clsItemText .clsLeftCol h3{
	color:#ae1516;
	font-size:20px;
	line-height:26px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	margin:0 0 20px 0;
}

.clsSectionNo22 .clsItems .clsItemText .clsLeftCol h4{
	color:#2b2b2b;
	font-size:17px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:400;
	margin:0 0 5px 0;
}

.clsSectionNo22 .clsItems .clsItemText .clsRightCol {
	color:#8e919b;
	font-size:15px;
	line-height:22px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
	
	display:inline-block;
	vertical-align:top;
	width:700px;
	padding:15px 30px 50px 0;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo23{
}

.clsSectionNo23 .clsPageAlign{
	width:1030px;
	padding:0 0 1px 0;
}

.clsSectionNo23 .clsItems{
}

.clsSectionNo23 .clsItems .clsItem{
	font-size:0;
	line-height:0;

	padding:0 0 50px 0;
	margin:0 0 50px 0;
	border-bottom:1px solid #e7e5e5;
}

.clsSectionNo23 .clsItems .clsItem:last-child{
	border-bottom:0 none;
}

.clsSectionNo23 .clsItems .clsItem .clsLeftCol {
	display:inline-block;
	vertical-align:top;
	width:350px;
	padding:0 120px 0 0;
}

.clsSectionNo23 .clsItems .clsItem .clsLeftCol h3{
	color:#2b2b2b;
	font-size:20px;
	line-height:26px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	margin:0 0 20px 0;
}

.clsSectionNo23 .clsItems .clsItem .clsLeftCol h4{
	color:#2b2b2b;
	font-size:17px;
	line-height:20px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
}

.clsSectionNo23 .clsItems .clsItem .clsRightCol {
	color:#8e919b;
	font-size:15px;
	line-height:24px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
	
	display:inline-block;
	vertical-align:top;
	width:680px;
	padding:0 0 0 0;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo24{
}

.clsSectionNo24 .clsPageAlign{
	width:1030px;
	padding:0 0 30px 0;
}

.clsSectionNo24 h2{
	font-size:20px;
	line-height:20px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-align:left;
	margin-bottom:37px;
}

.clsSectionNo24 .clsItems{
	font-size:0;
	line-height:0;
}

.clsSectionNo24 .clsItems .clsItem{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:330px;
	overflow:hidden;
	margin:0 19px 50px 0;
}

.clsSectionNo24 .clsItems .clsItemLast{
	margin:0 0 20px 0;
}

.clsSectionNo24 .clsItems .clsItem .clsMap{
	width:330px;
	height:185px;
	margin:0 0 16px 0;
	background:#eee;
}

.clsSectionNo24 .clsItems .clsItem h4{
	color:#7f828f;
	font-size:16px;
	line-height:16px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	margin:0 0 7px 0;
}

.clsSectionNo24 .clsItems .clsItem h3{
	color:#25326b;
	font-size:24px;
	line-height:24px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	margin:0 0 18px 0;
}

.clsSectionNo24 .clsItems .clsItem .clsAddress{
	color:#8e919b;
	font-size:15px;
	line-height:22px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;

	min-height:66px;
	padding:0;
	margin:0 0 18px 0;
}

.clsSectionNo24 .clsItems hr{
	margin-bottom:50px;
	border-bottom:1px solid #e7e5e5;
}

.clsSectionNo24 .clsCallBack{
	color:#9a1314;
	font-size:16px;
	line-height:20px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	cursor:pointer;
	height:20px;
}

.clsSectionNo24 .clsCallBack:before{
	content:"";
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:12px;
	height:18px;
	margin:0 10px 0 0;
	background:url(/images/icon_phone2.png) no-repeat left 2px;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo25{
	border-bottom:1px solid #d0d0d0;
	background-color:#f1f1f1;
}

.clsSectionNo25 .clsPageAlign{
	height:640px;
	padding-top:54px;
}

.clsSectionNo25 h2{
	margin-bottom:35px;
}

.clsSectionNo25 .clsImg{
	float:left;
	margin:50px 35px 0 35px;
}

.clsSectionNo25 .clsTextBox{
	text-align:center;
	
	float:left;
	position:relative;
	z-index:1;
	width:310px;
	height:375px;
	padding:20px 15px 15px 15px;
	margin:32px 0 0 0;
	border-radius:6px 6px 0 0;
	border:1px solid #d7d7d7;
	background:#fff;
}

.clsSectionNo25 .clsTextBox1{
	margin-left:10px;
}

.clsSectionNo25 .clsTextBox:before{
	content:" ";
	position:absolute;
	z-index:2;
	left:-56px;
	bottom:-2px;
	width:423px;
	height:20px;
	background:url(/images/box25_shadow.png);
}

.clsSectionNo25 .clsTextBox h3{
	color:#8a2d77;
	margin:0 45px 20px 45px;
}

.clsSectionNo25 .clsTextBox2 h3{
	color:#ce1973;
	margin:15px 15px 30px 15px;
}

.clsSectionNo25 .clsTextBox hr{
	width:260px;
	margin:15px auto 15px auto;
	border-top:1px solid #eee;
}




/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo26{
}

.clsSectionNo26 .clsPageAlign{
	width:1030px;
	padding:20px 0 30px 0;
}

.clsSectionNo26 h2{
	font-size:20px;
	line-height:20px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-align:left;
	margin-bottom:37px;
}

.clsSectionNo26 .clsItems{
	font-size:0;
	line-height:0;
}

.clsSectionNo26 .clsItems .clsItem{
	color:#8e919b;
	font-size:15px;
	line-height:22px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
	
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:330px;
	overflow:hidden;
	margin:0 19px 50px 0;
}

.clsSectionNo26 .clsItems .clsItemLast{
	margin:0 0 20px 0;
}

.clsSectionNo26 .clsItems .clsItem h4{
	color:#7f828f;
	font-size:16px;
	line-height:16px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	margin:0 0 7px 0;
}

.clsSectionNo26 .clsItems .clsItem h3{
	color:#2b2b2b;
	font-size:24px;
	line-height:24px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	margin:0 0 3px 0;
}

.clsSectionNo26 .clsItems .clsItem .clsJob{
	color:#2b2b2b;
	margin:0 0 17px 0;
}

.clsSectionNo26 .clsItems .clsItem .clsLink{
	font-size:17px;
	line-height:16px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	margin:0 0 5px 0;
}

.clsSectionNo26 .clsItems hr{
	margin-bottom:50px;
	border-bottom:1px solid #e7e5e5;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo27{
}

.clsSectionNo27 .clsPageAlign{
	width:1030px;
	padding:12px 0 30px 0;
}

.clsSectionNo27 .clsItems{
}

.clsSectionNo27 .clsItems .clsItem{
	font-size:0;
	line-height:0;	
	padding:0 0 25px 0;
	margin:0 0 30px 0;
	border-bottom:2px solid #e7e5e5;
}

.clsSectionNo27 .clsItems .clsItem:last-child{
	border-bottom:0 none;
}

.clsSectionNo27 .clsItems .clsItem .clsImg{
	display:inline-block;
	vertical-align:top;
	width:270px;
	height:100px;
	padding:25px 0 0 0;
}

.clsSectionNo27 .clsItems .clsItem .clsImg img{
	width:195px;
	height:100px;
}

.clsSectionNo27 .clsItems .clsItem .clsRightCol{
	display:inline-block;
	vertical-align:top;
	width:760px;
	padding:0 100px 0 0;
}

.clsSectionNo27 .clsItems .clsItem h3{
	color:#2b2b2b;
	font-size:20px;
	line-height:24px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	margin:0 0 13px 0;
}

.clsSectionNo27 .clsItems .clsItem .clsText{
	font-size:15px;
	line-height:24px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;

	min-height:100px;
	margin:0 0 10px 0;
}

.clsSectionNo27 .clsItems .clsItem .clsLink1{
	font-size:17px;
	line-height:16px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	margin:0 0 10px 0;
}

.clsSectionNo27 .clsItems .clsItem .clsLink2{
	font-size:17px;
	line-height:16px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	margin:0 0 5px 0;
}

.clsSectionNo27 .clsItems .clsItem .clsLink2 img{
	position:relative;
	top:0;
	vertical-align:middle;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo28{
	padding:0 0 1px 0;
}

.clsSectionNo28 .clsPageAlign{
	font-size:0;
	width:1030px;
	padding:0 0 30px 0;
	margin:0 auto 50px auto;
	border-bottom:1px solid #e7e5e5;
}

body section.clsSectionNo28:last-of-type .clsPageAlign{
	border-bottom:0 none;
}

.clsSectionNo28 h2{
	font-size:20px;
	line-height:20px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-align:left;

	width:350px;
	min-height:10px;
	display:inline-block;
	vertical-align:top;
}

.clsSectionNo28 .clsItems{
	width:680px;
	display:inline-block;
	vertical-align:top;
}

.clsSectionNo28 .clsItems .clsItem{
	font-size:0;
	line-height:0;	
	margin:0 0 30px 0;
}

.clsSectionNo28 .clsItems .clsItem h3{
	color:#2b2b2b;
	font-size:20px;
	line-height:24px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	margin:0 0 2px 0;
}

.clsSectionNo28 .clsItems .clsItem .clsText{
	font-size:15px;
	line-height:24px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;

	margin:0 0 10px 0;
}

/**************************/
.clsSectionNo28 .clsInnerPage{
	border:0 none;
	padding:0;
}

.clsSectionNo28 .clsInnerPage ul.clsShareBox{
	top:70px;
}

.clsSectionNo28 .clsInnerPage h1{
	color:#404144;
	font-size:30px;
	line-height:30px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;

	padding:0 0 10px 0;
	margin:30px 0 35px 0;
}

.clsSectionNo28 .clsInnerPage hr{
	margin:38px 0 38px 0;
	border-bottom:1px solid #e7e5e5;
}

.clsSectionNo28 .clsInnerPage .clsContentText{
}

.clsSectionNo28 a.clsApply:link,
.clsSectionNo28 a.clsApply:visited,
.clsSectionNo28 a.clsApply:active,
.clsSectionNo28 a.clsApply:hover{
	color:#fff;
	font-size:16px;
	line-height:16px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	white-space:nowrap;
	text-align:center;

	display:inline-block;
	width:330px;
	height:46px;
	padding:15px 0 0 0;
	margin:35px 0 0 0;
	border-radius:5px;
	background:#252e4b;

	transition: all .15s ease-in-out;
}
.clsSectionNo28 a.clsApply:hover{
	text-decoration:none;
	background:#37436a;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo35{
}

.clsSectionNo35 .clsPageAlign{
	width:650px;
}

.clsSectionNo35 .clsHeading{
	font-size:15px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:400;
	white-space:nowrap;

	height:140px;
	padding:55px 0 0 0;
	background:#fff;
}

.clsSectionNo35 .clsHeading h1{
	position:absolute;
	top:12px;
	right:100%;
	
	color:#a8a9ad;
	font-size:17px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:400;
	text-transform:uppercase;

	padding:0 30px 0 0;
	margin:0;
}

.clsSectionNo35 .clsHeading .clsSearchTerm{
	color:#2b2b2b;
	font-size:32px;
	line-height:32px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;

	padding:0 0 0 0;
	margin:0;
}

.clsSectionNo35 .clsResults{
	padding:54px 0 54px 0;
	background:#f6f6f6;
}

.clsSectionNo35 .clsSearchPage .clsItem{
	width:650px;
	margin:0 auto 45px auto;
}

.clsSectionNo35 .clsSearchPage h3{
	color:#2b2b2b;
	font-size:20px;
	line-height:24px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	margin:0 0 5px 0;
}

.clsSectionNo35 .clsSearchPage .clsItem .clsText{
	font-size:15px;
	line-height:24px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
}

.clsSectionNo35 .clsPaging{
	padding:35px 0 0 0;
	border-top:1px solid #ddd;
}

.clsSectionNo35 .clsPaging img{
	position:relative;
	top:-2px;
	vertical-align:middle;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsNavBar{
	color:#7f828f;
	font-size:14px;
	line-height:14px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;

	height:59px;
	border-bottom:1px solid #e7e5e5;
}

.clsNavBar .clsFiltersBtn{
	text-transform:uppercase;
	
	float:right;
	height:59px;
	cursor:pointer;
	padding:20px 0 0 30px;
	margin:0 30px 0 0;
	border-left:1px solid #e7e5e5;
}

.clsNavBar .clsFiltersBtn.clsSelected{
	color:#3b3d49;
}

.clsNavBar .clsFiltersBtn:after{
	content:"";
	position:relative;
	display:inline-block;
	width:12px;
	height:8px;
	margin:0 0 0 8px;
	background:url(/images/arrow8_down.png);
	transition: all .15s ease-in-out;
}

.clsNavBar .clsFiltersBtn.clsSelected:after{
	transform:rotate(180deg)
}

.clsNavBarFilters{
	color:#8f9096;
	font-size:14px;
	line-height:20px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
	
	display:none;
	padding:30px 0 15px 0;
	background:#181e31;
}

.clsNavBarFilters .clsPageAlign{
	width:1030px;
}

.clsNavBarFilters .clsAll{
	font-size:14px;
	line-height:20px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
}

.clsNavBarFilters .clsAll a{
	color:#fff;
}

.clsNavBarFilters ul{
	padding:0;
	margin:0;
}

.clsNavBarFilters ul li{
	display:inline-block;
	vertical-align:top;
	list-style:none;
	width:148px;
}

.clsNavBarFilters a:link,
.clsNavBarFilters a:visited,
.clsNavBarFilters a:active,
.clsNavBarFilters a:hover{
	display:inline-block;
		
	padding:10px 0 10px 0;
	margin:0 20px 15px 0;
}
.clsNavBarFilters a:hover{
	color:#fff;
}

.clsNavBarFilters a.clsSelected:link,
.clsNavBarFilters a.clsSelected:visited,
.clsNavBarFilters a.clsSelected:active,
.clsNavBarFilters a.clsSelected:hover{
	color:#fff;
	padding:10px 20px 10px 20px;
	border-radius:5px;
	background:#415b83;
}




/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsResourcePreviewLB{
	font-size:0;
	line-height:0;
	white-space:nowrap;
	padding:0 0 95px 0;
	background:#fff;
}

.clsResourcePreviewLB .clsLeftCol{
	position:relative;
	z-index:1;
	white-space:normal;
	display:table-cell;
	vertical-align:top;
}

.clsResourcePreviewLB .clsLeftCol .clsTitle{
	color:#2b2b2b;
	font-size:26px;
	line-height:30px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;

	width:340px;
	padding:30px 40px 0 40px;
}

.clsResourcePreviewLB .clsLeftCol .clsText{
	color:#8e919b;
	font-size:15px;
	line-height:22px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
	
	width:340px;
	padding:30px 40px 30px 40px;
}

.clsResourcePreviewLB .clsImg{
	color:#8e919b;
	font-size:14px;
	line-height:20px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;
	
	position:relative;
	z-index:1;
	display:table-cell;
	vertical-align:top;
	width:500px;
	padding:50px 70px 50px 70px;
	background:#f6f6f6;

	-webkit-box-shadow: inset 1px 0 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 0 3px rgba(0,0,0,0.1);
	box-shadow: inset 1px 0 3px rgba(0,0,0,0.1);

}

.clsResourcePreviewLB .clsImg img{
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.clsResourcePreviewLB .clsBtnBox{
	text-align:center;
	
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	width:100%;
	height:100px;
	background:#fff url(/images/dialog-preview_bg.png);

	-webkit-box-shadow: 0 -1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 -1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 -1px 3px rgba(0,0,0,0.1);

}

.clsResourcePreviewLB .clsBtnBox div{
	color:#fff;
	font-size:16px;
	line-height:16px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	white-space:nowrap;
	text-align:center;
	cursor:pointer;

	display:inline-block;
	width:330px;
	height:46px;
	padding:15px 0 0 0;
	margin:25px 0 0 0;
	border-radius:5px;
	background:#252e4b;

	transition: all .15s ease-in-out;
}
.clsResourcePreviewLB .clsBtnBox div:hover{
	text-decoration:none;
	background:#37436a;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
#oLightboxDimmer{
	display:none;
	position:fixed;
	top:0 !important;
	bottom:0;
	right:0;
	left:0;
	z-index:100000;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:#000;
	background:rgba(0,0,0,0.7);
}

#oLightboxFrame{
	display:none;
	position:fixed;
	left:0;
	line-height:0;
	z-index:100001;
	padding:0;
	margin:0;
	background:#fbfbfb url(/images/ajax-loader.gif) no-repeat center center;

	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
}

#oLightboxFrame .clsCloseIcon{
	width:21px;
	height:24px;
	font-size:0;
	position:absolute;
	right:-10px;
	top:-12px;
	cursor:pointer;
	z-index:10;
	background:url(../images/icon_close.png) no-repeat center center;
}

#oLightboxFrame .clsCloseIcon:hover{
	
}

#oLightboxFrame .clsCloseIcon2{
	width:12px;
	height:12px;
	right:30px;
	top:25px;
	background:url(../images/icon_close2.png) no-repeat center center;
}

#oLightboxFrame .clsCloseIcon:hover{
	
}




/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: none; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



@media only screen and (max-width : 1279px) {
	.clsHeaderMini,
	header,
	nav.clsMenuLevel2,
	nav.clsMenuLevel3{
		position:absolute!important;
		left:0;
		margin-left:0;
	}
}










































@media only screen and (max-width : 480px) {


html,body{
	min-width:0;
}

.clsPageAlign{
	width:100%;
}

.clsContentAlign{
	width:100%;
}

header,
#oHeaderPH{
	display:none;
}

/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsHeaderMobile{
	position:relative;
	display:block;
	height:55px;
	width:100%;
	padding:0 0 0 0;
	margin:0;
	background:#711a1a url(/images/page_bg.jpg) no-repeat center top;
	background:#761c32;
}

.clsHeaderMobile .clsLogo{
	text-align:center;	
	padding-top:15px;
}

.clsHeaderMobile .clsLogo img{
	width:100px;
	cursor:pointer;
}


/*//////////////////////////////////*/
.clsHeaderMobile nav.clsLangMenu{
	position:absolute;
	top:15px;
	right:15px;
	z-index:1199;
}

.clsHeaderMobile nav.clsLangMenu .clsCurrLang{
	color:#d8cdcf;
	font-size:18px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-transform:capitalize;
	cursor:pointer;
	
	width:33px;
	margin:4px 0 0 0;
	opacity:0.7;
	background:url(/images/arrow3_down.png) no-repeat right 8px;
}

.clsHeaderMobile nav.clsLangMenu ul{
	position:absolute;
	left:-12px;
	top:0;
	
	display:none;
	background:#481119;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.45);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.45);
	box-shadow: 0 1px 1px rgba(0,0,0,0.45);

}

.clsHeaderMobile nav.clsLangMenu ul li{
	list-style:none;
	padding:0;
	margin:0;
}

nav.clsLangMenu ul li a:link,
nav.clsLangMenu ul li a:visited,
nav.clsLangMenu ul li a:active,
nav.clsLangMenu ul li a:hover{
	color:#fff;
	font-size:16px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-transform:capitalize;
	text-decoration:none;
	white-space:nowrap;

	display:block;
	text-align:center;
	padding:10px 5px 10px 5px;
	margin:0;
}
nav.clsLangMenu ul li a:hover{
	background:#320c11;
}

/*//////////////////////////////////*/
.clsMobileMainMenuIcon{
	display:block;
	position:absolute;
	top:15px;
	left:15px;
	z-index:1199;

	width:33px;
	height:25px;
}

.clsMobileMainMenuDimmer{
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:100%;
	z-index:1210;
	background:rgba(0,0,0,0.5);
}

.clsMobileMainMenuDrawer{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:0;
	min-height:100%;
	z-index:1299;
	overflow-x:hidden;
	
	padding:0 0 30px 0;
	margin:0;
	background:#7b1831;
	transition:all .3s ease-in-out;
}

.clsMobileMainMenuDrawer.clsOpened{
	width:260px;
}

.solutions #oMenuLevel2PH,
.solutions nav.clsMenuLevel2{
	height:106px;
}

.resources #oMenuLevel2PH,
.resources nav.clsMenuLevel2{
	height:66px;
}

nav.clsMenuLevel2.clsWhite.clsFixed{
	position:fixed;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

.clsMobileMainMenuDrawer ul{
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
}

.clsMobileMainMenuDrawer ul li{
	font-size:18px;
	line-height:18px;
	
	position:relative;
	display:block;
	vertical-align:top;
	min-height:14px;
	padding:20px 0 20px 0;
	margin:0 20px 0 20px;
	border-bottom:1px solid #640d1b;
}

.clsMobileMainMenuDrawer ul li img{
	display:none;
}

.clsMobileMainMenuDrawer ul li a:link,
.clsMobileMainMenuDrawer ul li a:visited,
.clsMobileMainMenuDrawer ul li a:active,
.clsMobileMainMenuDrawer ul li a:hover{
	color:#fff;
	font-size:14px;
	line-height:14px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-transform:uppercase;

	text-decoration:none;
	white-space:nowrap;

	display:block;
	padding:0;
	margin:0;
}
.clsMobileMainMenuDrawer ul li a:hover{
	opacity:1;
	text-decoration:none;
}

.clsMobileMainMenuDrawer ul li.clsSelected>a:link,
.clsMobileMainMenuDrawer ul li.clsSelected>a:visited,
.clsMobileMainMenuDrawer ul li.clsSelected>a:active,
.clsMobileMainMenuDrawer ul li.clsSelected>a:hover{
	opacity:1;
	text-decoration:none;
}

.clsMobileMainMenuDrawer.clsWhite ul li a:link,
.clsMobileMainMenuDrawer.clsWhite ul li a:visited,
.clsMobileMainMenuDrawer.clsWhite ul li a:active,
.clsMobileMainMenuDrawer.clsWhite ul li a:hover{
	color:#7f828f;
}

nav.clsMenuLevel2.clsWhite ul li a:hover{
	color:#3b3d49;
}

.clsMobileMainMenuDrawer.clsWhite ul li.clsSelected>a:link,
.clsMobileMainMenuDrawer.clsWhite ul li.clsSelected>a:visited,
.clsMobileMainMenuDrawer.clsWhite ul li.clsSelected>a:active,
.clsMobileMainMenuDrawer.clsWhite ul li.clsSelected>a:hover{
	color:#3b3d49;
}

.clsMobileMainMenuDrawer ul li:first-child a{
	padding-left:0;
}

.clsMobileMainMenuDrawer ul li:first-child:before{
	display:none;
}

.clsMobileMainMenuDrawer ul li ul{
	display:none;
}

.clsMobileMainMenuDrawer ul li ul li{
	padding:20px 0 0 0;
	border-bottom: none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsMobileMainMenuDrawer .clsSearchForm input{
	color:#dccdce;
	font-size:16px;
	line-height:15px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;

	display:inline-block;
	vertical-align:top;
	width:100%;
	height:55px;
	padding:0 0 0 20px;
	border:0 none;
	outline:0 none;
	border-right:20px solid #531117;
	background:#531117 url(/images/icon_search.png) no-repeat right center;
}

.clsMobileMainMenuDrawer .clsSearchForm input::-webkit-input-placeholder {color:#dccdce;}
.clsMobileMainMenuDrawer .clsSearchForm input:-moz-placeholder {color:#dccdce;}
.clsMobileMainMenuDrawer .clsSearchForm input:-ms-input-placeholder {color:#dccdce;}

/*/////////////////////////////////////////////////////////////////////////////////////////*/
nav.clsMainMenu,
#oMenuLevel2PH,
#oMenuLevel2{
	display:none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
#oContentStart{
	height:0;
	position:relative;
}

#oMenuLevel3PH{
	height:0;
	position:relative;
}

nav.clsMenuLevel3{
	position:static;
	left:auto;
	top:auto;
	z-index:1200;
	overflow-x:scroll;
	white-space:nowrap;

	width:100%;
	padding:27px 0 0 20px;
	margin:0;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
nav.clsMenuLevel4{
	width:100%;
	padding:30px 10px 0 20px;
}


nav.clsMenuLevel4 .clsPageAlign{
	width:100%;
}

nav.clsMenuLevel4 ul li{
	font-size:18px;
	line-height:18px;
}





/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsTopTitle.clsTopTitleOneLine{
	height:auto;
	padding:20px 10px 25px 10px;
}

.clsTopTitle.clsTopTitleOneLine .clsText{
	font-size:24px;
	line-height:28px;
	font-weight:500;
}

.clsTopTitle.clsTopTitleOneLine:before{
	display:none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsTopTitle.clsTopTitleFadingTexts{
	height:auto;
	padding:20px 10px 25px 10px;
}

.clsTopTitle.clsTopTitleFadingTexts ul.clsTexts{
	height:120px;
}

.clsTopTitle.clsTopTitleFadingTexts ul.clsTexts li{
	font-size:24px;
	line-height:28px;
	font-weight:500;

	top:0;
	height:85px;
}

.clsTopTitle.clsTopTitleFadingTexts nav div,
.clsTopTitle.clsTopTitleFadingTexts nav div.clsSelected{
	width:8px;
	height:8px;
}




/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsTopTitle.clsTopTitleAndText{
	height:auto;
	padding:20px 10px 20px 10px;
}

.clsTopTitle.clsTopTitleAndText:before{
	height:0;
	width:0;
}

.clsTopTitle.clsTopTitleAndText .clsText{
	font-size:16px;
	line-height:24px;
}

.clsTopTitle.clsTopTitleAndText .clsText .clsTitle{
	font-size:24px;
	line-height:24px;
	margin:0 0 10px 0;
}


/*/////////////////////////////////////////////////////////////////////////////////////////*/

footer .clsPageAlign{
	padding:0;
}

footer nav{
	padding:20px 20px 0 20px;
	margin:0;
}


footer nav ul li{
	width:100%;
	margin:0 0 0 0;
}

footer nav ul li a:link,
footer nav ul li a:visited,
footer nav ul li a:active,
footer nav ul li a:hover{
	padding:0 0 7px 0;
	margin:0 0 9px 0;
	border-bottom:0 none;
}
footer nav ul li a:hover{
	color:#aaa;
}

footer nav ul li ul{
	display:none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
footer .clsSocialLinks{
	top:0;
	float:none;
	text-align:center;
	padding:20px 0 20px 0;
	margin:0 0 20px 0;
	border-top:1px solid #1c273c;
	border-bottom:1px solid #1c273c;
}

footer .clsSocialLinks li{
	width:35px;
	height:35px;
	padding-top:10px;
	margin:0 20px 0 20px;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
footer .clsFooterLinks{
	float:none;
	padding:0 20px 20px 20px;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSection{
	width:100%;
}

.clsSection h2,
.clsHomepage .clsSection h2{
	font-size:26px;
	line-height:26px;
}

.clsSection .clsDesc{
	font-size:14px;
	line-height:20px;
	padding:0 20px 0 20px;
}

.clsSection .clsReadMoreBox{
	padding:20px 0 0 0;
}

.clsSection a.clsReadMore:link,
.clsSection a.clsReadMore:visited,
.clsSection a.clsReadMore:active,
.clsSection a.clsReadMore:hover{
	font-size:16px;
	line-height:16px;
}

.clsSection a.clsReadMore:after{
	content:"";
	position:relative;
	top:2px;
	left:0;
	display:inline-block;
	vertical-align:top;
	width:8px;
	height:12px;
	margin:0 0 0 7px;
	background:url(/images/arrow4_right.png);
	transition: all .15s ease-in-out;
}

.clsSection a.clsReadMore:hover:after{
	left:10px;
}

.clsSection .clsBackLinkBox{
	position:relative;
	padding:17px 0 0 0;
}

.clsSection a.clsBackLink:link,
.clsSection a.clsBackLink:visited,
.clsSection a.clsBackLink:active,
.clsSection a.clsBackLink:hover{
	color:#9a1314;
	font-size:16px;
	line-height:16px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	white-space:nowrap;
	text-transform:uppercase;

	display:inline-block;
	padding:0 0 0 0;
	transition: all .15s ease-in-out;
}
.clsSection a.clsBackLink:hover{
	text-decoration:none;
}

.clsSection a.clsBackLink:before{
	content:"";
	position:relative;
	top:2px;
	left:0;
	display:inline-block;
	vertical-align:top;
	width:8px;
	height:12px;
	margin:0 7px 0 0;
	background:url(/images/arrow4_left.png);
	transition: all .15s ease-in-out;
}

.clsSection a.clsBackLink:hover:before{
	left:-10px;
}

.clsSection .clsItem:hover a.clsPurpleLink{
	text-decoration:underline;
}

.clsSection .clsImgSize1,
.clsSection .clsItem:hover .clsImgSize1 img,
.clsSection .clsImgSize1 img,
.clsSection .clsImgSize2,
.clsSection .clsItem:hover .clsImgSize2 img,
.clsSection .clsImgSize2 img,
.clsSection .clsImgSize3,
.clsSection .clsItem:hover .clsImgSize3 img,
.clsSection .clsImgSize3 img{
	width:100%;
	height:auto;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
ul.clsShareBox{
	position:static;
	right:auto;
	top:auto;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSection .clsLoadMore{
	position:relative;
	top:-32px;
	text-align:center;
	padding:38px 0 28px 0;
	background:#fff;
}

.clsSection .clsLoadMore span{
	color:#9a1314;
	font-size:16px;
	line-height:16px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	white-space:nowrap;
	text-transform:uppercase;
	cursor:pointer;

	display:inline-block;
	padding:0 0 0 0;
	transition: all .15s ease-in-out;
}

.clsSection .clsLoadMore span:hover{
	text-decoration:underline;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsContentText{
	width:100%;
}

.clsContentText img{
	max-width:100%;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo1{
	width:100%;
	height:388px;
	overflow:hidden;
}

.clsSectionNo1 ul,
.clsSectionNo1 ul li,
.clsSectionNo1 ul li .clsBannerImg{
	height:388px;
	width:100%;
}

.clsSectionNo1 ul li .clsIcon{
	top:50px;
	padding:0 0 10px 0;
	margin-left:20px;
	border-bottom:3px solid #6a1a2a;

}
.clsSectionNo1 ul li .clsIcon img{
	max-width:41px;
	max-height:41px;
	width:auto;
	height:auto;
}

.clsSectionNo1 ul li .clsTextBox{
	font-size:16px;
	line-height:24px;

	top:120px;
	height:220px;
	width:280px;
	padding:0 20px 0 20px;
}

.clsSectionNo1 ul li .clsTextBox h3{
	font-size:26px;
	line-height:30px;
}

.clsSectionNo1 ul li a.clsReadMore:link,
.clsSectionNo1 ul li a.clsReadMore:visited,
.clsSectionNo1 ul li a.clsReadMore:active,
.clsSectionNo1 ul li a.clsReadMore:hover{
	top:300px;
	left:20px;
}




/***************************/
.clsSectionNo1 nav{
	left:20px;
	top:350px;
	width:100%;
	margin-left:0;
}

.clsSectionNo1 nav div,
.clsSectionNo1 nav div.clsSelected{
	width:8px;
	height:8px;
}

/***************************/
.clsSectionNo1 .clsArrows{
	display:none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo2{
}

.clsSectionNo2 .clsPageAlign{
	width:100%;
	padding:30px 0 30px 0;
}

.clsSectionNo2 .clsItem{
	width:95px;
}

.clsSectionNo2 .clsItem img{
	width:70px;
	margin-bottom:0;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo3{
}

.clsSectionNo3 .clsPageAlign{
	width:100%;
	padding:30px 0 30px 0;
}

.clsSectionNo3 .clsDesc{
	margin-bottom:30px;
}

.clsSectionNo3 .clsTextBox,
.clsSectionNo3 .clsTextBox2{
	font-size:0;
	line-height:0;
	text-align:center;
	width:100%;
	padding:0;
	margin:0;
}

.clsSectionNo3 .clsTextBox h3{
	font-size:18px;
	line-height:20px;
	margin:0 0 10px 0;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo4{
}

.clsSectionNo4 .clsPageAlign{
	width:100%;
	padding:30px 0 30px 0;
}

.clsSectionNo4 .clsDesc{
	margin-bottom:0;
}

.clsSectionNo4 .clsTextBox{
	display:none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo5{
}
.clsSectionNo5 .clsPageAlign{
	width:100%;
	padding:30px 0 30px 0;
}

.clsSectionNo5 .clsItems{
	height:180px;
	width:310px;
	margin:auto;
}

.clsSectionNo5.clsSmall .clsItems{
	height:90px;
}

.clsSectionNo5 .clsItems .clsItemsScroll{
	width:310px;
	height:100%;
}

.clsSectionNo5 .clsItems .clsItemsScroll .clsBlock {
	width:310px;
}

.clsSectionNo5 .clsNextBtn,
.clsSectionNo5 .clsNextBtn:hover{
	right:10px;
	top:140px;
}

.clsSectionNo5.clsSmall .clsNextBtn{
	top:95px;
}

.clsSectionNo5 .clsPrevBtn,
.clsSectionNo5 .clsPrevBtn:hover{
	left:10px;
	top:140px;
}

.clsSectionNo5.clsSmall .clsPrevBtn{
	top:95px;
}

.clsSectionNo5 .clsItem{
	text-align:center;
	margin:8px 5px 8px 5px;
}

.clsSectionNo5 .clsItem img,
.clsSectionNo5 .clsItem:hover .clsGray{
	display:block;
	width:120px;
	height:auto;
	margin:auto;
}

.clsSectionNo5 .clsItem .clsColor,
.clsSectionNo5 .clsItem:hover .clsColor{
	display:none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo6 {
}

.clsSectionNo6 .clsPageAlign{
	width:100%;
	padding:30px 0 30px 0;
	border-bottom:0 none;
}

.clsSectionNo6 .clsItems .clsItem,
.clsSectionNo6 .clsItems .clsItem1{
	width:100%;
	padding:0 20px 0 20px;
}

.clsSectionNo6 .clsItems .clsItem2,
.clsSectionNo6 .clsItems .clsItem3{
	padding:5px 20px 15px 20px;
	margin:0 0 2px 0;
	background:#f7f7f7;
}

.clsSectionNo6 .clsItems .clsItem .clsImgSize1,
.clsSectionNo6 .clsItems .clsItem .clsImgSize3{
	display:none;
}

.clsSectionNo6 .clsItems  .clsItem1 .clsImgSize3{
	display:block;
}

.clsSectionNo6 .clsItems .clsItem .clsDate{
	padding:10px 0 5px 0;
}

.clsSectionNo6 .clsItems .clsItem h3{
	padding:0 10px 0 0;
}

.clsSectionNo6 .clsItems .clsItem1 h3{
	width:100%;
	padding:0;
	margin-bottom:5px;
}

.clsSectionNo6 .clsItems .clsItem .clsText{
	display:none;
}

.clsSectionNo6 .clsItems .clsItem1 .clsText{
	display:block;
	width:100%;
	height:60px;
	overflow:hidden;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo7{
	background:#f7f7f7;
}

.clsSectionNo7 .clsPageAlign{
	width:100%;
	padding:30px 0 30px 0;
	border-bottom:0 solid #e7e5e5;
}

.clsSectionNo7 .clsItems{
	display:none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo8 {
}

.clsSectionNo8 .clsPageAlign{
	width:100%;
	padding:30px 20px 30px 20px;
}

.clsSectionNo8 h2{
	margin-bottom:36px;
}

.clsSectionNo8 .clsItems{
	width:280px;
	height:333px;
	margin:auto;
}

.clsSectionNo8 .clsItems .clsItemsScroll{
	height:333px;
}

.clsSectionNo8 .clsItems .clsItemsScroll .clsBlock{
	width:280px;
	height:333px;
}

.clsSectionNo8 .clsNextBtn,
.clsSectionNo8 .clsNextBtn:hover{
	right:5px;
	top:175px;
}

.clsSectionNo8 .clsPrevBtn,
.clsSectionNo8 .clsPrevBtn:hover{
	left:5px;
	top:175px;
}


.clsSectionNo8 .clsItems .clsItem{
	width:280px;
	margin:0;
}

.clsSectionNo8 .clsItems .clsItem .clsText{
	display:none;
}

.clsSectionNo8 .clsItems .clsItem .clsQuoteText{
	font-size:18px;
	line-height:22px;
	width:280px;
	padding:36px 30px 0 30px;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo9{
}

.clsSectionNo9 .clsPageAlign{
	width:100%;
	padding:30px 0 30px 0;
}

.clsSectionNo9 h2{
	margin-bottom:30px;
}

.clsSectionNo9 .clsItems{
	margin:0;
}

.clsSectionNo9 .clsItems .clsItem{
	width:150px;
	margin:0 0 10px 0;
}

.clsSectionNo9 .clsItems .clsItem img,
.clsSectionNo9 .clsItems .clsItem a:hover img.clsGray{
	display:block;
	margin:0 auto 5px auto;
}

.clsSectionNo9 .clsItems .clsItem img.clsColor,
.clsSectionNo9 .clsItems .clsItem a:hover img.clsColor{
	display:none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo10{
}

.clsSectionNo10 .clsPageAlign{
	width:100%;
}

.clsSectionNo10 h1{
	font-size:26px;
	line-height:29px;
	margin:0 20px 30px 20px;
}

.clsSectionNo10 .clsTopImage{
	position:relative;
	width:100%;
	height:140px;
	overflow:hidden;
	left:0;
	margin:0 0 40px 0;
}

.clsSectionNo10 .clsTopImage img{
	position:absolute;
	left:50%;
	margin-left:-320px;
	width:auto;
	height:140px;
}

.clsTopImagePlaceHolder{
	height:30px;
}

.clsSectionNo10 .clsBigText{
	font-size:16px;
	line-height:22px;
	margin:0 20px 20px 20px;
}

.clsSectionNo10 .clsSmallText{
	font-size:14px;
	line-height:20px;

	width:100%;
	padding:0 20px 40px 20px;
	margin:0;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo11{
}

.clsSectionNo11 .clsPageAlign{
	width:100%;
	padding:20px;
}

.clsSectionNo11 h2{
	font-size:20px;
	line-height:24px;
}

.clsSectionNo11 .clsItem{
	margin:0 0 15px 0;
}





/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo12{
}

.clsSectionNo12 .clsExtended{
	position:relative;
	top:-2px;
	padding:21px 0 38px 0;
	text-align:center;
	background:#fff url(/images/contact-banner_bg.png) repeat-y center center;
}

.clsSectionNo12 .clsNotExtended{
	padding:20px 0 20px 0;
}

.clsSectionNo12 a.clsRedBtn:link,
.clsSectionNo12 a.clsRedBtn:visited,
.clsSectionNo12 a.clsRedBtn:active,
.clsSectionNo12 a.clsRedBtn:hover{
	width:280px;
	font-size:14px;
}
.clsSectionNo12 a.clsRedBtn:hover{
	background:#8f1313;
}



/*//////////////////////////////////*/
.clsSectionNo12 .clsSocialLinks{
	position:relative;
	text-align:center;
	padding:0 0 12px 0;
	margin:0;
}

.clsSectionNo12 .clsSocialLinks h3{
	color:#cfcccc;
	font-size:17px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	padding:0;
	margin:0 0 15px 0;
}

.clsSectionNo12 .clsSocialLinks ul{
	font-size:0;
	line-height:0;
	white-space:nowrap;
}

.clsSectionNo12 .clsSocialLinks ul li{
	display:inline-block;
	vertical-align:top;
	width:38px;
	height:38px;
	text-align:center;
	padding:13px 0 0 0;
	margin:0 10px 0 10px;
	border-radius:20px;
	background:#f7f7f7;
}

.clsSectionNo12 .clsSocialLinks ul li:hover {
	background:#ddd;
	transition: all .15s ease-in-out;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo13{
	height:auto;
	padding:30px 20px 30px 20px;
}

.clsSectionNo13 .clsPageAlign{
	width:100%;
}

.clsSectionNo13 .clsTabBtns{
	height:auto;
	padding:0 0 2px 0;
	border-bottom:2px solid #e3e3e5;
}

.clsSectionNo13 .clsTabBtns .clsItem,
.clsSectionNo13 .clsTabBtns .clsItem.clsSelected{
	font-size:16px;
	line-height:18px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;

	position:relative;
	display:inline-block;
	vertical-align:top;
	height:auto;
	width:140px;
	padding:10px 0 0 0;
	margin:0 0 20px 0;
	border:2px solid #fff;
	background:#fff;
}

.clsSectionNo13 .clsTabBtns .clsItem img{
	margin:0 auto 5px auto;
}

.clsSectionNo13 .clsTabBtns .clsItem .clsColor,
.clsSectionNo13 .clsTabBtns .clsItem.clsSelected .clsColor{
	display:block;
}

.clsSectionNo13 .clsTabBtns .clsItem .clsGray,
.clsSectionNo13 .clsTabBtns .clsItem.clsSelected .clsGray{
	display:none;
}


.clsSectionNo13 .clsTabsContent{
	display:none;
}




/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo14{
}

.clsSectionNo14 a.clsGreenBtn:link,
.clsSectionNo14 a.clsGreenBtn:visited,
.clsSectionNo14 a.clsGreenBtn:active,
.clsSectionNo14 a.clsGreenBtn:hover{
	width:100%;
}




/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo15{
}

.clsSectionNo15 .clsPageAlign{
	width:100%;
	padding:30px 20px 30px 20px;
}

.clsSectionNo15 h2{
	text-align:left;
	margin-bottom:47px;
}

.clsSectionNo15 .clsItem{
	width:100%;
}

.clsSectionNo15 .clsItem.clsItemOdd{
	margin-left:0;
}

.clsSectionNo15 .clsItem h3{
	width:100%;
	padding:0 0 10px 0;
	margin:0 0 0 0;
}

.clsSectionNo15 .clsItem .clsText{
	width:100%;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo16,
.clsSectionNo36{
	background:#f7f7f7;
}

.clsSectionNo16 .clsPageAlign,
.clsSectionNo36 .clsPageAlign{
	width:100%;
	padding:30px 0 30px 0;
}

.clsSectionNo16 h2,
.clsSectionNo36 h2{
	margin-bottom:0;
}

.clsSectionNo16 .clsDesc,
.clsSectionNo36 .clsDesc{
	margin-bottom:30px;
}

.clsSectionNo16 .clsItems .clsBtn,
.clsSectionNo36 .clsItems .clsBtn,
.clsSectionNo16 .clsItems .clsBtn:hover,
.clsSectionNo36 .clsItems .clsBtn:hover{
	width:50%;
	text-align:center;
}

.clsSectionNo16 .clsItems .clsBtn h3,
.clsSectionNo36 .clsItems .clsBtn h3{
	padding:0 15px 0 15px;
}

.clsSectionNo16 .clsItems .clsBtn:before,
.clsSectionNo36 .clsItems .clsBtn:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	height:93px;
	width:0;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo17{
}

.clsSectionNo17 .clsPageAlign{
	width:100%;
	padding:30px 20px 30px 20px;
}

.clsSectionNo17 .clsItem{
	width:100%;
}

.clsSectionNo17 .clsItem.clsItemOdd{
	margin:10px 0 0 0;
}

.clsSectionNo17 .clsItem h3{
	color:#2b2b2b;
	font-size:20px;
	line-height:20px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:500;
	
	padding:0 0 0 20px;
	margin:0 0 15px 0;
	background:url(/images/icon_v_gray.png) no-repeat left 5px;
}

.clsSectionNo17 .clsItem .clsText{
	color:#8e919b;
	font-size:15px;
	line-height:20px;
	font-family:'Atlas Grotesk Web',Helvetica,Arial;
	font-weight:400;

	padding:0 0 25px 0;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo18{
	padding:0;
}

.clsSectionNo18 .clsPageAlign{
	width:100%;
	padding:30px 20px 30px 20px;
}

.clsSectionNo18 .clsItem{
	display:block;
	width:100%;
}

.clsSectionNo18 .clsItem img{
	max-width:100%;
}

.clsSectionNo18 .clsItemOdd{
	margin-left:0;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo19 .clsPageAlign{
	width:100%;
	padding:30px 20px 30px 20px;
	margin:0;
}

.clsSectionNo19 h2{
	font-size:26px;
	line-height:26px;
	margin-bottom:15px;
}

.clsSectionNo19 ul{
	
}

.clsSectionNo19 ul li{
	font-size:18px;
	line-height:22px;
	
	width:100%;
	min-height:35px;
	height:auto;
	margin:0 0 10px 0;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo20 .clsPageAlign{
	width:100%;
	padding:0 20px 0 20px;
}

.clsSectionNo20 .clsText{
	width:100%;
	margin:0 0 50px 0;
}


/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo21 .clsPageAlign{
	width:100%;
	padding:30px 20px 30px 20px;
}

.clsSectionNo21 .clsTextBox,
.clsSectionNo21 .clsTextBox2{
	width:100%;
	margin:0 0 30px 0;
}

.clsSectionNo21 .clsTextBox h3{
	font-size:22px;
	line-height:24px;
	margin:0 0 10px 0;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo22{
}

.clsSectionNo22 .clsPageAlign{
	width:100%;
	padding:0 20px 30px 20px;
}

.clsSectionNo22 h2{
	font-size:22px;
	line-height:24px;
	margin-bottom:20px;
}

.clsSectionNo22 .clsItems{
	font-size:0;
	line-height:0;
	width:273px;
	margin:auto;
}

.clsSectionNo22 .clsItems .clsItem,
.clsSectionNo22 .clsItems .clsItemLast{
	width:90px;
	height:90px;
	margin:0 1px 1px 0;
}

.clsSectionNo22 .clsItems .clsItem .clsHover{
	display:none;
}

.clsSectionNo22 .clsItems .clsItem img{
	width:90px;
	height:90px;
}

.clsSectionNo22 .clsItems .clsItem.clsSelected:before{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	z-index:3;
	margin-left:-15px;
	border-bottom:15px solid #fff;
	border-right:15px solid transparent;
	border-left:15px solid transparent;
}

.clsSectionNo22 .clsItems .clsItemText .clsLeftCol {
	width:100%;
	display:block;
	padding:15px 0 0 0;
}

.clsSectionNo22 .clsItems .clsItemText .clsLeftCol h3{
	margin:0 0 0 0;
}

.clsSectionNo22 .clsItems .clsItemText .clsLeftCol h4{
	margin:0 0 5px 0;
}

.clsSectionNo22 .clsItems .clsItemText .clsRightCol {
	display:block;
	width:100%;
	padding:0 0 30px 0;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo23{
}

.clsSectionNo23 .clsPageAlign{
	width:100%;
	padding:0 20px 30px 20px;
}

.clsSectionNo23 .clsItems{
}

.clsSectionNo23 .clsItems .clsItem{
	padding:0 0 30px 0;
	margin:0 0 30px 0;
}

.clsSectionNo23 .clsItems .clsItem:last-child{
	border-bottom:0 none;
}

.clsSectionNo23 .clsItems .clsItem .clsLeftCol {
	display:block;
	width:100%;
	padding:0;
}

.clsSectionNo23 .clsItems .clsItem .clsLeftCol h3,
.clsSectionNo23 .clsItems .clsItem .clsLeftCol h4{
	margin:0 0 10px 0;
}

.clsSectionNo23 .clsItems .clsItem .clsRightCol {
	display:block;
	width:100%;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo24{
}

.clsSectionNo24 .clsPageAlign{
	width:100%;
	padding:0 20px 30px 20px;
}

.clsSectionNo24 h2{
	font-size:20px;
	line-height:20px;
	font-family:'MetricWeb',Helvetica,Arial;
	font-weight:600;
	text-align:left;
	margin-bottom:37px;
}

.clsSectionNo24 .clsItems{
	font-size:0;
	line-height:0;
}

.clsSectionNo24 .clsItems .clsItem,
.clsSectionNo24 .clsItems .clsItemLast{
	display:block;
	width:100%;
	margin:0 19px 50px 0;
}

.clsSectionNo24 .clsItems .clsItemLast{
	margin:0 0 20px 0;
}

.clsSectionNo24 .clsItems .clsItem .clsMap{
	
}

.clsSectionNo24 .clsItems hr{
	display:none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo26{
}

.clsSectionNo26 .clsPageAlign{
	width:100%;
	padding:20px 20px 30px 20px;
}

.clsSectionNo26 h2{
	margin-bottom:20px;
}

.clsSectionNo26 .clsItems .clsItem,
.clsSectionNo26 .clsItems .clsItemLast{
	display:block;
	width:100%;
	margin:0 19px 50px 0;
}

.clsSectionNo26 .clsItems hr{
	display:none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo27{
}

.clsSectionNo27 .clsPageAlign{
	width:100%;
	padding:0 20px 30px 20px;
}

.clsSectionNo27 .clsItems{
}

.clsSectionNo27 .clsItems .clsItem{
	padding:0 0 25px 0;
	margin:0 0 30px 0;
}

.clsSectionNo27 .clsItems .clsItem .clsImg{
	display:block;
	width:100%;
	padding:0 0 0 0;
}

.clsSectionNo27 .clsItems .clsItem .clsRightCol{
	display:block;
	width:100%;
	padding:0 0 0 0;
}




/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo28{
	padding:0 0 1px 0;
}

.clsSectionNo28 .clsPageAlign{
	width:100%;
	padding:0 20px 0 20px;
}

.clsSectionNo28 h2{
	width:100%;
	display:block;
}

.clsSectionNo28 .clsItems{
	width:100%;
	display:block;
}


/**************************/
.clsSectionNo28 .clsInnerPage{
	padding:0 20px 0 20px;
}

.clsSectionNo28 .clsInnerPage h1{
	min-height:69px;
	padding:0 0 10px 0;
	margin:30px 0 15px 0;
}

.clsSectionNo28 .clsInnerPage hr{
	margin:15px 0 38px 0;
	border-bottom:1px solid #e7e5e5;
}

.clsSectionNo28 .clsInnerPage .clsContentText{
}

.clsSectionNo28 a.clsApply:link,
.clsSectionNo28 a.clsApply:visited,
.clsSectionNo28 a.clsApply:active,
.clsSectionNo28 a.clsApply:hover{
	display:inline-block;
	width:260px;
	height:46px;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsSectionNo35{
}

.clsSectionNo35 .clsPageAlign{
	width:100%;
	padding:20px;
}

.clsSectionNo35 .clsHeading{
	height:auto;
	padding:0;
}

.clsSectionNo35 .clsHeading .clsSearchTerm{
	padding:0 0 0 0;
	margin:0;
}

.clsSectionNo35 .clsResults{
	padding:20px 0 20px 0;
}

.clsSectionNo35 .clsSearchPage .clsItem{
	width:100%;
}




/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsNavBar .clsFiltersBtn{
	padding:20px 0 0 10px;
	margin:0 10px 0 0;
}

.clsNavBarFilters .clsPageAlign{
	width:100%;
	padding:0 20px 0 20px;
}

.clsNavBarFilters ul li{
	width:100%;
}

.clsNavBarFilters a:link, .clsNavBarFilters a:visited, .clsNavBarFilters a:active, .clsNavBarFilters a:hover {
  padding:2px 0 10px 0;
  margin:0 0 2px 0;
}

.clsNavBarFilters a.clsSelected:link, .clsNavBarFilters a.clsSelected:visited, .clsNavBarFilters a.clsSelected:active, .clsNavBarFilters a.clsSelected:hover .clsResourcePreviewLB {
	width:100%;
	padding:5px 10px 5px 10px;
	margin:0 0 10px 0;
}


/*/////////////////////////////////////////////////////////////////////////////////////////*/
.clsResourcePreviewLB{
	width:300px;
	padding:0;
}

.clsResourcePreviewLB .clsLeftCol{
	display:block;
}

.clsResourcePreviewLB .clsLeftCol .clsTitle{
	width:100%;
	padding:30px 20px 0 20px;
}

.clsResourcePreviewLB .clsLeftCol .clsText{
	width:100%;
	padding:30px 20px 30px 20px;
}

.clsResourcePreviewLB .clsImg{
	display:block;
	width:100%;
	padding:10px 10px 20px 10px;
}

.clsResourcePreviewLB .clsImg img{
	width:100%;
}

.clsResourcePreviewLB .clsBtnBox div{
	width:260px;
}



}