
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 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; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #d3d7d8;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-family: 'Source Sans Pro', sans-serif;
		color: #48565f;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
	
		
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	/*h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}*/
	h1, h2 { font-size: 32px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 25px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 17px; line-height: 30px; margin-bottom: 4px; font-weight:bold }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 0px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold;  }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

	dl {
	padding:10px 0;
	}
	dt {
  font-weight: bold;
}
dd {

  color: #666666;

}

/* #Links
================================================== */
	a { color:#48565f; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 0px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 10px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 0px; }
	li {  margin-bottom: 0px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }



/*Fixs added due to presence of header and footer redesign css file*/

.midSection .RadTabStrip_sideCNS .rtsLI .rtsLink { padding-right: 5px; }
.midSection { font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Source Sans Pro', sans-serif; }
.midSection h4, .midSection h5, .midSection h6 {margin: 0;}
.midSection h1, .midSection h2 { font-size: 32px; line-height: 40px; margin-bottom: 10px; text-align: left; }
.midSection p { text-align: left; font-size: 1em; }
.midSection h3 { margin-bottom: 9px; }
.midSection a, .midSection a:visited { color: #000; text-decoration: underline; }
.midSection a:hover, .midSection a:focus { color: #000; }
.midSection input[type="submit"] { cursor: pointer; }

/*Endo of fixs added due to presence of header and footer redesign css file*/



/* #Forms
================================================== */

	.page form {
		margin-bottom: 20px; }
	.page fieldset {
		margin-bottom: 20px; }
	.page input[type="text"],
	.page input[type="password"],
	.page input[type="email"],
	.page textarea,
	.page select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	.page select {
		padding: 0; }
	.page input[type="text"]:focus,
	.page input[type="password"]:focus,
	.page input[type="email"]:focus,
	.page textarea:focus {
	
		border: 1px solid #F26623; 
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	.page textarea {
		min-height: 60px; }
	.page label,
	.page legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	.page select {
		width: 220px; }
	.page input[type="checkbox"] {
		display: inline; }
	.page label span,
	.page legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }



/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {

  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: #fff url('images/bg-input-focus.png') repeat-x 0px 0px;
  background: #fff url('images/bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color:#F26623;
  background:#FFEDE5;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
  background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
  background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled {
  background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
  background-position: 0px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px; 
}

div.button.active,
div.button:active {
  background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;

  padding-left: 2px;
  padding-right: 15px;
  

}

/* Select */
div.selector {
  width: 190px;
  font-size: 12px;
}

div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*
Uniform functionality
Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
  border: none;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
       border: none;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: #FCFCFC;
  margin:0 0 0 4px ;
  border: none;
}
div.selector select option {
padding: 6px 2px!important;
line-height: 1.3em!important;
  border: none;
}
/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .container.page .row                        { margin-bottom: 15px; padding: 0!important; }
	.row.flat        							{ margin-bottom: 0px; }
    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }




/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

	

/* Theme Colours */

/* Main grey */
.theme1 {color:#D1D3D4;}
.theme1Bkg {background:#D1D3D4!important; color:#fff;}
/* Dark grey */
.theme2 {color:#48565F;}
.theme2Bkg {background:#48565F!important; color:#fff;}
.theme2Bkg a  {color:#fff; font-weight:bold; text-decoration:none;}


/* Orange Light */
.theme3 {color:#F5A828;}
.theme3Bkg, .theme3Bkg a {background:#F5A828!important;  color:#fff; font-weight:bold; text-decoration:none;}


/* Orange Dark */
.theme4, .theme4 a {color:#F26623!important;}
.theme4Bkg {background:#F26623; color:#fff; 
	 -webkit-transition: background 0.25s ease-in 0s;
-moz-transition: background 0.25s ease-in 0s;
-o-transition: background 0.25s ease-in 0s;
 transition: background 0.25s ease-in 0s;}
.theme4Bkg a {color:#fff; font-weight:bold; text-decoration:none;}

/* #START Main STYLES
================================================== */


.container {
	background:#FFF;
	padding:0 10px;
}

.midSection .sf_cols  .sf_cols  {
	 min-height:20px;
}


.nested .columns:first-child {margin-left:0px!important; }
.nested .columns:last-child {margin-right:0px!important; }
.headerLinks {
    float: right;
}
 .headerLinks .columns {
display: inline-block!important;
margin:0px!important;
max-width: 420px;
padding: 2px 4px;
height:24px; 
}


 .headerLinks  .RadDockZone  {
max-width:140px!important;
}


.headerLinks .theme4Bkg  a  img, .headerLinks .theme4Bkg  a {
    display: inline-block;
    float: left;
    padding: 0 2px;
}



.headerLinks .theme4Bkg {
width:auto;
}
.headerLinks .theme4Bkg:hover, .toTop.theme4Bkg:hover {
  background:#F5A828!important;
}
.headerLinks .theme2Bkg{
	 -webkit-transition: background 0.25s ease-in 0s;
-moz-transition: background 0.25s ease-in 0s;
-o-transition: background 0.25s ease-in 0s;
 transition: background 0.25s ease-in 0s;
 }
 
 .headerLinks .theme2Bkg:hover	{
  background:#D1D3D4!important;

 }
  .headerLinks .theme2Bkg a:hover	{
   color:#48565F;!important;

 }
  
.clientLogin {padding: 2px 0px}
.clientLogin a {
    background: url("images/chevWhite.png") no-repeat scroll right center transparent !important;
padding: 0px 20px 0px 5px;
  display: inline-block;
margin:auto;
}
	/*
 .columns,  .column {
background: #f3f4f4;
min-height:1px;
}
*/
.midSection {
position:relative;	
}

.midSection img {
	max-width:100%;
}
.midSection .twelve .sfContentBlock {
    padding-top: 10px;
}
.midSection h1,
.midSection h2,
.midSection h3 {
font-weight:lighter;	
}
.addthis {
	position:absolute;
	top:25px;
	right:250px;
}

.container .ctaBox .four.columns {
position: relative;
}
.ctaBox .four.columns, .container .midSection .four.columns  .sfContentBlock, .midSection .four.columns .sfnewsList, .sftaxonHorizontalList {
background: #f3f4f4;
}
.twitter.theme4Bkg {
    background: #F26623!important;
}
.container .nested .four.columns  .sfContentBlock {
background: #fff;
}

.container .midSection .nested .four.columns .sfContentBlock {
padding: 10px 0 0 0;
clear:both;
height:auto;
min-height:270px;
}

.ctaBox .columns .sfContentBlock, .midSection .four.columns .sfContentBlock, .ctaBox .columns .sfnewsList {
	padding:15px;
	position:relative;
	
}

.sf_colsOut.title .sfContentBlock h1,
.sf_colsOut.title .sfContentBlock h2{
padding:15px 0 0 0px;
}

.sf_colsOut.title .nested .sfContentBlock {
    padding: 0px;
}
.ctaBox .columns .sfContentBlock a {
	background: url("images/chev.png") no-repeat scroll right  transparent;
	font-weight: bold;
padding: 2px 20px 0 0;
position: relative;
width: auto;
margin-top: 2px;
display: inline-block;

text-decoration:none;
}
.ctaBox .columns .sfContentBlock a:hover, .ctaBox .columns .sfContentBlock a:focus {
text-decoration:underline;	
}
.midSection h4 {
line-height:1.3em;
padding-top:10px
}
.ctaBox h3, .midSection h3, .midSection h1, .midSection h2, .midSection h4, .midSection h5, .sfnewsTitle a {color:#F26623;}

.smallTxtBlock{
width: 60%;
display: block;
float: left;

}
.imageBlock, .imageBlock img {
position: absolute;
bottom: 0px;
right: 0px;
}
.ctaBox .columns .imageBlock .sfContentBlock  {
padding:0px;
margin:0px;
}
.ctaBox .columns .smallTxtBlock .sfContentBlock  {
padding:0 0 0 15px;
}

.ctaBox .columns  .titletBlock .sfContentBlock  {
	padding:15px 15px 0 15px;
}

.addthis {
	float:right;
}
.midSection .row {
	margin-bottom:0px;
}
.iconGrid h4 {
font-weight: bold;
font-size: 1.em;
}
.feature  {
height:105px;
overflow:hidden;
}
.feature img {
width: 95px;
margin-right: 4%;
opacity:0.6;
}

.feature a:hover {

}

.midSection p {
	margin:0 0 1em 0;
}
.mainCopy a {
	 -webkit-transition: background 0.25s ease-in 0s;
-moz-transition: background 0.25s ease-in 0s;
-o-transition: background 0.25s ease-in 0s;
 transition: background 0.25s ease-in 0s;
}
.mainCopy a:hover {background:#eee;
}

.mainCopy .twelve ul, .mainCopy .twelve li {
	margin:15px;
	list-style:disc;
}

 
.container .nested .four.columns.quote  .sfContentBlock  {
background:#F5A828;
padding:10px
}

.footerLink, .bottom {
font-size:0.85em;
}
.footerLink ul, .footerLink li {
	margin:0px;
	padding:0px;
		 -webkit-transition: opacity .3s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-in-out;
	opacity: 0.7;
}
.footerLink h5 {
	font-weight:bold;
	font-size:1.1em!important;
			 -webkit-transition: opacity .3s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-in-out;
	opacity: 0.7;
}
.footerLink a {
	text-decoration:none;

}
.footerLink li:hover, .footerLink h5:hover, .footerLink li:focus {
	opacity: 1;
}

.footerLink .two.columns {
margin-left:0px;
}
.row.bottom {
border-top: #47555f solid 1px;
}
.toTop {
    float: right !important;
    margin-right: 0 !important;
}
.toTop a {
    display: block;
    padding: 0 0 0 12px;
    width: 100%;
}
.titleLines {
	border-top: #47555f solid 1px;
	border-bottom: #47555f solid 1px;
}

.titleLines h4 {
font-size: 1.1em;
font-weight: bold;
margin-bottom: 2px;
line-height:26px;
}
.logoBox {position:relative;
height:100px;
}

.logoBox img, .logoBox h1 {
position:absolute;
top:0px;
left:0px;
font-size: 2em;	
}
/*
.logoRow .columns {
margin:0px!important;
}
*/
.mainHeader {
    font-size: 0.9em;
    height: 119px;
}

.mainHeader {
    font-size: 0.9em;
    height: 119px;
}
.strapline {
padding-top: 5%;
font-size:2em;

}
.ie7 .strapline h4 {
    font-size: 16px;
	}

/* Main  Nav */
.navSpace {
height:37px;
}
.overlay {
    background: none repeat scroll 0 0 #48565F;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;

    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.navigation {
    z-index: 1000;
	font-size:0.9em;
}
.navigation ul, .navigation li {
	list-style:none;
	float:left;
	cursor:pointer;
}

.navigation li a {
	list-style:none;
	float:left;
	cursor:pointer!important;
}
 .navigation li:hover  {z-index: 30;}
.navigation select {display:none;}

.nav2 {
float:right!important;
z-index:500;
background:#fff;
max-width:200px;
}

.nav2 .rmSlide {
display:none;
}

.nav2  .RadTabStrip .rtsLI {
 border-left: 1px solid #333;
 padding-bottom:8px;
 
}
.nav2  .RadTabStrip .rtsLI.rtsFirst .rtsLink  {
    border-left: 6px solid #D62C8C;
	padding: 3px 4px 6px 2px;
}
.nav2  .RadTabStrip .rtsLI.rtsLast .rtsLink {
    border-left: 6px solid #2C92D4;
	padding: 3px 4px 6px 2px;
}
.nav2  .RadTabStrip .rtsLI a {
	 -webkit-transition: background 0.25s ease-in 0s;
-moz-transition: background 0.25s ease-in 0s;
-o-transition: background 0.25s ease-in 0s;
 transition: background 0.25s ease-in 0s;
}

.nav2  .RadTabStrip .rtsLI a:hover {
background:  #D2D3D5;
}

.nav2 .RadTabStrip .rtsOut, .RadTabStripVertical .rtsOut {
    padding-right: 3px;
}

.bannerRow {
	margin-top:0px;
}

.bannerRow  img {
	max-width:100%!important;
}
/* FLEXSLIDER 2 */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > div {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.flexslider {
	position: relative;
	background:#999;
}

.flex-direction-nav {display:none;
}

.flex-control-paging  {
position:absolute;
bottom:20px;
left:22px;
}


.flex-control-paging li {
	float:left;
	width:auto;
	margin:0 3px!important;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #ddd;

cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;

behavior: url(PIE.htc);
}

a.flex-active {
background:#F26623!important;	

}

.slides li, .slides ul {
	margin-bottom:0px;
}
.allSlide {position:relative;
}
.inSlide {
    color: #FFFFFF;
	line-height:0.7em;
    left: 25px;
    position: absolute;
    top: 30px;
    width: 60%;
}

.inSlide  h2 {
color:#fff;
  font-size: 3.1em;

}
.inSlide  h3 {
color:#fff;
 font-size: 1.75em;

}
.inSlide  h2.brand, .inSlide  h3.brand {
color:#F26623;
}
.inSlide  h2.light, .inSlide  h3.light {
color:#fff;
}
.inSlide  h2.dark, .inSlide  h3.dark {
color:#48565F;

}
/* TWITTER WIDGET */
.container .page .twitter .sfContentBlock {
	padding:10px 10px 0 10px!important;
	}
.twtr-widget {
padding: 0 5px;
font-size: 1em!important;
}	
.container .page .twitter * {
	background:none!important;
	background-color:none!important;
	}	
.page	.twitter h4 {
		color:#FFF!important;
		font-size: 1.5em!important;
	}
.container .page .twitter .twitpic {
	padding:0  10px  10px 10px;
	background:none!important;
	}
.twitter a {
background:none!important;
}	
.container .page	.twitpic  img, .twtr-hd {
display:none!important;
background:none!important;
}
.container .page .twtr-avatar {
background:none!important;
}
.container .page .twitpic a {
color: #fff!important;
border-bottom: dotted 1px  #fff !important;
background:none!important;
}
.twtr-widget em, .twtr-widget .twtr-new-results {
font-size: 9px;
font-style: normal;
display: block;
margin-top: 2px;
zoom: 1;
padding: 10px 0!important;
display: block!important;

} 
.container .page .twtr-avatar {
   background:none!important;
}
.container .page .twtr-tweet-text {
    margin-left: 0!important;
}

.container .page .twtr-widget {
    font-family:helvetica,arial,sans-serif !important;
    font-size: 12px !important;
    padding: 0 5px 0 5px !important;
	background:none!important;
	}
.container .page .twtr-widget .twtr-tweet-wrap, .twtr-tweet-wrap {
padding-top:0px!important;
background:none!important;
}
.container .page .twtr-hd, 
.twtr-ft 
{ 
display: none; 
}
.twtr-widget {min-height:90px;
}
.twtr-tweets, .twtr-tweet-text, .twtr-widget, .twtr-tweet-wrap, .twtr-bd, .twtr-timeline, .twtr-bd p  {
background:none!important;
}

.twtr-bd #box4_C017 .twtr-new-results, .twtr-bd  #box4_C017 .twtr-results-inner, .twtr-bd  #box4_C017 .twtr-timeline {
background:none!important;
}


/* BreadCrumbs */
.breadcrumbs {
border-bottom: #47555F solid 1px;
border-top: #47555F solid 1px;
display: inline-block;
float: left;
width: 100%;
}

.breadcrumbs  .RadSiteMap_Sitefinity .rsmLink, .RadSiteMap_Sitefinity .rsmTemplate  a{
font: 12px/18px 'Source Sans Pro',sans-serif;
display: inline-block!important;
padding:2px 2px 0 0px!important;
margin:auto!important;
}

.breadcrumbs ul, .breadcrumbs li, .breadcrumbs li a {
    display: block;
    float: left;
    padding: 0px !important;
}
.breadcrumbs li.rsmItem {
display: inline-block!important;
}

.sfBreadcrumbWrp {
padding:1px 0;
}
.sfBreadcrumbWrp ul.rsmFlow.rsmLevel.rsmOneLevel{
width:100%;
height:20px;
padding-bottom:5px;
	}
 li.sfBreadcrumbNavigation, li.sfNoBreadcrumbNavigation{
	float: left!important;
	display:block!important;
	clear:none!important;
	}
.sfBreadcrumbWrp li {
height:14px;

    padding: 0px !important;
	
}
.breadcrumbs li  a {
	float: left!important;
	display:block!important;
color:#48565F;
font-weight:bold!important;
}
.breadcrumbs .rsmItem
.RadSiteMap .rsmFlow .rsmItem {
    display: block;
    float: left;
}	

.RadSiteMap .rsmFlow   li.sfBreadcrumbNavigation a, .sfBreadcrumbNodeSeparator {
color:#48565F!important;
}

.sfBreadcrumbNodeSeparator {
padding:0 4px;
}
.searchContainer {
display: block;
float: right;
height: 1.3em;

}


.searchText, .searchBox, .searchContainer input {
display: block;
float: left;
clear:none;
margin:0px;

}
.searchText {
padding:5px;
font-weight:bold;
}

.searchBox .sfsearchTxt {
border:none!important;
border-bottom:1px solid #ddd!important;
}
.searchBox .sfsearchSubmit {
    background: url("images/search.png") no-repeat scroll 6px 7px transparent;
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    overflow: hidden;
    padding-left: 13px;
    text-indent: -9999px!important;
    width: 30px;
		 -webkit-transition: background 0.25s ease-in 0s;
-moz-transition: background 0.25s ease-in 0s;
-o-transition: background 0.25s ease-in 0s;
 transition: background 0.25s ease-in 0s;
}
input.sfsearchSubmit {
text-indent: -9000px; text-transform: capitalize; 
}

.searchBox .sfsearchSubmit:hover {
    background: #eee url("images/search.png") no-repeat scroll 6px 7px;

}
.searchBox .sfsearchTxt {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;

    border-style: none none solid;
    border-width: medium medium 1px;
    color: #333 !important;
    display: inline-block;
    float: left;
   
}

.ie8 .searchContainer {
width:320px;
}
.ie8 .searchBox {
width:230px;
float:left;
}

.ie8 .searchBox .sfsearchSubmit {
width:24px;
float:left;
}

.container .four.columns p {
float:left;
}
.ie7 .container .four.columns p {
float:none;
}

.ie7  .row.twoBoxes {
margin-top:15px;
}
.number strong {
color: #F26623;
font-weight:bold;
}	


@media print {
  body {font: fit-to-print}
  .nonprint {display: none}
/* */
}
/* end @Media queries */

		
		
/* SF Overides */
.sfPageEditor, .sfPageContainer, .sfPageWrapper {
overflow:scroll!important;
height:100%!important;
}
.sfPageContainer .zeDockZoneEmpty {
min-width:20px!important;

}
.ZoneEditorToolboxContainer {
   width: 230px !important;
}
.sfPageWrapper .searchContainer div {
    display: block;
    float: right;
    height: 30px !important;
    padding-top: 30px;
    width: 100px;
}   



/* MAIN MENU - NAVIGATION <RadMenu / Default> */
.RadMenu_CNS .rmRootGroup
{
	border: 1px solid #828282;
	background: none;
}

/* <Root items> */

.RadMenu_CNS,
.RadMenu_CNS a.rmLink
{

	text-decoration: none;
}

.RadMenu_CNS a.rmLink {
display:block;
float:left;
width:auto;

}

.RadMenu_CNS .rmFirst a.rmLink,
.RadMenu_CNS .rmFirst a.rmLink:hover,
.RadMenu_CNS .rmLast .rmText,
.RadMenu_CNS .rmLast a.rmLink:hover .rmText,
.RadMenu_CNS .rmVertical a.rmLink,
.RadMenu_CNS .rmVertical .rmText
{
display:block;
float:left;
width:auto;
background: none;
}

.RadMenu_CNS .rmVertical .rmFirst,
.RadMenu_CNS .rmVertical .rmLast
{
	background: none;
}

.RadMenu_CNS .rmHorizontal .rmRootLink span.rmText
{
display:block;
float:left;
width:auto;
padding: 0 9px 1px 0;	
}

.RadMenu_CNS_rtl .rmRootLink span.rmText
{
 display:block;
float:left;
width:auto;  
}

.RadMenu_CNS_Context_rtl .rmRootLink span.rmText
{
 display:block;
float:left;
width:auto;
}

.RadMenu_CNS .rmHorizontal a.rmRootLink
{
	padding-left: 0;
}

.RadMenu_CNS_rtl a.rmRootLink
{
    margin-left: 0;
    padding: 0;
}

.RadMenu_CNS .rmHorizontal .rmItem > a.rmRootLink /* IE6 doesn't like width: 100% on its items. */
{
display:block;
float:left;
width:auto;
}


.RadMenu_CNS ul.rmHorizontal .rmLeftImage
{
	margin: 4px -4px 0 6px;
}

.RadMenu_CNS_rtl ul.rmHorizontal .rmLeftImage
{
	margin: 4px 6px 0 -4px;
}

.RadMenu_CNS .rmVertical a.rmLink
{
	padding-top: 1px;
	padding-bottom: 1px;
}

.RadMenu_CNS .rmVertical a.rmLink:hover,
.RadMenu_CNS .rmVertical a.rmFocused,
.RadMenu_CNS .rmVertical a.rmSelected,
.RadMenu_CNS .rmVertical a.rmExpanded,
.RadMenu_CNS .rmVertical a.rmExpanded:hover
{
	padding-top: 0;
	padding-bottom: 0;
	border-style: solid;
	border-color: #828282;
	border-width: 1px 0;
}

.RadMenu_CNS .rmVertical .rmFirst a.rmLink:hover,
.RadMenu_CNS .rmVertical .rmFirst a.rmFocused,
.RadMenu_CNS .rmVertical .rmFirst a.rmSelected,
.RadMenu_CNS .rmVertical .rmFirst a.rmExpanded,
.RadMenu_CNS .rmVertical .rmFirst a.rmExpanded:hover
{
	padding-top: 1px;
	padding-bottom: 0;
	border-top-width: 0;
}

.RadMenu_CNS .rmVertical .rmLast a.rmLink:hover,
.RadMenu_CNS .rmVertical .rmLast a.rmFocused,
.RadMenu_CNS .rmVertical .rmLast a.rmSelected,
.RadMenu_CNS .rmVertical .rmLast a.rmExpanded,
.RadMenu_CNS .rmVertical .rmLast a.rmExpanded:hover
{
	padding-bottom: 1px;
	padding-top: 0;
	border-bottom-width: 0;
}

.RadMenu_CNS .rmVertical .rmItem a.rmDisabled:hover
{
	padding-top: 1px;
	padding-bottom: 1px;
	border-width: 0;
}

.RadMenu_CNS a.rmDisabled,
.RadMenu_CNS a.rmDisabled:hover
{
	color: #7d7d7d;
	background-color: transparent;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_CNS .rmGroup,
.RadMenu_CNS .rmMultiColumn,
.RadMenu_CNS .rmGroup .rmVertical
{
	border: 1px solid #979797;
}

.RadMenu_CNS .rmGroup .rmItem a.rmLink,
.RadMenu_CNS .rmGroup .rmItem a.rmLink:hover,
.RadMenu_CNS .rmGroup .rmItem a.rmFocused,
.RadMenu_CNS .rmGroup .rmItem a.rmSelected,
.RadMenu_CNS .rmGroup .rmItem a.rmExpanded
{
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	background:#eee;
}
.RadMenu_CNS_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft
{
	background-position: 0 -312px;
}
/* </Submenu items> */
.RadMenu_CNS .rmSlide
{
	margin: 0px;
	margin-top: -7px;
	
}
.RadMenu_CNS_rtl .rmSlide
{
	margin: 0 0 0 0;
}

/* RadMenu */
 div.RadMenu_CNS {

	border-left:1px solid #3F4B53;
}

 div.RadMenu_CNS .rmRootGroup {
	background-image: none;
	border-style: solid;
	border-width: 0px;
}
 div.RadMenu_CNS .rmItem  {
border-right:1px solid #3F4B53;
padding-bottom:10px;
}
 div.RadMenu_CNS  .rmVertical .rmItem  {
 border-right:0px;
 }
 div.RadMenu_CNS .rmItem  .rmLink {
	background:  url('images/arrows.png') no-repeat  right 9px #fff;
border-left:6px solid #fff;
border-right:6px solid #fff;
	padding:3px 14px 3px 6px;
	display:block;
	float:left;
}

 div.RadMenu_CNS .rmHorizontal .rmItem.rmFirst a.rmRootLink {
border-left:6px solid #48565F;
}

 div.RadMenu_CNS .rmHorizontal .rmItem.rmFirst a.rmRootLink.rmSelected  {
font-weight:bold;
color:#fff!important;
}

 div.RadMenu_CNS .rmItem .rmSelected, div.RadMenu_CNS  .rmItem .rmFocused 
{
background: #D2D3D5;
border-left:6px solid #F26623;
border-right:6px solid #D2D3D5;
}
.ie7 div.RadMenu_CNS .rmItem .rmSelected .rmText {
color:#333;
}

 div.RadMenu_CNS .rmItem .rmLink:hover {
	background:  #F26623;
	background-position:  right  center;

	border-left:6px solid #F26623;
	border-right:6px solid #F26623;
}


 div.RadMenu_CNS .rmItem .rmDisabled {
	background-image: none;
}

 div.RadMenu_CNS .rmItem .rmGroup {
	background: #fff url('images/splashCNS.gif') no-repeat bottom right;
	padding-right: 140px;
	padding-bottom: 150px;
	min-height:200px;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 0px;

}

 div.RadMenu_CNS .rmGroup .rmItem .rmLink {
	
}
div.RadMenu_CNS .rmGroup .rmText {
margin: 0 0 0 4px;
padding: 3px 10px 3px 10px;
}
 div.RadMenu_CNS .rmGroup .rmItem .rmLink .rmText {
	margin-left: 0px;
	border-bottom: 1px solid rgb(153, 153, 153);
		 -webkit-transition: background 0.25s ease-in 0s;
-moz-transition: background 0.25s ease-in 0s;
-o-transition: background 0.25s ease-in 0s;
 transition: background 0.25s ease-in 0s;
	width:100%;
	min-width:100px;
}

div.RadMenu_CNS .rmGroup.rmLevel1 .rmItem.rmLast .rmLink .rmText {
border-bottom:0px;
}
div.RadMenu_CNS .rmGroup.rmLevel2 .rmItem .rmLink .rmText {
border-bottom: 1px solid rgb(153, 153, 153)!important;
}
div.RadMenu_CNS .rmGroup.rmLevel2 .rmItem.rmLast .rmLink .rmText {
border-bottom: none!important;
}
div.RadMenu_CNS .rmGroup .rmItem .rmLink .rmText:hover {
background:#eee;
color:#000;
}
.RadTabStrip_CNS  {
z-index:90;
}
.RadTabStrip_CNS .rtsLink, .RadTabStrip_CNS .rtsLink {
    cursor: pointer;
    display: block;
    padding-left: 9px;
    text-decoration: none;
    white-space: nowrap;
	border-left:1px solid #333;
}

 div.RadTabStrip_CNS .rmGroup .rmItem .rmLink:hover .rmText {
	background-image: none;
	background-color: rgb(238, 238, 238);
	border-bottom: 1px solid rgb(153, 153, 153);
	color:#48565F;
}

 div.RadTabStrip_CNS .rmGroup .rmItem .rmLink .rmExpandRight {
	background-image: none;
	background-color: rgb(238, 238, 238);
	background-repeat: repeat-x;
}

 div.RadTabStrip_CNS .rmGroup .rmItem .rmExpanded {
	background-color: rgb(255, 255, 255);
}
.RadMenu .rmRootGroup .rmItem .rmGroup .rmGroup {
background:#eee;
padding-top:7px;
max-width:115px;
min-height:auto;
padding-bottom:7px;
}


.rmLevel2 {
	margin-top:-1px;
}

div.RadTabStripTop_CNS .rtsLI:hover {
background:#fff;
}
  .nav2  .rmItem.rmFirst .rmLink:hover {
	background:  #F26623;
	background-position:  right  center;
	color:#fff;
	border-left:6px solid #F26623;
	border-right:6px solid #F26623;
}
 .nav2 .rmItem.rmLast .rmLink:hover {
	background:  #2C92D4;
	border-left:6px solid #2C92D4;
	border-right:6px solid #2C92D4;
}
 .nav2 .rmItem .rmLink:hover {
	background:  #9E1F64;
	border-left:6px solid #9E1F64;
	border-right:6px solid #9E1F64;
}

/* Side sub NAV */
.RadTabStrip .rtsLink, .RadTabStripVertical .rtsLink {

    white-space: normal!important;
}
 div.RadMenu_CNS ul.rmVertical {
padding:10px 0;
 display:block;
 }
 
  div.RadMenu_CNS .rmVertical .rmItem .rmLink {
  background:none!important;
 
  }
  
 
  .RadTabStrip_sideCNS,    .RadTabStrip_sideCNS.rtsLevel,   .RadTabStrip_sideCNS.rtsLevel1,  .RadTabStrip_sideCNS .rtsUL {
  width:100%;

  }
  .RadTabStripVertical .rtsLevel {
    display: inline-block;
	text-align:left;
    float: left;
    height: 100%;
    width: 100%;
	
	
}
   .RadTabStrip_sideCNS .rtsSelected {
  background:#D2D3D5!important;
  border-left:6px solid #F26623!important;
  }
  
 .RadTabStrip_sideCNS  .rtsLI a .rtsIn {
		 background:  url('images/arrows.png') no-repeat  right bottom;
	 }
.RadTabStrip_sideCNS  .rtsLI .rtsLink{
 border-bottom:1px solid #A2A9AF;
}

  
.RadTabStrip_sideCNS .rtsLI a {
    border-left: 6px solid #D2D3D5;
    padding: 4px 0 6px;
}
  
.RadTabStripVertical .rtsLink {
text-align: left!important;
}
.RadTabStripVertical .rtsLink:hover {
background:#eee;
} 
  
.RadTabStrip_sideCNS  .rtsFirst a  {
background:#D2D3D5 ;
border-left:6px solid #D2D3D5; 
}
.RadTabStrip_sideCNS  .rtsFirst a .rtsIn {
background: url('images/arrows.png') no-repeat  right center; 
}

.RadTabStrip_sideCNS  .rtsFirst a {
font-weight:bold; }	
.RadTabStrip_sideCNS {
margin:  0 0 15px 0 !important;
display:block!important;
}

.RadTabStrip_sideCNS .rtsFirst a.rtsSelected  {
background: #F26623!important;
color:#fff!important;
}

.midSection.mainCopy  .four.columns.rightSide{
margin-top: 15px;
}

/* BLOG */
.midSection .sfpostsList {
padding:0px;
margin: 0px!important;
}

.midSection .four .sfpostsList .sfpostListItem {
    background: none repeat scroll 0 0 #F3F4F4;
    display: block;
    font-size: 0.8em;
    margin-bottom: 15px;
    padding: 0 15px 15px;
    width: 190px;
	 
}
.rightHandContact {
    color: #555;
}
.sfpostsListLong  {
    background: none repeat scroll 0 0 #F3F4F4;
    display: block;
    margin: 0 0 18px 0;
    padding: 0 7px 1px 7px;
 }
.sfpostsListLong .sfpostListItem.blogListOnly {
    
    display: block;
    font-size: 0.7em;
    margin-bottom: 0px;
    padding: 0px 10px;
    width: auto;
	
}

.sfpostListItem.blogListOnly .sfpostTitle a {
border:none;
}
.midSection .four .sfpostsList .sfpostListItem .sfpostTitle a {
 line-height: 1.4em;
 border:0px;
 }
 .sfnewsDetails {
 padding:40px 0 0 0;
 }
 h1.sfpostTitle, h1.sfnewsTitle {
    float: left;
    font-size: 1.6em;
 line-height:2em;
}
.midSection .four .sfpostsList  .sfpostDate {
    color: #48565F;
    font-size: 1.1em;
    font-weight: bold;
}
.midSection  ul.sfpostsList li {margin-left
:0px;}
.midSection .sfpostsList li {
padding:0px;
clear: both;
    float: left;
	padding:0 ;
	border-bottom: 1px solid #A2A9AF;
	display:block;
	 width: 100%;
	}
	
	.midSection  .four .sfpostsList li {
	border-bottom:none;
	}
.midSection  .sfpostTitle {
    font-size: 1.3em;
    line-height: 1.2em;
display:block;
}
.midSection  .sfpostTitle a{
text-decoration:none;
color:  #F26623;
border-bottom:#A2A9AF dashed 1px;
padding-bottom:10px;
margin-bottom:10px;
display:block;
}
.sfnewsMetaInfo {
    display: none;
}

.sfpostDateWrap {
    background: none repeat scroll 0 0 #F26623;
    color: #FFFFFF;
    float: left;
    font-size: 1em;
    margin: 0 20px 30px 0;
    padding: 15px;
    text-align: center;
    width: 70px;
}
.sfpostDate {
font-size:2.6em;
font-weight:bold;
}
.sfpostMonth {
    font-size: 1em;
    font-weight: bold;
    padding: 8px 0 0;
    text-transform: uppercase;
}
.sfpostTxtWrap {display:block;
float:left;
max-width: 550px;
width: 100%;
padding-left:30px;
}
.sfpostDetails {
padding-top:15px;
}

.sf_pagerNumeric {
    display: inline-block;
    margin-top: 15px;
	
}
.sf_pagerNumeric a {
   
    color: #F26623;
    font-weight: bold;
    margin: 0 5px;
    padding: 2px 5px;
	text-decoration:none;
}
a.sf_PagerCurrent {
    background: none repeat scroll 0 0 #F26623;
    color: #FFFFFF !important;
}
.sfpostContent div {
padding:8px 0;
}
.sfpostContent a {
font-weight:bold;
margin-top:8px;
text-decoration:none;
/*display:block;*/
}
/* NEWS */


.midSection .four.columns .sfnewsList, .sftaxonHorizontalList  {
	margin-bottom:15px!important;
	padding:10px 15px!important;
	display:block;
	}
.midSection .four.columns .sfnewsList , .midSection .sfnewsList  li{
	padding:0px;
	margin:0px;
	list-style:none;
}

.midSection .four.columns .sfnewsList  {
    padding: 10px 24px;
}

 .midSection .four.columns .news .sfnewsList   {
padding-top:20px!important;
}
.sfpostsList, .sfpostsList li  {
list-style:none;
margin:0px;

}
.sfnewsSummary {
    padding: 8px 22px 8px 0;
}

.midSection .four.columns .sfnewsList  .sfnewsSummary {

    font-weight: normal;
    padding: 8px 22px 8px 0;
}
.sfnewsAuthorAndDate {
    clear: both;
    display: block;
    padding: 10px 0;
}			 

 .four.columns .sfnewsList .sfnewsTitle a {
    font-size: 15px !important;

	
}

.four.columns .sfnewsList  .sfnewsListItem a {
	font-size:1em!important;
	text-decoration:none;
    
}
.four.columns .sfnewsSummary {
padding:8px 0px;
}
h2.sfnewsTitle {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
}
.four.columns  h2.sfnewsTitle {
	line-height: 1.2em;
	padding-bottom:10px;
}
.four.columns  .sfnewsList  h2.sfpostTitle {
	   margin: 0;
	  font-size: 1em;
	
}
.four.columns  .sfnewsList  {
    padding: 20px 15px 10px 15px;
}

.twitter {
	background:#666;
	margin-bottom: 15px;
}

.twitter .sfContentBlock{
	background:none!important;
}
.twitter 
#ContentPlaceHolderWide2_C013 .twtr-tweet a{
	color:#fff!important;
}
.twitter .sfContentBlock h3 {
color:#fff!important;
}
.sftaxonHorizontalList {
display:block;
float:left;
height:100%;
width: 190px;
}
.sftaxonHorizontalList li a {
text-decoration:none;
font-size:0.85em;
display:block;
float:left;
padding:2px 8px;
}

/* FORM HUT3 RIGHT HAND CONTACT */


.sfFormsEditor.rightHandContact {
margin:0 0 15px 0;
padding:15px;
font-size:1.2em;
background: #f3f4f4;
}

.sfFormsEditor.rightHandContact input {
	width: 175px;
}

.sfFormsEditor.rightHandContact .sfError {
background:#9E1F64 !important;
}

.sfFormsEditor.rightHandContact .sfFormInstructions {
background: none !important;
font-size:13px !important;
}

/* FORM */

.sfFormsEditor {
padding:15px;
font-size:1.2em;
}

.sfFormsEditor h2, .sfFormsEditor h3 {
font-size:1.1em;
}
.sfTxtLbl {
width:100%;
clear:both;
padding:0 0 15px 0;
}

.sfFormCheckboxlist, .sfFormRadiolist {
padding:20px 0 ;
}

.sfFormCheckboxlist div, .sfFormRadiolist div {
display:block;
float:left;
}

.sfFormsEditor .sfFormInstructions {
padding: 15px 0 20px 0px !important;

}

.sfFormsEditor div span {width:auto;
display:block;
}

.sfFormsEditor div textarea {
overflow:hidden;
 resize:none;
}
.sfFormsEditor div.button {
    background: none repeat scroll 0 0 #F26623;
    padding: 0 8px 0 0;
		 -webkit-transition: background 0.25s ease-in 0s;
-moz-transition: background 0.25s ease-in 0s;
-o-transition: background 0.25s ease-in 0s;
 transition: background 0.25s ease-in 0s;
	cursor:pointer;
	border: 1px solid #F26623; 
}

.sfFormsEditor div.button:hover {
    background: none repeat scroll 0 0 #F5A828;
	cursor:pointer;
	border: 1px solid #F26623; 
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); 
}


.sfFormsEditor div.button span {
    background: url("images/chevWhite.png") no-repeat scroll right center transparent !important;
    color: #FFFFFF;
    padding: 10px 28px 0px 0px;
		cursor:pointer;
}


.sfFormsEditor .sfError {
font-size:1em;
background:pink;
padding:2px 4px;
}

.sfFormsEditor .sfError {
    background: none repeat scroll 0 0 #F5A828;
    display: inline-block;
    font-size: 0.8em;
    margin: 0 0 10px !important;
    padding: 2px 6px;
	color:#fff;
}

.LinkChevron a, a .LinkChevron, a.sfnewsFullStory 
{
    background: url("/App_Themes/CNSGroup/Global/images/chev.png") no-repeat scroll right center transparent;
    display: inline-block;
    font-weight: bold;
    margin-top: 2px;
    padding: 3px 20px 3px 4px;
	margin-left:-3px;
    position: relative;
    text-decoration: none;
    width: auto;
		 -webkit-transition: background 0.25s ease-in 0s;
-moz-transition: background 0.25s ease-in 0s;
-o-transition: background 0.25s ease-in 0s;
 transition: background 0.25s ease-in 0s;
}
.LinkChevron a, a .LinkChevron, a.sfnewsFullStory {
    margin-bottom: 10px;
    text-decoration: none;
}
.LinkChevron a:hover, a .LinkChevron:hover, a.sfnewsFullStory:hover {
   background: url("/App_Themes/CNSGroup/Global/images/chev.png") no-repeat scroll right center #F3F4F4;
    text-decoration: none!important;
}

.RadTreeView_Sitefinity .rtLines .rtMid, .RadTreeView_Sitefinity .rtLines .rtTop, .RadTreeView_Sitefinity .rtLines .rtBot {

background:none!important;
}


.mainCopy  .RadTreeView_Sitefinity .rtLines .rtLI, .mainCopy  .RadTreeView_Sitefinity .rtLines .rtFirst .rtUL {
background:none!important;
}

.mainCopy .RadTreeView {margin-left:40px;
}


.mainCopy .RadTreeView .rtLines .rtLI {
    border-left: 1px solid #F26623;
    clear: both;
    color: #FFFFFF;
    display: block;
    float: left;
}
.mainCopy .RadTreeView .rtLines  .rtLI a {
font-size:1.2em;
margin-bottom:5px;
color:#fff!important;
padding-left:5px;
}
.mainCopy .RadTreeView .rtLines .rtLI .rtLI  {
border-left:0px;
}
.mainCopy .RadTreeView .rtLines .rtLI .rtLI a {
margin-bottom:5px;
font-size:0.9em;
}
.mainCopy  .RadTreeView .rtTop, .mainCopy  .RadTreeView .rtMid, .mainCopy  .RadTreeView .rtBot {
    padding: 1px 0;
}
.mainCopy .RadTreeView  ul, .mainCopy .RadTreeView .rtLI {
margin:0px;
list-style:none;
}

.mainCopy  .RadTreeView .rtUL .rtLI .rtUL {
    padding-left: 5px;
}
.mainCopy .RadTreeView  ul {
border-left:1px solid #fff;
}
.mainCopy .RadTreeView a {
    background: none repeat scroll 0 0  #F26623;
    color: #333333 !important;
    padding: 3px 10px;
	border:1px solid #fff;
}
.mainCopy .RadTreeView a:hover {
 padding: 3px 10px;
 	border:1px solid #ddd;
}
.RadTreeView .rtUL .rtLI .rtUL a {
 color:#333!important;
	 background: none repeat scroll 0 0 #ddd;
}

.RadTreeView .rtUL .rtLI .rtUL .rtLI .rtUL a {

	font-weight:normal;
	font-size:0.85em;
	 background: none repeat scroll 0 0  #F3F4F4;
}

.RadTreeView .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtUL a {
background: none;
}

div.RadTreeView_Sitefinity .rtLI .rtSelected .rtIn {
    background: none!important;

}

.mainCopy .RadTreeView .rtLI {
font-weight:bold;
}
.sfsearchResultTitle a  {
color: #F26623;}
.sfsearchResultStatistics {
font-size:1.3em;
}
.sfsearchResultHighLighter {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
}

.sfsearchResultsWrp  a {
text-decoration:none;
font-weight:bold;
padding: 5px 0;
display:block;
}

.first-credit a {
text-decoration:none;
}
.sfimagesList li {
float:left;
}

.mainCopy .sfdownloadFileWrp a {
text-decoration:none;
transition: none;
}

.sfdownloadFileWrp {
margin:10px 0;
}
.mainCopy .sfdownloadFileWrp a:hover {
text-decoration:underline;
background: url("/WebResource.axd?d=JcgpBKiLjvBNwk_I-Tij3b3qS_NojXDgHok1145rwVtsbitX_IYmRoD00eUlAfq3ybOEhYufsWVqUDkd0EWz0wmGMawRF78ykrBJH3amzcBJ0FJPulSd3YY0It3KtJC5A8wMOKFYovu9_2wDj4d9BA2&t=634860874240000000") no-repeat scroll 0 0 transparent;
}

.home .sfnewsContent , .home .sfcommentsFormWrp {

}

.RadMenu_CNS .rmToolTip {
	display:none;
	position:fixed;
	top:0px;
	border: none;
    padding: 5px;
	z-index: 100;
    margin: 10px;
    width: 215px;
    text-decoration: none;
	background: #fff;
	white-space: normal;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
}
.RadMenu_CNS a.rmLink:hover span.rmToolTip {
    display: block;
}
.RadMenu_CNS a.rmLink:hover span.rmToolTip .rmText {
    background: #D2D3D5;
	margin: -5px 0 5px -5px;
	padding: 2px 5px;
	border-bottom: 1px solid rgb(153, 153, 153) !important;
}
div.RadMenu_CNS .rmGroup.rmLevel2 .rmItem.rmLast .rmLink:hover span.rmToolTip .rmText {
	border-bottom: 1px solid rgb(153, 153, 153) !important;
}
a.twitter-timeline {
	margin: 15px;
}
