@import url("js/bootstrap/css/bootstrap.css");
@import url("container.css");
@import url("fonts.css");
/*
font-family:'Cachet W01 Book';
font-family:'Cachet W01 Medium';
font-family:'Cachet W01 Bold';
*/

/* CSS Document */
html {
	overflow-y: scroll;
}
#Body {
	padding:0 !important;
	margin:0 !important;
	padding:0 !important;
	background:#636466;
}
body {
	margin:0;
	padding:0;
	background:#FFF;
}
* {
	margin:0;
	padding:0;
	outline:none;
}
/* Main Container Width and styles */
.BGTable {
	padding:0;
	background:#FFF;
}
.siteWidth {
	width:960px;
	margin:0 auto!important;
	padding:0;
}
.LogoPane {
	margin:0;
	padding:30px 0 30px 30px;
	position:relative;
	float:left;
}
.LogoPane img {
	margin:0;
	padding:0;
	width:308px;
	height:95px;
}
.TopItems {
}
.contentMain {
	min-height:350px;
	padding: 0 0 10px;
}
.ContentPadding {
	margin:10px -10px;
}
/*=====================================================================*/
/* Template Text and link Styles Based on Colors                       */
/*=====================================================================*/
/* Default font style Style */
body, html, TH, TD, td, div, p, table, li, blockquote, h1, h2, h3, h4, h5, h6 {
	color:#231F20;
	font-size:16px;
	font-family: 'Cachet W01 Book', Verdana, Geneva, sans-serif;
	font-weight:normal;
	line-height:125%;
	text-decoration:none;
	letter-spacing:0;
}
p {
	margin:0;
	padding:0 0 20px 0;
}
td {
	vertical-align:top;
}
p:last-child {
	padding-bottom:0;
}
b, strong {
	font-family: 'Cachet W01 Bold', Verdana, Geneva, sans-serif;
	font-weight:normal;
}
/* Default List style */
ul {
	padding:0;
	margin:0;
	vertical-align:top;
}
ul li {
	list-style:disc;
	background:none;
	padding:0 0 1px 0;
	margin:0;
	vertical-align:top;
	font-weight:normal;
}
ol {
	margin:5px 0 0px 25px;
	padding:0;
	vertical-align:top;
}
ol li {
	padding:1px 0 1px 0;
	margin:0px;
	list-style-type:decimal!important;
	list-style-image:none!important;
}
img {
	border:none;
	outline:none;
}
* {
	outline:none;
}
br {
	margin:0px;
	padding:0;
	height:1px;
}
a {
	outline:none;
}
hr {
	background:#e8e8e8;
	color:#e8e8e8;
	clear:both;
	height:1px;
	border:none;
	outline:none;
	padding:0;
	margin:10px 0;
	overflow:hidden;
}
/* Default link syle */
a:link, a:visited, a:active {
	text-decoration:none;
	-moz-transition:all 0.4s linear!important;
	-webkit-transition:all 0.4s linear!important;
	-o-transition:all 0.4s linear!important;
	-ms-transition:all 0.4s linear!important;
	transition:all 0.4s linear!important;
	outline:none !important;
}
a:hover {
	text-decoration:none;
	-moz-transition:all 0.4s linear!important;
	-webkit-transition:all 0.4s linear!important;
	-o-transition:all 0.4s linear!important;
	-ms-transition:all 0.4s linear!important;
	transition:all 0.4s linear!important;
	outline:none !important;
}
/* Black (Default color) */
.Normal {
	color:#231F20;
	font-size:16px;
	font-weight:normal;
	line-height:inherit;
}
a.Normal:link, a.Normal:visited, a.Normal:active {
	color:#1A3668;
	text-decoration:none;
}
a.Normal:hover {
	color:#017cbc;
	text-decoration:none;
}
/*Extra Font color styles*/
/* NormalBold */
.NormalBold {
	color:#7E7E7E!important;
	font-weight:bold;
}
.ClearFloat {
	clear:both!important;
	height:0px!important;
	line-height:0px!important;
	font-size:0px!important;
}
.DNNEmptyPane {
	display:none!important;
}
.HiddenMobile {
	display:block;
}
.HiddenDesktop {
	display:none;
}
/*=====================================================================*/
/* Template Text Headings                                              */
/*=====================================================================*/
h1, h2, h3, h4, h5, h6 {
	font-family:'Cachet W01 Bold';
	padding:0 0 0 0;
	margin:0 0 10px;
	line-height:100%;
	font-weight:normal;
	letter-spacing:-0.05em;
}
h1 {
	font-size:45px;
}
h2 {
	font-size:40px;
}
h3 {
	font-size:35px;
}
h4 {
	font-size:30px;
}
h5 {
	font-size:25px;
}
h6 {
	font-size:20px;
}
/*h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
	padding-bottom:0;
	margin-bottom:0;
}


/*Small*/
small {
	font-size:10px;
	line-height:10px;
}
.NoPadding {
	padding:0!important;
}
/*=====================================================================*/
/* Module Classes                                                      */
/*=====================================================================*/
/* Default Container Title Style */
.Head {
	color:#7E7E7E;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
a.Head:link, a.Head:visited, a.Head:active {
	color:#1A3668;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
a.Head:Hover {
	color:#017cbc;
	text-decoration:none;
}
/* SubHead */
.SubHead {
	color:#7E7E7E;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
a.SubHead:link, a.SubHead:visited, a.SubHead:active {
	color:#1A3668;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
a.SubHead:Hover {
	color:#017cbc;
	text-decoration:none;
}
/* Module title style used instead of Head for compact rendering by Quicklinks and Signin modules */
.SubSubHead {
	color:#7E7E7E;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
}
a.SubSubHead:link, a.SubSubHead:visited, a.SubSubHead:active {
	color:#1A3668;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.SubSubHead:Hover {
	color:#017cbc;
	text-decoration:none;
}
/* Text style for skin objects */
.SkinObject {
	color:#7E7E7E;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active {
	color:#1A3668;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
a.SkinObject:Hover {
	color:#017cbc;
	text-decoration:none;
}
/*=====================================================================*/
/* Input and Other Admin Site Styles                                   */
/*=====================================================================*/
/* Normal Text Box */
.NormalTextBox {
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	background:#FFF;
	font-size:16px;
	font-weight:normal;
	vertical-align:middle;
	border:1px solid #bec0bb;
}
td.NormalTextBox, span.NormalTextBox, table.NormalTextBox {
	padding:0px;
	margin:0px;
	background:none;
	border:none;
}
input:focus, textarea:focus {
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:-webkit-box-shadow 0.1s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
	background:#FFF;
}
input, textarea {
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
}
/* Skin Tokens */
.SearchPane {
	float:right;
	height:25px;
	margin: 6px 5px 0 0;
	font-size:0!important;
	line-height:0!important;
	width:auto;
	white-space:nowrap;
	border-color: #9B9B9B #D5D5D5 #E8E8E8;
	border-left: 1px solid #D5D5D5;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 2px;
	padding-top: 1px;
}
.SearchPane .SearchInput {
	vertical-align:top;
	line-height:20px;
	margin:0;
	padding:0 4px;
	display:inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size:16px;
	text-decoration:none;
	color:#999 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.SearchPane .SearchInput:hover {
	color:#000 !important;
	text-decoration:none;
}
.SearchPane .NormalTextBox {
	font-family: 'Cachet W01 Book', Verdana, Geneva, sans-serif!important;
	font-weight: normal;
	color:#AAA!important;
	padding:0 3px!important;
	font-size:14px!important;
	height:20px!important;
	line-height:19px!important;
	width:111px;
	margin:0;
	border:0;
	background:#FFF;
	display: inline-block;
}
.Footer {
	padding:15px 0;
}
.FooterItems {
	text-align:center;
	margin:10px;
	padding:10px 0 0;
	border-top:1px solid #757575;
}
.Copyright {
	color:#FFF;
	font-size:14px;
	padding:0 0 0 20px;
}
a.Footertxt {
	color:#FFF;
	font-size:14px;
	padding:0 0 0 10px;
	white-space:nowrap;
}
a.Footertxt:hover {
	color:#1A3668;
}
/* Admin link styles */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color:#1A3668;
	font-size:14px;
	cursor:pointer;
	text-decoration:none;
	background:none;
	border:none;
	padding:2px 3px 3px 4px;
	height:20px;
}
a.CommandButton:Hover {
	color:#017cbc;
	font-size:14px;
	text-decoration:none;
	cursor:pointer;
	background:none;
	border:none;
	padding:2px 3px 3px 4px;
	height:20px;
}
/* button style for standard HTML buttons */
.StandardButton, a.StandardButton:link, a.StandardButton:visited, a.StandardButton:active {
	color:#1A3668;
	cursor:pointer;
	font-size:14px;
	text-decoration:none;
	background:none;
	border:none;
	padding:2px 3px 3px 4px;
	height:20px;
}
a.StandardButton:Hover {
	color:#017cbc;
	font-size:14px;
	text-decoration:none;
	cursor:pointer;
	background:none;
	border:none;
	padding:2px 3px 3px 4px;
	height:20px;
}
.FloatLeft {
	float:left;
}
.FloatRight {
	float:right;
}
/* Fake Columns */
.fakeColumns,
.fakeColumns li {
	margin:0;
	padding:0 0 15px;
	list-style:none !important;
}
.fakeColumns .colSpan2 {
	float:left;
	width:48%;
}
.fakeColumns .colSpan2gutter {
	float:left;
	width:4%;
	display:block;
}
.fakeColumns .colSpan3 {
	float:left;
	width:30%;
}
.fakeColumns .colSpan3gutter {
	float:left;
	width:5%;
	display:block;
}
.fakeColumns .colSpan4 {
	float:left;
	width:22%;
}
.fakeColumns .colSpan4gutter {
	float:left;
	width:4%;
	display:block;
}
.fakeColumns .colSpan4.spanmore3 {
	float:left;
	width:74%;
}
.fakeColumns .colSpan5 {
	float:left;
	width:17%;
}
.fakeColumns .colSpan5gutter {
	float:left;
	width:3.75%;
	display:block;
}

/* Colors */
.Black {
	color:#231f20;
}
.Gray {
	color:#636466;
}
.skinBlue a:link, .skinBlue a:visited, .skinBlue a:active, .skinBlue h1, .skinBlue h2, .skinBlue .Light {
	color:#00aeef;
}
.skinBlue h3, .skinBlue h4, .skinBlue .Medium {
	color:#0089d0;
}
.skinBlue a:hover, .skinBlue h5, .skinBlue h6, .skinBlue .Dark {
	color:#0060af;
}
.skinBlue .LogoPane img {
	background:url(images/logo-Blue.png);
}
.skinGreen a:link, .skinGreen a:visited, .skinGreen a:active, .skinGreen h1, .skinGreen h2, .skinGreen .Light {
	color:#20bdbe;
}
.skinGreen h3, .skinGreen h4, .skinGreen .Medium {
	color:#01a490;
}
.skinGreen a:hover, .skinGreen h5, .skinGreen h6, .skinGreen .Dark {
	color:#006b6b;
}
.skinGreen .LogoPane img {
	background:url(images/logo-Green.png);
}
.skinOrange a:link, .skinOrange a:visited, .skinOrange a:active, .skinOrange h1, .skinOrange h2, .skinOrange .Light {
	color:#fcaf17;
}
.skinOrange h3, .skinOrange h4, .skinOrange .Medium {
	color:#f47920;
}
.skinOrange a:hover, .skinOrange h5, .skinOrange h6, .skinOrange .Dark {
	color:#dd5828;
}
.skinOrange .LogoPane img {
	background:url(images/logo-Orange.png);
}
.skinPurple a:link, .skinPurple a:visited, .skinPurple a:active, .skinPurple h1, .skinPurple h2, .skinPurple .Light {
	color:#c6168d;
}
.skinPurple h3, .skinPurple h4, .skinPurple .Medium {
	color:#92278f;
}
.skinPurple a:hover, .skinPurple h5, .skinPurple h6, .skinPurple .Dark {
	color:#5c2e91;
}
.skinPurple .LogoPane img {
	background:url(images/logo-Purple.png);
}
.skinRed a:link, .skinRed a:visited, .skinRed a:active, .skinRed h1, .skinRed h2, .skinRed .Light {
	color:#f15922;
}
.skinRed h3, .skinRed h4, .skinRed .Medium {
	color:#ed1c24;
}
.skinRed a:hover, .skinRed h5, .skinRed h6, .skinRed .Dark {
	color:#a92b31;
}
.skinRed .LogoPane img {
	background:url(images/logo-Red.png);
}

.Footer th, .Footer td, .Footer div, .Footer p, .Footer table, .Footer li, .Footer blockquote, .Footer h1, .Footer h2, .Footer h3, .Footer h4, .Footer h5, .Footer h6 {
	color:#FFF;
}
.Footer a:link, .Footer a:visited, .Footer a:active {
	color:#FFF;
}
.Footer a:hover {
	color:#CCC;
	text-decoration:none;
}
/* Fontello Icons */
.iconFontello {
  font-family: "fontello";
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 0 8px;
  text-align: center;
  text-decoration: none !important;
  color:#FFF;
  display:inline-block;
}

/* DNN on Bootstrap fixes */
#ControlBar_ControlPanel *, .dnn_mact *, .rcbScroll {
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box;         /* Opera/IE 8+ */
}
/* Panes */
/* Home Page content panes */
.HeaderRightPane {
	float:right;
	max-width:60%;
	margin-top:35px;
}
.SocialPane {
	float:right;
	margin:3px 5px 0 0;
}
.ContentPane, .ContentPane2, .ContentPane3, .ContentPane4, .ContentPane5 {
}
.OneQuartePane,
.QuarterPane1, .QuarterPane2, .QuarterPane3, .QuarterPane4 {
	float:left;
	width:25%;
}
.ThreeQuartersPane {
	float:left;
	width:75%;
}
.LeftPane {
	float:left;
	width:33.4%;
}
.CenterPane, .RightPane {
	float:left;
	width:33.3%;
}
.LeftPane2, .RightPane2 {
	float:left;
	width:50%;
	padding:0;
}
.LeftPane3 {
	float:left;
	width:70%;
}
.RightPane3 {
	float:left;
	width:30%;
}
.LeftPane4 {
	float:left;
	width:30%;
}
.RightPane4 {
	float:left;
	width:70%;
}
.BottomMain {
	padding:10px 0;
}
.skinBlue .BottomMain {
	background:#0060af;
}
.skinGreen .BottomMain {
	background:#006b6b;
}
.skinPurple .BottomMain {
	background:#5c2e91;
}
.skinOrange .BottomMain {
	background:#dd5828;
}
.skinRed .BottomMain {
	background:#a92b31;
}

.HeaderRightPane a {
	font-family: 'Cachet W01 Book', Verdana, Geneva, sans-serif!important;
	font-weight: normal;
	font-size:13px;
	color:#AAA!important;
	padding:0 5px;
}
.HeaderRightPane a:hover {
	color:#636466!important;
}
.SocialPane a {
	color:#AAA!important;
}
.SocialPane a:hover {
	color:#636466!important;
}
/* Bootstrap Carousel */
.carousel-inner {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.item img {
	margin-left:0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.carousel-indicators {
	left: 0;
	list-style: none outside none;
	margin-left: 0;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 15;
	bottom:20px;
}
.carousel-indicators li {
	font-family: 'Cachet W01 Bold', Verdana, Geneva, sans-serif!important;
	font-weight:normal;
	color: #FFF;
    font-size:20px;
	border:0;
	border-radius:0;
	cursor: pointer;
	display: block;
	height: 35px;
	width: 35px;
	margin:5px 0;
	text-indent:0;
	line-height:35px;
	text-align:center;
}
.carousel-indicators .active {
	margin:5px 0;
	height: 35px;
	width: 35px;
}
.carousel-caption {
	left:auto;
	right:0;
	bottom:0;
	padding:20px 20px 0;
	width:322px;
	height:100%;
	text-align:left;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.carousel-caption h3 {
	font-family: 'Cachet W01 Bold', Verdana, Geneva, sans-serif!important;
	font-weight:normal;
	color: #FFF;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 10px;
	text-transform:uppercase;
	text-shadow: none;
}
.carousel-caption p {
	color: #FFF;
	text-shadow: none;
}
.carousel-caption a {
	font-family: 'Cachet W01 Bold', Verdana, Geneva, sans-serif!important;
	font-weight:normal;
	color: #FFF!important;
}
.skinBlue .carousel-caption,
.skinBlue .carousel-inner {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.skinBlue .carousel-indicators li,
.skinGreen .carousel-indicators .active, /* secondary color when selected */
.skinBlue .carousel-caption,
.skinBlue .carousel-inner {
	background-color:#0089d0; /* medium primary color */
	background-image: -webkit-gradient(-90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); 
	background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); 
	background-image:    -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); 
	background-image:     -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); 
	background-image:      -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); 
}
.skinGreen .carousel-indicators li,
.skinOrange .carousel-indicators .active, /* secondary color when selected */
.skinGreen .carousel-caption,
.skinGreen .carousel-inner {
	background-color:#006b6b; /* dark primary color */
	background-image: -webkit-gradient(-90deg, rgba(32, 189, 190, 0.7), rgba(32, 189, 190, 0));
	background-image: -webkit-linear-gradient(-90deg, rgba(32, 189, 190, 0.7), rgba(32, 189, 190, 0));
	background-image:    -moz-linear-gradient(-90deg, rgba(32, 189, 190, 0.7), rgba(32, 189, 190, 0)); 
	background-image:     -ms-linear-gradient(-90deg, rgba(32, 189, 190, 0.7), rgba(32, 189, 190, 0));
	background-image:      -o-linear-gradient(-90deg, rgba(32, 189, 190, 0.7), rgba(32, 189, 190, 0)); 
}
.skinOrange .carousel-indicators li,
.skinRed .carousel-indicators .active, /* secondary color when selected */
.skinOrange .carousel-caption,
.skinOrange .carousel-inner {
	background-color:#f47920; /* medium primary color */
	background-image: -webkit-gradient(-90deg, rgba(252, 175, 23, 0.7), rgba(252, 175, 23, 0)); 
	background-image: -webkit-linear-gradient(-90deg, rgba(252, 175, 23, 0.7), rgba(252, 175, 23, 0)); 
	background-image:    -moz-linear-gradient(-90deg, rgba(252, 175, 23, 0.7), rgba(252, 175, 23, 0)); 
	background-image:     -ms-linear-gradient(-90deg, rgba(252, 175, 23, 0.7), rgba(252, 175, 23, 0)); 
	background-image:      -o-linear-gradient(-90deg, rgba(252, 175, 23, 0.7), rgba(252, 175, 23, 0)); 
}
.skinPurple .carousel-indicators li,
.skinBlue .carousel-indicators .active, /* secondary color when selected */
.skinPurple .carousel-caption,
.skinPurple .carousel-inner {
	background-color:#5c2e91; /* dark primary color */
	background-image: -webkit-gradient(-90deg, rgba(198, 22, 141, 0.5), rgba(198, 22, 141, 0));
	background-image: -webkit-linear-gradient(-90deg, rgba(198, 22, 141, 0.5), rgba(198, 22, 141, 0));
	background-image:    -moz-linear-gradient(-90deg, rgba(198, 22, 141, 0.5), rgba(198, 22, 141, 0));
	background-image:     -ms-linear-gradient(-90deg, rgba(198, 22, 141, 0.5), rgba(198, 22, 141, 0));
	background-image:      -o-linear-gradient(-90deg, rgba(198, 22, 141, 0.5), rgba(198, 22, 141, 0));
}
.skinRed .carousel-indicators li,
.skinPurple .carousel-indicators .active, /* secondary color when selected */
.skinRed .carousel-caption,
.skinRed .carousel-inner {
	background-color:#a92b31; /* medium primary color */
	background-image: -webkit-gradient(-90deg, rgba(198, 22, 141, 0.5), rgba(198, 22, 141, 0));
	background-image: -webkit-linear-gradient(-90deg, rgba(252, 175, 23, 0.7), rgba(252, 175, 23, 0)); 
	background-image:    -moz-linear-gradient(-90deg, rgba(237, 28, 36, 0.9), rgba(237, 28, 36, 0.3));
	background-image:     -ms-linear-gradient(-90deg, rgba(198, 22, 141, 0.5), rgba(198, 22, 141, 0));
	background-image:      -o-linear-gradient(-90deg, rgba(198, 22, 141, 0.5), rgba(198, 22, 141, 0)); 
}

/* Bootstrap Accordion */
.panel-group .panel-heading .panel-title a {

}
.panel-title > a {
    color: inherit;
    display: block;
	font-family: 'Cachet W01 Book', Verdana, Geneva, sans-serif!important;
	font-weight:normal;
	font-size:18px;
}
.panel-title > a:after {
	content:'+';
	float:right;
	line-height:inherit;
	font-family: 'Cachet W01 Bold', Verdana, Geneva, sans-serif!important;
	font-weight:normal;
	font-size:30px;
	margin-top:-3px;
	color:#AAA;
}

/* Header Pane */
.HeaderRightPane h1 {
	color:#000;
	font-family: 'Cachet W01 Bold',Verdana,Geneva,sans-serif;
	font-size: 50px;
	font-weight: normal;
	line-height: 95%;
	padding: 0;
}

/* Bootstrap Tabs */
.tab-content {
	padding:15px 5px;
}
/* Translator */
#google_translate_element {
	float:right;
	padding:2px 5px 0;
	width:149px;
	overflow:hidden;
}
#google_translate_element a {
	font-family: 'Cachet W01 Book', Verdana, Geneva, sans-serif!important;
	font-weight: normal;
	font-size:14px;
	color:#AAA!important;
}
.goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon * {
	font-family: 'Cachet W01 Book', Verdana, Geneva, sans-serif!important;
	font-weight: normal;
	font-size:14px;
	color:#AAA!important;
    padding: 3px;
}
.goog-te-gadget select.goog-te-combo {
  margin: 4px 0;
  width: 140px;
}
/* google is making me crazy */
.dnn_mact {margin-top: -53px !important;}

/* Reinforce System Styles */
a.dnnPrimaryAction {
	color:#FFF !important;
}
a.dnnSecondaryAction {
	color:#777 !important;
}

/* Let's go mobile! */
/* Let's go responsive, baby! */
a.HomeButton,
a.MenuButton,
a.TranslateButton,
a.SearchButton {
	vertical-align:top;
	margin:0;
	padding:0;
	display:block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size:20px;
	line-height:44px;
	text-decoration:none;
	color:#FFF !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float:right;
	width:34px;
	text-align:center;
}
a.HomeButton:hover,
a.MenuButton:hover,
a.TranslateButton:hover,
a.SearchButton:hover {
	color:#FFF;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.MobileMenuContent,
.MobSearchPane,
.MobTranslatePane {
	background:url(images/menuShade.png) 50% 0px no-repeat rgba(242, 242, 242, 0.95);
    padding: 20px 10px 20px;
    position: relative;
    margin-top: -10px;
}
.MobSearchPane .SearchPane {
	margin:4px 2px 3px;
}
.MobTranslatePane #google_translate_element {
	padding:0 0 0;
	width:auto;
}

.HiddenDesktop {
	display:none;
}
.HiddenMobile {
	display:inherit;
}
.visible-phone {
	display:none !important;
}
.visible-tablet {
	display:none !important;
}
.hidden-desktop {
	display:none !important;
}
.visible-desktop {
	display:inherit !important;
}
img {
	max-width:100%;
	height:auto;
}

@media only screen and (max-width:1023px), only screen and (max-device-width:1023px) {
	.HiddenDesktop {
		display:inherit;
	}
	.HiddenMobile {
		display:none;
	}
	.hidden-desktop {
		display:inherit !important;
	}
	.visible-desktop {
		display:none !important;
	}
	.visible-tablet {
		display:inherit !important;
	}
	.hidden-tablet {
		display:none !important;
	}
	.LogoPane {
		float:none;
	}
	.HeaderRightPane {
		float:none;
		width:100%;
		max-width:100%;
		padding:0 10px 15px;
		margin:0;
		text-align:center!important;
	}
	.HeaderRightPane .TitleWidth {
		display: inline-block;
	}
	.MenuPane, .MenuPaneGrad {
		-webkit-border-radius: 0 !important; 
		-moz-border-radius: 0 !important; 
		border-radius: 0 !important;
		height:44px !important;
		width:auto !important;
	}
	.MenuPaneGrad {
		padding: 0 5px;
	}
	.menuHeader, .menuHeaderGrad {
		-webkit-border-radius: 0 !important; 
		-moz-border-radius: 0 !important; 
		border-radius: 0 !important;
		min-height:54px !important;
/*		background:none !important;
		box-shadow:none !important;
*/		top:-5px !important;
		margin:0 !important;
	}
	.SocialPane {
		margin:3px 10px 0 0;
	}
	.menuHeaderGrad {
		padding: 0 5px !important;
	}
	.menuHeader a {
		line-height: 54px !important;
	}
	.ContentPadding {
		margin:10px 0;
	}
	.OneQuartePane,
	.ThreeQuartersPane {
		width:100%;
	}
	.ThreeQuartersPane .QuarterPane1, .ThreeQuartersPane .QuarterPane2, .ThreeQuartersPane .QuarterPane3, .ThreeQuartersPane .QuarterPane4 {
		width:25%;
	}
}
@media only screen and (max-width:960px), only screen and (max-device-width:960px) {
	.siteWidth {
		width:auto !important;
	}
	.carousel-inner,
	.item img {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.item img {
		margin-left:-10%;
	}
	.LeftPane,
	.CenterPane, .RightPane,
	.LeftPane2, .RightPane2,
	.LeftPane3,
	.RightPane3,
	.LeftPane4,
	.RightPane4 {
		width:100%;
	}
	.QuarterPane1, .QuarterPane2, .QuarterPane3, .QuarterPane4 {
		width:50%;
	}
}
@media only screen and (max-width:760px), only screen and (max-device-width:760px) {
	.ThreeQuartersPane .QuarterPane1, .ThreeQuartersPane .QuarterPane2, .ThreeQuartersPane .QuarterPane3, .ThreeQuartersPane .QuarterPane4 {
		width:50%;
	}
	.SocialPane {
		position: absolute;
		z-index:2;
		right:0;
		top:25px;
		text-align: center;
	}
	.item img {
		margin-left:0;
		width:100%;
	}
	.carousel-caption {
		display:none;
	}
}
 @media only screen and (max-width:599px), only screen and (max-device-width:599px) {
	.hidden-desktop {
		display:inherit !important;
	}
	.visible-tablet {
		display:none !important;
	}
	.TopMenuPane {
		display:none;
	}
	.SocialPane {
		top:0;
	}
	.menuHeader, .menuHeaderGrad {
		width:auto;
	}
	.HeaderRightPane h1,
	.HeaderRightPane .TitleTitle h2, 
	.HeaderRightPane .TitleTitle .ContainerTitle {
		font-size:40px;
	}
	.HeaderRightPane .FloatLeft,
	.HeaderRightPane .FloatRight {
		float:none;
		text-align:center;
	}
}
@media only screen and (max-width:400px), only screen and (max-device-width:400px) {
	.visible-phone {
		display:inherit !important;
	}
	.hidden-phone {
		display:none !important;
	}

	.LogoPane {
		padding: 20px 0 20px 30px;
	}
	.LogoPane img {
		height: 79px;
		width: 256px;
		background-size:cover !important;
	}
	.HeaderRightPane h1,
	.HeaderRightPane .TitleTitle h2, 
	.HeaderRightPane .TitleTitle .ContainerTitle {
		font-size:24px;
		padding:0 0 5px;
	}
	.menuHeaderGrad {
		width: auto !important;
		max-width: auto !important;
	}
	.menuHeader a {
		padding: 5px 12px 5px 10px !important;
		font-size: 13px !important;
	}
	.QuarterPane1, .QuarterPane2, .QuarterPane3, .QuarterPane4 {
		width:100% !important;
	}
	.fakeColumns .colSpan2,
	.fakeColumns .colSpan3,
	.fakeColumns .colSpan4,
	.fakeColumns .colSpan4.spanmore3,
	.fakeColumns .colSpan5 {
		width:100%;
	}
	.fakeColumns .colSpan2gutter,
	.fakeColumns .colSpan3gutter,
	.fakeColumns .colSpan4gutter,
	.fakeColumns .colSpan5gutter {
		dislay:none;
	}
	object {
		max-width: 100%;
	}
}
@media only screen and (max-width:320px), only screen and (max-device-width:320px) {
	.menuHeader {
	}
	.MobileMenuContent,
	.MobSearchPane,
	.MobTranslatePane {
		top:0;
	}
}

.menuHeader a:empty {
	line-height:0 !important;
	padding:0 !important;
}
.hideMe {display:none;}