
span.normalthread{ background: url("/Data/style/forums/folder.png") no-repeat; display:inline-block; width:18px; height:20px; }
span.lockedthread{ background: url("/Data/style/forums/lock.png") no-repeat; display:inline-block; width:18px; height:20px; }
span.stickythread{ background: url("/Data/style/forums/folder_star.png") no-repeat; display:inline-block; width:18px; height:20px; }
.newthread, .newpost { background: url("/Data/style/forums/folder_edit.png") no-repeat; background-position: 0px 2px; padding-left:18px;  }
.forumEdit, .threadEdit, .postEdit { background: url("/Data/style/forums/pencil.png") no-repeat; background-position: 0px 0px; padding-left:18px;  }
.forumfeed { background: url("/Data/style/forums/feed.png") no-repeat; background-position: 0px 0px; padding-left:18px; }.ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;}
.ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.ajax__calendar_container TABLE {font-size:11px;}
.ajax__calendar_header {height:20px;width:100%;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url("/Data/style/CalExtender/arrow-left.gif");}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url("/Data/style/CalExtender/arrow-right.gif");}
.ajax__calendar_title {cursor:pointer;font-weight:bold;}
.ajax__calendar_footer {height:15px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;}
.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}
/* ----------------------------------
mojoPortal Admin Menu CSS
To use this, add this to your style.config file:
<file cssvpath="/Data/style/adminmenu/style.css" imagebasevpath="/Data/style/adminmenu/">none</file>
------------------------------------- */

/* Admin menu -- 2.8+ */
.panelwrapper.adminmenu { 
    padding: 30px 30px 30px 27px;
}

.adminmenu ul.simplelist * {
    box-sizing: border-box;
}

.adminmenu ul.simplelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -15px; 
    margin-right: -15px;
    padding: 0
}

.adminmenu ul.simplelist>li {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/7);
    flex: 0 0 calc(100%/7);
    font-family: arial,sans-serif;
    font-size: 14px;
    min-width: 160px;
    padding: 15px;
    text-align: center;
}

.adminmenu ul.simplelist>li a {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    position: relative;
	text-decoration: none;
}

.adminmenu ul.simplelist>li a>span.fa {
    margin: 10px 0;
    font-size: 30px;
}

.adminmenu ul.simplelist>li a>span.fa.fa-stack {
    font-size: 20px;
}

.adminmenu ul.simplelist>li a:hover {
    background-color: #eee;
    text-decoration: none;
}

/* Admin menu -- before 2.8 
For more information about Crystal Clear icons, http://commons.wikimedia.org/wiki/Category:Crystal_Clear_icons 
This css and few custom modified verasions of crystal icons were contributed by Steve Railsback of Colorado State U 2010-09-29

*/


/*
div.adminmenu {  }
div.adminmenu ul.simplelist { margin: 0 0 1em -20px; }
div.adminmenu ul.simplelist li { float: left; display: block; background-image:none; }
div.adminmenu ul.simplelist li  a { 
	line-height: 1em; 
	display: block; 
	width: 100px; 
	height: 40px; 
	float: left; 
	padding: 60px 10px 10px 10px; 
	margin: 5px; 
	text-decoration: none; 
	border: 1px solid #ddd; 
	text-align: center;  
}

html[dir='rtl'] div.adminmenu ul li { float: right;}
html[dir='rtl'] div.adminmenu ul li a { float: right; }


div.adminmenu ul.simplelist li a:hover { color: #000; border: 1px solid #333; background-color: #eee; } 

a.lnkSiteSettings { background: url("/Data/style/adminmenu/Crystal_Clear_action_run.png") no-repeat center 10px; }


a.lnkSecurityAdvisor, a.lnkSecurityAdvisorWarning {background: url("/Data/style/adminmenu/Crystal_Clear_app_agent.png") no-repeat center 10px; }


a.lnkSecurityAdvisorWarning { color:Red !important; border-color:Red !important; }
a.lnkSecurityAdvisorWarning:after { content: " Needs Attention! "; }
span.secwarning { display: none; }


a.lnkCommerceReports { background: url("/Data/style/adminmenu/Crystal_Clear_app_kchart.png") no-repeat center 10px;}
a.lnkContentManager { background: url("/Data/style/adminmenu/Crystal_Clear_mimetype_document.png") no-repeat center 10px;}
a.lnkContentWorkFlow { background: url("/Data/style/adminmenu/Crystal-Clear-content_workflow.png") no-repeat center 10px; }
a.lnkContentTemplates { background: url("/Data/style/adminmenu/Crystal_Clear_app_kivio.png") no-repeat center 10px;}
a.lnkStyleTemplates { background: url("/Data/style/adminmenu/Crystal-Clear-app-stylesheet.png") no-repeat center 10px;}
a.lnkSiteList { background: url("/Data/style/adminmenu/folder_html.png") no-repeat center 10px;}
a.lnkPageTree { background: url("/Data/style/adminmenu/Crystal-Clear-action-view-tree.png") no-repeat  center 10px;}
a.lnkRoleAdmin { background: url("/Data/style/adminmenu/Crystal_Clear_users.png") no-repeat  center 10px;}
a.lnkFileManager { background: url("/Data/style/adminmenu/Cystal_Clear_file_manager.png") no-repeat  center 10px;}
a.lnkAddUser { background: url("/Data/style/adminmenu/Crystal_Clear_add_user.png") no-repeat  center 10px;}
a.lnkCoreData { background: url("/Data/style/adminmenu/Crystal_Clear_app_database.png") no-repeat  center 10px;}
a.lnkAdvancedTools { background: url("/Data/style/adminmenu/Crystal-Clear-action-configure.png") no-repeat  center 10px;}
a.lnkLogViewer { background: url("/Data/style/adminmenu/Crystal-Clear-mimetype-vcalendar.png") no-repeat  center 10px;}
a.lnkServerInfo { background: url("/Data/style/adminmenu/Crystal-Clear-app-ksysguard.png") no-repeat  center 10px;}
a.lnkNewsletter { background: url("/Data/style/adminmenu/Crystal-Clear-app-kontact.png") no-repeat  center 10px;}
a.lnkMemberList { background: url("/Data/style/adminmenu/Crystal-Clear-kuser2.png") no-repeat  center 10px;}
a.lnkCurrencyAdmin { background: url("/Data/style/adminmenu/Crystal-Clear-currency.png") no-repeat  center 10px;}
a.lnkCountryAdmin { background: url("/Data/style/adminmenu/Crystal-Clear-app-locale.png") no-repeat  center 10px;}
a.lnkGeoZone { background: url("/Data/style/adminmenu/Crystal-Clear-app-browser.png") no-repeat  center 10px;}
a.lnkTaxClassAdmin { background: url("/Data/style/adminmenu/Crystal-Clear-app-kspread.png") no-repeat  center 10px;}
a.lnkTaxRateAdmin { background: url("/Data/style/adminmenu/Crystal-Clear-tax.png") no-repeat  center 10px;}
a.lnkUrlManager { background: url("/Data/style/adminmenu/Crystal-Clear-url.png") no-repeat  center 10px;}
a.lnkRedirectManager { background: url("/Data/style/adminmenu/Crystal-Clear-redirect.png") no-repeat  center 10px;}
a.lnkBannedIPs { background: url("/Data/style/adminmenu/Crystal-Clear_banned_ip.png") no-repeat  center 10px;}
a.lnkFeatureAdmin { background: url("/Data/style/adminmenu/Crystal-Clear-app-kpackage.png") no-repeat  center 10px;}
a.lnkTaskQueue { background: url("/Data/style/adminmenu/Crystal_Clear_action_editpaste.png") no-repeat  center 10px;}
a.lnkWebPartAdmin { background: url("/Data/style/adminmenu/Crystal_Clear_Networksettings.png") no-repeat  center 10px;}
a.lnkAwaitingApproval { background: url("/Data/style/adminmenu/Crystal_Clear_waiting_approval.png") no-repeat  center 10px;}
a.lnkRejectedContent { background: url("/Data/style/adminmenu/Crystal_Clear_rejected_content.png") no-repeat  center 10px;}
a.lnkPendingPages { background: url("/Data/style/adminmenu/FileCrystal-Clear-draft_pages.png") no-repeat  center 10px;}
a.AnalyticsMenuLink { background: url("/Data/style/adminmenu/Crystal-Clear-app-browser.png") no-repeat  center 10px; }
a.lnkDevTools  { background: url("/Data/style/adminmenu/devtools.png") no-repeat  center 10px; }
a.lnkDesignTools  { background: url("/Data/style/adminmenu/designtools.png") no-repeat  center 10px; }
a.lnkRegistrationAgreement, a.lnkLoginInfo  { background: url("/Data/style/adminmenu/RegAgreement.png") no-repeat  center 10px; }
a.lnkPermissionAdmin { background: url("/Data/style/adminmenu/permissions.png") no-repeat  center 10px; }
a.lnkSkinList { background: url("/Data/style/adminmenu/skin.png") no-repeat center 10px; }
a.lnkCacheTool { background: url("/Data/style/adminmenu/cache.png") no-repeat center 10px; }
*/

body.filedialog{ color: black;}

h2.logitem { font-size: 1em; }

input.openid_login { background:url("/Data/style/common/openidlogin.gif") no-repeat; background-color:#fff; background-position:0 50%; color:#000; padding-left:18px; }


/* autocomplete extender */

ul.autocomplete_completionListElement 
{  
	margin : 0px 0px 0px 0px!important;
	padding: 0px !important;
	background-color : white;
	color : black;
	border-color : gray;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 300px;
    text-align : left; 
    list-style-type : none !important;
	
}

li.autocomplete_highlightedListItem
{
	margin-left: 0px !important ;
	background-color: #ffff99;
	color: black;
	padding: 1px !important;
	background-image:none!important;
	
	
}

li.autocomplete_listItem 
{
	
	margin-left: 0px !important;
	background-color : white;
	color : black;
	padding : 1px !important;
	background-image:none!important;

	
}

/* jQuery Cycle Pager 
 * Required for HTML Module "Slide Show Pager" option.
 */
.cyclenav {text-align: center;}
.cyclenav a{margin-right: 3px;}
.cyclenav a.activeSlide {font-weight: bold;}

/* Example of jQuery Cycle Pager with 'dots' for the navigation links
 * To use this, place 'cycledots' (without quotes) in the 
 * 'Custom CSS Class' setting of the HTML Content Module being used 
 * for the slideshow
 */
.cycledots .cyclenav a{
	background: transparent url("/Data/style/common/cyclenav-bullet2.png") no-repeat scroll center -28px; 
	line-height: 40px;
	overflow: hidden;
	height: 14px;
	width: 14px;
	display: inline-block;}
.cycledots .cyclenav a:focus,
.cycledots .cyclenav a.activeSlide{ background-position: center -14px; }
.cycledots .cyclenav a:hover { background-position: center 0; }


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }



/* faq */
.faqs{padding-top:20px}
.faqs dt{font-weight:bold;background:url("/Data/style/common/q.gif") 0 4px no-repeat;padding:3px 0 15px 30px;position:relative;}
.faqs dt:hover{cursor:pointer}
.faqs dd{background:url("/Data/style/common/a.gif") 0 2px no-repeat;padding:0 0 5px 30px;position:relative;color:#333}
.faqs .hover{color:#990000;text-decoration:underline}

/*mojorating */
.ratingcontainer { float:right; white-space:nowrap; margin:5px 5px 5px 5px;  }
.ratingprompt { float: left; margin-right: 5px; }
.voteswrap { margin-left: 5px; }
.ratingcontainer div { float:left; white-space:nowrap; margin:0px 0px 0px 0px;  }
.ratingrow { white-space:nowrap; }
.ratingStar { white-space:nowrap; height:14px; margin:1em; }
.ratingStar .ratingItem { font-size:0; width:13px; height:12px; display:block; background-repeat:no-repeat; cursor:pointer; margin:0; padding:0; }
.ratingStar .Filled { background-image:url("/Data/style/common/ratingStarFilled.png"); }
.ratingStar .Empty { background-image:url("/Data/style/common/ratingStarEmpty.png"); }
.ratingStar .Saved { background-image:url("/Data/style/common/ratingStarSaved.png"); }
.ratingbuttons {  margin: 0px 0px 0px 0px; padding: 2px 0px 0px 0px;  }
.rcommentprompt { display:block;}
.ratingcomments { border:#000 1px solid; background-color:#eee; color:#000; width:206px; height:200px; position:absolute; margin-top:15px; padding:5px; }
.ratingcommentbox { width:200px; height:100px; }



a.addtocal { background: url("/Data/style/common/calendar_add.png") no-repeat; background-position: 0px 2px; padding-left:18px; display:inline-block; min-height:22px; margin-right:4px;  }

/* ***************************************
** Diff related styles
*****************************************/

ins {
	background-color: #cfc;
	text-decoration:inherit;

}

del {
	color: #999;
	background-color:#FEC8C8;
}

ins.mod {
    background-color: #FFE1AC;
}

a.inlineedittoggle.ui-icon { display: inline-block; }

.filedialog { margin: 0; padding: 0;}
#GalleryPreview{ table-layout: fixed; width: 450px; margin: 0 auto;float: left; border: 0px solid #0000ff; }
#GalleryPreview_VerticalFix { width: 450px; display: table-cell; text-align: left; border: 0px solid #00ff00; }
#GalleryPreview img { max-width: 550px; max-height: 550px;}
.boldtext { font-weight: bold;}

#filewrapper {}
#filewrapper .fileoperations { background-color: #F0EFF1; }
#filewrapper .foldercreation,
#filewrapper .fileupload { float: left; width: 50%;}
#filewrapper .operationpanel { padding: 0 5px; }
#filewrapper .operationheading { display: block; text-align: center; background-color: #E0DFE3; font-weight: bold;}
#filewrapper .imageresizeoptions { margin-top: 10px; }
#filewrapper .imageresizeoptions,
#filewrapper .operationinstructions { font-size: 110%; }
#filewrapper .imageresizecheckbox { display: block; }
#filewrapper .imageresizecheckbox input { margin-right: 3px; }
#filewrapper .errorpanel span { margin-top: 5px; }

#filewrapper .fileselection > div { }
#filewrapper .filetreewrapper { float: left; width: 33%; }
#filewrapper .filepreview { float: left; width: 67% }
#filewrapper .filepreview .operationpanel { padding: 0 0 0 15px; }
#filewrapper .rootfolder { float: left; height: 475px; width: 100%; margin-left: 10px; overflow: auto; }
#filewrapper #pnlFileTree { padding-right: 30px; }
#filewrapper .smalltextbox { width: 30px; margin-right: 10px; }

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

div.uploadfilelist {
	padding-top: 10px;
	clear: both;
}

div.uploadfilelist .ui-button,
.uploadcontainer .ui-button {
	padding: 7px;
}

ul.filelist {
	
	list-style: none;
}

ul.filelist .ui-icon-trash {
	display: inline-block;
	cursor: hand;
	cursor: pointer;
	
}

div.fileupload-dropzone {
	padding: 50px 0 50px 0;
	width: 100%;
	border:dashed thin black;
	margin: 4px 4px 4px 4px;
	text-align:center;
	vertical-align:middle;
}

/* editor styles, classes assigned by toolbar items */
.AlignCenter , p.AlignCenter {
  text-align: center;
}
 
.AlignLeft , p.AlignLeft{
  text-align: left;
}
 
.AlignRight, p.AlignRight {
  text-align: right;
}
 
.AlignJustify, p.AlignJustify {
  text-align: justify;
}
 
.Indent1, p.Indent1 , ol.Indent1, ul.Indent1{
  margin-left: 40px;
}
 
.Indent2, p.Indent2, ol.Indent2, ul.Indent2 {
  margin-left: 80px;
}
 
.Indent3, p.Indent3, ol.Indent3, ul.Indent3 {
  margin-left: 120px;
}

.font-xsmall {
  font-size: 60%;
}
.font-small {
  font-size: 80%;
}
.font-normal {
  font-size: 100%;
}
.font-large {
  font-size: 120%;
}
.font-xlarge {
  font-size: 140%;
}

table.jqtable td { font-weight:bold; }
table.FileManager_table { width:99%; }

div.cmdbar { display:inline-block; min-width:300px; min-height:14px; max-height: 14px; }
a.forumcommand { margin: 0px 10px 0px 10px; }


/* added for 2.7 */
.pagelayout__item-btn { 
    background: 0; 
    border: 0 none; 
    outline: 0 none;
    padding: 5px 0;
    cursor: pointer;
}
.pagelayout__item-btn:hover > svg {
    fill: #a90a11;
}

.pagelayout .panelistbox { 
    display: flex; 
    flex-flow: row nowrap; 
}

.pagelayout-item-btns {
    width: 40px;
    flex: 1 1 33px;
}
/* end add for 2.7 *//*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2011 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.0 (jPlayer 2.1.0)
 * Date: 1st September 2011
 */
 
 /* KLD - Added to avoid clashes with general ul and li styles */
div.jp-audio ul li,
div.jp-video ul li
{
    background-image: none;
    padding-left: 0;
    margin: 0;
}

div.jp-audio,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	border:1px solid #009be3;
	background-color:#eee;
	position:relative;
}
div.jp-audio {
	width:420px;
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}

div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative
	
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	/* Rules for IE6 (full-screen) */
	position: fixed !important; position: relative; 
	
	overflow: hidden;
	z-index:11000;
}

div.jp-video-full div.jp-gui {
/* Rules for IE6 (full-screen) */
	position: fixed !important; position: static; 
	
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	
	z-index:11000;
}

div.jp-video-full div.jp-interface {
/* Rules for IE6 (full-screen) */
	position: absolute !important; position: relative; 
	
	bottom: 0;
	left: 0;
	z-index:11000;
}

div.jp-interface {
	position: relative;
	background-color:#eee;
	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}

div.jp-video div.jp-interface {
	border-top:1px solid #009be3;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {
	width: 380px;
	padding:20px 20px 0 20px;
}

div.jp-video div.jp-type-single ul.jp-controls {
	width: 78px;
	margin-left: 200px;
	
}

div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
}

a.jp-play {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -41px -42px no-repeat;
}

a.jp-stop, a.jp-previous, a.jp-next {
	width:28px;
	height:28px;
	margin-top:6px;
}

a.jp-stop {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") 0 -83px no-repeat;
	margin-left:10px;
}

a.jp-stop:hover {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}

a.jp-previous {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}

a.jp-next {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:32px;
	height:15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:100px;
	width:130px;
}
.AudioPlayer div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:18px;
	height:15px;
	margin-top:12px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px;	
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}

div.jp-audio a.jp-volume-max {
	margin-left: 56px;	
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	position: absolute;
	top:12px;
	margin-top:0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	left: 50px;
}

div.jp-video a.jp-volume-max {
	left: 134px;
}

a.jp-mute {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") 0 -170px no-repeat;
}
a.jp-mute:hover {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-unmute {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -60px -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -79px -170px no-repeat;
}
a.jp-volume-max {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
	top:37px;
	left:330px;
}
div.jp-video div.jp-volume-bar {
	top:17px;
	left:72px;
}
div.jp-volume-bar-value {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}

div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

div.jp-video div.jp-current-time {
	margin-left:20px;
}
div.jp-video div.jp-duration {
	margin-right:20px;
}

/* @end */

/* @group playlist */

div.jp-title {
	font-weight:bold;
	text-align:center;
}

div.jp-title,
div.jp-playlist {
	width:100%;
	background-color:#ccc;
	border-top:1px solid #009be3;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}

div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	/* padding:5px 0 5px 20px; */
	padding:5px 0 5px 0px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

div.jp-video-play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
	z-index:11000;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}





div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}

div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:100px;
}

ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") 0 -310px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -90px -310px no-repeat;
}

a.jp-repeat {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") 0 -290px no-repeat;
}

a.jp-repeat:hover {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -30px -290px no-repeat;
}

a.jp-repeat-off {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -90px -290px no-repeat;
}

a.jp-shuffle {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") 0 -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle:hover {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -30px -270px no-repeat;
}

a.jp-shuffle-off {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -60px -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	background: url("/Data/style/jplayer/bluemonday/jplayer.blue.monday.jpg") -90px -270px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left:50%;
	top: 10px;

	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/



 .nivoSlider {
	position:relative;
	background:#fff url("/Data/style/nivoslider/default/loading.gif") no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
 .nivoSlider a {
	border:0;
	display:block;
}

 .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
 .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url("/Data/style/nivoslider/default/bullets.png") no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url("/Data/style/nivoslider/default/arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
 a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
 a.nivo-prevNav {
	left:15px;
}

 .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
 .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
 .nivo-caption a:hover {
    color:#fff;
}

 .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
 .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
 .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*!--------------------------------------------------- //
// FRAMEWORK										   //
// Developed for mojoPortal by i7MEDIA                 //
// Created: 1/5/2013                                   //
// Last Updated: 5/1/2013                              //
// Version: 1.01									   //
//                                                     //
// www.i7media.com                                     //
// Creative.Results                                    //
// --------------------------------------------------- //
// Special thanks to:								   //
// http://twitter.github.io/bootstrap/				   //
// http://fortawesome.github.io/Font-Awesome/		   //
// http://jquery.malsup.com/cycle2/					   //
// http://modernizr.com/							   //
// http://git.io/normalize							   //
// --------------------------------------------------- //
*/
.clear-fix:before,
.clear-fix:after {
  content: " ";
  display: table;
}
.clear-fix:after {
  clear: both;
}
.clear-fix:before,
.clear-fix:after {
  content: " ";
  display: table;
}
.clear-fix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* normalize.css v2.1.1 | MIT License | git.io/normalize 
//  Edited for LESS and customized for use with mojoPortal by i7MEDIA http://i7media.net/ */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  background: none repeat scroll 0 0 #ffffff;
  background-attachment: fixed;
  background-color: #ffffff;
  color: #000000;
  font-family: 'Dosis', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857143;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
.alt-text {
  font-family: 'Dosis', sans-serif;
}
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
}
body:before,
body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
.mainform {
  min-height: 100vh;
}
.mainform:before,
.mainform:after {
  content: " ";
  display: table;
}
.mainform:after {
  clear: both;
}
.mainform:before,
.mainform:after {
  content: " ";
  display: table;
}
.mainform:after {
  clear: both;
}
a {
  max-width: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 20px;
}
h2,
.h2 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
}
h3,
.h3 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
}
h4,
.h4 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}
h5,
.h5 {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
h6,
.h6 {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}
p,
pre,
figcaption {
  margin: 0 0 10px;
}
abbr[title] {
  border-bottom: 1px dotted #999999;
  cursor: help;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-top: 1px solid #bcbcbc;
  box-sizing: content-box;
  height: 0;
  margin: 18px 0;
  padding: 0;
}
mark {
  background: #ff0;
  color: #000;
}
cite {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  height: auto !important;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}
.cke_widget_mask {
  height: 100% !important;
}
#map_canvas img,
.google-maps img,
.jcrop-holder img {
  max-width: none;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0 0 10px;
  position: relative;
}
form {
  margin: 0;
}
fieldset {
  border: 0 none;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0;
}
legend {
  border: 0;
  font-size: 19.5px;
  margin: 0 0 0.83em;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container,
.company-timeline .moduletitle {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.company-timeline .moduletitle:before,
.container:after,
.company-timeline .moduletitle:after {
  content: " ";
  display: table;
}
.container:after,
.company-timeline .moduletitle:after {
  clear: both;
}
.container:before,
.company-timeline .moduletitle:before,
.container:after,
.company-timeline .moduletitle:after {
  content: " ";
  display: table;
}
.container:after,
.company-timeline .moduletitle:after {
  clear: both;
}
.row {
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
@media (min-width: 768px) {
  .pagebody {
    min-width: 750px;
  }
  .container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 750px;
  }
  .container:before,
  .container:after {
    content: " ";
    display: table;
  }
  .container:after {
    clear: both;
  }
  .container:before,
  .container:after {
    content: " ";
    display: table;
  }
  .container:after {
    clear: both;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .pagebody {
    min-width: 970px;
  }
  .container {
    width: 970px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1245px) {
  .pagebody {
    min-width: 1230px;
  }
  .container {
    width: 1230px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
}
.settingrow[class*="col-"].pad-left-0,
[class*="col-"].pad-left-0 {
  padding-left: 0;
}
.settingrow[class*="col-"].pad-right-0,
[class*="col-"].pad-right-0 {
  padding-right: 0;
}
.settingrow[class*="col-"].clear-right,
[class*="col-"].clear-right {
  clear: right;
}
.settingrow[class*="col-"].clear-left,
[class*="col-"].clear-left {
  clear: left;
}
#aspnetForm .gutter-top {
  margin-top: 30px;
}
#aspnetForm .gutter-left {
  margin-left: 30px;
}
#aspnetForm .gutter-right {
  margin-right: 30px;
}
#aspnetForm .gutter-bottom {
  margin-bottom: 30px;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
.btn {
  background-image: none;
  box-sizing: border-box;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-family: 'Dosis', sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.42857143;
  padding: 6px 12px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #333333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  border-color: #adadad;
  background-color: #e6e6e6;
  color: #333333;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #cccccc;
  background-color: #ffffff;
}
.btn-default .badge {
  background-color: #333333;
  color: #ffffff;
}
.btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  border-color: #204d74;
  background-color: #286090;
  color: #ffffff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #2e6da4;
  background-color: #337ab7;
}
.btn-primary .badge {
  background-color: #ffffff;
  color: #337ab7;
}
.btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  border-color: #398439;
  background-color: #449d44;
  color: #ffffff;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  border-color: #4cae4c;
  background-color: #5cb85c;
}
.btn-success .badge {
  background-color: #ffffff;
  color: #5cb85c;
}
.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  border-color: #269abc;
  background-color: #31b0d5;
  color: #ffffff;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  border-color: #46b8da;
  background-color: #5bc0de;
}
.btn-info .badge {
  background-color: #ffffff;
  color: #5bc0de;
}
.btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  border-color: #d58512;
  background-color: #ec971f;
  color: #ffffff;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  border-color: #eea236;
  background-color: #f0ad4e;
}
.btn-warning .badge {
  background-color: #ffffff;
  color: #f0ad4e;
}
.btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  border-color: #ac2925;
  background-color: #c9302c;
  color: #ffffff;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  border-color: #d43f3a;
  background-color: #d9534f;
}
.btn-danger .badge {
  background-color: #ffffff;
  color: #d9534f;
}
.btn-link {
  border-radius: 0;
  color: #337ab7;
  font-weight: normal;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #286090;
  text-decoration: underline;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  border-radius: 6px;
  font-size: 17px;
  line-height: 1.3333333;
  padding: 10px 16px;
  font-size: 14px;
  padding: 12px 18px;
}
.btn-sm,
.btn-group-sm > .btn {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}
.btn-xs,
.btn-group-xs > .btn {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-default {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-default.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-color: #e0e0e0;
  background-image: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
  background-image: linear-gradient(to bottom, #ffffff, #e0e0e0);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn:empty {
  display: none;
}
input.btn:empty,
input[type="submit"]:empty {
  display: inline-block;
}
.btn > strong {
  font-weight: 400;
}
.modulepager,
.pagelayout-buttons {
  clear: both;
  display: block;
  margin-bottom: 14px;
  margin-top: 14px;
}
[type="submit"]:not(.buttonlink, .btn-primary),
.admin.serverlog textarea + a,
input[value='Setup Janrain Engage'],
a[title='Create New Site'],
.administration .sitelistpage .sitelist + .settingrow > a,
.altfile,
.newletteradmin .AspNet-GridView + a,
.newletteradmin .AspNet-GridView + a + a,
.pollchoose .settingrow > a,
.pollchoose .buttonlink,
.pollchoose .buttonlink + a,
[id$='_btnNewQuestion'],
a[id$='_lnkAddNew'],
[id$='_btnShowResults'],
.loginmodule .logoutlink,
.createuserbutton,
[id$='_loginButton'],
a[id$='_lnkRpxAdmin'],
a[id$='_lnkCancel'],
.sitewrap .fsubcribe2,
.sitewrap .newthread,
.sitewrap .newpost,
ul.filelist + button,
a[id$='_lnkLogin'],
a[id$='_lnkLoginBottom'],
.storelink,
.addtocartlink,
.signinorregister-signinprompt a,
.signinorregister-registerprompt a,
.signinorregister-additionalregisteroptions a,
input[id*="btnNewFolder"] {
  background-image: none;
  box-sizing: border-box;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-family: 'Dosis', sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.42857143;
  padding: 6px 12px;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #333333;
  background-color: #e0e0e0;
  background-image: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
  background-image: linear-gradient(to bottom, #ffffff, #e0e0e0);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
[type="submit"]:not(.buttonlink, .btn-primary):focus,
.admin.serverlog textarea + a:focus,
input[value='Setup Janrain Engage']:focus,
a[title='Create New Site']:focus,
.administration .sitelistpage .sitelist + .settingrow > a:focus,
.altfile:focus,
.newletteradmin .AspNet-GridView + a:focus,
.newletteradmin .AspNet-GridView + a + a:focus,
.pollchoose .settingrow > a:focus,
.pollchoose .buttonlink:focus,
.pollchoose .buttonlink + a:focus,
[id$='_btnNewQuestion']:focus,
a[id$='_lnkAddNew']:focus,
[id$='_btnShowResults']:focus,
.loginmodule .logoutlink:focus,
.createuserbutton:focus,
[id$='_loginButton']:focus,
a[id$='_lnkRpxAdmin']:focus,
a[id$='_lnkCancel']:focus,
.sitewrap .fsubcribe2:focus,
.sitewrap .newthread:focus,
.sitewrap .newpost:focus,
ul.filelist + button:focus,
a[id$='_lnkLogin']:focus,
a[id$='_lnkLoginBottom']:focus,
.storelink:focus,
.addtocartlink:focus,
.signinorregister-signinprompt a:focus,
.signinorregister-registerprompt a:focus,
.signinorregister-additionalregisteroptions a:focus,
input[id*="btnNewFolder"]:focus,
[type="submit"]:not(.buttonlink, .btn-primary):active:focus,
.admin.serverlog textarea + a:active:focus,
input[value='Setup Janrain Engage']:active:focus,
a[title='Create New Site']:active:focus,
.administration .sitelistpage .sitelist + .settingrow > a:active:focus,
.altfile:active:focus,
.newletteradmin .AspNet-GridView + a:active:focus,
.newletteradmin .AspNet-GridView + a + a:active:focus,
.pollchoose .settingrow > a:active:focus,
.pollchoose .buttonlink:active:focus,
.pollchoose .buttonlink + a:active:focus,
[id$='_btnNewQuestion']:active:focus,
a[id$='_lnkAddNew']:active:focus,
[id$='_btnShowResults']:active:focus,
.loginmodule .logoutlink:active:focus,
.createuserbutton:active:focus,
[id$='_loginButton']:active:focus,
a[id$='_lnkRpxAdmin']:active:focus,
a[id$='_lnkCancel']:active:focus,
.sitewrap .fsubcribe2:active:focus,
.sitewrap .newthread:active:focus,
.sitewrap .newpost:active:focus,
ul.filelist + button:active:focus,
a[id$='_lnkLogin']:active:focus,
a[id$='_lnkLoginBottom']:active:focus,
.storelink:active:focus,
.addtocartlink:active:focus,
.signinorregister-signinprompt a:active:focus,
.signinorregister-registerprompt a:active:focus,
.signinorregister-additionalregisteroptions a:active:focus,
input[id*="btnNewFolder"]:active:focus,
[type="submit"]:not(.buttonlink, .btn-primary).active:focus,
.admin.serverlog textarea + a.active:focus,
input[value='Setup Janrain Engage'].active:focus,
a[title='Create New Site'].active:focus,
.administration .sitelistpage .sitelist + .settingrow > a.active:focus,
.altfile.active:focus,
.newletteradmin .AspNet-GridView + a.active:focus,
.newletteradmin .AspNet-GridView + a + a.active:focus,
.pollchoose .settingrow > a.active:focus,
.pollchoose .buttonlink.active:focus,
.pollchoose .buttonlink + a.active:focus,
[id$='_btnNewQuestion'].active:focus,
a[id$='_lnkAddNew'].active:focus,
[id$='_btnShowResults'].active:focus,
.loginmodule .logoutlink.active:focus,
.createuserbutton.active:focus,
[id$='_loginButton'].active:focus,
a[id$='_lnkRpxAdmin'].active:focus,
a[id$='_lnkCancel'].active:focus,
.sitewrap .fsubcribe2.active:focus,
.sitewrap .newthread.active:focus,
.sitewrap .newpost.active:focus,
ul.filelist + button.active:focus,
a[id$='_lnkLogin'].active:focus,
a[id$='_lnkLoginBottom'].active:focus,
.storelink.active:focus,
.addtocartlink.active:focus,
.signinorregister-signinprompt a.active:focus,
.signinorregister-registerprompt a.active:focus,
.signinorregister-additionalregisteroptions a.active:focus,
input[id*="btnNewFolder"].active:focus,
[type="submit"]:not(.buttonlink, .btn-primary).focus,
.admin.serverlog textarea + a.focus,
input[value='Setup Janrain Engage'].focus,
a[title='Create New Site'].focus,
.administration .sitelistpage .sitelist + .settingrow > a.focus,
.altfile.focus,
.newletteradmin .AspNet-GridView + a.focus,
.newletteradmin .AspNet-GridView + a + a.focus,
.pollchoose .settingrow > a.focus,
.pollchoose .buttonlink.focus,
.pollchoose .buttonlink + a.focus,
[id$='_btnNewQuestion'].focus,
a[id$='_lnkAddNew'].focus,
[id$='_btnShowResults'].focus,
.loginmodule .logoutlink.focus,
.createuserbutton.focus,
[id$='_loginButton'].focus,
a[id$='_lnkRpxAdmin'].focus,
a[id$='_lnkCancel'].focus,
.sitewrap .fsubcribe2.focus,
.sitewrap .newthread.focus,
.sitewrap .newpost.focus,
ul.filelist + button.focus,
a[id$='_lnkLogin'].focus,
a[id$='_lnkLoginBottom'].focus,
.storelink.focus,
.addtocartlink.focus,
.signinorregister-signinprompt a.focus,
.signinorregister-registerprompt a.focus,
.signinorregister-additionalregisteroptions a.focus,
input[id*="btnNewFolder"].focus,
[type="submit"]:not(.buttonlink, .btn-primary):active.focus,
.admin.serverlog textarea + a:active.focus,
input[value='Setup Janrain Engage']:active.focus,
a[title='Create New Site']:active.focus,
.administration .sitelistpage .sitelist + .settingrow > a:active.focus,
.altfile:active.focus,
.newletteradmin .AspNet-GridView + a:active.focus,
.newletteradmin .AspNet-GridView + a + a:active.focus,
.pollchoose .settingrow > a:active.focus,
.pollchoose .buttonlink:active.focus,
.pollchoose .buttonlink + a:active.focus,
[id$='_btnNewQuestion']:active.focus,
a[id$='_lnkAddNew']:active.focus,
[id$='_btnShowResults']:active.focus,
.loginmodule .logoutlink:active.focus,
.createuserbutton:active.focus,
[id$='_loginButton']:active.focus,
a[id$='_lnkRpxAdmin']:active.focus,
a[id$='_lnkCancel']:active.focus,
.sitewrap .fsubcribe2:active.focus,
.sitewrap .newthread:active.focus,
.sitewrap .newpost:active.focus,
ul.filelist + button:active.focus,
a[id$='_lnkLogin']:active.focus,
a[id$='_lnkLoginBottom']:active.focus,
.storelink:active.focus,
.addtocartlink:active.focus,
.signinorregister-signinprompt a:active.focus,
.signinorregister-registerprompt a:active.focus,
.signinorregister-additionalregisteroptions a:active.focus,
input[id*="btnNewFolder"]:active.focus,
[type="submit"]:not(.buttonlink, .btn-primary).active.focus,
.admin.serverlog textarea + a.active.focus,
input[value='Setup Janrain Engage'].active.focus,
a[title='Create New Site'].active.focus,
.administration .sitelistpage .sitelist + .settingrow > a.active.focus,
.altfile.active.focus,
.newletteradmin .AspNet-GridView + a.active.focus,
.newletteradmin .AspNet-GridView + a + a.active.focus,
.pollchoose .settingrow > a.active.focus,
.pollchoose .buttonlink.active.focus,
.pollchoose .buttonlink + a.active.focus,
[id$='_btnNewQuestion'].active.focus,
a[id$='_lnkAddNew'].active.focus,
[id$='_btnShowResults'].active.focus,
.loginmodule .logoutlink.active.focus,
.createuserbutton.active.focus,
[id$='_loginButton'].active.focus,
a[id$='_lnkRpxAdmin'].active.focus,
a[id$='_lnkCancel'].active.focus,
.sitewrap .fsubcribe2.active.focus,
.sitewrap .newthread.active.focus,
.sitewrap .newpost.active.focus,
ul.filelist + button.active.focus,
a[id$='_lnkLogin'].active.focus,
a[id$='_lnkLoginBottom'].active.focus,
.storelink.active.focus,
.addtocartlink.active.focus,
.signinorregister-signinprompt a.active.focus,
.signinorregister-registerprompt a.active.focus,
.signinorregister-additionalregisteroptions a.active.focus,
input[id*="btnNewFolder"].active.focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
[type="submit"]:not(.buttonlink, .btn-primary):hover,
.admin.serverlog textarea + a:hover,
input[value='Setup Janrain Engage']:hover,
a[title='Create New Site']:hover,
.administration .sitelistpage .sitelist + .settingrow > a:hover,
.altfile:hover,
.newletteradmin .AspNet-GridView + a:hover,
.newletteradmin .AspNet-GridView + a + a:hover,
.pollchoose .settingrow > a:hover,
.pollchoose .buttonlink:hover,
.pollchoose .buttonlink + a:hover,
[id$='_btnNewQuestion']:hover,
a[id$='_lnkAddNew']:hover,
[id$='_btnShowResults']:hover,
.loginmodule .logoutlink:hover,
.createuserbutton:hover,
[id$='_loginButton']:hover,
a[id$='_lnkRpxAdmin']:hover,
a[id$='_lnkCancel']:hover,
.sitewrap .fsubcribe2:hover,
.sitewrap .newthread:hover,
.sitewrap .newpost:hover,
ul.filelist + button:hover,
a[id$='_lnkLogin']:hover,
a[id$='_lnkLoginBottom']:hover,
.storelink:hover,
.addtocartlink:hover,
.signinorregister-signinprompt a:hover,
.signinorregister-registerprompt a:hover,
.signinorregister-additionalregisteroptions a:hover,
input[id*="btnNewFolder"]:hover,
[type="submit"]:not(.buttonlink, .btn-primary):focus,
.admin.serverlog textarea + a:focus,
input[value='Setup Janrain Engage']:focus,
a[title='Create New Site']:focus,
.administration .sitelistpage .sitelist + .settingrow > a:focus,
.altfile:focus,
.newletteradmin .AspNet-GridView + a:focus,
.newletteradmin .AspNet-GridView + a + a:focus,
.pollchoose .settingrow > a:focus,
.pollchoose .buttonlink:focus,
.pollchoose .buttonlink + a:focus,
[id$='_btnNewQuestion']:focus,
a[id$='_lnkAddNew']:focus,
[id$='_btnShowResults']:focus,
.loginmodule .logoutlink:focus,
.createuserbutton:focus,
[id$='_loginButton']:focus,
a[id$='_lnkRpxAdmin']:focus,
a[id$='_lnkCancel']:focus,
.sitewrap .fsubcribe2:focus,
.sitewrap .newthread:focus,
.sitewrap .newpost:focus,
ul.filelist + button:focus,
a[id$='_lnkLogin']:focus,
a[id$='_lnkLoginBottom']:focus,
.storelink:focus,
.addtocartlink:focus,
.signinorregister-signinprompt a:focus,
.signinorregister-registerprompt a:focus,
.signinorregister-additionalregisteroptions a:focus,
input[id*="btnNewFolder"]:focus,
[type="submit"]:not(.buttonlink, .btn-primary).focus,
.admin.serverlog textarea + a.focus,
input[value='Setup Janrain Engage'].focus,
a[title='Create New Site'].focus,
.administration .sitelistpage .sitelist + .settingrow > a.focus,
.altfile.focus,
.newletteradmin .AspNet-GridView + a.focus,
.newletteradmin .AspNet-GridView + a + a.focus,
.pollchoose .settingrow > a.focus,
.pollchoose .buttonlink.focus,
.pollchoose .buttonlink + a.focus,
[id$='_btnNewQuestion'].focus,
a[id$='_lnkAddNew'].focus,
[id$='_btnShowResults'].focus,
.loginmodule .logoutlink.focus,
.createuserbutton.focus,
[id$='_loginButton'].focus,
a[id$='_lnkRpxAdmin'].focus,
a[id$='_lnkCancel'].focus,
.sitewrap .fsubcribe2.focus,
.sitewrap .newthread.focus,
.sitewrap .newpost.focus,
ul.filelist + button.focus,
a[id$='_lnkLogin'].focus,
a[id$='_lnkLoginBottom'].focus,
.storelink.focus,
.addtocartlink.focus,
.signinorregister-signinprompt a.focus,
.signinorregister-registerprompt a.focus,
.signinorregister-additionalregisteroptions a.focus,
input[id*="btnNewFolder"].focus {
  color: #333333;
  text-decoration: none;
}
[type="submit"]:not(.buttonlink, .btn-primary):active,
.admin.serverlog textarea + a:active,
input[value='Setup Janrain Engage']:active,
a[title='Create New Site']:active,
.administration .sitelistpage .sitelist + .settingrow > a:active,
.altfile:active,
.newletteradmin .AspNet-GridView + a:active,
.newletteradmin .AspNet-GridView + a + a:active,
.pollchoose .settingrow > a:active,
.pollchoose .buttonlink:active,
.pollchoose .buttonlink + a:active,
[id$='_btnNewQuestion']:active,
a[id$='_lnkAddNew']:active,
[id$='_btnShowResults']:active,
.loginmodule .logoutlink:active,
.createuserbutton:active,
[id$='_loginButton']:active,
a[id$='_lnkRpxAdmin']:active,
a[id$='_lnkCancel']:active,
.sitewrap .fsubcribe2:active,
.sitewrap .newthread:active,
.sitewrap .newpost:active,
ul.filelist + button:active,
a[id$='_lnkLogin']:active,
a[id$='_lnkLoginBottom']:active,
.storelink:active,
.addtocartlink:active,
.signinorregister-signinprompt a:active,
.signinorregister-registerprompt a:active,
.signinorregister-additionalregisteroptions a:active,
input[id*="btnNewFolder"]:active,
[type="submit"]:not(.buttonlink, .btn-primary).active,
.admin.serverlog textarea + a.active,
input[value='Setup Janrain Engage'].active,
a[title='Create New Site'].active,
.administration .sitelistpage .sitelist + .settingrow > a.active,
.altfile.active,
.newletteradmin .AspNet-GridView + a.active,
.newletteradmin .AspNet-GridView + a + a.active,
.pollchoose .settingrow > a.active,
.pollchoose .buttonlink.active,
.pollchoose .buttonlink + a.active,
[id$='_btnNewQuestion'].active,
a[id$='_lnkAddNew'].active,
[id$='_btnShowResults'].active,
.loginmodule .logoutlink.active,
.createuserbutton.active,
[id$='_loginButton'].active,
a[id$='_lnkRpxAdmin'].active,
a[id$='_lnkCancel'].active,
.sitewrap .fsubcribe2.active,
.sitewrap .newthread.active,
.sitewrap .newpost.active,
ul.filelist + button.active,
a[id$='_lnkLogin'].active,
a[id$='_lnkLoginBottom'].active,
.storelink.active,
.addtocartlink.active,
.signinorregister-signinprompt a.active,
.signinorregister-registerprompt a.active,
.signinorregister-additionalregisteroptions a.active,
input[id*="btnNewFolder"].active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  outline: 0;
}
[type="submit"]:not(.buttonlink, .btn-primary).disabled,
.admin.serverlog textarea + a.disabled,
input[value='Setup Janrain Engage'].disabled,
a[title='Create New Site'].disabled,
.administration .sitelistpage .sitelist + .settingrow > a.disabled,
.altfile.disabled,
.newletteradmin .AspNet-GridView + a.disabled,
.newletteradmin .AspNet-GridView + a + a.disabled,
.pollchoose .settingrow > a.disabled,
.pollchoose .buttonlink.disabled,
.pollchoose .buttonlink + a.disabled,
[id$='_btnNewQuestion'].disabled,
a[id$='_lnkAddNew'].disabled,
[id$='_btnShowResults'].disabled,
.loginmodule .logoutlink.disabled,
.createuserbutton.disabled,
[id$='_loginButton'].disabled,
a[id$='_lnkRpxAdmin'].disabled,
a[id$='_lnkCancel'].disabled,
.sitewrap .fsubcribe2.disabled,
.sitewrap .newthread.disabled,
.sitewrap .newpost.disabled,
ul.filelist + button.disabled,
a[id$='_lnkLogin'].disabled,
a[id$='_lnkLoginBottom'].disabled,
.storelink.disabled,
.addtocartlink.disabled,
.signinorregister-signinprompt a.disabled,
.signinorregister-registerprompt a.disabled,
.signinorregister-additionalregisteroptions a.disabled,
input[id*="btnNewFolder"].disabled,
[type="submit"]:not(.buttonlink, .btn-primary)[disabled],
.admin.serverlog textarea + a[disabled],
input[value='Setup Janrain Engage'][disabled],
a[title='Create New Site'][disabled],
.administration .sitelistpage .sitelist + .settingrow > a[disabled],
.altfile[disabled],
.newletteradmin .AspNet-GridView + a[disabled],
.newletteradmin .AspNet-GridView + a + a[disabled],
.pollchoose .settingrow > a[disabled],
.pollchoose .buttonlink[disabled],
.pollchoose .buttonlink + a[disabled],
[id$='_btnNewQuestion'][disabled],
a[id$='_lnkAddNew'][disabled],
[id$='_btnShowResults'][disabled],
.loginmodule .logoutlink[disabled],
.createuserbutton[disabled],
[id$='_loginButton'][disabled],
a[id$='_lnkRpxAdmin'][disabled],
a[id$='_lnkCancel'][disabled],
.sitewrap .fsubcribe2[disabled],
.sitewrap .newthread[disabled],
.sitewrap .newpost[disabled],
ul.filelist + button[disabled],
a[id$='_lnkLogin'][disabled],
a[id$='_lnkLoginBottom'][disabled],
.storelink[disabled],
.addtocartlink[disabled],
.signinorregister-signinprompt a[disabled],
.signinorregister-registerprompt a[disabled],
.signinorregister-additionalregisteroptions a[disabled],
input[id*="btnNewFolder"][disabled],
fieldset[disabled] [type="submit"]:not(.buttonlink, .btn-primary),
fieldset[disabled] .admin.serverlog textarea + a,
fieldset[disabled] input[value='Setup Janrain Engage'],
fieldset[disabled] a[title='Create New Site'],
fieldset[disabled] .administration .sitelistpage .sitelist + .settingrow > a,
fieldset[disabled] .altfile,
fieldset[disabled] .newletteradmin .AspNet-GridView + a,
fieldset[disabled] .newletteradmin .AspNet-GridView + a + a,
fieldset[disabled] .pollchoose .settingrow > a,
fieldset[disabled] .pollchoose .buttonlink,
fieldset[disabled] .pollchoose .buttonlink + a,
fieldset[disabled] [id$='_btnNewQuestion'],
fieldset[disabled] a[id$='_lnkAddNew'],
fieldset[disabled] [id$='_btnShowResults'],
fieldset[disabled] .loginmodule .logoutlink,
fieldset[disabled] .createuserbutton,
fieldset[disabled] [id$='_loginButton'],
fieldset[disabled] a[id$='_lnkRpxAdmin'],
fieldset[disabled] a[id$='_lnkCancel'],
fieldset[disabled] .sitewrap .fsubcribe2,
fieldset[disabled] .sitewrap .newthread,
fieldset[disabled] .sitewrap .newpost,
fieldset[disabled] ul.filelist + button,
fieldset[disabled] a[id$='_lnkLogin'],
fieldset[disabled] a[id$='_lnkLoginBottom'],
fieldset[disabled] .storelink,
fieldset[disabled] .addtocartlink,
fieldset[disabled] .signinorregister-signinprompt a,
fieldset[disabled] .signinorregister-registerprompt a,
fieldset[disabled] .signinorregister-additionalregisteroptions a,
fieldset[disabled] input[id*="btnNewFolder"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
[type="submit"]:not(.buttonlink, .btn-primary):active,
.admin.serverlog textarea + a:active,
input[value='Setup Janrain Engage']:active,
a[title='Create New Site']:active,
.administration .sitelistpage .sitelist + .settingrow > a:active,
.altfile:active,
.newletteradmin .AspNet-GridView + a:active,
.newletteradmin .AspNet-GridView + a + a:active,
.pollchoose .settingrow > a:active,
.pollchoose .buttonlink:active,
.pollchoose .buttonlink + a:active,
[id$='_btnNewQuestion']:active,
a[id$='_lnkAddNew']:active,
[id$='_btnShowResults']:active,
.loginmodule .logoutlink:active,
.createuserbutton:active,
[id$='_loginButton']:active,
a[id$='_lnkRpxAdmin']:active,
a[id$='_lnkCancel']:active,
.sitewrap .fsubcribe2:active,
.sitewrap .newthread:active,
.sitewrap .newpost:active,
ul.filelist + button:active,
a[id$='_lnkLogin']:active,
a[id$='_lnkLoginBottom']:active,
.storelink:active,
.addtocartlink:active,
.signinorregister-signinprompt a:active,
.signinorregister-registerprompt a:active,
.signinorregister-additionalregisteroptions a:active,
input[id*="btnNewFolder"]:active,
[type="submit"]:not(.buttonlink, .btn-primary).active,
.admin.serverlog textarea + a.active,
input[value='Setup Janrain Engage'].active,
a[title='Create New Site'].active,
.administration .sitelistpage .sitelist + .settingrow > a.active,
.altfile.active,
.newletteradmin .AspNet-GridView + a.active,
.newletteradmin .AspNet-GridView + a + a.active,
.pollchoose .settingrow > a.active,
.pollchoose .buttonlink.active,
.pollchoose .buttonlink + a.active,
[id$='_btnNewQuestion'].active,
a[id$='_lnkAddNew'].active,
[id$='_btnShowResults'].active,
.loginmodule .logoutlink.active,
.createuserbutton.active,
[id$='_loginButton'].active,
a[id$='_lnkRpxAdmin'].active,
a[id$='_lnkCancel'].active,
.sitewrap .fsubcribe2.active,
.sitewrap .newthread.active,
.sitewrap .newpost.active,
ul.filelist + button.active,
a[id$='_lnkLogin'].active,
a[id$='_lnkLoginBottom'].active,
.storelink.active,
.addtocartlink.active,
.signinorregister-signinprompt a.active,
.signinorregister-registerprompt a.active,
.signinorregister-additionalregisteroptions a.active,
input[id*="btnNewFolder"].active {
  background-image: none;
}
[type="submit"]:not(.buttonlink, .btn-primary):hover,
.admin.serverlog textarea + a:hover,
input[value='Setup Janrain Engage']:hover,
a[title='Create New Site']:hover,
.administration .sitelistpage .sitelist + .settingrow > a:hover,
.altfile:hover,
.newletteradmin .AspNet-GridView + a:hover,
.newletteradmin .AspNet-GridView + a + a:hover,
.pollchoose .settingrow > a:hover,
.pollchoose .buttonlink:hover,
.pollchoose .buttonlink + a:hover,
[id$='_btnNewQuestion']:hover,
a[id$='_lnkAddNew']:hover,
[id$='_btnShowResults']:hover,
.loginmodule .logoutlink:hover,
.createuserbutton:hover,
[id$='_loginButton']:hover,
a[id$='_lnkRpxAdmin']:hover,
a[id$='_lnkCancel']:hover,
.sitewrap .fsubcribe2:hover,
.sitewrap .newthread:hover,
.sitewrap .newpost:hover,
ul.filelist + button:hover,
a[id$='_lnkLogin']:hover,
a[id$='_lnkLoginBottom']:hover,
.storelink:hover,
.addtocartlink:hover,
.signinorregister-signinprompt a:hover,
.signinorregister-registerprompt a:hover,
.signinorregister-additionalregisteroptions a:hover,
input[id*="btnNewFolder"]:hover,
[type="submit"]:not(.buttonlink, .btn-primary):focus,
.admin.serverlog textarea + a:focus,
input[value='Setup Janrain Engage']:focus,
a[title='Create New Site']:focus,
.administration .sitelistpage .sitelist + .settingrow > a:focus,
.altfile:focus,
.newletteradmin .AspNet-GridView + a:focus,
.newletteradmin .AspNet-GridView + a + a:focus,
.pollchoose .settingrow > a:focus,
.pollchoose .buttonlink:focus,
.pollchoose .buttonlink + a:focus,
[id$='_btnNewQuestion']:focus,
a[id$='_lnkAddNew']:focus,
[id$='_btnShowResults']:focus,
.loginmodule .logoutlink:focus,
.createuserbutton:focus,
[id$='_loginButton']:focus,
a[id$='_lnkRpxAdmin']:focus,
a[id$='_lnkCancel']:focus,
.sitewrap .fsubcribe2:focus,
.sitewrap .newthread:focus,
.sitewrap .newpost:focus,
ul.filelist + button:focus,
a[id$='_lnkLogin']:focus,
a[id$='_lnkLoginBottom']:focus,
.storelink:focus,
.addtocartlink:focus,
.signinorregister-signinprompt a:focus,
.signinorregister-registerprompt a:focus,
.signinorregister-additionalregisteroptions a:focus,
input[id*="btnNewFolder"]:focus,
[type="submit"]:not(.buttonlink, .btn-primary).focus,
.admin.serverlog textarea + a.focus,
input[value='Setup Janrain Engage'].focus,
a[title='Create New Site'].focus,
.administration .sitelistpage .sitelist + .settingrow > a.focus,
.altfile.focus,
.newletteradmin .AspNet-GridView + a.focus,
.newletteradmin .AspNet-GridView + a + a.focus,
.pollchoose .settingrow > a.focus,
.pollchoose .buttonlink.focus,
.pollchoose .buttonlink + a.focus,
[id$='_btnNewQuestion'].focus,
a[id$='_lnkAddNew'].focus,
[id$='_btnShowResults'].focus,
.loginmodule .logoutlink.focus,
.createuserbutton.focus,
[id$='_loginButton'].focus,
a[id$='_lnkRpxAdmin'].focus,
a[id$='_lnkCancel'].focus,
.sitewrap .fsubcribe2.focus,
.sitewrap .newthread.focus,
.sitewrap .newpost.focus,
ul.filelist + button.focus,
a[id$='_lnkLogin'].focus,
a[id$='_lnkLoginBottom'].focus,
.storelink.focus,
.addtocartlink.focus,
.signinorregister-signinprompt a.focus,
.signinorregister-registerprompt a.focus,
.signinorregister-additionalregisteroptions a.focus,
input[id*="btnNewFolder"].focus,
[type="submit"]:not(.buttonlink, .btn-primary):active,
.admin.serverlog textarea + a:active,
input[value='Setup Janrain Engage']:active,
a[title='Create New Site']:active,
.administration .sitelistpage .sitelist + .settingrow > a:active,
.altfile:active,
.newletteradmin .AspNet-GridView + a:active,
.newletteradmin .AspNet-GridView + a + a:active,
.pollchoose .settingrow > a:active,
.pollchoose .buttonlink:active,
.pollchoose .buttonlink + a:active,
[id$='_btnNewQuestion']:active,
a[id$='_lnkAddNew']:active,
[id$='_btnShowResults']:active,
.loginmodule .logoutlink:active,
.createuserbutton:active,
[id$='_loginButton']:active,
a[id$='_lnkRpxAdmin']:active,
a[id$='_lnkCancel']:active,
.sitewrap .fsubcribe2:active,
.sitewrap .newthread:active,
.sitewrap .newpost:active,
ul.filelist + button:active,
a[id$='_lnkLogin']:active,
a[id$='_lnkLoginBottom']:active,
.storelink:active,
.addtocartlink:active,
.signinorregister-signinprompt a:active,
.signinorregister-registerprompt a:active,
.signinorregister-additionalregisteroptions a:active,
input[id*="btnNewFolder"]:active,
[type="submit"]:not(.buttonlink, .btn-primary).active,
.admin.serverlog textarea + a.active,
input[value='Setup Janrain Engage'].active,
a[title='Create New Site'].active,
.administration .sitelistpage .sitelist + .settingrow > a.active,
.altfile.active,
.newletteradmin .AspNet-GridView + a.active,
.newletteradmin .AspNet-GridView + a + a.active,
.pollchoose .settingrow > a.active,
.pollchoose .buttonlink.active,
.pollchoose .buttonlink + a.active,
[id$='_btnNewQuestion'].active,
a[id$='_lnkAddNew'].active,
[id$='_btnShowResults'].active,
.loginmodule .logoutlink.active,
.createuserbutton.active,
[id$='_loginButton'].active,
a[id$='_lnkRpxAdmin'].active,
a[id$='_lnkCancel'].active,
.sitewrap .fsubcribe2.active,
.sitewrap .newthread.active,
.sitewrap .newpost.active,
ul.filelist + button.active,
a[id$='_lnkLogin'].active,
a[id$='_lnkLoginBottom'].active,
.storelink.active,
.addtocartlink.active,
.signinorregister-signinprompt a.active,
.signinorregister-registerprompt a.active,
.signinorregister-additionalregisteroptions a.active,
input[id*="btnNewFolder"].active,
.open > .dropdown-toggle[type="submit"]:not(.buttonlink, .btn-primary),
.open > .dropdown-toggle.admin.serverlog textarea + a,
.open > .dropdown-toggleinput[value='Setup Janrain Engage'],
.open > .dropdown-togglea[title='Create New Site'],
.open > .dropdown-toggle.administration .sitelistpage .sitelist + .settingrow > a,
.open > .dropdown-toggle.altfile,
.open > .dropdown-toggle.newletteradmin .AspNet-GridView + a,
.open > .dropdown-toggle.newletteradmin .AspNet-GridView + a + a,
.open > .dropdown-toggle.pollchoose .settingrow > a,
.open > .dropdown-toggle.pollchoose .buttonlink,
.open > .dropdown-toggle.pollchoose .buttonlink + a,
.open > .dropdown-toggle[id$='_btnNewQuestion'],
.open > .dropdown-togglea[id$='_lnkAddNew'],
.open > .dropdown-toggle[id$='_btnShowResults'],
.open > .dropdown-toggle.loginmodule .logoutlink,
.open > .dropdown-toggle.createuserbutton,
.open > .dropdown-toggle[id$='_loginButton'],
.open > .dropdown-togglea[id$='_lnkRpxAdmin'],
.open > .dropdown-togglea[id$='_lnkCancel'],
.open > .dropdown-toggle.sitewrap .fsubcribe2,
.open > .dropdown-toggle.sitewrap .newthread,
.open > .dropdown-toggle.sitewrap .newpost,
.open > .dropdown-toggleul.filelist + button,
.open > .dropdown-togglea[id$='_lnkLogin'],
.open > .dropdown-togglea[id$='_lnkLoginBottom'],
.open > .dropdown-toggle.storelink,
.open > .dropdown-toggle.addtocartlink,
.open > .dropdown-toggle.signinorregister-signinprompt a,
.open > .dropdown-toggle.signinorregister-registerprompt a,
.open > .dropdown-toggle.signinorregister-additionalregisteroptions a,
.open > .dropdown-toggleinput[id*="btnNewFolder"] {
  border-color: #adadad;
  background-color: #e6e6e6;
  color: #333333;
}
[type="submit"]:not(.buttonlink, .btn-primary):active,
.admin.serverlog textarea + a:active,
input[value='Setup Janrain Engage']:active,
a[title='Create New Site']:active,
.administration .sitelistpage .sitelist + .settingrow > a:active,
.altfile:active,
.newletteradmin .AspNet-GridView + a:active,
.newletteradmin .AspNet-GridView + a + a:active,
.pollchoose .settingrow > a:active,
.pollchoose .buttonlink:active,
.pollchoose .buttonlink + a:active,
[id$='_btnNewQuestion']:active,
a[id$='_lnkAddNew']:active,
[id$='_btnShowResults']:active,
.loginmodule .logoutlink:active,
.createuserbutton:active,
[id$='_loginButton']:active,
a[id$='_lnkRpxAdmin']:active,
a[id$='_lnkCancel']:active,
.sitewrap .fsubcribe2:active,
.sitewrap .newthread:active,
.sitewrap .newpost:active,
ul.filelist + button:active,
a[id$='_lnkLogin']:active,
a[id$='_lnkLoginBottom']:active,
.storelink:active,
.addtocartlink:active,
.signinorregister-signinprompt a:active,
.signinorregister-registerprompt a:active,
.signinorregister-additionalregisteroptions a:active,
input[id*="btnNewFolder"]:active,
[type="submit"]:not(.buttonlink, .btn-primary).active,
.admin.serverlog textarea + a.active,
input[value='Setup Janrain Engage'].active,
a[title='Create New Site'].active,
.administration .sitelistpage .sitelist + .settingrow > a.active,
.altfile.active,
.newletteradmin .AspNet-GridView + a.active,
.newletteradmin .AspNet-GridView + a + a.active,
.pollchoose .settingrow > a.active,
.pollchoose .buttonlink.active,
.pollchoose .buttonlink + a.active,
[id$='_btnNewQuestion'].active,
a[id$='_lnkAddNew'].active,
[id$='_btnShowResults'].active,
.loginmodule .logoutlink.active,
.createuserbutton.active,
[id$='_loginButton'].active,
a[id$='_lnkRpxAdmin'].active,
a[id$='_lnkCancel'].active,
.sitewrap .fsubcribe2.active,
.sitewrap .newthread.active,
.sitewrap .newpost.active,
ul.filelist + button.active,
a[id$='_lnkLogin'].active,
a[id$='_lnkLoginBottom'].active,
.storelink.active,
.addtocartlink.active,
.signinorregister-signinprompt a.active,
.signinorregister-registerprompt a.active,
.signinorregister-additionalregisteroptions a.active,
input[id*="btnNewFolder"].active,
.open > .dropdown-toggle[type="submit"]:not(.buttonlink, .btn-primary),
.open > .dropdown-toggle.admin.serverlog textarea + a,
.open > .dropdown-toggleinput[value='Setup Janrain Engage'],
.open > .dropdown-togglea[title='Create New Site'],
.open > .dropdown-toggle.administration .sitelistpage .sitelist + .settingrow > a,
.open > .dropdown-toggle.altfile,
.open > .dropdown-toggle.newletteradmin .AspNet-GridView + a,
.open > .dropdown-toggle.newletteradmin .AspNet-GridView + a + a,
.open > .dropdown-toggle.pollchoose .settingrow > a,
.open > .dropdown-toggle.pollchoose .buttonlink,
.open > .dropdown-toggle.pollchoose .buttonlink + a,
.open > .dropdown-toggle[id$='_btnNewQuestion'],
.open > .dropdown-togglea[id$='_lnkAddNew'],
.open > .dropdown-toggle[id$='_btnShowResults'],
.open > .dropdown-toggle.loginmodule .logoutlink,
.open > .dropdown-toggle.createuserbutton,
.open > .dropdown-toggle[id$='_loginButton'],
.open > .dropdown-togglea[id$='_lnkRpxAdmin'],
.open > .dropdown-togglea[id$='_lnkCancel'],
.open > .dropdown-toggle.sitewrap .fsubcribe2,
.open > .dropdown-toggle.sitewrap .newthread,
.open > .dropdown-toggle.sitewrap .newpost,
.open > .dropdown-toggleul.filelist + button,
.open > .dropdown-togglea[id$='_lnkLogin'],
.open > .dropdown-togglea[id$='_lnkLoginBottom'],
.open > .dropdown-toggle.storelink,
.open > .dropdown-toggle.addtocartlink,
.open > .dropdown-toggle.signinorregister-signinprompt a,
.open > .dropdown-toggle.signinorregister-registerprompt a,
.open > .dropdown-toggle.signinorregister-additionalregisteroptions a,
.open > .dropdown-toggleinput[id*="btnNewFolder"] {
  background-image: none;
}
[type="submit"]:not(.buttonlink, .btn-primary).disabled,
.admin.serverlog textarea + a.disabled,
input[value='Setup Janrain Engage'].disabled,
a[title='Create New Site'].disabled,
.administration .sitelistpage .sitelist + .settingrow > a.disabled,
.altfile.disabled,
.newletteradmin .AspNet-GridView + a.disabled,
.newletteradmin .AspNet-GridView + a + a.disabled,
.pollchoose .settingrow > a.disabled,
.pollchoose .buttonlink.disabled,
.pollchoose .buttonlink + a.disabled,
[id$='_btnNewQuestion'].disabled,
a[id$='_lnkAddNew'].disabled,
[id$='_btnShowResults'].disabled,
.loginmodule .logoutlink.disabled,
.createuserbutton.disabled,
[id$='_loginButton'].disabled,
a[id$='_lnkRpxAdmin'].disabled,
a[id$='_lnkCancel'].disabled,
.sitewrap .fsubcribe2.disabled,
.sitewrap .newthread.disabled,
.sitewrap .newpost.disabled,
ul.filelist + button.disabled,
a[id$='_lnkLogin'].disabled,
a[id$='_lnkLoginBottom'].disabled,
.storelink.disabled,
.addtocartlink.disabled,
.signinorregister-signinprompt a.disabled,
.signinorregister-registerprompt a.disabled,
.signinorregister-additionalregisteroptions a.disabled,
input[id*="btnNewFolder"].disabled,
[type="submit"]:not(.buttonlink, .btn-primary)[disabled],
.admin.serverlog textarea + a[disabled],
input[value='Setup Janrain Engage'][disabled],
a[title='Create New Site'][disabled],
.administration .sitelistpage .sitelist + .settingrow > a[disabled],
.altfile[disabled],
.newletteradmin .AspNet-GridView + a[disabled],
.newletteradmin .AspNet-GridView + a + a[disabled],
.pollchoose .settingrow > a[disabled],
.pollchoose .buttonlink[disabled],
.pollchoose .buttonlink + a[disabled],
[id$='_btnNewQuestion'][disabled],
a[id$='_lnkAddNew'][disabled],
[id$='_btnShowResults'][disabled],
.loginmodule .logoutlink[disabled],
.createuserbutton[disabled],
[id$='_loginButton'][disabled],
a[id$='_lnkRpxAdmin'][disabled],
a[id$='_lnkCancel'][disabled],
.sitewrap .fsubcribe2[disabled],
.sitewrap .newthread[disabled],
.sitewrap .newpost[disabled],
ul.filelist + button[disabled],
a[id$='_lnkLogin'][disabled],
a[id$='_lnkLoginBottom'][disabled],
.storelink[disabled],
.addtocartlink[disabled],
.signinorregister-signinprompt a[disabled],
.signinorregister-registerprompt a[disabled],
.signinorregister-additionalregisteroptions a[disabled],
input[id*="btnNewFolder"][disabled],
fieldset[disabled] [type="submit"]:not(.buttonlink, .btn-primary),
fieldset[disabled] .admin.serverlog textarea + a,
fieldset[disabled] input[value='Setup Janrain Engage'],
fieldset[disabled] a[title='Create New Site'],
fieldset[disabled] .administration .sitelistpage .sitelist + .settingrow > a,
fieldset[disabled] .altfile,
fieldset[disabled] .newletteradmin .AspNet-GridView + a,
fieldset[disabled] .newletteradmin .AspNet-GridView + a + a,
fieldset[disabled] .pollchoose .settingrow > a,
fieldset[disabled] .pollchoose .buttonlink,
fieldset[disabled] .pollchoose .buttonlink + a,
fieldset[disabled] [id$='_btnNewQuestion'],
fieldset[disabled] a[id$='_lnkAddNew'],
fieldset[disabled] [id$='_btnShowResults'],
fieldset[disabled] .loginmodule .logoutlink,
fieldset[disabled] .createuserbutton,
fieldset[disabled] [id$='_loginButton'],
fieldset[disabled] a[id$='_lnkRpxAdmin'],
fieldset[disabled] a[id$='_lnkCancel'],
fieldset[disabled] .sitewrap .fsubcribe2,
fieldset[disabled] .sitewrap .newthread,
fieldset[disabled] .sitewrap .newpost,
fieldset[disabled] ul.filelist + button,
fieldset[disabled] a[id$='_lnkLogin'],
fieldset[disabled] a[id$='_lnkLoginBottom'],
fieldset[disabled] .storelink,
fieldset[disabled] .addtocartlink,
fieldset[disabled] .signinorregister-signinprompt a,
fieldset[disabled] .signinorregister-registerprompt a,
fieldset[disabled] .signinorregister-additionalregisteroptions a,
fieldset[disabled] input[id*="btnNewFolder"],
[type="submit"]:not(.buttonlink, .btn-primary).disabled:hover,
.admin.serverlog textarea + a.disabled:hover,
input[value='Setup Janrain Engage'].disabled:hover,
a[title='Create New Site'].disabled:hover,
.administration .sitelistpage .sitelist + .settingrow > a.disabled:hover,
.altfile.disabled:hover,
.newletteradmin .AspNet-GridView + a.disabled:hover,
.newletteradmin .AspNet-GridView + a + a.disabled:hover,
.pollchoose .settingrow > a.disabled:hover,
.pollchoose .buttonlink.disabled:hover,
.pollchoose .buttonlink + a.disabled:hover,
[id$='_btnNewQuestion'].disabled:hover,
a[id$='_lnkAddNew'].disabled:hover,
[id$='_btnShowResults'].disabled:hover,
.loginmodule .logoutlink.disabled:hover,
.createuserbutton.disabled:hover,
[id$='_loginButton'].disabled:hover,
a[id$='_lnkRpxAdmin'].disabled:hover,
a[id$='_lnkCancel'].disabled:hover,
.sitewrap .fsubcribe2.disabled:hover,
.sitewrap .newthread.disabled:hover,
.sitewrap .newpost.disabled:hover,
ul.filelist + button.disabled:hover,
a[id$='_lnkLogin'].disabled:hover,
a[id$='_lnkLoginBottom'].disabled:hover,
.storelink.disabled:hover,
.addtocartlink.disabled:hover,
.signinorregister-signinprompt a.disabled:hover,
.signinorregister-registerprompt a.disabled:hover,
.signinorregister-additionalregisteroptions a.disabled:hover,
input[id*="btnNewFolder"].disabled:hover,
[type="submit"]:not(.buttonlink, .btn-primary)[disabled]:hover,
.admin.serverlog textarea + a[disabled]:hover,
input[value='Setup Janrain Engage'][disabled]:hover,
a[title='Create New Site'][disabled]:hover,
.administration .sitelistpage .sitelist + .settingrow > a[disabled]:hover,
.altfile[disabled]:hover,
.newletteradmin .AspNet-GridView + a[disabled]:hover,
.newletteradmin .AspNet-GridView + a + a[disabled]:hover,
.pollchoose .settingrow > a[disabled]:hover,
.pollchoose .buttonlink[disabled]:hover,
.pollchoose .buttonlink + a[disabled]:hover,
[id$='_btnNewQuestion'][disabled]:hover,
a[id$='_lnkAddNew'][disabled]:hover,
[id$='_btnShowResults'][disabled]:hover,
.loginmodule .logoutlink[disabled]:hover,
.createuserbutton[disabled]:hover,
[id$='_loginButton'][disabled]:hover,
a[id$='_lnkRpxAdmin'][disabled]:hover,
a[id$='_lnkCancel'][disabled]:hover,
.sitewrap .fsubcribe2[disabled]:hover,
.sitewrap .newthread[disabled]:hover,
.sitewrap .newpost[disabled]:hover,
ul.filelist + button[disabled]:hover,
a[id$='_lnkLogin'][disabled]:hover,
a[id$='_lnkLoginBottom'][disabled]:hover,
.storelink[disabled]:hover,
.addtocartlink[disabled]:hover,
.signinorregister-signinprompt a[disabled]:hover,
.signinorregister-registerprompt a[disabled]:hover,
.signinorregister-additionalregisteroptions a[disabled]:hover,
input[id*="btnNewFolder"][disabled]:hover,
fieldset[disabled] [type="submit"]:not(.buttonlink, .btn-primary):hover,
fieldset[disabled] .admin.serverlog textarea + a:hover,
fieldset[disabled] input[value='Setup Janrain Engage']:hover,
fieldset[disabled] a[title='Create New Site']:hover,
fieldset[disabled] .administration .sitelistpage .sitelist + .settingrow > a:hover,
fieldset[disabled] .altfile:hover,
fieldset[disabled] .newletteradmin .AspNet-GridView + a:hover,
fieldset[disabled] .newletteradmin .AspNet-GridView + a + a:hover,
fieldset[disabled] .pollchoose .settingrow > a:hover,
fieldset[disabled] .pollchoose .buttonlink:hover,
fieldset[disabled] .pollchoose .buttonlink + a:hover,
fieldset[disabled] [id$='_btnNewQuestion']:hover,
fieldset[disabled] a[id$='_lnkAddNew']:hover,
fieldset[disabled] [id$='_btnShowResults']:hover,
fieldset[disabled] .loginmodule .logoutlink:hover,
fieldset[disabled] .createuserbutton:hover,
fieldset[disabled] [id$='_loginButton']:hover,
fieldset[disabled] a[id$='_lnkRpxAdmin']:hover,
fieldset[disabled] a[id$='_lnkCancel']:hover,
fieldset[disabled] .sitewrap .fsubcribe2:hover,
fieldset[disabled] .sitewrap .newthread:hover,
fieldset[disabled] .sitewrap .newpost:hover,
fieldset[disabled] ul.filelist + button:hover,
fieldset[disabled] a[id$='_lnkLogin']:hover,
fieldset[disabled] a[id$='_lnkLoginBottom']:hover,
fieldset[disabled] .storelink:hover,
fieldset[disabled] .addtocartlink:hover,
fieldset[disabled] .signinorregister-signinprompt a:hover,
fieldset[disabled] .signinorregister-registerprompt a:hover,
fieldset[disabled] .signinorregister-additionalregisteroptions a:hover,
fieldset[disabled] input[id*="btnNewFolder"]:hover,
[type="submit"]:not(.buttonlink, .btn-primary).disabled:focus,
.admin.serverlog textarea + a.disabled:focus,
input[value='Setup Janrain Engage'].disabled:focus,
a[title='Create New Site'].disabled:focus,
.administration .sitelistpage .sitelist + .settingrow > a.disabled:focus,
.altfile.disabled:focus,
.newletteradmin .AspNet-GridView + a.disabled:focus,
.newletteradmin .AspNet-GridView + a + a.disabled:focus,
.pollchoose .settingrow > a.disabled:focus,
.pollchoose .buttonlink.disabled:focus,
.pollchoose .buttonlink + a.disabled:focus,
[id$='_btnNewQuestion'].disabled:focus,
a[id$='_lnkAddNew'].disabled:focus,
[id$='_btnShowResults'].disabled:focus,
.loginmodule .logoutlink.disabled:focus,
.createuserbutton.disabled:focus,
[id$='_loginButton'].disabled:focus,
a[id$='_lnkRpxAdmin'].disabled:focus,
a[id$='_lnkCancel'].disabled:focus,
.sitewrap .fsubcribe2.disabled:focus,
.sitewrap .newthread.disabled:focus,
.sitewrap .newpost.disabled:focus,
ul.filelist + button.disabled:focus,
a[id$='_lnkLogin'].disabled:focus,
a[id$='_lnkLoginBottom'].disabled:focus,
.storelink.disabled:focus,
.addtocartlink.disabled:focus,
.signinorregister-signinprompt a.disabled:focus,
.signinorregister-registerprompt a.disabled:focus,
.signinorregister-additionalregisteroptions a.disabled:focus,
input[id*="btnNewFolder"].disabled:focus,
[type="submit"]:not(.buttonlink, .btn-primary)[disabled]:focus,
.admin.serverlog textarea + a[disabled]:focus,
input[value='Setup Janrain Engage'][disabled]:focus,
a[title='Create New Site'][disabled]:focus,
.administration .sitelistpage .sitelist + .settingrow > a[disabled]:focus,
.altfile[disabled]:focus,
.newletteradmin .AspNet-GridView + a[disabled]:focus,
.newletteradmin .AspNet-GridView + a + a[disabled]:focus,
.pollchoose .settingrow > a[disabled]:focus,
.pollchoose .buttonlink[disabled]:focus,
.pollchoose .buttonlink + a[disabled]:focus,
[id$='_btnNewQuestion'][disabled]:focus,
a[id$='_lnkAddNew'][disabled]:focus,
[id$='_btnShowResults'][disabled]:focus,
.loginmodule .logoutlink[disabled]:focus,
.createuserbutton[disabled]:focus,
[id$='_loginButton'][disabled]:focus,
a[id$='_lnkRpxAdmin'][disabled]:focus,
a[id$='_lnkCancel'][disabled]:focus,
.sitewrap .fsubcribe2[disabled]:focus,
.sitewrap .newthread[disabled]:focus,
.sitewrap .newpost[disabled]:focus,
ul.filelist + button[disabled]:focus,
a[id$='_lnkLogin'][disabled]:focus,
a[id$='_lnkLoginBottom'][disabled]:focus,
.storelink[disabled]:focus,
.addtocartlink[disabled]:focus,
.signinorregister-signinprompt a[disabled]:focus,
.signinorregister-registerprompt a[disabled]:focus,
.signinorregister-additionalregisteroptions a[disabled]:focus,
input[id*="btnNewFolder"][disabled]:focus,
fieldset[disabled] [type="submit"]:not(.buttonlink, .btn-primary):focus,
fieldset[disabled] .admin.serverlog textarea + a:focus,
fieldset[disabled] input[value='Setup Janrain Engage']:focus,
fieldset[disabled] a[title='Create New Site']:focus,
fieldset[disabled] .administration .sitelistpage .sitelist + .settingrow > a:focus,
fieldset[disabled] .altfile:focus,
fieldset[disabled] .newletteradmin .AspNet-GridView + a:focus,
fieldset[disabled] .newletteradmin .AspNet-GridView + a + a:focus,
fieldset[disabled] .pollchoose .settingrow > a:focus,
fieldset[disabled] .pollchoose .buttonlink:focus,
fieldset[disabled] .pollchoose .buttonlink + a:focus,
fieldset[disabled] [id$='_btnNewQuestion']:focus,
fieldset[disabled] a[id$='_lnkAddNew']:focus,
fieldset[disabled] [id$='_btnShowResults']:focus,
fieldset[disabled] .loginmodule .logoutlink:focus,
fieldset[disabled] .createuserbutton:focus,
fieldset[disabled] [id$='_loginButton']:focus,
fieldset[disabled] a[id$='_lnkRpxAdmin']:focus,
fieldset[disabled] a[id$='_lnkCancel']:focus,
fieldset[disabled] .sitewrap .fsubcribe2:focus,
fieldset[disabled] .sitewrap .newthread:focus,
fieldset[disabled] .sitewrap .newpost:focus,
fieldset[disabled] ul.filelist + button:focus,
fieldset[disabled] a[id$='_lnkLogin']:focus,
fieldset[disabled] a[id$='_lnkLoginBottom']:focus,
fieldset[disabled] .storelink:focus,
fieldset[disabled] .addtocartlink:focus,
fieldset[disabled] .signinorregister-signinprompt a:focus,
fieldset[disabled] .signinorregister-registerprompt a:focus,
fieldset[disabled] .signinorregister-additionalregisteroptions a:focus,
fieldset[disabled] input[id*="btnNewFolder"]:focus,
[type="submit"]:not(.buttonlink, .btn-primary).disabled.focus,
.admin.serverlog textarea + a.disabled.focus,
input[value='Setup Janrain Engage'].disabled.focus,
a[title='Create New Site'].disabled.focus,
.administration .sitelistpage .sitelist + .settingrow > a.disabled.focus,
.altfile.disabled.focus,
.newletteradmin .AspNet-GridView + a.disabled.focus,
.newletteradmin .AspNet-GridView + a + a.disabled.focus,
.pollchoose .settingrow > a.disabled.focus,
.pollchoose .buttonlink.disabled.focus,
.pollchoose .buttonlink + a.disabled.focus,
[id$='_btnNewQuestion'].disabled.focus,
a[id$='_lnkAddNew'].disabled.focus,
[id$='_btnShowResults'].disabled.focus,
.loginmodule .logoutlink.disabled.focus,
.createuserbutton.disabled.focus,
[id$='_loginButton'].disabled.focus,
a[id$='_lnkRpxAdmin'].disabled.focus,
a[id$='_lnkCancel'].disabled.focus,
.sitewrap .fsubcribe2.disabled.focus,
.sitewrap .newthread.disabled.focus,
.sitewrap .newpost.disabled.focus,
ul.filelist + button.disabled.focus,
a[id$='_lnkLogin'].disabled.focus,
a[id$='_lnkLoginBottom'].disabled.focus,
.storelink.disabled.focus,
.addtocartlink.disabled.focus,
.signinorregister-signinprompt a.disabled.focus,
.signinorregister-registerprompt a.disabled.focus,
.signinorregister-additionalregisteroptions a.disabled.focus,
input[id*="btnNewFolder"].disabled.focus,
[type="submit"]:not(.buttonlink, .btn-primary)[disabled].focus,
.admin.serverlog textarea + a[disabled].focus,
input[value='Setup Janrain Engage'][disabled].focus,
a[title='Create New Site'][disabled].focus,
.administration .sitelistpage .sitelist + .settingrow > a[disabled].focus,
.altfile[disabled].focus,
.newletteradmin .AspNet-GridView + a[disabled].focus,
.newletteradmin .AspNet-GridView + a + a[disabled].focus,
.pollchoose .settingrow > a[disabled].focus,
.pollchoose .buttonlink[disabled].focus,
.pollchoose .buttonlink + a[disabled].focus,
[id$='_btnNewQuestion'][disabled].focus,
a[id$='_lnkAddNew'][disabled].focus,
[id$='_btnShowResults'][disabled].focus,
.loginmodule .logoutlink[disabled].focus,
.createuserbutton[disabled].focus,
[id$='_loginButton'][disabled].focus,
a[id$='_lnkRpxAdmin'][disabled].focus,
a[id$='_lnkCancel'][disabled].focus,
.sitewrap .fsubcribe2[disabled].focus,
.sitewrap .newthread[disabled].focus,
.sitewrap .newpost[disabled].focus,
ul.filelist + button[disabled].focus,
a[id$='_lnkLogin'][disabled].focus,
a[id$='_lnkLoginBottom'][disabled].focus,
.storelink[disabled].focus,
.addtocartlink[disabled].focus,
.signinorregister-signinprompt a[disabled].focus,
.signinorregister-registerprompt a[disabled].focus,
.signinorregister-additionalregisteroptions a[disabled].focus,
input[id*="btnNewFolder"][disabled].focus,
fieldset[disabled] [type="submit"]:not(.buttonlink, .btn-primary).focus,
fieldset[disabled] .admin.serverlog textarea + a.focus,
fieldset[disabled] input[value='Setup Janrain Engage'].focus,
fieldset[disabled] a[title='Create New Site'].focus,
fieldset[disabled] .administration .sitelistpage .sitelist + .settingrow > a.focus,
fieldset[disabled] .altfile.focus,
fieldset[disabled] .newletteradmin .AspNet-GridView + a.focus,
fieldset[disabled] .newletteradmin .AspNet-GridView + a + a.focus,
fieldset[disabled] .pollchoose .settingrow > a.focus,
fieldset[disabled] .pollchoose .buttonlink.focus,
fieldset[disabled] .pollchoose .buttonlink + a.focus,
fieldset[disabled] [id$='_btnNewQuestion'].focus,
fieldset[disabled] a[id$='_lnkAddNew'].focus,
fieldset[disabled] [id$='_btnShowResults'].focus,
fieldset[disabled] .loginmodule .logoutlink.focus,
fieldset[disabled] .createuserbutton.focus,
fieldset[disabled] [id$='_loginButton'].focus,
fieldset[disabled] a[id$='_lnkRpxAdmin'].focus,
fieldset[disabled] a[id$='_lnkCancel'].focus,
fieldset[disabled] .sitewrap .fsubcribe2.focus,
fieldset[disabled] .sitewrap .newthread.focus,
fieldset[disabled] .sitewrap .newpost.focus,
fieldset[disabled] ul.filelist + button.focus,
fieldset[disabled] a[id$='_lnkLogin'].focus,
fieldset[disabled] a[id$='_lnkLoginBottom'].focus,
fieldset[disabled] .storelink.focus,
fieldset[disabled] .addtocartlink.focus,
fieldset[disabled] .signinorregister-signinprompt a.focus,
fieldset[disabled] .signinorregister-registerprompt a.focus,
fieldset[disabled] .signinorregister-additionalregisteroptions a.focus,
fieldset[disabled] input[id*="btnNewFolder"].focus,
[type="submit"]:not(.buttonlink, .btn-primary).disabled:active,
.admin.serverlog textarea + a.disabled:active,
input[value='Setup Janrain Engage'].disabled:active,
a[title='Create New Site'].disabled:active,
.administration .sitelistpage .sitelist + .settingrow > a.disabled:active,
.altfile.disabled:active,
.newletteradmin .AspNet-GridView + a.disabled:active,
.newletteradmin .AspNet-GridView + a + a.disabled:active,
.pollchoose .settingrow > a.disabled:active,
.pollchoose .buttonlink.disabled:active,
.pollchoose .buttonlink + a.disabled:active,
[id$='_btnNewQuestion'].disabled:active,
a[id$='_lnkAddNew'].disabled:active,
[id$='_btnShowResults'].disabled:active,
.loginmodule .logoutlink.disabled:active,
.createuserbutton.disabled:active,
[id$='_loginButton'].disabled:active,
a[id$='_lnkRpxAdmin'].disabled:active,
a[id$='_lnkCancel'].disabled:active,
.sitewrap .fsubcribe2.disabled:active,
.sitewrap .newthread.disabled:active,
.sitewrap .newpost.disabled:active,
ul.filelist + button.disabled:active,
a[id$='_lnkLogin'].disabled:active,
a[id$='_lnkLoginBottom'].disabled:active,
.storelink.disabled:active,
.addtocartlink.disabled:active,
.signinorregister-signinprompt a.disabled:active,
.signinorregister-registerprompt a.disabled:active,
.signinorregister-additionalregisteroptions a.disabled:active,
input[id*="btnNewFolder"].disabled:active,
[type="submit"]:not(.buttonlink, .btn-primary)[disabled]:active,
.admin.serverlog textarea + a[disabled]:active,
input[value='Setup Janrain Engage'][disabled]:active,
a[title='Create New Site'][disabled]:active,
.administration .sitelistpage .sitelist + .settingrow > a[disabled]:active,
.altfile[disabled]:active,
.newletteradmin .AspNet-GridView + a[disabled]:active,
.newletteradmin .AspNet-GridView + a + a[disabled]:active,
.pollchoose .settingrow > a[disabled]:active,
.pollchoose .buttonlink[disabled]:active,
.pollchoose .buttonlink + a[disabled]:active,
[id$='_btnNewQuestion'][disabled]:active,
a[id$='_lnkAddNew'][disabled]:active,
[id$='_btnShowResults'][disabled]:active,
.loginmodule .logoutlink[disabled]:active,
.createuserbutton[disabled]:active,
[id$='_loginButton'][disabled]:active,
a[id$='_lnkRpxAdmin'][disabled]:active,
a[id$='_lnkCancel'][disabled]:active,
.sitewrap .fsubcribe2[disabled]:active,
.sitewrap .newthread[disabled]:active,
.sitewrap .newpost[disabled]:active,
ul.filelist + button[disabled]:active,
a[id$='_lnkLogin'][disabled]:active,
a[id$='_lnkLoginBottom'][disabled]:active,
.storelink[disabled]:active,
.addtocartlink[disabled]:active,
.signinorregister-signinprompt a[disabled]:active,
.signinorregister-registerprompt a[disabled]:active,
.signinorregister-additionalregisteroptions a[disabled]:active,
input[id*="btnNewFolder"][disabled]:active,
fieldset[disabled] [type="submit"]:not(.buttonlink, .btn-primary):active,
fieldset[disabled] .admin.serverlog textarea + a:active,
fieldset[disabled] input[value='Setup Janrain Engage']:active,
fieldset[disabled] a[title='Create New Site']:active,
fieldset[disabled] .administration .sitelistpage .sitelist + .settingrow > a:active,
fieldset[disabled] .altfile:active,
fieldset[disabled] .newletteradmin .AspNet-GridView + a:active,
fieldset[disabled] .newletteradmin .AspNet-GridView + a + a:active,
fieldset[disabled] .pollchoose .settingrow > a:active,
fieldset[disabled] .pollchoose .buttonlink:active,
fieldset[disabled] .pollchoose .buttonlink + a:active,
fieldset[disabled] [id$='_btnNewQuestion']:active,
fieldset[disabled] a[id$='_lnkAddNew']:active,
fieldset[disabled] [id$='_btnShowResults']:active,
fieldset[disabled] .loginmodule .logoutlink:active,
fieldset[disabled] .createuserbutton:active,
fieldset[disabled] [id$='_loginButton']:active,
fieldset[disabled] a[id$='_lnkRpxAdmin']:active,
fieldset[disabled] a[id$='_lnkCancel']:active,
fieldset[disabled] .sitewrap .fsubcribe2:active,
fieldset[disabled] .sitewrap .newthread:active,
fieldset[disabled] .sitewrap .newpost:active,
fieldset[disabled] ul.filelist + button:active,
fieldset[disabled] a[id$='_lnkLogin']:active,
fieldset[disabled] a[id$='_lnkLoginBottom']:active,
fieldset[disabled] .storelink:active,
fieldset[disabled] .addtocartlink:active,
fieldset[disabled] .signinorregister-signinprompt a:active,
fieldset[disabled] .signinorregister-registerprompt a:active,
fieldset[disabled] .signinorregister-additionalregisteroptions a:active,
fieldset[disabled] input[id*="btnNewFolder"]:active,
[type="submit"]:not(.buttonlink, .btn-primary).disabled.active,
.admin.serverlog textarea + a.disabled.active,
input[value='Setup Janrain Engage'].disabled.active,
a[title='Create New Site'].disabled.active,
.administration .sitelistpage .sitelist + .settingrow > a.disabled.active,
.altfile.disabled.active,
.newletteradmin .AspNet-GridView + a.disabled.active,
.newletteradmin .AspNet-GridView + a + a.disabled.active,
.pollchoose .settingrow > a.disabled.active,
.pollchoose .buttonlink.disabled.active,
.pollchoose .buttonlink + a.disabled.active,
[id$='_btnNewQuestion'].disabled.active,
a[id$='_lnkAddNew'].disabled.active,
[id$='_btnShowResults'].disabled.active,
.loginmodule .logoutlink.disabled.active,
.createuserbutton.disabled.active,
[id$='_loginButton'].disabled.active,
a[id$='_lnkRpxAdmin'].disabled.active,
a[id$='_lnkCancel'].disabled.active,
.sitewrap .fsubcribe2.disabled.active,
.sitewrap .newthread.disabled.active,
.sitewrap .newpost.disabled.active,
ul.filelist + button.disabled.active,
a[id$='_lnkLogin'].disabled.active,
a[id$='_lnkLoginBottom'].disabled.active,
.storelink.disabled.active,
.addtocartlink.disabled.active,
.signinorregister-signinprompt a.disabled.active,
.signinorregister-registerprompt a.disabled.active,
.signinorregister-additionalregisteroptions a.disabled.active,
input[id*="btnNewFolder"].disabled.active,
[type="submit"]:not(.buttonlink, .btn-primary)[disabled].active,
.admin.serverlog textarea + a[disabled].active,
input[value='Setup Janrain Engage'][disabled].active,
a[title='Create New Site'][disabled].active,
.administration .sitelistpage .sitelist + .settingrow > a[disabled].active,
.altfile[disabled].active,
.newletteradmin .AspNet-GridView + a[disabled].active,
.newletteradmin .AspNet-GridView + a + a[disabled].active,
.pollchoose .settingrow > a[disabled].active,
.pollchoose .buttonlink[disabled].active,
.pollchoose .buttonlink + a[disabled].active,
[id$='_btnNewQuestion'][disabled].active,
a[id$='_lnkAddNew'][disabled].active,
[id$='_btnShowResults'][disabled].active,
.loginmodule .logoutlink[disabled].active,
.createuserbutton[disabled].active,
[id$='_loginButton'][disabled].active,
a[id$='_lnkRpxAdmin'][disabled].active,
a[id$='_lnkCancel'][disabled].active,
.sitewrap .fsubcribe2[disabled].active,
.sitewrap .newthread[disabled].active,
.sitewrap .newpost[disabled].active,
ul.filelist + button[disabled].active,
a[id$='_lnkLogin'][disabled].active,
a[id$='_lnkLoginBottom'][disabled].active,
.storelink[disabled].active,
.addtocartlink[disabled].active,
.signinorregister-signinprompt a[disabled].active,
.signinorregister-registerprompt a[disabled].active,
.signinorregister-additionalregisteroptions a[disabled].active,
input[id*="btnNewFolder"][disabled].active,
fieldset[disabled] [type="submit"]:not(.buttonlink, .btn-primary).active,
fieldset[disabled] .admin.serverlog textarea + a.active,
fieldset[disabled] input[value='Setup Janrain Engage'].active,
fieldset[disabled] a[title='Create New Site'].active,
fieldset[disabled] .administration .sitelistpage .sitelist + .settingrow > a.active,
fieldset[disabled] .altfile.active,
fieldset[disabled] .newletteradmin .AspNet-GridView + a.active,
fieldset[disabled] .newletteradmin .AspNet-GridView + a + a.active,
fieldset[disabled] .pollchoose .settingrow > a.active,
fieldset[disabled] .pollchoose .buttonlink.active,
fieldset[disabled] .pollchoose .buttonlink + a.active,
fieldset[disabled] [id$='_btnNewQuestion'].active,
fieldset[disabled] a[id$='_lnkAddNew'].active,
fieldset[disabled] [id$='_btnShowResults'].active,
fieldset[disabled] .loginmodule .logoutlink.active,
fieldset[disabled] .createuserbutton.active,
fieldset[disabled] [id$='_loginButton'].active,
fieldset[disabled] a[id$='_lnkRpxAdmin'].active,
fieldset[disabled] a[id$='_lnkCancel'].active,
fieldset[disabled] .sitewrap .fsubcribe2.active,
fieldset[disabled] .sitewrap .newthread.active,
fieldset[disabled] .sitewrap .newpost.active,
fieldset[disabled] ul.filelist + button.active,
fieldset[disabled] a[id$='_lnkLogin'].active,
fieldset[disabled] a[id$='_lnkLoginBottom'].active,
fieldset[disabled] .storelink.active,
fieldset[disabled] .addtocartlink.active,
fieldset[disabled] .signinorregister-signinprompt a.active,
fieldset[disabled] .signinorregister-registerprompt a.active,
fieldset[disabled] .signinorregister-additionalregisteroptions a.active,
fieldset[disabled] input[id*="btnNewFolder"].active {
  border-color: #cccccc;
  background-color: #ffffff;
}
[type="submit"]:not(.buttonlink, .btn-primary) .badge,
.admin.serverlog textarea + a .badge,
input[value='Setup Janrain Engage'] .badge,
a[title='Create New Site'] .badge,
.administration .sitelistpage .sitelist + .settingrow > a .badge,
.altfile .badge,
.newletteradmin .AspNet-GridView + a .badge,
.newletteradmin .AspNet-GridView + a + a .badge,
.pollchoose .settingrow > a .badge,
.pollchoose .buttonlink .badge,
.pollchoose .buttonlink + a .badge,
[id$='_btnNewQuestion'] .badge,
a[id$='_lnkAddNew'] .badge,
[id$='_btnShowResults'] .badge,
.loginmodule .logoutlink .badge,
.createuserbutton .badge,
[id$='_loginButton'] .badge,
a[id$='_lnkRpxAdmin'] .badge,
a[id$='_lnkCancel'] .badge,
.sitewrap .fsubcribe2 .badge,
.sitewrap .newthread .badge,
.sitewrap .newpost .badge,
ul.filelist + button .badge,
a[id$='_lnkLogin'] .badge,
a[id$='_lnkLoginBottom'] .badge,
.storelink .badge,
.addtocartlink .badge,
.signinorregister-signinprompt a .badge,
.signinorregister-registerprompt a .badge,
.signinorregister-additionalregisteroptions a .badge,
input[id*="btnNewFolder"] .badge {
  background-color: #333333;
  color: #ffffff;
}
[type="submit"]:not(.buttonlink, .btn-primary):hover,
.admin.serverlog textarea + a:hover,
input[value='Setup Janrain Engage']:hover,
a[title='Create New Site']:hover,
.administration .sitelistpage .sitelist + .settingrow > a:hover,
.altfile:hover,
.newletteradmin .AspNet-GridView + a:hover,
.newletteradmin .AspNet-GridView + a + a:hover,
.pollchoose .settingrow > a:hover,
.pollchoose .buttonlink:hover,
.pollchoose .buttonlink + a:hover,
[id$='_btnNewQuestion']:hover,
a[id$='_lnkAddNew']:hover,
[id$='_btnShowResults']:hover,
.loginmodule .logoutlink:hover,
.createuserbutton:hover,
[id$='_loginButton']:hover,
a[id$='_lnkRpxAdmin']:hover,
a[id$='_lnkCancel']:hover,
.sitewrap .fsubcribe2:hover,
.sitewrap .newthread:hover,
.sitewrap .newpost:hover,
ul.filelist + button:hover,
a[id$='_lnkLogin']:hover,
a[id$='_lnkLoginBottom']:hover,
.storelink:hover,
.addtocartlink:hover,
.signinorregister-signinprompt a:hover,
.signinorregister-registerprompt a:hover,
.signinorregister-additionalregisteroptions a:hover,
input[id*="btnNewFolder"]:hover,
[type="submit"]:not(.buttonlink, .btn-primary):focus,
.admin.serverlog textarea + a:focus,
input[value='Setup Janrain Engage']:focus,
a[title='Create New Site']:focus,
.administration .sitelistpage .sitelist + .settingrow > a:focus,
.altfile:focus,
.newletteradmin .AspNet-GridView + a:focus,
.newletteradmin .AspNet-GridView + a + a:focus,
.pollchoose .settingrow > a:focus,
.pollchoose .buttonlink:focus,
.pollchoose .buttonlink + a:focus,
[id$='_btnNewQuestion']:focus,
a[id$='_lnkAddNew']:focus,
[id$='_btnShowResults']:focus,
.loginmodule .logoutlink:focus,
.createuserbutton:focus,
[id$='_loginButton']:focus,
a[id$='_lnkRpxAdmin']:focus,
a[id$='_lnkCancel']:focus,
.sitewrap .fsubcribe2:focus,
.sitewrap .newthread:focus,
.sitewrap .newpost:focus,
ul.filelist + button:focus,
a[id$='_lnkLogin']:focus,
a[id$='_lnkLoginBottom']:focus,
.storelink:focus,
.addtocartlink:focus,
.signinorregister-signinprompt a:focus,
.signinorregister-registerprompt a:focus,
.signinorregister-additionalregisteroptions a:focus,
input[id*="btnNewFolder"]:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
[type="submit"]:not(.buttonlink, .btn-primary):active,
.admin.serverlog textarea + a:active,
input[value='Setup Janrain Engage']:active,
a[title='Create New Site']:active,
.administration .sitelistpage .sitelist + .settingrow > a:active,
.altfile:active,
.newletteradmin .AspNet-GridView + a:active,
.newletteradmin .AspNet-GridView + a + a:active,
.pollchoose .settingrow > a:active,
.pollchoose .buttonlink:active,
.pollchoose .buttonlink + a:active,
[id$='_btnNewQuestion']:active,
a[id$='_lnkAddNew']:active,
[id$='_btnShowResults']:active,
.loginmodule .logoutlink:active,
.createuserbutton:active,
[id$='_loginButton']:active,
a[id$='_lnkRpxAdmin']:active,
a[id$='_lnkCancel']:active,
.sitewrap .fsubcribe2:active,
.sitewrap .newthread:active,
.sitewrap .newpost:active,
ul.filelist + button:active,
a[id$='_lnkLogin']:active,
a[id$='_lnkLoginBottom']:active,
.storelink:active,
.addtocartlink:active,
.signinorregister-signinprompt a:active,
.signinorregister-registerprompt a:active,
.signinorregister-additionalregisteroptions a:active,
input[id*="btnNewFolder"]:active,
[type="submit"]:not(.buttonlink, .btn-primary).active,
.admin.serverlog textarea + a.active,
input[value='Setup Janrain Engage'].active,
a[title='Create New Site'].active,
.administration .sitelistpage .sitelist + .settingrow > a.active,
.altfile.active,
.newletteradmin .AspNet-GridView + a.active,
.newletteradmin .AspNet-GridView + a + a.active,
.pollchoose .settingrow > a.active,
.pollchoose .buttonlink.active,
.pollchoose .buttonlink + a.active,
[id$='_btnNewQuestion'].active,
a[id$='_lnkAddNew'].active,
[id$='_btnShowResults'].active,
.loginmodule .logoutlink.active,
.createuserbutton.active,
[id$='_loginButton'].active,
a[id$='_lnkRpxAdmin'].active,
a[id$='_lnkCancel'].active,
.sitewrap .fsubcribe2.active,
.sitewrap .newthread.active,
.sitewrap .newpost.active,
ul.filelist + button.active,
a[id$='_lnkLogin'].active,
a[id$='_lnkLoginBottom'].active,
.storelink.active,
.addtocartlink.active,
.signinorregister-signinprompt a.active,
.signinorregister-registerprompt a.active,
.signinorregister-additionalregisteroptions a.active,
input[id*="btnNewFolder"].active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
[type="submit"]:not(.buttonlink, .btn-primary):disabled,
.admin.serverlog textarea + a:disabled,
input[value='Setup Janrain Engage']:disabled,
a[title='Create New Site']:disabled,
.administration .sitelistpage .sitelist + .settingrow > a:disabled,
.altfile:disabled,
.newletteradmin .AspNet-GridView + a:disabled,
.newletteradmin .AspNet-GridView + a + a:disabled,
.pollchoose .settingrow > a:disabled,
.pollchoose .buttonlink:disabled,
.pollchoose .buttonlink + a:disabled,
[id$='_btnNewQuestion']:disabled,
a[id$='_lnkAddNew']:disabled,
[id$='_btnShowResults']:disabled,
.loginmodule .logoutlink:disabled,
.createuserbutton:disabled,
[id$='_loginButton']:disabled,
a[id$='_lnkRpxAdmin']:disabled,
a[id$='_lnkCancel']:disabled,
.sitewrap .fsubcribe2:disabled,
.sitewrap .newthread:disabled,
.sitewrap .newpost:disabled,
ul.filelist + button:disabled,
a[id$='_lnkLogin']:disabled,
a[id$='_lnkLoginBottom']:disabled,
.storelink:disabled,
.addtocartlink:disabled,
.signinorregister-signinprompt a:disabled,
.signinorregister-registerprompt a:disabled,
.signinorregister-additionalregisteroptions a:disabled,
input[id*="btnNewFolder"]:disabled,
[type="submit"]:not(.buttonlink, .btn-primary)[disabled],
.admin.serverlog textarea + a[disabled],
input[value='Setup Janrain Engage'][disabled],
a[title='Create New Site'][disabled],
.administration .sitelistpage .sitelist + .settingrow > a[disabled],
.altfile[disabled],
.newletteradmin .AspNet-GridView + a[disabled],
.newletteradmin .AspNet-GridView + a + a[disabled],
.pollchoose .settingrow > a[disabled],
.pollchoose .buttonlink[disabled],
.pollchoose .buttonlink + a[disabled],
[id$='_btnNewQuestion'][disabled],
a[id$='_lnkAddNew'][disabled],
[id$='_btnShowResults'][disabled],
.loginmodule .logoutlink[disabled],
.createuserbutton[disabled],
[id$='_loginButton'][disabled],
a[id$='_lnkRpxAdmin'][disabled],
a[id$='_lnkCancel'][disabled],
.sitewrap .fsubcribe2[disabled],
.sitewrap .newthread[disabled],
.sitewrap .newpost[disabled],
ul.filelist + button[disabled],
a[id$='_lnkLogin'][disabled],
a[id$='_lnkLoginBottom'][disabled],
.storelink[disabled],
.addtocartlink[disabled],
.signinorregister-signinprompt a[disabled],
.signinorregister-registerprompt a[disabled],
.signinorregister-additionalregisteroptions a[disabled],
input[id*="btnNewFolder"][disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.buttonlink {
  border-radius: 0;
  color: #337ab7;
  font-weight: normal;
}
.buttonlink,
.buttonlink:active,
.buttonlink.active,
.buttonlink[disabled],
fieldset[disabled] .buttonlink {
  background-color: transparent;
  box-shadow: none;
}
.buttonlink,
.buttonlink:hover,
.buttonlink:focus,
.buttonlink:active {
  border-color: transparent;
}
.buttonlink:hover,
.buttonlink:focus {
  background-color: transparent;
  color: #286090;
  text-decoration: underline;
}
.buttonlink[disabled]:hover,
fieldset[disabled] .buttonlink:hover,
.buttonlink[disabled]:focus,
fieldset[disabled] .buttonlink:focus {
  color: #777777;
  text-decoration: none;
}
.choose-file {
  overflow: hidden;
  position: relative;
}
.choose-file:before {
  content: "\f093";
  font-family: FontAwesome;
  margin-right: 6px;
}
.choose-file input {
  cursor: pointer;
  direction: rtl;
  bottom: 0;
  font-size: 13px;
  filter: alpha(opacity=0);
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: 0;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.ui-widget-content a {
  color: #337ab7;
}
.ui-tabs-panel .settingrow:last-child {
  margin-bottom: 0;
}
.ui-datepicker {
  font-size: 14px;
}
.ui-datepicker dl dt {
  display: block;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0;
}
.outerwrap {
  margin-top: 40px;
}
.outerwrap:first-child {
  margin-top: 0;
}
.footspacer {
  display: none;
}
blockquote {
  color: #000000;
  padding: 9px 18px;
  margin: 0 0 18px;
  border-left: 4px solid #eeeeee;
}
blockquote p {
  margin: 0;
}
blockquote p:before {
  content: "\201C";
}
blockquote p:after {
  content: "\201D";
}
blockquote small {
  font-size: small;
  color: #333333;
  display: block;
}
blockquote small:before {
  content: "— ";
}
pre.linenums {
  background: -webkit-repeating-linear-gradient(#f2f2f2, #f2f2f2 20px, #ffffff 20px, #ffffff 40px) repeat scroll 0 0 transparent;
  background: repeating-linear-gradient(#f2f2f2, #f2f2f2 20px, #ffffff 20px, #ffffff 40px) repeat scroll 0 0 transparent;
  background-size: 100% 40px;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.2) inset;
  display: block;
  line-height: 20px;
  overflow-y: hidden;
  padding: 0 18px 0 60px;
  position: relative;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  white-space: pre;
}
pre.linenums:before {
  background-color: #FBFBFC;
  border-right: 1px solid #E1E1E8;
  content: "01.\A 02.\A 03.\A 04.\A 05.\A 06.\A 07.\A 08.\A 09.\A 10.\A 11.\A 12.\A 13.\A 14.\A 15.\A 16.\A 17.\A 18.\A 19.\A 20.\A 21.\A 22.\A 23.\A 23.\A 24.\A 25.\A 26.\A 27.\A 28.\A 29.\A 30.\A 31.\A 32.\A 33.\A 34.\A 35.\A 36.\A 37.\A 38.\A 39.\A 40.\A 41.\A 42.\A 43.\A 44.\A 45.\A 46.\A 47.\A 48.\A 49.\A 50.\A 51.\A 52.\A 53.\A 54.\A 55.\A 56.\A 57.\A 58.\A 59.\A 60.\A 61.\A 62.\A 63.\A 64.\A 65.\A 66.\A 67.\A 68.\A 69.\A 70.\A 71.\A 72.\A 73.\A 74.\A 75.\A 76.\A 77.\A 78.\A 79.\A 80.\A 81.\A 82.\A 83.\A 84.\A 85.\A 86.\A 87.\A 88.\A 89.\A 90.\A 91.\A 92.\A 93.\A 94.\A 95.\A 96.\A 97.\A 98.\A 99.\A 100.\A 101.\A 102.\A 103.\A 104.\A 105.\A 106.\A 107.\A 108.\A 109.\A 110.\A 111.\A 112.\A 113.\A 114.\A 115.\A 116.\A 117.\A 118.\A 119.\A 120.\A 121.\A 122.\A 123.\A 123.\A 124.\A 125.\A 126.\A 127.\A 128.\A 129.\A 130.\A 131.\A 132.\A 133.\A 134.\A 135.\A 136.\A 137.\A 138.\A 139.\A 140.\A 141.\A 142.\A 143.\A 144.\A 145.\A 146.\A 147.\A 148.\A 149.\A 150.\A 151.\A 152.\A 153.\A 154.\A 155.\A 156.\A 157.\A 158.\A 159.\A 160.\A 161.\A 162.\A 163.\A 164.\A 165.\A 166.\A 167.\A 168.\A 169.\A 170.\A 171.\A 172.\A 173.\A 174.\A 175.\A 176.\A 177.\A 178.\A 179.\A 180.\A 181.\A 182.\A 183.\A 184.\A 185.\A 186.\A 187.\A 188.\A 189.\A 190.\A 191.\A 192.\A 193.\A 194.\A 195.\A 196.\A 197.\A 198.\A 199.\A 200.\A 201.\A 202.\A 203.\A 204.\A 205.\A 206.\A 207.\A 208.\A 209.\A 210.\A 211.\A 212.\A 213.\A 214.\A 215.\A 216.\A 217.\A 218.\A 219.\A 220.\A 221.\A 222.\A 223.\A 223.\A 224.\A 225.\A 226.\A 227.\A 228.\A 229.\A 230.\A 231.\A 232.\A 233.\A 234.\A 235.\A 236.\A 237.\A 238.\A 239.\A 240.\A 241.\A 242.\A 243.\A 244.\A 245.\A 246.\A 247.\A 248.\A 249.\A 250.\A 251.\A 252.\A 253.\A 254.\A 255.\A 256.\A 257.\A 258.\A 259.\A 260.\A 261.\A 262.\A 263.\A 264.\A 265.\A 266.\A 267.\A 268.\A 269.\A 270.\A 271.\A 272.\A 273.\A 274.\A 275.\A 276.\A 277.\A 278.\A 279.\A 280.\A 281.\A 282.\A 283.\A 284.\A 285.\A 286.\A 287.\A 288.\A 289.\A 290.\A 291.\A 292.\A 293.\A 294.\A 295.\A 296.\A 297.\A 298.\A 299.\A 300.\A 301.\A 302.\A 303.\A 304.\A 305.\A 306.\A 307.\A 308.\A 309.\A 310.\A 311.\A 312.\A 313.\A 314.\A 315.\A 316.\A 317.\A 318.\A 319.\A 320.\A 321.\A 322.\A 323.\A 323.\A 324.\A 325.\A 326.\A 327.\A 328.\A 329.\A 330.\A 331.\A 332.\A 333.\A 334.\A 335.\A 336.\A 337.\A 338.\A 339.\A 340.\A 341.\A 342.\A 343.\A 344.\A 345.\A 346.\A 347.\A 348.\A 349.\A 350.\A 351.\A 352.\A 353.\A 354.\A 355.\A 356.\A 357.\A 358.\A 359.\A 360.\A 361.\A 362.\A 363.\A 364.\A 365.\A 366.\A 367.\A 368.\A 369.\A 370.\A 371.\A 372.\A 373.\A 374.\A 375.\A 376.\A 377.\A 378.\A 379.\A 380.\A 381.\A 382.\A 383.\A 384.\A 385.\A 386.\A 387.\A 388.\A 389.\A 390.\A 391.\A 392.\A 393.\A 394.\A 395.\A 396.\A 397.\A 398.\A 399.\A 400.\A 401.\A 402.\A 403.\A 404.\A 405.\A 406.\A 407.\A 408.\A 409.\A 410.\A 411.\A 412.\A 413.\A 414.\A 415.\A 416.\A 417.\A 418.\A 419.\A 420.\A 421.\A 422.\A 423.\A 423.\A 424.\A 425.\A 426.\A 427.\A 428.\A 429.\A 430.\A 431.\A 432.\A 433.\A 434.\A 435.\A 436.\A 437.\A 438.\A 439.\A 440.\A 441.\A 442.\A 443.\A 444.\A 445.\A 446.\A 447.\A 448.\A 449.\A 450.\A 451.\A 452.\A 453.\A 454.\A 455.\A 456.\A 457.\A 458.\A 459.\A 460.\A 461.\A 462.\A 463.\A 464.\A 465.\A 466.\A 467.\A 468.\A 469.\A 470.\A 471.\A 472.\A 473.\A 474.\A 475.\A 476.\A 477.\A 478.\A 479.\A 480.\A 481.\A 482.\A 483.\A 484.\A 485.\A 486.\A 487.\A 488.\A 489.\A 490.\A 491.\A 492.\A 493.\A 494.\A 495.\A 496.\A 497.\A 498.\A 499.\A 500.\A 501.\A 502.\A 503.\A 504.\A 505.\A 506.\A 507.\A 508.\A 509.\A 510.\A 511.\A 512.\A 513.\A 514.\A 515.\A 516.\A 517.\A 518.\A 519.\A 520.\A 521.\A 522.\A 523.\A 523.\A 524.\A 525.\A 526.\A 527.\A 528.\A 529.\A 530.\A 531.\A 532.\A 533.\A 534.\A 535.\A 536.\A 537.\A 538.\A 539.\A 540.\A 541.\A 542.\A 543.\A 544.\A 545.\A 546.\A 547.\A 548.\A 549.\A 550.\A 551.\A 552.\A 553.\A 554.\A 555.\A 556.\A 557.\A 558.\A 559.\A 560.\A 561.\A 562.\A 563.\A 564.\A 565.\A 566.\A 567.\A 568.\A 569.\A 570.\A 571.\A 572.\A 573.\A 574.\A 575.\A 576.\A 577.\A 578.\A 579.\A 580.\A 581.\A 582.\A 583.\A 584.\A 585.\A 586.\A 587.\A 588.\A 589.\A 590.\A 591.\A 592.\A 593.\A 594.\A 595.\A 596.\A 597.\A 598.\A 599.\A 600.\A 601.\A 602.\A 603.\A 604.\A 605.\A 606.\A 607.\A 608.\A 609.\A 610.\A 611.\A 612.\A 613.\A 614.\A 615.\A 616.\A 617.\A 618.\A 619.\A 620.\A 621.\A 622.\A 623.\A 623.\A 624.\A 625.\A 626.\A 627.\A 628.\A 629.\A 630.\A 631.\A 632.\A 633.\A 634.\A 635.\A 636.\A 637.\A 638.\A 639.\A 640.\A 641.\A 642.\A 643.\A 644.\A 645.\A 646.\A 647.\A 648.\A 649.\A 650.\A 651.\A 652.\A 653.\A 654.\A 655.\A 656.\A 657.\A 658.\A 659.\A 660.\A 661.\A 662.\A 663.\A 664.\A 665.\A 666.\A 667.\A 668.\A 669.\A 670.\A 671.\A 672.\A 673.\A 674.\A 675.\A 676.\A 677.\A 678.\A 679.\A 680.\A 681.\A 682.\A 683.\A 684.\A 685.\A 686.\A 687.\A 688.\A 689.\A 690.\A 691.\A 692.\A 693.\A 694.\A 695.\A 696.\A 697.\A 698.\A 699.\A 700.\A 701.\A 702.\A 703.\A 704.\A 705.\A 706.\A 707.\A 708.\A 709.\A 710.\A 711.\A 712.\A 713.\A 714.\A 715.\A 716.\A 717.\A 718.\A 719.\A 720.\A 721.\A 722.\A 723.\A 723.\A 724.\A 725.\A 726.\A 727.\A 728.\A 729.\A 730.\A 731.\A 732.\A 733.\A 734.\A 735.\A 736.\A 737.\A 738.\A 739.\A 740.\A 741.\A 742.\A 743.\A 744.\A 745.\A 746.\A 747.\A 748.\A 749.\A 750.\A 751.\A 752.\A 753.\A 754.\A 755.\A 756.\A 757.\A 758.\A 759.\A 760.\A 761.\A 762.\A 763.\A 764.\A 765.\A 766.\A 767.\A 768.\A 769.\A 770.\A 771.\A 772.\A 773.\A 774.\A 775.\A 776.\A 777.\A 778.\A 779.\A 780.\A 781.\A 782.\A 783.\A 784.\A 785.\A 786.\A 787.\A 788.\A 789.\A 790.\A 791.\A 792.\A 793.\A 794.\A 795.\A 796.\A 797.\A 798.\A 799.\A 800.\A 801.\A 802.\A 803.\A 804.\A 805.\A 806.\A 807.\A 808.\A 809.\A 810.\A 811.\A 812.\A 813.\A 814.\A 815.\A 816.\A 817.\A 818.\A 819.\A 820.\A 821.\A 822.\A 823.\A 823.\A 824.\A 825.\A 826.\A 827.\A 828.\A 829.\A 830.\A 831.\A 832.\A 833.\A 834.\A 835.\A 836.\A 837.\A 838.\A 839.\A 840.\A 841.\A 842.\A 843.\A 844.\A 845.\A 846.\A 847.\A 848.\A 849.\A 850.\A 851.\A 852.\A 853.\A 854.\A 855.\A 856.\A 857.\A 858.\A 859.\A 860.\A 861.\A 862.\A 863.\A 864.\A 865.\A 866.\A 867.\A 868.\A 869.\A 870.\A 871.\A 872.\A 873.\A 874.\A 875.\A 876.\A 877.\A 878.\A 879.\A 880.\A 881.\A 882.\A 883.\A 884.\A 885.\A 886.\A 887.\A 888.\A 889.\A 890.\A 891.\A 892.\A 893.\A 894.\A 895.\A 896.\A 897.\A 898.\A 899.\A 900.\A 901.\A 902.\A 903.\A 904.\A 905.\A 906.\A 907.\A 908.\A 909.\A 910.\A 911.\A 912.\A 913.\A 914.\A 915.\A 916.\A 917.\A 918.\A 919.\A 920.\A 921.\A 922.\A 923.\A 923.\A 924.\A 925.\A 926.\A 927.\A 928.\A 929.\A 930.\A 931.\A 932.\A 933.\A 934.\A 935.\A 936.\A 937.\A 938.\A 939.\A 940.\A 941.\A 942.\A 943.\A 944.\A 945.\A 946.\A 947.\A 948.\A 949.\A 950.\A 951.\A 952.\A 953.\A 954.\A 955.\A 956.\A 957.\A 958.\A 959.\A 960.\A 961.\A 962.\A 963.\A 964.\A 965.\A 966.\A 967.\A 968.\A 969.\A 970.\A 971.\A 972.\A 973.\A 974.\A 975.\A 976.\A 977.\A 978.\A 979.\A 980.\A 981.\A 982.\A 983.\A 984.\A 985.\A 986.\A 987.\A 988.\A 989.\A 990.\A 991.\A 992.\A 993.\A 994.\A 995.\A 996.\A 997.\A 998.\A 999.\A 1000.\A STOP.\A IT.\A";
  left: 0;
  padding-right: 4px;
  position: absolute;
  text-align: right;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 50px;
}
code {
  background-color: #F7F7F9;
  border: 1px solid #E1E1E8;
  border-radius: 4px;
  color: #337ab7;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.8571428571428571em;
  padding: 0.1666666666666667em 0.3333333333333333em;
  white-space: nowrap;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:active {
  color: #286090;
  text-decoration: underline;
}
.ModuleEditLink {
  font-family: sans-serif;
  font-size: 12px;
  text-transform: none;
}
legend .ModuleEditLink {
  font-size: smaller;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: inherit;
  display: block;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  line-height: 1.1;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1.moduletitle,
h2.moduletitle,
h3.moduletitle,
h4.moduletitle,
h5.moduletitle,
h6.moduletitle,
.store .productlist > h3,
.webstore .productlist > h3 {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 0;
}
h2.moduletitle {
  font-size: 30px;
}
.modulelinks,
.moduleeditlinks,
.ModuleEditLink {
  color: #000000;
  font-weight: 400;
}
.modulelinks:hover,
.moduleeditlinks:hover,
.ModuleEditLink:hover {
  color: #286090;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul.simplelist,
ol.simplelist {
  list-style: none outside none;
  margin: 18px 0;
  padding: 0 0 0 25px;
}
ul.simplelist li,
ol.simplelist li {
  margin: 0;
  padding: 0;
}
ul.simplehorizontalmenu,
ol.simplehorizontalmenu {
  list-style: none outside none;
  padding: 0;
}
ul.simplehorizontalmenu > li,
ol.simplehorizontalmenu > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
ul.formlist,
ol.formlist {
  list-style: none outside none;
  margin: 18px 0;
  padding: 0;
}
ul.iconlist,
ol.iconlist {
  list-style: none outside none;
  padding: 0;
}
ul.iconlist li:before,
ol.iconlist li:before {
  color: #337ab7;
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  margin-right: 4px;
}
ul.iconlist a,
ol.iconlist a {
  color: #000000;
}
ul.iconlist a:hover,
ol.iconlist a:hover {
  color: #286090;
}
ul.iconlist.arrowright li:before,
ol.iconlist.arrowright li:before {
  content: "\f0a9";
}
div.AspNet-RadioButtonList ul,
div.AspNet-RadioButtonList ol,
div.AspNet-CheckBoxList ul,
div.AspNet-CheckBoxList ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav ul,
nav ol,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
.nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
dl {
  margin: 0 0 10px;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin-left: 40px;
}
dl.dl-inline dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}
dl.dl-inline dd {
  margin-left: 180px;
}
li.AspNet-RadioButtonList-Item,
li.AspNet-CheckBoxList-Item,
.ratingrow {
  white-space: nowrap;
}
.cleanlist {
  list-style: none outside none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.childpagesitemapmodule ul.linkitem,
.pagemenu ul.linkitem,
.sitemap ul.linkitem {
  list-style-type: none;
  margin: 0;
}
.childpagesitemapmodule ul.linkitem li,
.pagemenu ul.linkitem li,
.sitemap ul.linkitem li {
  border-top: 1px solid #eeeeee;
  padding: 5px 0;
  position: relative;
}
.childpagesitemapmodule ul.linkitem li:first-child,
.pagemenu ul.linkitem li:first-child,
.sitemap ul.linkitem li:first-child {
  border-top: 0 none;
  padding-top: 0;
}
.childpagesitemapmodule ul.linkitem li:before,
.pagemenu ul.linkitem li:before,
.sitemap ul.linkitem li:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f101";
  padding-right: 0.3em;
  color: #337ab7;
}
.childpagesitemapmodule ul.linkitem li:hover:before,
.pagemenu ul.linkitem li:hover:before,
.sitemap ul.linkitem li:hover:before {
  color: #286090;
}
.childpagesitemapmodule ul.linkitem li > a[title="Edit"],
.pagemenu ul.linkitem li > a[title="Edit"],
.sitemap ul.linkitem li > a[title="Edit"] {
  position: absolute;
  right: 0;
}
.childpagesitemapmodule ul.linkitem li > a[title="Edit"] img,
.pagemenu ul.linkitem li > a[title="Edit"] img,
.sitemap ul.linkitem li > a[title="Edit"] img {
  display: none;
}
.childpagesitemapmodule ul.linkitem li > a[title="Edit"]:before,
.pagemenu ul.linkitem li > a[title="Edit"]:before,
.sitemap ul.linkitem li > a[title="Edit"]:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f040";
  color: #000000;
}
.childpagesitemapmodule ul.linkitem li > a[title="Edit"]:hover,
.pagemenu ul.linkitem li > a[title="Edit"]:hover,
.sitemap ul.linkitem li > a[title="Edit"]:hover {
  text-decoration: none;
}
.childpagesitemapmodule ul.linkitem li > a[title="Edit"]:hover:before,
.pagemenu ul.linkitem li > a[title="Edit"]:hover:before,
.sitemap ul.linkitem li > a[title="Edit"]:hover:before {
  color: #286090;
  text-decoration: none;
}
.linksmodule li {
  position: relative;
}
.linksmodule [id*="editLink2"] {
  position: absolute;
  right: 0;
  color: #EECC22;
}
.linksmodule [id*="editLink2"] img {
  display: none;
}
.linksmodule [id*="editLink2"]:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f040";
}
.linksmodule [id*="editLink2"]:hover {
  color: #cdae10;
  text-decoration: none;
}
.linksmodule [id*="editLink2"]:hover:before {
  text-decoration: none;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
}
input,
button,
select,
textarea {
  font-family: 'Dosis', sans-serif;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: inline-block;
  height: 34px;
  padding: 4px 6px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  border-radius: 4px;
  vertical-align: middle;
}
input,
select,
textarea {
  width: 220px;
}
input.markituphtml,
select.markituphtml,
textarea.markituphtml {
  width: 100%;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: rgba(51, 122, 183, 0.8);
  outline: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(51, 122, 183, 0.6);
}
.lt-ie10 textarea:focus,
.lt-ie10 input[type="text"]:focus,
.lt-ie10 input[type="password"]:focus,
.lt-ie10 input[type="datetime"]:focus,
.lt-ie10 input[type="datetime-local"]:focus,
.lt-ie10 input[type="date"]:focus,
.lt-ie10 input[type="month"]:focus,
.lt-ie10 input[type="time"]:focus,
.lt-ie10 input[type="week"]:focus,
.lt-ie10 input[type="number"]:focus,
.lt-ie10 input[type="email"]:focus,
.lt-ie10 input[type="url"]:focus,
.lt-ie10 input[type="search"]:focus,
.lt-ie10 input[type="tel"]:focus,
.lt-ie10 input[type="color"]:focus {
  outline: thin dotted;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0 0;
  line-height: normal;
  vertical-align: text-top;
}
.ie8 input[type="radio"],
.ie8 input[type="checkbox"],
.ie9 input[type="radio"],
.ie9 input[type="checkbox"] {
  margin-top: 1px;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  margin: 0 5px;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 34px;
  line-height: 1.42857143;
}
select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
.inputfilebox {
  display: inline-block;
  font-size: 0;
  line-height: 1.42857143;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.inputfilebox #ifb-filename {
  display: inline-block;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 13px !important;
}
.inputfilebox #ifb-filename:focus {
  z-index: 1;
}
.inputfilebox #ifb-file {
  display: inline-block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 13px !important;
  margin-left: -1px;
}
.hasDatepicker + .ui-datepicker-trigger {
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  padding-bottom: 7px;
  padding-top: 1px;
  margin-left: -4px;
}
.settingrow {
  clear: left;
  margin: 0 0 20px;
}
.settingrow:before,
.settingrow:after {
  content: " ";
  display: table;
}
.settingrow:after {
  clear: both;
}
.settingrow:before,
.settingrow:after {
  content: " ";
  display: table;
}
.settingrow:after {
  clear: both;
}
.settingrow:empty {
  display: none;
}
.settinglabel {
  clear: left;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%;
  padding-right: 10px;
  padding-top: 7px;
  width: 22em;
}
span.forminput {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  min-height: 20px;
  padding-left: 20px;
  padding-top: 7px;
  vertical-align: bottom;
}
span.forminput input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.mhelp {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.mhelp:before {
  color: #5899FF;
  content: "\f059";
  font: normal normal normal 18px/1 FontAwesome;
}
.mhelp:hover {
  text-decoration: none;
}
.mhelp:hover:before {
  color: #257aff;
}
.mhelp img {
  display: none;
}
.forminput .mhelp {
  float: none;
}
.modulebuttonrow {
  clear: left;
  text-align: center;
}
.contactform .modulebuttonrow {
  padding: 18px 0;
}
.txtcopyright {
  color: #444;
  font-size: 80%;
  font-weight: 400;
}
.watermarktextbox {
  color: Gray;
  width: 9em;
}
.subscribeemail {
  color: Gray;
  width: 14em;
}
.pagelayout .addcontent {
  float: left;
  margin: 0 0 20px;
}
.pagelayout .panelayout {
  clear: both;
  margin: 0 0 20px;
  padding: 0;
}
.pagelayout .panelayout h2 {
  margin: 0 10px 10px 0;
  text-align: center;
}
.pagelayout .regularpanes {
  clear: both;
  margin: 0 auto;
  width: 630px;
}
.pagelayout .pane {
  clear: none;
  float: left;
  margin: 20px 0;
  position: relative;
}
.pagelayout .pane select {
  margin-right: 18px;
  min-width: auto;
  width: 170px;
}
.pagelayout .layoutcenter {
  margin: 20px 30px;
}
.pagelayout .layoutalt1,
.pagelayout .layoutalt2 {
  clear: both;
  float: none;
  margin: 0 auto;
  position: relative;
  width: 190px;
}
.pagelayout .altlayoutnotice {
  margin-bottom: 18px;
}
.pagelayout .panelistbox {
  position: relative;
  width: 190px;
}
.pagelayout .layoutbuttons {
  position: absolute;
  right: 0;
  top: 5px;
}
.pagelayout .layoutbuttons input {
  display: block;
  margin-bottom: 11px;
}
.moduleedit {
  background-color: #FFF;
  border: 0 none;
  height: 28px;
  margin: 0;
  padding: 0;
  text-indent: 4px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.floatrightimage {
  float: right;
  margin-left: 18px;
}
.floatleftimage {
  float: left;
  margin-right: 18px;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px;
}
.padding-40 {
  padding: 40px;
}
.padding-50 {
  padding: 50px;
}
.padding-60 {
  padding: 60px;
}
.padding-70 {
  padding: 70px;
}
.padding-80 {
  padding: 80px;
}
.padding-90 {
  padding: 90px;
}
.padding-100 {
  padding: 100px;
}
.common-padding {
  padding: 18px;
}
.margin-10 {
  margin: 10px;
}
.margin-20 {
  margin: 20px;
}
.margin-30 {
  margin: 30px;
}
.margin-40 {
  margin: 40px;
}
.margin-50 {
  margin: 50px;
}
.margin-60 {
  margin: 60px;
}
.margin-70 {
  margin: 70px;
}
.margin-80 {
  margin: 80px;
}
.margin-90 {
  margin: 90px;
}
.margin-100 {
  margin: 100px;
}
.common-margin {
  margin: 18px;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.right-10 {
  right: 10px;
}
.right-20 {
  right: 20px;
}
.right-30 {
  right: 30px;
}
.right-40 {
  right: 40px;
}
.right-50 {
  right: 50px;
}
.right-60 {
  right: 60px;
}
.right-70 {
  right: 70px;
}
.right-80 {
  right: 80px;
}
.right-90 {
  right: 90px;
}
.right-100 {
  right: 100px;
}
.top-10 {
  top: 10px;
}
.top-20 {
  top: 20px;
}
.top-30 {
  top: 30px;
}
.top-40 {
  top: 40px;
}
.top-50 {
  top: 50px;
}
.top-60 {
  top: 60px;
}
.top-70 {
  top: 70px;
}
.top-80 {
  top: 80px;
}
.top-90 {
  top: 90px;
}
.top-100 {
  top: 100px;
}
.bottom-10 {
  bottom: 10px;
}
.bottom-20 {
  bottom: 20px;
}
.bottom-30 {
  bottom: 30px;
}
.bottom-40 {
  bottom: 40px;
}
.bottom-50 {
  bottom: 50px;
}
.bottom-60 {
  bottom: 60px;
}
.bottom-70 {
  bottom: 70px;
}
.bottom-80 {
  bottom: 80px;
}
.bottom-90 {
  bottom: 90px;
}
.bottom-100 {
  bottom: 100px;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-italic {
  font-style: italic;
}
.font-bold {
  font-weight: 700;
}
.font-10 {
  font-size: 10%;
}
.font-20 {
  font-size: 20%;
}
.font-30 {
  font-size: 30%;
}
.font-40 {
  font-size: 40%;
}
.font-50 {
  font-size: 50%;
}
.font-60 {
  font-size: 60%;
}
.font-70 {
  font-size: 70%;
}
.font-80 {
  font-size: 80%;
}
.font-90 {
  font-size: 90%;
}
.font-100 {
  font-size: 100%;
}
.font-110 {
  font-size: 110%;
}
.font-120 {
  font-size: 120%;
}
.font-130 {
  font-size: 130%;
}
.font-140 {
  font-size: 140%;
}
.font-150 {
  font-size: 150%;
}
.font-160 {
  font-size: 160%;
}
.font-170 {
  font-size: 170%;
}
.font-180 {
  font-size: 180%;
}
.font-190 {
  font-size: 190%;
}
.font-200 {
  font-size: 200%;
}
.font-210 {
  font-size: 210%;
}
.font-220 {
  font-size: 220%;
}
.font-230 {
  font-size: 230%;
}
.font-240 {
  font-size: 240%;
}
.font-250 {
  font-size: 250%;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.clear-both {
  clear: both;
}
.no-clear {
  clear: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.list-item {
  display: list-item;
}
.no-overflow {
  overflow: hidden;
}
.show-overflow {
  overflow: visible;
}
.NewsLetterSubscribeModule .newsletterlist {
  margin: 0;
  padding: 0;
}
.NewsLetterSubscribeModule .newsletterlist li {
  margin-bottom: 9px;
}
.NewsLetterSubscribeModule > div > div {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.NewsLetterSubscribeModule > div > div > * {
  font-size: 13px;
  position: relative;
}
.NewsLetterSubscribeModule input.subscribeemail {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.NewsLetterSubscribeModule input.subscribeemail:focus {
  z-index: 2;
}
.NewsLetterSubscribeModule input.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.NewsLetterSubscribeModule input.btn:hover,
.NewsLetterSubscribeModule input.btn:active {
  z-index: 2;
}
.NewsLetterSubscribeModule .txterror ul {
  margin: 0 15px;
  padding: 0 0 15px 15px;
}
.floatpanel {
  float: left;
  width: 100%;
}
.section {
  float: left;
  margin-left: 10px;
}
.section:first-child,
.clear.section {
  margin-left: 0px;
  width: 100%;
}
.modulepager:empty {
  display: none;
}
.ModulePager > a,
.modulepager > a {
  font-size: 14px;
}
.txterror {
  background-color: #b94a48;
  border: 1px solid #a74240;
  color: #ffffff;
  min-height: 20px;
  padding: 8px 14px 8px 36px;
  position: relative;
  border-radius: 4px;
}
.txterror:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  color: #ffffff;
  content: "\f071";
  left: 13px;
  position: absolute;
  top: 10px;
}
.txterror.info {
  background-color: #e8f4fa;
  border: 1px solid #d3eaf5;
  color: #000000;
  min-height: 20px;
  padding: 8px 14px 8px 36px;
  position: relative;
  border-radius: 4px;
}
.txterror.info:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  color: #000000;
  content: "\f05a";
  left: 13px;
  position: absolute;
  top: 10px;
}
.txterror.success {
  background-color: #dff0d8;
  border: 1px solid #d0e9c6;
  color: #000000;
  min-height: 20px;
  padding: 8px 14px 8px 36px;
  position: relative;
  border-radius: 4px;
}
.txterror.success:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  color: #000000;
  content: "\f058";
  left: 13px;
  position: absolute;
  top: 10px;
}
.txterror.warning {
  background-color: #fff9da;
  border: 1px solid #ffed8e;
  color: #000000;
  min-height: 20px;
  padding: 8px 14px 8px 36px;
  position: relative;
  border-radius: 4px;
}
.txterror.warning:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  color: #000000;
  content: "\f06a";
  left: 13px;
  position: absolute;
  top: 10px;
}
.txterror:empty {
  display: none;
}
.txterror[style$="hidden;"],
.txtError[style$="hidden;"] {
  display: none !important;
}
.txterror[style$="inline;"],
.txtError[style$="inline;"] {
  display: inline-block !important;
}
.searchresults ol.searchresultlist {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.searchresults ol.searchresultlist li {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.searchresults ol.searchresultlist h3 {
  margin: 0 0 5px 0;
}
.searchterm {
  background-color: #D9EDF7;
  font-weight: 700;
  padding: 1px;
}
.searchduration {
  vertical-align: middle;
}
.searchduration:before {
  content: " - ";
}
div.searchcontrols {
  background-color: #FFF;
  border: 1px solid #eeeeee;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 5px;
}
.searchresults .searchbox {
  width: 40%;
}
.searchresults .searchfeatures {
  width: 18%;
}
.searchresults .searchcontrols a.mhelp {
  position: relative;
  display: block;
  float: right;
  margin: 4px 6px 0;
}
.searchresults .searchcontrols a.mhelp img {
  display: none;
}
.searchresults .searchcontrols a.mhelp:after {
  content: "  Help";
  color: #5899FF;
  font-size: 18px;
  line-height: 28px;
}
.searchresults .searchcontrols a.mhelp:hover {
  text-decoration: none;
}
.searchresults .searchcontrols a.mhelp:hover:after {
  color: #257aff;
  text-decoration: none;
}
.searchresults .searchcontrols input[type="submit"] {
  vertical-align: middle;
}
.panelwrapper.searchresults .settingrow.searchresults {
  padding: 0;
}
.gmaptextbox {
  width: 27em;
}
.gmap {
  margin: 0 0 10px;
}
.bmap {
  position: relative;
}
.MSVE_ImageTile {
  max-width: none;
}
.poll td {
  padding: 5px 0;
}
.pollchoose .moduletitle + .settingrow .btn {
  margin-left: -7px;
}
.pollchoose .poll > .AspNet-DataList > table > tbody > tr > td.AspNet-DataList-Item > span:first-child,
.pollchoose .poll > .AspNet-DataList > table > tbody > tr > td.AspNet-DataList-Alternate > span:first-child {
  font-weight: normal !important;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: block;
}
.pollchoose .poll > .AspNet-DataList > table > tbody > tr > td.AspNet-DataList-Item > span:first-child:before,
.pollchoose .poll > .AspNet-DataList > table > tbody > tr > td.AspNet-DataList-Alternate > span:first-child:before {
  content: "Q: ";
  font-weight: bold;
}
.pollchoose .poll > .AspNet-DataList > table > tbody > tr > td.AspNet-DataList-Item .AspNet-DataList-Item > span:first-child:before,
.pollchoose .poll > .AspNet-DataList > table > tbody > tr > td.AspNet-DataList-Item .AspNet-DataList-Alternate > span:first-child:before,
.pollchoose .poll > .AspNet-DataList > table > tbody > tr > td.AspNet-DataList-Alternate .AspNet-DataList-Item > span:first-child:before,
.pollchoose .poll > .AspNet-DataList > table > tbody > tr > td.AspNet-DataList-Alternate .AspNet-DataList-Alternate > span:first-child:before {
  content: "A: ";
  font-weight: bold;
}
.pollchoose br + .btn,
.pollchoose br + .btn + .btn,
.pollchoose br + .btn + .btn + .btn {
  margin-top: 10px;
}
.polledit .pollwrap hr:first-child {
  display: none;
}
.polledit .pollwrap #tblOptions tr[valign="top"] + tr td input {
  margin-top: 10px;
}
.surveyquestionedit #questionItems,
.surveyquestionedit #questionItemsMove {
  width: auto;
}
.surveyquestionedit div[id$="_addOptionRow"]:before,
.surveyquestionedit div[id$="_itemsRow"]:before,
.surveyquestionedit div[id$="_addOptionRow"]:after,
.surveyquestionedit div[id$="_itemsRow"]:after {
  content: " ";
  display: table;
}
.surveyquestionedit div[id$="_addOptionRow"]:after,
.surveyquestionedit div[id$="_itemsRow"]:after {
  clear: both;
}
.surveyquestionedit div[id$="_addOptionRow"]:before,
.surveyquestionedit div[id$="_itemsRow"]:before,
.surveyquestionedit div[id$="_addOptionRow"]:after,
.surveyquestionedit div[id$="_itemsRow"]:after {
  content: " ";
  display: table;
}
.surveyquestionedit div[id$="_addOptionRow"]:after,
.surveyquestionedit div[id$="_itemsRow"]:after {
  clear: both;
}
#aspnetForm .stats .site-statistics {
  background-color: #FFF;
  border: 1px solid #eeeeee;
  padding: 9px;
  width: auto;
  float: left;
  margin-right: 18px;
  margin-top: 9px;
  margin-bottom: 9px;
  min-height: 110px;
  min-width: 124px;
}
#aspnetForm .stats .onlinemembers {
  float: left;
  clear: both;
}
#aspnetForm .stats .onlinemembers ul li:first-child {
  font: 300 16px/1 'Dosis', sans-serif;
  margin: 0 0 9px;
}
#aspnetForm .stats .onlinemembers ul .userstats .whoson {
  text-align: center;
}
#aspnetForm .stats .onlinemembers ul .userstats .whoson .avatar {
  display: block;
  margin: 9px auto;
  max-width: 75px;
}
#aspnetForm .stats .onlinemembers ul .userstats .whoson br {
  display: none;
}
#aspnetForm .stats .onlinemembers:before,
#aspnetForm .stats .onlinemembers:after {
  display: none;
}
#aspnetForm .stats ul.userstats {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#aspnetForm .stats ul.userstats ul {
  display: block;
  margin: 0;
  padding: 0;
}
#aspnetForm .stats ul.userstats li {
  list-style: none outside none;
  position: relative;
}
.loginmodule .avatar {
  width: 25px;
  float: left;
  margin-right: 5px;
}
.loginmodule .logoutlink {
  clear: both;
  float: left;
  margin: 18px 0;
}
.forumnotification a {
  vertical-align: middle;
}
.logolist {
  display: none;
}
.logolist > * {
  display: none;
  vertical-align: middle;
}
div.uploadpanel > div {
  padding-bottom: 4px;
}
::-moz-selection {
  color: #ffffff;
  background: #337ab7;
}
::selection {
  color: #ffffff;
  background: #337ab7;
}
::-moz-selection {
  color: #ffffff;
  background: #337ab7;
}
.importskin input[type="file"] {
  width: 248px !important;
}
div.captcha {
  clear: both;
  height: 44px;
  text-align: left;
}
div.captcha img {
  background-color: #F7F7F7;
  border: 1px solid #CCC;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 3px;
  width: 130px;
}
div.captcha label {
  display: inline-block;
  float: left;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  padding: 0 0 0 10px;
}
div.captcha input {
  border-radius: 4px;
  height: 17px;
  line-height: 17px;
  margin-left: 13px;
  margin-top: 7px;
  padding: 2px 6px;
  width: 114px;
}
.skiplink,
.visuallyhidden {
  border: medium none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.hide,
.hidden {
  display: none;
}
body.pagebody a.inlineedittoggle {
  background: none;
  text-indent: 0;
  height: auto;
  width: auto;
  color: #000000;
  display: inline;
}
body.pagebody a.inlineedittoggle:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f023";
  text-decoration: none;
}
body.pagebody a.inlineedittoggle.ui-icon-unlocked:before {
  content: "\f09c";
}
body.pagebody a.inlineedittoggle:hover {
  text-decoration: none;
}
body.pagebody a.inlineedittoggle:hover:before {
  color: #286090;
}
span.nojsbox {
  display: none;
}
.no-js span.nojsbox {
  display: block;
}
@media screen and (min-width: 960px + 720px) {
  span.nojsbox {
    position: fixed;
    bottom: 10px;
    left: 10px;
  }
  span.nojsbox p {
    background-color: #e8f4fa;
    border: 1px solid #d3eaf5;
    color: #000000;
    min-height: 20px;
    padding: 8px 14px 8px 36px;
    position: relative;
    border-radius: 4px;
    margin: 0;
    text-align: left;
    font-size: 14px;
    font-style: normal;
  }
  span.nojsbox p:before {
    background-image: none !important;
    background-position: 0% 0%;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
    color: #000000;
    content: "\f05a";
    left: 13px;
    position: absolute;
    top: 10px;
  }
}
@media screen and (max-width: 960px + 720px - 1px) {
  .no-js .pagebody .mainfoot {
    padding-bottom: 30px;
  }
  .no-js .pagebody .mainfoot .i7mark {
    bottom: 30px;
  }
  .no-js .pagebody span.nojsbox {
    background-color: #e8f4fa;
    border: 1px solid #d3eaf5;
    color: #000000;
    min-height: 20px;
    padding: 8px 14px 8px 36px;
    position: relative;
    border-radius: 4px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: -1px;
    width: 100%;
    height: 30px;
  }
  .no-js .pagebody span.nojsbox:before {
    background-image: none !important;
    background-position: 0% 0%;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
    color: #000000;
    content: "\f05a";
    left: 13px;
    position: absolute;
    top: 10px;
  }
  .no-js .pagebody span.nojsbox:before {
    display: none;
  }
  .no-js .pagebody span.nojsbox p {
    background-color: #e8f4fa;
    border: 1px solid #d3eaf5;
    color: #000000;
    min-height: 20px;
    padding: 8px 14px 8px 36px;
    position: relative;
    border-radius: 4px;
    border-radius: 0px;
    border: 0 none;
    margin: 0 auto;
    width: 960px;
    display: block;
    text-align: left;
    font-size: 14px;
    font-style: normal;
  }
  .no-js .pagebody span.nojsbox p:before {
    background-image: none !important;
    background-position: 0% 0%;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
    color: #000000;
    content: "\f05a";
    left: 13px;
    position: absolute;
    top: 10px;
  }
}
.browserbar {
  background-color: #FFF9DA;
  border-bottom: 2px solid #F4D43A;
  border-top: 2px solid #F4D43A;
  color: #333;
}
.browserbar .browserbar-inner {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  line-height: 25px;
  padding: 4px 0;
  margin: 0 auto;
  width: 940px;
}
.browserbar .browserbar-inner .browserbar-label {
  display: inline-block;
  float: left;
  margin: 0 14px 10px 0;
}
.browserbar .browserbar-inner .browserbar-label span {
  content: "\f071";
  display: inline;
  font-family: 'FontAwesome';
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  height: auto;
  line-height: normal;
  margin-right: 5px;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
}
.browserbar .browserbar-inner a {
  border-bottom: 1px dashed #1E69D0;
  color: #1E69D0;
  display: inline-block;
  line-height: 21px;
}
.browserbar .browserbar-inner a:hover {
  border-bottom: 1px dashed #881AE6;
  color: #881AE6;
  text-decoration: none;
}
.usernavbar + .browserbar {
  margin-top: 40px;
}
.workflowicon {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: #337ab7;
  font-family: 'FontAwesome';
  font-size: 1em;
  height: auto;
  line-height: normal;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}
.workflowicon:hover {
  color: #286090;
  text-decoration: none;
}
.admin.serverlog textarea {
  margin-bottom: 10px;
}
input[id$="_btnGridUpdate"],
input[id$="_btnGridDelete"] {
  margin-bottom: 10px;
}
.pageicons {
  display: none;
}
.sitelist li {
  font-weight: bold;
}
a.siteitem:before {
  content: "(";
}
a.siteitem:after {
  content: ")";
}
a.siteitem {
  margin-left: 5px;
  font-weight: normal;
  font-size: 10px;
}
div.panelwrapper.adminmenu ul.simplelist {
  margin: 0;
}
div.panelwrapper.adminmenu ul.simplelist:before,
div.panelwrapper.adminmenu ul.simplelist:after {
  content: " ";
  display: table;
}
div.panelwrapper.adminmenu ul.simplelist:after {
  clear: both;
}
div.panelwrapper.adminmenu ul.simplelist:before,
div.panelwrapper.adminmenu ul.simplelist:after {
  content: " ";
  display: table;
}
div.panelwrapper.adminmenu ul.simplelist:after {
  clear: both;
}
div.panelwrapper.adminmenu ul.simplelist li a {
  background-color: rgba(238, 238, 238, 0.3);
  color: #000000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
}
div.panelwrapper.adminmenu ul.simplelist li a:hover {
  background-color: rgba(51, 122, 183, 0.25);
  border: 1px solid rgba(51, 122, 183, 0.5);
  color: #000000;
  box-shadow: 0 0 15px rgba(51, 122, 183, 0.4) inset;
}
#aspnetForm div.fileupload-dropzone {
  background-color: #FFF;
  border: 1px dashed #000000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
  margin: 40px auto 15px;
  padding: 50px 0;
  text-align: center;
  vertical-align: middle;
  width: 92%;
}
#aspnetForm .uploadcontainer + div[id$="_uploader"].ui-progressbar {
  margin: 10px auto;
}
.fileinput-button {
  float: none;
  overflow: hidden;
  margin-right: 0;
  position: relative;
  background-image: none;
  box-sizing: border-box;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-family: 'Dosis', sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.42857143;
  padding: 6px 12px;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #333333;
  background-color: #e0e0e0;
  background-image: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
  background-image: linear-gradient(to bottom, #ffffff, #e0e0e0);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
}
.fileinput-button:focus,
.fileinput-button:active:focus,
.fileinput-button.active:focus,
.fileinput-button.focus,
.fileinput-button:active.focus,
.fileinput-button.active.focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
.fileinput-button:hover,
.fileinput-button:focus,
.fileinput-button.focus {
  color: #333333;
  text-decoration: none;
}
.fileinput-button:active,
.fileinput-button.active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  outline: 0;
}
.fileinput-button.disabled,
.fileinput-button[disabled],
fieldset[disabled] .fileinput-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.fileinput-button:active,
.fileinput-button.active {
  background-image: none;
}
.fileinput-button:hover,
.fileinput-button:focus,
.fileinput-button.focus,
.fileinput-button:active,
.fileinput-button.active,
.open > .dropdown-toggle.fileinput-button {
  border-color: #adadad;
  background-color: #e6e6e6;
  color: #333333;
}
.fileinput-button:active,
.fileinput-button.active,
.open > .dropdown-toggle.fileinput-button {
  background-image: none;
}
.fileinput-button.disabled,
.fileinput-button[disabled],
fieldset[disabled] .fileinput-button,
.fileinput-button.disabled:hover,
.fileinput-button[disabled]:hover,
fieldset[disabled] .fileinput-button:hover,
.fileinput-button.disabled:focus,
.fileinput-button[disabled]:focus,
fieldset[disabled] .fileinput-button:focus,
.fileinput-button.disabled.focus,
.fileinput-button[disabled].focus,
fieldset[disabled] .fileinput-button.focus,
.fileinput-button.disabled:active,
.fileinput-button[disabled]:active,
fieldset[disabled] .fileinput-button:active,
.fileinput-button.disabled.active,
.fileinput-button[disabled].active,
fieldset[disabled] .fileinput-button.active {
  border-color: #cccccc;
  background-color: #ffffff;
}
.fileinput-button .badge {
  background-color: #333333;
  color: #ffffff;
}
.fileinput-button:hover,
.fileinput-button:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.fileinput-button:active,
.fileinput-button.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.fileinput-button:disabled,
.fileinput-button[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.fileinput-button:before {
  content: "\f093";
  font-family: FontAwesome;
  margin-right: 6px;
}
.fileinput-button:after {
  content: "Select File";
}
.fileinput-button button.ui-button {
  display: none;
}
.fileinput-button input {
  cursor: pointer;
  direction: rtl;
  bottom: 0;
  font-size: 13px;
  filter: alpha(opacity=0);
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: 0;
}
.deleteitem:before {
  content: "\f1f8";
  color: #555555;
}
.deleteitem img {
  display: none;
}
#aspnetForm .uploadfilelist {
  width: 92%;
  margin: 0 auto;
}
#aspnetForm .uploadfilelist ul.filelist {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 40px 20px 20px;
  position: relative;
  margin: 5px 0 10px;
}
#aspnetForm .uploadfilelist ul.filelist:before {
  content: "Files to upload:";
  position: absolute;
  width: 95.4%;
  text-align: center;
  font-size: 18px;
  top: 10px;
}
#aspnetForm .uploadfilelist ul.filelist li {
  position: relative;
  padding: 5px 20px;
}
#aspnetForm .uploadfilelist ul.filelist li:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f0f6";
  position: absolute;
  left: 0;
  top: 8px;
}
#aspnetForm .uploadfilelist ul.filelist li .ui-icon-trash {
  background: none !important;
  height: auto;
  margin-left: 6px;
  text-indent: 0;
  vertical-align: middle;
  width: auto;
}
#aspnetForm .uploadfilelist ul.filelist li .ui-icon-trash:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f057";
  display: inline-block;
}
#aspnetForm .uploadfilelist ul.filelist li .ui-icon-trash:hover:before {
  color: #286090;
}
#aspnetForm .uploadfilelist ul.filelist + button {
  display: block;
  float: none;
  margin: 0 auto;
  width: 90px;
  font-size: 14px;
  font-weight: inherit;
  line-height: 19px;
  padding-bottom: 3px;
}
#aspnetForm .uploadfilelist ul.filelist + button:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f0c7";
  margin-right: 6px;
}
#aspnetForm ul.skinlist {
  margin: 0 auto;
  padding: 0 20px;
  width: 88%;
}
#aspnetForm ul.skinlist li {
  position: relative;
  padding: 3px 20px;
}
#aspnetForm ul.skinlist li:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f07c";
  position: absolute;
  left: 0;
  top: 7px;
}
.designtools .uploadcontainer .fileinput-button {
  margin-right: 130px;
}
.designtools div[id$="_divUpload"] {
  position: relative;
}
.designtools div[id$="_divUpload"] [id$="_chkOverwrite"] {
  left: 491px;
  position: absolute;
  top: 140px;
}
.designtools div[id$="_divUpload"] [id$="_chkOverwrite"] + label {
  left: 503px;
  position: absolute;
  top: 140px;
}
.designtools .importskin + .settingrow + .txterror {
  position: absolute;
  left: 521px;
  top: 359px;
}
.designtools .importskin + .settingrow + .txterror:after {
  border-bottom: 6px solid rgba(255, 255, 255, 0);
  border-left: 0 solid rgba(255, 255, 255, 0);
  border-right: 6px solid #b94a48;
  border-top: 6px solid rgba(255, 255, 255, 0);
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -5px;
}
.designtools .importskin + .settingrow + .txterror + .txterror {
  position: absolute;
  left: 201px;
  top: 359px;
}
.designtools .importskin + .settingrow + .txterror + .txterror:after {
  border-bottom: 6px solid rgba(255, 255, 255, 0);
  border-left: 6px solid #b94a48;
  border-right: 0 solid rgba(255, 255, 255, 0);
  border-top: 6px solid rgba(255, 255, 255, 0);
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -6px;
  margin-top: -5px;
}
.modulesubtitle,
span.iplookup {
  font-size: 0;
}
.modulesubtitle > *,
span.iplookup > * {
  font-size: 14px;
}
.iplookup {
  display: block;
  margin: 18px 0;
}
.modulesubtitle > input[type="text"],
.iplookup > input[type="text"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  position: relative;
}
.modulesubtitle > input[type="text"]:focus,
.iplookup > input[type="text"]:focus {
  z-index: 2;
}
.modulesubtitle > input[type="submit"],
.iplookup > input[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  position: relative;
}
.modulesubtitle > input[type="submit"]:focus,
.iplookup > input[type="submit"]:focus {
  z-index: 2;
}
.modulesubtitle > a {
  margin: 0 18px;
  vertical-align: middle;
}
.member-list {
  font-size: 13px;
}
.member-list ul {
  list-style: none outside none;
  margin: 0;
  padding-left: 0;
}
.member-list ul:before {
  content: "Sort By: ";
}
.member-list li {
  display: inline-block;
  padding: 0 4px;
}
.member-list a.active {
  text-decoration: underline;
}
body.pagebody .cke_combopanel {
  width: 300px;
}
body.pagebody #aspnetForm .cke_combo_text {
  width: 130px;
}
.webstoreproductdetail .breadcrumbs + .settingrow:before,
.wrapstorelink:before,
.mojogallery:before,
.clearpanel:before,
.stats:before,
.blognav:before,
.webstoreproductdetail .breadcrumbs + .settingrow:after,
.wrapstorelink:after,
.mojogallery:after,
.clearpanel:after,
.stats:after,
.blognav:after {
  content: " ";
  display: table;
}
.webstoreproductdetail .breadcrumbs + .settingrow:after,
.wrapstorelink:after,
.mojogallery:after,
.clearpanel:after,
.stats:after,
.blognav:after {
  clear: both;
}
.webstoreproductdetail .breadcrumbs + .settingrow:before,
.wrapstorelink:before,
.mojogallery:before,
.clearpanel:before,
.stats:before,
.blognav:before,
.webstoreproductdetail .breadcrumbs + .settingrow:after,
.wrapstorelink:after,
.mojogallery:after,
.clearpanel:after,
.stats:after,
.blognav:after {
  content: " ";
  display: table;
}
.webstoreproductdetail .breadcrumbs + .settingrow:after,
.wrapstorelink:after,
.mojogallery:after,
.clearpanel:after,
.stats:after,
.blognav:after {
  clear: both;
}
.clearpanel {
  clear: both;
}
.clear {
  clear: both;
  float: none;
}
.settingrow[class*="col-"] {
  clear: none;
}
.settingrow.clearfix[class*="col-"],
.settingrow.btn-toolbar[class*="col-"],
.settingrow.btn-group-vertical > .btn-group[class*="col-"] {
  clear: both;
}
.autowidth[class*="col-"] input {
  width: inherit;
}
.autowidth[class*="col-"] textarea {
  width: 100%;
}
.width-static-1 {
  width: 60px;
}
.width-static-2 {
  width: 140px;
}
.width-static-3 {
  width: 220px;
}
.width-static-4 {
  width: 300px;
}
.width-static-5 {
  width: 380px;
}
.width-static-6 {
  width: 460px;
}
.width-static-7 {
  width: 540px;
}
.width-static-8 {
  width: 620px;
}
.width-static-9 {
  width: 700px;
}
.width-static-10 {
  width: 780px;
}
.width-static-11 {
  width: 860px;
}
.width-static-12 {
  width: 940px;
}
[class*="col-"] .ajax__html_editor_extender_container {
  width: auto !important;
}
#qtfile .file-upload {
  max-width: none;
}
[id*="TracksGridView"] tbody td:nth-child(4) {
  font-size: 12px;
  word-break: break-all;
}
.radiobox-inline {
  list-style: none outside none;
  margin: 0;
  padding-left: 0;
}
.radiobox-inline li {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
  vertical-align: middle;
}
.radiobox-inline li input[type=radio] {
  line-height: normal;
  margin: 1px 0 0 -20px;
  position: absolute;
}
.radiobox-inline li label {
  margin-bottom: 0;
}
.radiobox-inline li + li {
  margin-left: 10px;
  margin-top: 0;
}
.userbar-boxshadow {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.userbar-dropdown-boxshadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.usernavbar + .sitewrap {
  margin-top: 40px;
}
.usernavbar {
  background-color: #1b1b1b;
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  color: #999999;
  font-family: sans-serif;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
.usernavbar .container {
  position: relative;
  box-sizing: border-box;
}
.usernavbar a {
  color: #999999;
  -webkit-transition: none;
          transition: none;
}
.usernavbar a:hover {
  color: #ffffff;
  -webkit-transition: none;
          transition: none;
}
.usernavbar .usernav > li > a:hover,
.usernavbar .usernav > div > li a:hover {
  -webkit-transition: all 1s 0s;
  transition: all 1s 0s;
}
.usernavbar #infocon {
  background-image: url("/Data/Sites/1/skins/stem/img/i7logo_white.png") !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.usernavbar .usernav {
  list-style: none outside none;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
.usernavbar .usernav li {
  display: block;
  float: left;
}
.usernavbar .usernav li > a {
  display: block;
  float: none;
  padding: 10px;
  color: #999999;
  text-decoration: none;
}
.usernavbar .usernav li > a:hover {
  color: #ffffff;
}
.usernavbar .usernav > li > a:hover {
  text-shadow: 0 0 1px #ffffff;
}
.usernavbar .usernav.nav-right {
  float: right;
  margin-right: 0;
}
.usernavbar .usernav.nav-right ul {
  left: auto !important;
  right: 0px;
  float: right;
}
.usernavbar .usernav.nav-right ul .useravatar {
  display: none;
}
.usernavbar .usernav.nav-right > li.dropdown > .avatar {
  display: none;
}
.usernavbar .usernav.nav-right > li.dropdown > .avatar + div + ul {
  padding-left: 99px !important;
}
.usernavbar .usernav.nav-right > li.dropdown > .avatar + div + ul .useravatar {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #ccc;
  width: 98px;
  height: 100%;
  display: block;
}
.usernavbar .usernav.nav-right > li.dropdown > .avatar + div + ul .useravatar:hover {
  background-color: #fff;
}
.usernavbar .usernav.nav-right > li.dropdown > .avatar + div + ul .useravatar .avatar {
  background: url("/Data/Sites/1/skins/stem/img/anonymous.png") no-repeat 0 0 transparent;
  background-size: 100% 100%;
  width: 60px !important;
  height: 60px !important;
  position: relative;
  padding: 0;
  top: 50%;
  margin: -30px auto 0;
  left: 0px;
  border: 0 none;
  display: block;
  font-size: 0;
  color: transparent;
}
.usernavbar .usernav.nav-right .welcomemessage {
  border-right: 1px solid #222222;
  border-left: 1px solid #111111;
  max-width: 170px;
}
.usernavbar .usernav.nav-right .welcomemessage a.wma {
  display: block;
  float: none;
  padding: 10px;
  color: #999999;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.usernavbar .usernav.nav-right .welcomemessage:hover {
  cursor: pointer;
  -webkit-transition: all 1s 0s;
  transition: all 1s 0s;
}
.usernavbar .usernav.nav-right .welcomemessage:hover a.wma {
  color: #ffffff;
  -webkit-transition: all 1s 0s;
  transition: all 1s 0s;
}
.usernavbar .usernav.nav-right .welcomemessage .avatar {
  display: none;
}
.usernavbar .usernav .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #111111;
  border-right: 1px solid #222222;
}
.usernavbar .usernav .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #ffffff;
}
.usernavbar .usernav .divider.last {
  margin: 9px 0 4px;
}
.usernavbar .usernav .dropdown ul {
  display: none;
}
.usernavbar .usernav .dropdown.open ul {
  display: block;
}
.usernavbar .usernav .dropdown ul {
  position: absolute;
  top: 43px;
  left: 15px;
  z-index: 1000;
  float: left;
  min-width: 170px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.usernavbar .usernav .dropdown ul li {
  display: block;
  width: 100%;
  clear: both;
}
.usernavbar .usernav .dropdown ul li a {
  display: block;
  float: none;
  padding: 5px 10px;
  color: #222222;
  text-decoration: none;
}
.usernavbar .usernav .dropdown ul li:hover {
  background-color: #337ab7;
}
.usernavbar .usernav .dropdown ul li:hover a {
  color: #ffffff;
}
.usernavbar .usernav .dropdown.logoli li a i {
  padding-right: 0.5em;
}
.usernavbar .usernav .dropdown ul:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.usernavbar .usernav .dropdown ul:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.usernavbar .usernav.nav-right .dropdown ul:before {
  right: 9px;
  left: auto;
}
.usernavbar .usernav.nav-right .dropdown ul:after {
  right: 10px;
  left: auto;
}
.usernavbar .usernav li.dropdown {
  border-left: 1px solid #222222;
  border-right: 1px solid #111111;
}
.usernavbar .usernav li.dropdown > a {
  border-left: 1px solid #111111;
  border-right: 1px solid #222222;
}
.usernavbar .usernav #infocon {
  padding: 20px 20px 19px 19px;
}
.usernavbar .usernav .dropdown.open > a {
  background-color: rgba(255, 255, 255, 0.05);
}
/* Icons using FontAwesome */
.usernavbar .usernav li > a.adminlink {
  position: relative;
}
.usernav .adminlink:before,
.usernav .adminlink:after,
.usernavbar .usernav .dropdown ul li a:before,
.usernavbar .usernav .dropdown ul li a:after {
  font-size: 1.1em;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  padding-right: 10px;
}
.usernav .adminlink:after,
.usernavbar .usernav .dropdown ul li a:after {
  font-size: 0.8em;
}
.usernav .adminmenulink:before {
  content: "\f085";
}
.usernav .filemanlink:before {
  content: "\f07c";
}
.usernav .newpagelink:before {
  content: "\f0f6";
}
.usernav .newpagelink:after {
  content: "\f067";
  font-size: 10px;
  left: 7px;
  position: absolute;
  text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000, 0 -1px 0 #000000, -1px 0 0 #000000;
  top: 18px;
}
.usernav .pageeditlink:before {
  content: "\f0f6";
}
.usernav .pageeditlink:after {
  content: "\f0ad";
  font-size: 10px;
  left: 7px;
  position: absolute;
  text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000, 0 -1px 0 #000000, -1px 0 0 #000000;
  top: 18px;
}
.usernav .pagesettingslink:before {
  content: "\f0f6";
}
.usernav .pagesettingslink:after {
  content: "\f013";
  font-size: 10px;
  left: 7px;
  position: absolute;
  text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000, 0 -1px 0 #000000, -1px 0 0 #000000;
  top: 18px;
}
/* Fix for bar when JS is disabled */
.no-js .usernavbar li.dropdown:hover ul {
  display: block;
  margin-top: -2px;
}
/* Icons in dropdowns */
.usernavbar .usernav .dropdown ul li a:before {
  width: 16px;
  text-align: center;
  display: inline-block;
}
.usernav .dropdown .myprofilelink:before {
  content: "\f007";
}
.usernav .dropdown .memberlistlink:before {
  content: "\f0c0";
}
.usernav .dropdown a.togglelink:before {
  content: "\f040";
}
.usernav .dropdown a.toggleiconlink:before {
  content: "\f146";
}
.usernav .dropdown .logoutlink:before {
  content: "\f08b";
}
.workflowli {
  padding-top: 5px;
  margin-left: 10px;
}
.workflowli select {
  font: 12px Arial, sans-serif;
  height: 22px;
  margin: 4px 0;
  min-width: 125px;
  padding: 2px;
  width: 125px;
}
.ahpanel {
  float: left;
}
/* Modes - icon only, show hide */
.usernavbar.iconsonly .usernav .dropdown > ul {
  left: 3px;
  min-width: auto;
  padding: 0;
}
.usernavbar.iconsonly .usernav .dropdown > ul li {
  display: inline;
  clear: none;
  width: auto;
  padding: 0 !important;
  border-left: 1px solid #ccc;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.usernavbar.iconsonly .usernav .dropdown > ul li:first-child,
.usernavbar.iconsonly .usernav .dropdown > ul li.useravatar:first-child + li {
  border-left: 0 none;
}
.usernavbar.iconsonly .usernav .dropdown > ul li a {
  color: #FFF;
  font-size: 0;
  line-height: 0;
  padding: 8px 10px 6px;
}
.usernavbar.iconsonly .usernav .dropdown > ul li a:before,
.usernavbar.iconsonly .usernav .dropdown > ul li a:after,
.usernavbar.iconsonly .usernav .dropdown > ul li a i {
  color: #222222;
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
  display: inline !important;
}
.usernavbar.iconsonly .usernav .dropdown > ul li a:hover:before,
.usernavbar.iconsonly .usernav .dropdown > ul li a:hover:after,
.usernavbar.iconsonly .usernav .dropdown > ul li a:hover i {
  color: #ffffff;
}
.usernavbar.iconsonly .usernav .dropdown > ul .divider,
.usernavbar.iconsonly .usernav .dropdown > ul .divider.last,
.usernavbar.iconsonly .usernav .dropdown > ul .useravatar {
  display: none !important;
}
.usernavbar.iconsonly .usernav > li.dropdown + .ahpanel > li a {
  border-right: 1px solid #222222;
  font-size: 0;
  padding: 0;
}
.usernavbar.iconsonly .usernav > li.dropdown + .ahpanel > li a:before {
  border-right: 1px solid #111111;
  font-size: 19px;
  line-height: 40px;
  padding: 0 10px;
  display: inline-block;
}
.usernavbar.iconsonly .usernav .dropdown + .ahpanel > li a:hover,
.usernavbar.iconsonly .usernav .dropdown + .ahpanel > li a:focus,
.usernavbar.iconsonly .usernav .dropdown + .ahpanel > li a:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.usernavbar.iconsonly .usernav.nav-right > li {
  margin-right: -2px;
}
.usernavbar.iconsonly .usernav.nav-right > li .welcomemessage {
  font-size: 0;
  padding: 8px 18px 8px 8px;
  position: relative;
}
.usernavbar.iconsonly .usernav.nav-right > li .welcomemessage img.avatar,
.usernavbar.iconsonly .usernav.nav-right > li .welcomemessage a.avatar {
  background: url("/Data/Sites/1/skins/stem/img/anonymous.png") no-repeat 0 0 transparent;
  background-size: 100% 100%;
  display: block;
  height: 24px;
  width: 24px;
  border: 0 none;
}
.usernavbar.iconsonly .usernav.nav-right > li .welcomemessage a.wma {
  display: none;
}
.usernavbar.iconsonly .usernav.nav-right > li .welcomemessage:after {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f0d7";
  position: absolute;
  right: 5px;
  top: 13px;
  font-size: 14px;
}
.usernavbar.iconsonly .usernav.nav-right > li .welcomemessage:hover:after {
  color: #FFF;
}
.usernavbar.iconsonly .usernav.nav-right > li .welcomemessage:first-child {
  padding: 20px 18px;
}
.usernavbar.iconsonly .usernav.nav-right > li .welcomemessage:first-child:after {
  right: 14px;
}
.usernavbar.iconsonly .usernav.nav-right > li.dropdown > .avatar + div + ul,
.usernavbar.iconsonly .usernav.nav-right > li.dropdown > ul {
  padding-left: 0px !important;
  right: 15px;
}
.usernavbar.iconsonly .usernav.nav-right > li.dropdown > .avatar + div + ul li.useravatar,
.usernavbar.iconsonly .usernav.nav-right > li.dropdown > ul li.useravatar {
  display: none;
}
/* Positioning */
/* Responsiveness */
@media screen and (max-width: 992px) {
  .usernavbar {
    min-width: 440px;
  }
  .usernavbar .container {
    width: 100%;
  }
  .usernavbar .usernav .dropdown > ul {
    left: 3px;
    min-width: auto;
    padding: 0;
  }
  .usernavbar .usernav .dropdown > ul li {
    display: inline;
    clear: none;
    width: auto;
    padding: 0 !important;
    border-left: 1px solid #ccc;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  .usernavbar .usernav .dropdown > ul li:first-child,
  .usernavbar .usernav .dropdown > ul li.useravatar:first-child + li {
    border-left: 0 none;
  }
  .usernavbar .usernav .dropdown > ul li a {
    color: #FFF;
    font-size: 0;
    line-height: 0;
    padding: 8px 10px 6px;
  }
  .usernavbar .usernav .dropdown > ul li a:before,
  .usernavbar .usernav .dropdown > ul li a:after,
  .usernavbar .usernav .dropdown > ul li a i {
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    display: inline !important;
  }
  .usernavbar .usernav .dropdown > ul li a:hover:before,
  .usernavbar .usernav .dropdown > ul li a:hover:after,
  .usernavbar .usernav .dropdown > ul li a:hover i {
    color: #ffffff;
  }
  .usernavbar .usernav .dropdown > ul .divider,
  .usernavbar .usernav .dropdown > ul .divider.last,
  .usernavbar .usernav .dropdown > ul .useravatar {
    display: none !important;
  }
  .usernavbar .usernav > li.dropdown + .ahpanel > li a {
    border-right: 1px solid #222222;
    font-size: 0;
    padding: 0;
  }
  .usernavbar .usernav > li.dropdown + .ahpanel > li a:before {
    border-right: 1px solid #111111;
    font-size: 19px;
    line-height: 40px;
    padding: 0 10px;
    display: inline-block;
  }
  .usernavbar .usernav .dropdown + .ahpanel > li a:hover,
  .usernavbar .usernav .dropdown + .ahpanel > li a:focus,
  .usernavbar .usernav .dropdown + .ahpanel > li a:active {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .usernavbar .usernav.nav-right > li {
    margin-right: -2px;
  }
  .usernavbar .usernav.nav-right > li .welcomemessage {
    font-size: 0;
    padding: 8px 18px 8px 8px;
    position: relative;
  }
  .usernavbar .usernav.nav-right > li .welcomemessage img.avatar,
  .usernavbar .usernav.nav-right > li .welcomemessage a.avatar {
    background: url("/Data/Sites/1/skins/stem/img/anonymous.png") no-repeat 0 0 transparent;
    background-size: 100% 100%;
    display: block;
    height: 24px;
    width: 24px;
    border: 0 none;
  }
  .usernavbar .usernav.nav-right > li .welcomemessage a.wma {
    display: none;
  }
  .usernavbar .usernav.nav-right > li .welcomemessage:after {
    background-image: none !important;
    background-position: 0% 0%;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
    content: "\f0d7";
    position: absolute;
    right: 5px;
    top: 13px;
    font-size: 14px;
  }
  .usernavbar .usernav.nav-right > li .welcomemessage:hover:after {
    color: #FFF;
  }
  .usernavbar .usernav.nav-right > li .welcomemessage:first-child {
    padding: 20px 18px;
  }
  .usernavbar .usernav.nav-right > li .welcomemessage:first-child:after {
    right: 14px;
  }
  .usernavbar .usernav.nav-right > li.dropdown > .avatar + div + ul,
  .usernavbar .usernav.nav-right > li.dropdown > ul {
    padding-left: 0px !important;
    right: 15px;
  }
  .usernavbar .usernav.nav-right > li.dropdown > .avatar + div + ul li.useravatar,
  .usernavbar .usernav.nav-right > li.dropdown > ul li.useravatar {
    display: none;
  }
  .usernavbar .usernav .dropdown a.toggleiconlink {
    display: none;
  }
}
.loginpage *,
.registerpage *,
.changepassword *,
.passwordrecovery * {
  display: none;
}
.loginpage,
.registerpage,
.changepassword,
.passwordrecovery {
  background: url("/Data/Sites/1/skins/stem/img/blank.png") repeat 0 0 transparent;
}
.loginpage #aspnetForm,
.registerpage #aspnetForm,
.changepassword #aspnetForm,
.passwordrecovery #aspnetForm,
.loginpage .sitewrap,
.registerpage .sitewrap,
.changepassword .sitewrap,
.passwordrecovery .sitewrap,
.loginpage .head,
.registerpage .head,
.changepassword .head,
.passwordrecovery .head,
.loginpage .head .row,
.registerpage .head .row,
.changepassword .head .row,
.passwordrecovery .head .row,
.loginpage .head .container,
.registerpage .head .container,
.changepassword .head .container,
.passwordrecovery .head .container,
.loginpage .head [class*="col-"],
.registerpage .head [class*="col-"],
.changepassword .head [class*="col-"],
.passwordrecovery .head [class*="col-"],
.loginpage .site-logo,
.registerpage .site-logo,
.changepassword .site-logo,
.passwordrecovery .site-logo,
.loginpage .site-logo img,
.registerpage .site-logo img,
.changepassword .site-logo img,
.passwordrecovery .site-logo img,
.loginpage .site-logo svg,
.registerpage .site-logo svg,
.changepassword .site-logo svg,
.passwordrecovery .site-logo svg,
.loginpage .site-logo svg *,
.registerpage .site-logo svg *,
.changepassword .site-logo svg *,
.passwordrecovery .site-logo svg *,
.loginpage .main-content,
.registerpage .main-content,
.changepassword .main-content,
.passwordrecovery .main-content,
.loginpage .main-content *,
.registerpage .main-content *,
.changepassword .main-content *,
.passwordrecovery .main-content * {
  display: inherit;
}
.loginpage .htmlclass,
.registerpage .htmlclass,
.changepassword .htmlclass,
.passwordrecovery .htmlclass,
.loginpage.pagebody,
.registerpage.pagebody,
.changepassword.pagebody,
.passwordrecovery.pagebody,
.loginpage .mainform,
.registerpage .mainform,
.changepassword .mainform,
.passwordrecovery .mainform,
.loginpage .sitewrap,
.registerpage .sitewrap,
.changepassword .sitewrap,
.passwordrecovery .sitewrap {
  height: auto;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.loginpage .sitewrap,
.registerpage .sitewrap,
.changepassword .sitewrap,
.passwordrecovery .sitewrap {
  margin-bottom: 100px;
}
.loginpage .container,
.registerpage .container,
.changepassword .container,
.passwordrecovery .container,
.loginpage [class*="col-"],
.registerpage [class*="col-"],
.changepassword [class*="col-"],
.passwordrecovery [class*="col-"],
.loginpage .center-pane-inner,
.registerpage .center-pane-inner,
.changepassword .center-pane-inner,
.passwordrecovery .center-pane-inner {
  background: none repeat scroll 0 0 transparent !important;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.loginpage .row,
.registerpage .row,
.changepassword .row,
.passwordrecovery .row {
  margin-left: 0;
  margin-right: 0;
}
.loginpage .head,
.registerpage .head,
.changepassword .head,
.passwordrecovery .head {
  background: none;
  border: 0 none;
  height: auto;
  padding: 100px 0 0;
}
.loginpage .head:before,
.registerpage .head:before,
.changepassword .head:before,
.passwordrecovery .head:before {
  display: none;
}
.loginpage .head [class*="grid_"],
.registerpage .head [class*="grid_"],
.changepassword .head [class*="grid_"],
.passwordrecovery .head [class*="grid_"],
.loginpage .head [class*="col-"],
.registerpage .head [class*="col-"],
.changepassword .head [class*="col-"],
.passwordrecovery .head [class*="col-"] {
  text-align: center;
  width: 100%;
}
.loginpage .head .site-logo,
.registerpage .head .site-logo,
.changepassword .head .site-logo,
.passwordrecovery .head .site-logo {
  width: 200px !important;
  height: 200px !important;
}
.loginpage .head .container,
.registerpage .head .container,
.changepassword .head .container,
.passwordrecovery .head .container {
  padding: 0;
}
.loginpage .site-logo,
.registerpage .site-logo,
.changepassword .site-logo,
.passwordrecovery .site-logo,
.loginpage .site-logo:link,
.registerpage .site-logo:link,
.changepassword .site-logo:link,
.passwordrecovery .site-logo:link,
.loginpage .site-logo:hover,
.registerpage .site-logo:hover,
.changepassword .site-logo:hover,
.passwordrecovery .site-logo:hover,
.loginpage .site-logo:active,
.registerpage .site-logo:active,
.changepassword .site-logo:active,
.passwordrecovery .site-logo:active,
.loginpage .site-logo:focus,
.registerpage .site-logo:focus,
.changepassword .site-logo:focus,
.passwordrecovery .site-logo:focus {
  display: block;
  float: none !important;
  margin: 0 auto 20px;
  padding: 0;
  width: 250px;
}
.loginpage .site-logo img,
.registerpage .site-logo img,
.changepassword .site-logo img,
.passwordrecovery .site-logo img,
.loginpage .site-logo:link img,
.registerpage .site-logo:link img,
.changepassword .site-logo:link img,
.passwordrecovery .site-logo:link img,
.loginpage .site-logo:hover img,
.registerpage .site-logo:hover img,
.changepassword .site-logo:hover img,
.passwordrecovery .site-logo:hover img,
.loginpage .site-logo:active img,
.registerpage .site-logo:active img,
.changepassword .site-logo:active img,
.passwordrecovery .site-logo:active img,
.loginpage .site-logo:focus img,
.registerpage .site-logo:focus img,
.changepassword .site-logo:focus img,
.passwordrecovery .site-logo:focus img {
  margin: 0 auto;
  width: 250px;
}
.loginpage .main-content .login,
.registerpage .main-content .login,
.changepassword .main-content .login,
.passwordrecovery .main-content .login,
.loginpage .main-content .register,
.registerpage .main-content .register,
.changepassword .main-content .register,
.passwordrecovery .main-content .register {
  border-radius: 2px;
  box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
  background-color: #fff;
  border: 1px solid #dadada;
  margin: 0 auto;
  padding: 26px 24px 56px;
  position: relative;
  width: 260px;
}
.loginpage .main-content .login:after,
.registerpage .main-content .login:after,
.changepassword .main-content .login:after,
.passwordrecovery .main-content .login:after,
.loginpage .main-content .register:after,
.registerpage .main-content .register:after,
.changepassword .main-content .register:after,
.passwordrecovery .main-content .register:after {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f023";
  left: 5px;
  position: absolute;
  top: 5px;
}
.loginpage .main-content .txterror,
.registerpage .main-content .txterror,
.changepassword .main-content .txterror,
.passwordrecovery .main-content .txterror,
.loginpage .main-content [data-val-errormessage="Sign In Failed. You did not provide a valid email address."],
.registerpage .main-content [data-val-errormessage="Sign In Failed. You did not provide a valid email address."],
.changepassword .main-content [data-val-errormessage="Sign In Failed. You did not provide a valid email address."],
.passwordrecovery .main-content [data-val-errormessage="Sign In Failed. You did not provide a valid email address."] {
  border-radius: 4px;
  background: #b94a48;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 400;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 110%;
  width: auto;
}
.loginpage .main-content .txterror:before,
.registerpage .main-content .txterror:before,
.changepassword .main-content .txterror:before,
.passwordrecovery .main-content .txterror:before,
.loginpage .main-content [data-val-errormessage="Sign In Failed. You did not provide a valid email address."]:before,
.registerpage .main-content [data-val-errormessage="Sign In Failed. You did not provide a valid email address."]:before,
.changepassword .main-content [data-val-errormessage="Sign In Failed. You did not provide a valid email address."]:before,
.passwordrecovery .main-content [data-val-errormessage="Sign In Failed. You did not provide a valid email address."]:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f071";
  padding-right: 5px;
}
.loginpage .main-content .txterror:empty,
.registerpage .main-content .txterror:empty,
.changepassword .main-content .txterror:empty,
.passwordrecovery .main-content .txterror:empty,
.loginpage .main-content [data-val-errormessage="Sign In Failed. You did not provide a valid email address."]:empty,
.registerpage .main-content [data-val-errormessage="Sign In Failed. You did not provide a valid email address."]:empty,
.changepassword .main-content [data-val-errormessage="Sign In Failed. You did not provide a valid email address."]:empty,
.passwordrecovery .main-content [data-val-errormessage="Sign In Failed. You did not provide a valid email address."]:empty {
  display: none !important;
}
.loginpage div[id$="_pnlOpenID"] > div:first-child,
.registerpage div[id$="_pnlOpenID"] > div:first-child,
.changepassword div[id$="_pnlOpenID"] > div:first-child,
.passwordrecovery div[id$="_pnlOpenID"] > div:first-child,
.loginpage div[id$="_pnlOpenID"] > iframe,
.registerpage div[id$="_pnlOpenID"] > iframe,
.changepassword div[id$="_pnlOpenID"] > iframe,
.passwordrecovery div[id$="_pnlOpenID"] > iframe {
  border-radius: 2px;
  box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
  background-color: #fff;
  background-color: rgba(245, 245, 245, 0.5);
  border: 1px solid #dadada;
  padding: 20px;
  position: absolute;
  right: 118%;
  top: 0;
}
.loginpage div[id$="_pnlOpenID"] > div:first-child:before,
.registerpage div[id$="_pnlOpenID"] > div:first-child:before,
.changepassword div[id$="_pnlOpenID"] > div:first-child:before,
.passwordrecovery div[id$="_pnlOpenID"] > div:first-child:before,
.loginpage div[id$="_pnlOpenID"] > iframe:before,
.registerpage div[id$="_pnlOpenID"] > iframe:before,
.changepassword div[id$="_pnlOpenID"] > iframe:before,
.passwordrecovery div[id$="_pnlOpenID"] > iframe:before {
  content: "{";
  font: 300 160px/1 monospace;
  left: 92%;
  position: absolute;
  top: -9px;
}
.loginpage div[id$="_pnlOpenID"] > div:first-child:after,
.registerpage div[id$="_pnlOpenID"] > div:first-child:after,
.changepassword div[id$="_pnlOpenID"] > div:first-child:after,
.passwordrecovery div[id$="_pnlOpenID"] > div:first-child:after,
.loginpage div[id$="_pnlOpenID"] > iframe:after,
.registerpage div[id$="_pnlOpenID"] > iframe:after,
.changepassword div[id$="_pnlOpenID"] > iframe:after,
.passwordrecovery div[id$="_pnlOpenID"] > iframe:after {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f023";
  left: 5px;
  position: absolute;
  top: 5px;
}
.loginpage div[id$="_pnlOpenID"] > div:first-child table:before,
.registerpage div[id$="_pnlOpenID"] > div:first-child table:before,
.changepassword div[id$="_pnlOpenID"] > div:first-child table:before,
.passwordrecovery div[id$="_pnlOpenID"] > div:first-child table:before {
  content: "Sign in with OpenID\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0Sign in Regularly\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0Sign in with Janrain";
  font-size: 18px;
  position: absolute;
  top: -27px;
  width: 960px;
}
.loginpage div[id$="_pnlOpenID"] > iframe,
.registerpage div[id$="_pnlOpenID"] > iframe,
.changepassword div[id$="_pnlOpenID"] > iframe,
.passwordrecovery div[id$="_pnlOpenID"] > iframe {
  left: 118%;
  padding: 20px 0;
}
.loginpage div[id$="_pnlOpenID"] > div:first-child + br + span + div:before,
.registerpage div[id$="_pnlOpenID"] > div:first-child + br + span + div:before,
.changepassword div[id$="_pnlOpenID"] > div:first-child + br + span + div:before,
.passwordrecovery div[id$="_pnlOpenID"] > div:first-child + br + span + div:before {
  content: "{";
  font: 300 160px/1 monospace;
  left: 93%;
  position: absolute;
  top: -9px;
}
.loginpage div[id$="_pnlOpenID"] > div:first-child + br + span + div:after,
.registerpage div[id$="_pnlOpenID"] > div:first-child + br + span + div:after,
.changepassword div[id$="_pnlOpenID"] > div:first-child + br + span + div:after,
.passwordrecovery div[id$="_pnlOpenID"] > div:first-child + br + span + div:after {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f023";
  left: 120%;
  position: absolute;
  top: 5px;
  z-index: 1;
}
.loginpage div[id$="_pnlOpenID"] > div:first-child + br,
.registerpage div[id$="_pnlOpenID"] > div:first-child + br,
.changepassword div[id$="_pnlOpenID"] > div:first-child + br,
.passwordrecovery div[id$="_pnlOpenID"] > div:first-child + br {
  display: none;
}
.loginpage .openid_login,
.registerpage .openid_login,
.changepassword .openid_login,
.passwordrecovery .openid_login {
  margin-bottom: 10px;
  width: 198px;
}
@media screen and (max-width: 960px) {
  .loginpage div[id$="_pnlOpenID"],
  .registerpage div[id$="_pnlOpenID"],
  .changepassword div[id$="_pnlOpenID"],
  .passwordrecovery div[id$="_pnlOpenID"] {
    display: none;
  }
}
.loginpage .main-content .center-pane {
  padding: 0;
}
.loginpage .main-content .login .floatpanel > div + span.txterror {
  left: 288px;
  top: 9px;
  width: 160px;
  z-index: 2;
}
.loginpage .main-content .login .floatpanel > div + span.txterror:after {
  border-bottom: 8px solid rgba(255, 255, 255, 0);
  border-left: 0 solid rgba(255, 255, 255, 0);
  border-right: 8px solid #fafafa;
  border-top: 8px solid rgba(255, 255, 255, 0);
  content: "";
  display: inline-block;
  left: -8px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
}
.loginpage .main-content .login .floatpanel > div + span.txterror:before {
  display: none;
}
.loginpage .main-content .login br {
  display: none;
}
.loginpage .main-content strong,
.loginpage .main-content legend {
  display: none;
}
.loginpage .main-content input.normaltextbox {
  border-radius: 0px;
  height: 34px;
  position: relative;
  width: 225px;
  z-index: 1;
}
.loginpage .main-content .idrow {
  margin-top: 0px;
  padding-left: 34px;
  position: relative;
}
.loginpage .main-content .idrow:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  background-color: #eee;
  border-right: 0 none;
  border: 1px solid #bbb;
  box-sizing: border-box;
  content: "\f003";
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 34px;
  left: 0;
  line-height: 34px;
  min-width: 16px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 0 #FFFFFF;
  top: 0;
  width: 34px;
}
.loginpage .main-content .passwordrow {
  padding-left: 34px;
  position: relative;
}
.loginpage .main-content .passwordrow:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  background-color: #eee;
  border-right: 0 none;
  border: 1px solid #bbb;
  box-sizing: border-box;
  content: "\f084";
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 34px;
  left: 0;
  line-height: 34px;
  min-width: 16px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 0 #FFFFFF;
  top: 0;
  width: 34px;
}
.loginpage .main-content .rememberrow {
  bottom: 30px;
  margin: 0;
  padding-left: 18px;
  position: absolute;
}
.loginpage .main-content .rememberrow input {
  height: 100%;
  left: 0px;
  margin: 0;
  position: absolute;
}
.loginpage .main-content .rememberrow label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #1a1a1a;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  overflow: hidden;
}
.loginpage .main-content .rememberrow label:before {
  content: "Remember Me";
  font-size: 13px;
}
.loginpage .main-content .buttonrow {
  bottom: 26px;
  margin: 0;
  position: absolute;
  right: 24px;
}
.loginpage .main-content .buttonrow .txterror {
  bottom: -88px;
  box-sizing: border-box;
  display: block;
  left: -209px;
  padding-left: 38px;
  top: auto;
  width: 308px;
}
.loginpage .main-content .registerrow {
  text-align: center;
}
.loginpage .main-content .registerrow a {
  display: inline;
}
.registerpage .register {
  width: 320px;
}
.registerpage legend {
  text-align: center;
  width: 100%;
}
.registerpage label,
.registerpage input,
.registerpage select {
  clear: both;
  display: block;
  width: 100%;
}
.registerpage select {
  width: 102.5%;
}
.registerpage .createuserbutton {
  bottom: 26px;
  left: 50%;
  margin-left: -75px;
  position: absolute;
  width: 126px;
}
.registerpage .emailformat input[type="radio"] {
  clear: left;
  display: inline;
  float: left;
  margin-right: 5px;
  margin-top: 4px;
  width: auto;
}
.registerpage .emailformat label {
  clear: right;
  display: inline;
  float: left;
  width: auto;
}
.passwordrecovery .main-content .login legend {
  display: none;
}
.passwordrecovery .main-content .login h2 {
  font-weight: normal;
  margin-top: 0px;
}
.passwordrecovery .main-content .login input[type="submit"] {
  bottom: 26px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 36px;
}
.passwordrecovery .main-content .login h2 + .settingrow + .settingrow + div.txterror {
  box-shadow: none;
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 309px;
}
.passwordrecovery .main-content .login h2 + .settingrow + .settingrow + div.txterror:before,
.passwordrecovery .main-content .login h2 + .settingrow + .settingrow + div.txterror:after {
  display: none;
}
.passwordrecovery .main-content .login h2 + .settingrow + .settingrow + div.txterror .txterror {
  border-radius: 4px;
  background: #b94a48;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 400;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 110%;
  width: auto;
}
.passwordrecovery .main-content .login h2 + .settingrow + .settingrow + div.txterror .txterror:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f071";
  padding-right: 5px;
}
.passwordrecovery .main-content .txterror {
  top: 105%;
}
.pwspoor {
  background-color: Red;
  color: White;
  padding: 5px;
}
.pwsweak {
  background-color: Orange;
  color: White;
  padding: 5px;
}
.pwsaverage {
  background-color: Yellow;
  color: Black;
  padding: 5px;
}
.pwsstrong {
  background-color: Teal;
  color: Black;
  padding: 5px;
}
.pwsexcellent {
  background-color: Green;
  color: White;
  padding: 5px;
}
.pwdstrengthbarborder {
  border-style: solid;
  border-width: 1px;
  vertical-align: middle;
  width: 200px;
}
.pwdstrengthbar {
  height: 15px;
  padding: 2px;
  width: 200px;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table,
.jqtable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.jqtable > thead > tr > th,
.table > tbody > tr > th,
.jqtable > tbody > tr > th,
.table > tfoot > tr > th,
.jqtable > tfoot > tr > th,
.table > thead > tr > td,
.jqtable > thead > tr > td,
.table > tbody > tr > td,
.jqtable > tbody > tr > td,
.table > tfoot > tr > td,
.jqtable > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th,
.jqtable > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.jqtable > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.jqtable > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.jqtable > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.jqtable > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.jqtable > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td,
.jqtable > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody,
.jqtable > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table,
.jqtable .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.jqtable > thead > tr > th,
.table-condensed > tbody > tr > th,
.jqtable > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.jqtable > tfoot > tr > th,
.table-condensed > thead > tr > td,
.jqtable > thead > tr > td,
.table-condensed > tbody > tr > td,
.jqtable > tbody > tr > td,
.table-condensed > tfoot > tr > td,
.jqtable > tfoot > tr > td {
  padding: 5px;
}
.table-bordered,
.jqtable {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.jqtable > thead > tr > th,
.table-bordered > tbody > tr > th,
.jqtable > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.jqtable > tfoot > tr > th,
.table-bordered > thead > tr > td,
.jqtable > thead > tr > td,
.table-bordered > tbody > tr > td,
.jqtable > tbody > tr > td,
.table-bordered > tfoot > tr > td,
.jqtable > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.jqtable > thead > tr > th,
.table-bordered > thead > tr > td,
.jqtable > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd),
.jqtable > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.jqtable > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.shared-files-table > tbody > tr > td {
  vertical-align: middle;
}
.blogwrapper.blogview,
.blogmodule .blogwrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.blogwrapper.blogview:before,
.blogmodule .blogwrapper:before,
.blogwrapper.blogview:after,
.blogmodule .blogwrapper:after {
  content: " ";
  display: table;
}
.blogwrapper.blogview:after,
.blogmodule .blogwrapper:after {
  clear: both;
}
.blogwrapper.blogview:before,
.blogmodule .blogwrapper:before,
.blogwrapper.blogview:after,
.blogmodule .blogwrapper:after {
  content: " ";
  display: table;
}
.blogwrapper.blogview:after,
.blogmodule .blogwrapper:after {
  clear: both;
}
.blogcenter-rightnav {
  float: left;
}
.blogcenter-leftnav {
  float: right;
}
.blogwrapper.blogview > header {
  margin: 0 10px;
}
.bc-main {
  margin-bottom: 10px;
}
.bsidelist,
.bsidelist + ul.blognav {
  margin-bottom: 10px;
}
.bsidelist h3,
.bsidelist + ul.blognav h3 {
  border-bottom: 1px solid #e9e9e9;
  color: #afafaf;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 6px;
  padding: 6px 8px 3px 0;
  text-transform: uppercase;
}
.bsidelist + h3 {
  border-bottom: 1px solid #e9e9e9;
  color: #afafaf;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 6px;
  padding: 6px 8px 3px 0;
  text-transform: uppercase;
}
ul.blognav {
  list-style: none outside none;
  margin: 0 0 10px 6px;
  padding: 0;
}
ul.relatedposts {
  margin-bottom: 10px;
}
ul.relatedposts li {
  padding: 0;
}
.blogitem {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.blogdate {
  color: #777777;
  font-size: 12px;
}
.blogitem .blogdate .blogtags {
  display: none;
}
.blogtext {
  margin: 0;
}
.blogtext:before,
.blogtext:after {
  content: " ";
  display: table;
}
.blogtext:after {
  clear: both;
}
.blogtext:before,
.blogtext:after {
  content: " ";
  display: table;
}
.blogtext:after {
  clear: both;
}
.blogtext p:first-child {
  margin-top: 0;
}
.blogtitle {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}
.blogtitle a {
  max-width: 100%;
}
.bc-main {
  border-collapse: separate !important;
  border: 1px solid #c5c5c5;
  color: #2e2e2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 100%;
}
.bc-main [colspan="7"] {
  background-color: transparent !important;
  padding: 0;
}
.bc-title {
  background: none repeat scroll 0 0 #f1f1f1;
  background: -webkit-linear-gradient(top, #f6f6f6, #eaeaea) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #f6f6f6, #eaeaea) repeat-x scroll 0 0 transparent;
  height: 30px;
}
.bc-nextprev {
  font-family: 'FontAwesome';
  padding: 0;
  width: 30px !important;
}
.bc-nextprev > a {
  border-radius: 4px;
  color: #5d514b !important;
  display: block;
  height: 22px;
  line-height: 22px;
  margin: 4px;
  text-align: center;
  text-decoration: none;
  text-indent: 3px;
  width: 22px;
}
.bc-nextprev > a:hover {
  background: none repeat scroll 0 0 #bdb6b2;
  background: -webkit-linear-gradient(top, #cbc5c2, #a99f9a) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #cbc5c2, #a99f9a) repeat-x scroll 0 0 transparent;
  color: #FFF !important;
}
.bc-nextprev:first-child > a {
  text-indent: -1px;
}
.bc-title [align="center"] {
  cursor: default;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: auto !important;
}
.bc-head {
  background-color: #eaeaea;
  border-bottom: 1px solid #c5c5c5;
  cursor: default;
  line-height: 14px;
  padding: 0.4em 0.45em 0.4em 0.1em;
  text-align: right;
}
.bc-day {
  background-color: transparent !important;
  padding: 1px;
  width: auto !important;
}
.bc-day > a {
  border-radius: 4px;
  color: #5d514b !important;
  display: block;
  line-height: 22px;
  min-height: 22px;
  overflow: hidden;
  padding: 0 0.45em 0 0.1em;
  text-align: right;
  text-decoration: none;
}
.bc-day > a:hover {
  background: none repeat scroll 0 0 #bdb6b2;
  background: -webkit-linear-gradient(top, #cbc5c2, #a99f9a) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #cbc5c2, #a99f9a) repeat-x scroll 0 0 transparent;
  color: #FFF !important;
}
.bc-othermonth > a {
  color: #9f9e9e !important;
}
.bc-othermonth > a:hover {
  background: none repeat scroll 0 0 #bdb6b2;
  background: -webkit-linear-gradient(top, #cbc5c2, #a99f9a) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #cbc5c2, #a99f9a) repeat-x scroll 0 0 transparent;
  color: #FFF !important;
}
.bc-selected > a {
  background: none repeat scroll 0 0 #2f70a7;
  background: -webkit-linear-gradient(top, #337ab7, #286090) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #337ab7, #286090) repeat-x scroll 0 0 transparent;
  color: #FFF !important;
}
.authorinfo {
  background: none repeat scroll 0 0 #f2f2f2;
  background: -webkit-linear-gradient(top, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  padding: 0 20px 0 100px;
  position: relative;
  min-height: 100px;
  border: 1px solid #e9e9e9;
  margin: 20px 0;
  border-radius: 4px;
}
.authorinfo .avatar {
  border-right: 1px solid #e9e9e9;
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0;
  text-indent: -9999px;
  color: transparent;
  display: block;
}
.authorinfo .avatar img {
  background: url("/Data/Sites/1/skins/stem/img/anonymous.png") no-repeat 0 0 transparent;
  background-size: 100% 100%;
  width: 60px;
  height: 60px !important;
  min-height: 60px !important;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
}
.authorinfo .authorbio {
  border-left: 1px solid #e9e9e9;
  padding: 20px 0 20px 20px;
  display: block;
}
.blogcal + ul.blognav {
  display: table;
  margin: 0 auto 10px;
}
.bc-main + .blogcal + .blognav > [class^="feed"],
.bc-main + .blogcal + .blognav > [class*=" feed"] {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.bc-main + .blogcal + .blognav > [class^="feed"]:first-child,
.bc-main + .blogcal + .blognav > [class*=" feed"]:first-child {
  margin-left: 0;
}
.blognav > [class^="feed"],
.blognav > [class*=" feed"] {
  margin: 5px 0;
}
.blognav > [class^="feed"] a:hover,
.blognav > [class*=" feed"] a:hover {
  opacity: 50;
  filter: alpha(opacity=5000);
}
.blognav > [class^="feed"]:active,
.blognav > [class*=" feed"]:active {
  position: relative;
  top: 1px;
}
.blognav > [class^="feed"]:first-child,
.blognav > [class*=" feed"]:first-child {
  margin-left: 0;
}
.blognav > [class^="feed"] a,
.blognav > [class*=" feed"] a {
  background: url("/Data/Sites/1/skins/stem/img/sprite-rssfeeds.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 24px;
}
.bc-main + .blognav > [class^="feed"] a,
.bc-main + .blognav > [class*=" feed"] a {
  padding-left: 0px;
  width: 24px;
  margin: 0;
}
.blognav > [class^="feed"] a img,
.blognav > [class*=" feed"] a img {
  display: none;
}
.blognav li a.rsslink {
  background-position: 0 0;
}
.blognav li.feedmsnitem a {
  background-position: 0 -24px;
}
.blognav li.feedliveitem a {
  background-position: 0 -48px;
}
.blognav li.feedyahooitem a {
  background-position: 0 -72px;
}
.blognav li.feedgoogleitem a {
  background-position: 0 -96px;
}
.blognav li a.addthisrss {
  background-position: 0 -120px;
}
.blogcal:first-child + .blognav li a.addthisrss:after,
.blogcal:first-child + .blognav li a.rsslink:after {
  content: "Subscribe to our RSS";
  padding-left: 5px;
}
.blogcal:first-child + .blognav li.feedmsnitem a:after {
  content: "Add to My MSN";
  padding-left: 5px;
}
.blogcal:first-child + .blognav li.feedliveitem a:after {
  content: "Add to Windows Live";
  padding-left: 5px;
}
.blogcal:first-child + .blognav li.feedyahooitem a:after {
  content: "Add to my Yahoo!";
  padding-left: 5px;
}
.blogcal:first-child + .blognav li.feedgoogleitem a:after {
  content: "Add to Google";
  padding-left: 5px;
}
.UpperSidebar .settinglabel,
.LowerSidebar .settinglabel {
  float: none;
}
.tag-cloud {
  list-style-type: none;
  margin: 15px 0 3px -30px;
}
.tag-cloud li {
  display: inline;
  list-style-type: none;
}
.tagcount {
  font-size: x-small;
}
.tag-cloud .weight1 {
  font-size: 90%;
}
.tag-cloud .weight2 {
  font-size: 110%;
}
.tag-cloud .weight3 {
  font-size: 120%;
}
.tag-cloud .weight4 {
  font-size: 130%;
}
.tag-cloud .weight5 {
  font-size: 140%;
}
.tag-cloud .weight6 {
  font-size: 150%;
}
.tag-cloud .weight7 {
  font-size: 160%;
}
.tag-cloud .weight8 {
  font-size: 180%;
}
.tag-cloud .weight9 {
  font-size: 200%;
}
.tag-cloud .weight10 {
  font-size: 210%;
}
.blogRoll:before,
.blogRoll:after {
  content: " ";
  display: table;
}
.blogRoll:after {
  clear: both;
}
.blogRoll:before,
.blogRoll:after {
  content: " ";
  display: table;
}
.blogRoll:after {
  clear: both;
}
.blog-grid.blogmodule .blogYears,
.blog-grid.blogmodule .blog-date-heading,
.blog-grid.blogmodule .blog-post-list-tags,
.blog-grid.blogmodule .blog-post-list-read-more-btn {
  display: none;
}
.blog-grid.blogmodule .blogRoll {
  margin: 0 -15px;
}
.blog-grid.blogmodule .blogitem {
  border-bottom: 0 none;
  box-sizing: border-box;
  float: left;
  padding: 31.8% 15px 15px;
  position: relative;
  width: 33.33333333%;
}
.blog-grid.blogmodule .blogitem:nth-of-type(3n+1) {
  clear: left;
}
.blog-grid.blogmodule .blogtitle {
  font-size: 22px;
  margin: 0 0 10px;
  min-height: 3.3em;
}
.blog-grid.blogmodule .blogdate {
  color: #999;
  font-size: 15px;
  margin: 0 0 10px;
}
.blog-grid.blogmodule .blogtext > p.blog-heading-image {
  left: 0;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-grid.blogmodule .blogtext > p.blog-heading-image > img {
  border: 1px solid #0075b0;
  box-sizing: border-box;
  height: auto;
  margin: 0 0 24px;
  padding: 2px;
  vertical-align: middle;
  width: 100%;
}
.blogview .blogtitle {
  color: #0075b0;
  font-family: 'Avenir Medium';
  font-size: 36px;
  font-weight: normal;
  margin: 0 0 20px;
}
.blogview .blogtitle .editlink {
  font-size: 12px;
}
.blogview .blogdate {
  font-size: 16px;
  margin: 0 0 24px;
}
.blogview .tags-toggle {
  background-color: #e98300;
  border-color: #e98300;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
}
.blogview .tags {
  margin: 20px 0 40px;
}
.blogview .taglink {
  display: inline-block;
  color: #616365;
  font-size: 14px;
  margin: 0 4px;
  text-decoration: underline;
}
.blogview .taglink:hover {
  text-decoration: none;
}
.blogview .pager {
  display: none;
}
.blogview .blogitem {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
div.tags {
  margin-bottom: 10px;
}
.div {
  display: block;
}
.pager {
  font-size: 12px;
  line-height: 1.42857143;
  list-style: none;
  margin: 20px 0;
  padding-left: 0;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 5px 14px;
}
.pager li > a:hover,
.pager li > a:focus {
  background-color: #eee;
  text-decoration: none;
}
.pager li > a::before,
.pager li > a::after {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .previous > a::before {
  content: "\f100 ";
  margin-right: 6px;
}
.pager .next > a::after {
  content: "\f101 ";
  margin-left: 6px;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  background-color: #fff;
  color: #777;
  cursor: not-allowed;
}
.blogYears {
  font-size: 18px;
  line-height: 27px;
  text-align: right;
}
.blogYears ul {
  list-style: none outside none;
  margin: 0;
  padding-left: 0;
}
.blogYears li {
  display: inline-block;
  line-height: 27px;
  margin-left: 8px;
}
.blogYears a {
  color: #000000;
}
.blogYears + .blogRoll {
  margin-top: -27px;
}
.blogmodule.box-view .blogRoll {
  margin-left: -15px;
  margin-right: -15px;
}
.blogmodule.box-view .blogRoll > * {
  vertical-align: top;
}
.blogmodule.box-view .blog-date-heading {
  clear: both;
  font-size: 25px;
  height: 27px;
  margin: 0 15px 50px;
}
.blogmodule.box-view .blogitem {
  border-bottom: 0 none;
  box-sizing: border-box;
  float: left;
  margin-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.blogmodule.box-view .blogitem-inner {
  background-clip: padding-box;
  border-radius: 10px;
  border: 3px solid #e3e3e3;
  box-sizing: border-box;
  padding: 28px 30px 0;
}
.blogmodule.box-view .blogtitle {
  font-size: 20px;
  margin-bottom: 20px;
}
.blogmodule.box-view .blogdate {
  font-size: 16px;
  margin-bottom: 32px;
}
.blogmodule.box-view .blog-post-list-read-more-btn {
  margin-bottom: -28px;
  width: 100%;
}
@media (min-width: 1245px) {
  .blogmodule.box-view .blogRoll {
    margin-left: -105px;
    margin-right: -105px;
  }
  .blogmodule.box-view .blog-date-heading {
    margin: 0 105px 50px;
  }
  .blogmodule.box-view .blogitem {
    box-sizing: content-box;
    padding-left: 105px;
    padding-right: 105px;
    max-width: 380px;
  }
}
.event-cal {
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #e9e9e9 !important;
  border-collapse: separate !important;
  color: #000000;
  width: 100%;
}
.event-cal * {
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
}
.ec-title {
  background: none repeat scroll 0 0 #f2f2f2;
  background: -webkit-linear-gradient(top, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  height: 60px;
}
.ec-title [align="center"] {
  font-size: 23px;
  line-height: 60px;
  text-align: center;
}
.ec-next-prev a {
  border-radius: 4px;
  display: block;
  float: right;
  font-family: 'FontAwesome';
  font-size: 39px;
  height: 38px;
  line-height: 38px;
  margin: 10px;
  padding-top: 2px;
  text-align: center;
  text-decoration: none;
  text-indent: 4px;
  width: 38px;
}
.ec-next-prev a:hover {
  background: none repeat scroll 0 0 #bdb6b2;
  background: -webkit-linear-gradient(top, #cbc5c2, #a99f9a) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #cbc5c2, #a99f9a) repeat-x scroll 0 0 transparent;
  color: #ffffff !important;
}
.ec-next-prev:first-child a {
  float: left;
  text-indent: -2px;
}
.ec-head {
  background-color: #eeeeee;
  border-bottom: 1px solid #ffffff !important;
  padding: 4px 0;
  text-align: center;
}
.ec-head:first-child {
  border-left: 1px solid #ffffff !important;
}
.ec-head:last-child {
  border-right: 1px solid #ffffff !important;
}
.lt-ie9 .ec-head + .ec-head + .ec-head + .ec-head + .ec-head + .ec-head + .ec-head {
  border-right: 1px solid #ffffff !important;
}
.ec-day {
  border-left: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  padding-bottom: 37px;
  text-align: right;
}
.ec-day:first-child {
  border-left: 0 none;
}
.ec-day > a {
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  height: 27px;
  line-height: 27px;
  margin: 5px;
  padding-right: 5px;
  width: 22px;
  text-decoration: none;
}
.ec-day > a:hover {
  background: none repeat scroll 0 0 #bdb6b2;
  background: -webkit-linear-gradient(top, #cbc5c2, #a99f9a) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #cbc5c2, #a99f9a) repeat-x scroll 0 0 transparent;
  color: #ffffff !important;
  text-decoration: none;
}
.ec-day.ec-today > a:hover {
  background: none repeat scroll 0 0 #2f70a7;
  background: -webkit-linear-gradient(top, #337ab7, #286090) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #337ab7, #286090) repeat-x scroll 0 0 transparent;
}
.ec-other-month > a {
  color: #9f9e9e !important;
}
.event-cal .eventcontainer {
  font-size: 11px;
  line-height: normal;
  margin-right: 10px;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.event-cal .eventcontainer a {
  color: #337ab7 !important;
}
.event-cal .eventcontainer a:hover {
  color: #286090 !important;
}
.event-cal .eventcontainer:before {
  color: #337ab7 !important;
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 6px;
  left: 12px;
  position: absolute;
  top: 2px;
}
.event-cal .eventcontainer #editLink:before {
  color: #337ab7;
  content: "\f040";
  font-family: 'FontAwesome';
  font-size: 15px;
}
.event-cal .eventcontainer #editLink {
  left: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: -5px;
  text-decoration: none;
  -webkit-transition: opacity 300ms 0s;
  transition: opacity 300ms 0s;
}
.event-cal .eventcontainer #editLink #editLink:hover {
  text-decoration: none;
}
.event-cal .eventcontainer:hover #editLink {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transition: opacity 300ms 0s;
  transition: opacity 300ms 0s;
}
.event-cal #editLink > img {
  display: none;
}
.event-cal .ec-today:before {
  color: #9f9e9e;
  content: "\f006";
  margin: 10px 0;
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
}
.eventcaldayview .panelwrapper.eventcalendar h3 {
  display: list-item;
  list-style-position: outside;
  margin-bottom: 0;
  margin-left: 30px;
}
.eventcaldayview .panelwrapper.eventcalendar h3 + p {
  margin-left: 30px;
  margin-top: 0;
}
.eventdetailview .settinglabel {
  font-size: inherit;
  font-weight: 400;
  margin-right: 5px;
  padding: 0;
  width: auto;
}
.eventdetailview .settinglabel:empty {
  display: none;
}
.mpcalendarmain {
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #e9e9e9 !important;
  border-collapse: separate !important;
  color: #000000;
  width: 100%;
}
.mpcalendarmain * {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
}
.mpcalendarmain .eventcalheader {
  background: none repeat scroll 0 0 #f2f2f2;
  background: -webkit-linear-gradient(top, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  height: 60px;
}
.mpcalendarmain .eventcalheader h3 {
  font-size: 23px;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
  text-align: center;
}
.mpcalendarmain .eventNextPrevious {
  border-radius: 4px;
  display: block;
  float: right;
  height: 38px;
  line-height: 38px;
  margin: 10px;
  padding: 0 6px;
  text-align: center;
  text-decoration: none;
}
.mpcalendarmain .eventNextPrevious:hover {
  background: none repeat scroll 0 0 #bdb6b2;
  background: -webkit-linear-gradient(top, #cbc5c2, #a99f9a) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #cbc5c2, #a99f9a) repeat-x scroll 0 0 transparent;
  color: #ffffff;
  text-decoration: none;
}
.mpcalendarmain .eventcalheader [align="center"] :first-child .eventNextPrevious {
  float: left;
}
.mpcalendarmain .mpcalendardayheader {
  background-color: #eeeeee;
  border-bottom: 1px solid #ffffff;
  padding: 4px 0;
  text-align: center;
}
.mpcalendarmain .mpcalendardayheader:first-child {
  border-left: 1px solid #ffffff;
}
.mpcalendarmain .mpcalendardayheader:last-child {
  border-right: 1px solid #ffffff;
}
.lt-ie9 .mpcalendarmain .mpcalendardayheader + .ec-head + .ec-head + .ec-head + .ec-head + .ec-head + .ec-head {
  border-right: 1px solid #ffffff;
}
.mpcalendarmain .mpcalendarothermonth,
.mpcalendarmain .mpcalendarday,
.mpcalendarmain .mpcalendarweekendday,
.mpcalendarmain .mpcalendartoday {
  border-left: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  text-align: right;
}
.mpcalendarmain .mpcalendarothermonth .dayNumber a,
.mpcalendarmain .mpcalendarday .dayNumber a,
.mpcalendarmain .mpcalendarweekendday .dayNumber a,
.mpcalendarmain .mpcalendartoday .dayNumber a {
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  height: 27px;
  line-height: 27px;
  margin: 5px;
  padding-right: 5px;
  width: 22px;
  text-decoration: none;
}
.mpcalendarmain .mpcalendarothermonth .dayNumber a:hover,
.mpcalendarmain .mpcalendarday .dayNumber a:hover,
.mpcalendarmain .mpcalendarweekendday .dayNumber a:hover,
.mpcalendarmain .mpcalendartoday .dayNumber a:hover {
  background: none repeat scroll 0 0 #bdb6b2;
  background: -webkit-linear-gradient(top, #cbc5c2, #a99f9a) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #cbc5c2, #a99f9a) repeat-x scroll 0 0 transparent;
  color: #ffffff;
  text-decoration: none;
}
.mpcalendarmain .mpcalendartoday .dayNumber a:hover {
  background: none repeat scroll 0 0 #2f70a7;
  background: -webkit-linear-gradient(top, #337ab7, #286090) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #337ab7, #286090) repeat-x scroll 0 0 transparent;
}
.mpcalendarmain .mpcalendartoday .dayNumber:before {
  color: #9f9e9e;
  content: "\f006";
  margin: 10px 0;
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
}
.mpcalendarmain .mpcalendarothermonth .dayNumber a {
  color: #9f9e9e;
}
.mpcalendarmain .mpcalendarweekendday:first-child,
.mpcalendarmain .mpcalendarothermonth:first-child {
  border-left: 0 none;
}
.mpcalendarmain .eventcontainer {
  border-color: #e9e9e9 !important;
  border-left: 0 none !important;
  border-right: 0 none !important;
  font-size: 11px;
  line-height: normal;
  padding: 3px 20px 1px !important;
  position: relative;
  text-align: center;
}
.mpcalendarmain .eventcontainer a {
  color: #337ab7 !important;
}
.mpcalendarmain .eventcontainer a:hover {
  color: #286090 !important;
}
.mpcalendarmain .eventcontainer .editlink:before {
  color: #337ab7;
  content: "\f040";
  font-family: 'FontAwesome';
  font-size: 15px;
}
.mpcalendarmain .eventcontainer .editlink {
  display: block;
  height: 18px;
  left: 0;
  line-height: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  text-decoration: none;
  top: 0;
  -webkit-transition: opacity 300ms 0s;
  transition: opacity 300ms 0s;
  width: 18px;
}
.mpcalendarmain .eventcontainer .editlink #editlink:hover {
  text-decoration: none;
}
.mpcalendarmain .eventcontainer:hover .editlink {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transition: opacity 300ms 0s;
  transition: opacity 300ms 0s;
}
.mpcalendarmain .editlink > img {
  display: none;
}
.eventmenu > ul.simplehorizontalmenu {
  margin-left: -5px;
  margin-right: -5px;
}
.eventlistview .vevent {
  margin-bottom: 40px;
}
.eventlistview .summary.url {
  display: inline-block;
  font-size: 24px;
  line-height: 1.1;
  vertical-align: middle;
}
.eventlistview .price {
  display: inline-block;
  font-size: 24px;
  line-height: 1.1;
  margin-left: 10px;
  vertical-align: middle;
}
.eventlistview .registrationlink {
  background-image: none;
  box-sizing: border-box;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-family: 'Dosis', sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.42857143;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #ffffff;
  margin-left: 10px;
}
.eventlistview .registrationlink:focus,
.eventlistview .registrationlink:active:focus,
.eventlistview .registrationlink.active:focus,
.eventlistview .registrationlink.focus,
.eventlistview .registrationlink:active.focus,
.eventlistview .registrationlink.active.focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
.eventlistview .registrationlink:hover,
.eventlistview .registrationlink:focus,
.eventlistview .registrationlink.focus {
  color: #333333;
  text-decoration: none;
}
.eventlistview .registrationlink:active,
.eventlistview .registrationlink.active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  outline: 0;
}
.eventlistview .registrationlink.disabled,
.eventlistview .registrationlink[disabled],
fieldset[disabled] .eventlistview .registrationlink {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.eventlistview .registrationlink:active,
.eventlistview .registrationlink.active {
  background-image: none;
}
.eventlistview .registrationlink:hover,
.eventlistview .registrationlink:focus,
.eventlistview .registrationlink.focus,
.eventlistview .registrationlink:active,
.eventlistview .registrationlink.active,
.open > .dropdown-toggle.eventlistview .registrationlink {
  border-color: #398439;
  background-color: #449d44;
  color: #ffffff;
}
.eventlistview .registrationlink:active,
.eventlistview .registrationlink.active,
.open > .dropdown-toggle.eventlistview .registrationlink {
  background-image: none;
}
.eventlistview .registrationlink.disabled,
.eventlistview .registrationlink[disabled],
fieldset[disabled] .eventlistview .registrationlink,
.eventlistview .registrationlink.disabled:hover,
.eventlistview .registrationlink[disabled]:hover,
fieldset[disabled] .eventlistview .registrationlink:hover,
.eventlistview .registrationlink.disabled:focus,
.eventlistview .registrationlink[disabled]:focus,
fieldset[disabled] .eventlistview .registrationlink:focus,
.eventlistview .registrationlink.disabled.focus,
.eventlistview .registrationlink[disabled].focus,
fieldset[disabled] .eventlistview .registrationlink.focus,
.eventlistview .registrationlink.disabled:active,
.eventlistview .registrationlink[disabled]:active,
fieldset[disabled] .eventlistview .registrationlink:active,
.eventlistview .registrationlink.disabled.active,
.eventlistview .registrationlink[disabled].active,
fieldset[disabled] .eventlistview .registrationlink.active {
  border-color: #4cae4c;
  background-color: #5cb85c;
}
.eventlistview .registrationlink .badge {
  background-color: #ffffff;
  color: #5cb85c;
}
.eventlistview .eventdate {
  border-top: 1px solid #F2F2F2;
  color: #999;
  font-size: smaller;
  margin-top: 10px;
  padding-top: 10px;
}
.eventlistview .eventtime {
  color: #999;
  font-size: smaller;
  margin: 0 0 10px;
}
.events-list .event {
  margin-bottom: 40px;
  position: relative;
}
.events-list .event .event-edit-link {
  color: #616365;
  font-size: 12px;
}
.events-list .event .event-edit-link:hover {
  color: #286090;
}
.events-list .event .event-edit-link .fa {
  margin-right: 6px;
}
.events-list .event .event-title {
  font-size: 24px;
  margin-bottom: 6px;
  margin-top: 0;
}
.events-list .event .event-location {
  font-size: 20px;
  margin-bottom: 6px;
}
.events-list .event .event-closed {
  background: #999;
  border-radius: 4px;
  border: 1px solid #999;
  box-sizing: border-box;
  color: #FFF;
  display: inline-block;
  font-family: 'Avenir Medium';
  font-size: 14px;
  padding: 12px 18px;
  vertical-align: middle;
  text-align: center;
}
.events-list .event .col-md-4:last-child > * {
  margin: 0 0 0 3%;
  width: 46%;
}
.events-list .event .btn,
.events-list .event .event-closed {
  width: 46%;
  margin: 0 0 0 3%;
}
.forums .settingrow,
.forumview .settingrow,
.forumthreadview .settingrow,
.forumthread .settingrow,
.forums .modulepager,
.forumview .modulepager,
.forumthreadview .modulepager,
.forumthread .modulepager {
  margin: 18px 0;
  padding: 0;
  vertical-align: middle;
}
.forums .forumnotify + .modulepager,
.forumview .forumnotify + .modulepager,
.forumthreadview .forumnotify + .modulepager,
.forumthread .forumnotify + .modulepager {
  overflow: hidden;
  float: left;
  clear: none;
  font-size: 13px;
}
.forums .forumnotify + .modulepager .ModulePager,
.forumview .forumnotify + .modulepager .ModulePager,
.forumthreadview .forumnotify + .modulepager .ModulePager,
.forumthread .forumnotify + .modulepager .ModulePager {
  margin: 0;
}
.forums .modulepager .ModulePager,
.forumview .modulepager .ModulePager,
.forumthreadview .modulepager .ModulePager,
.forumthread .modulepager .ModulePager {
  margin: 0 !important;
}
.forums .forumsearch,
.forumview .forumsearch,
.forumthreadview .forumsearch,
.forumthread .forumsearch {
  font-size: 0;
  position: relative;
  text-align: right;
  z-index: 0;
}
.forums .forumsearch > *,
.forumview .forumsearch > *,
.forumthreadview .forumsearch > *,
.forumthread .forumsearch > * {
  font-size: 13px;
}
.forums .forumsearch .txterror[style="display:none;"],
.forumview .forumsearch .txterror[style="display:none;"],
.forumthreadview .forumsearch .txterror[style="display:none;"],
.forumthread .forumsearch .txterror[style="display:none;"] {
  display: inline !important;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0;
  visibility: hidden;
}
.forums .forumsearch .txterror,
.forumview .forumsearch .txterror,
.forumthreadview .forumsearch .txterror,
.forumthread .forumsearch .txterror {
  background-color: #fff9da;
  border: 1px solid #ffed8e;
  color: #000000;
  min-height: 20px;
  padding: 8px 14px 8px 36px;
  position: relative;
  border-radius: 4px;
  display: inline;
  opacity: 100;
  filter: alpha(opacity=10000);
  padding: 4px 10px;
  position: absolute;
  right: 303px;
  top: 0;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  visibility: visible;
}
.forums .forumsearch .txterror:before,
.forumview .forumsearch .txterror:before,
.forumthreadview .forumsearch .txterror:before,
.forumthread .forumsearch .txterror:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  color: #000000;
  content: "\f06a";
  left: 13px;
  position: absolute;
  top: 10px;
}
.forums .forumsearch input.forumsearchbox,
.forumview .forumsearch input.forumsearchbox,
.forumthreadview .forumsearch input.forumsearchbox,
.forumthread .forumsearch input.forumsearchbox {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  position: relative;
}
.forums .forumsearch input[type="submit"],
.forumview .forumsearch input[type="submit"],
.forumthreadview .forumsearch input[type="submit"],
.forumthread .forumsearch input[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-sizing: border-box;
  margin-left: -1px;
  height: 34px;
}
.forums .ftitle h3,
.forumview .ftitle h3,
.forumthreadview .ftitle h3,
.forumthread .ftitle h3 {
  font-size: 18px;
  margin: 0 0 10px;
}
.forums .ftitle p,
.forumview .ftitle p,
.forumthreadview .ftitle p,
.forumthread .ftitle p {
  font-weight: 500;
  margin: 0;
}
.forums a.forumEdit,
.forumview a.forumEdit,
.forumthreadview a.forumEdit,
.forumthread a.forumEdit,
.forums a.threadEdit,
.forumview a.threadEdit,
.forumthreadview a.threadEdit,
.forumthread a.threadEdit {
  float: right;
  height: 16px;
  padding: 0;
  width: 16px;
}
.forums .forumthreadcrumbs,
.forumview .forumthreadcrumbs,
.forumthreadview .forumthreadcrumbs,
.forumthread .forumthreadcrumbs {
  padding: 10px;
  margin-top: 0;
}
.forums .postEdit,
.forumview .postEdit,
.forumthreadview .postEdit,
.forumthread .postEdit {
  float: right;
}
.forums .postEdit,
.forumview .postEdit,
.forumthreadview .postEdit,
.forumthread .postEdit,
.forums .threadEdit,
.forumview .threadEdit,
.forumthreadview .threadEdit,
.forumthread .threadEdit,
.forums .forumEdit,
.forumview .forumEdit,
.forumthreadview .forumEdit,
.forumthread .forumEdit {
  background-color: #FFF;
  padding: 0;
  color: #000000;
}
.forums .postEdit:before,
.forumview .postEdit:before,
.forumthreadview .postEdit:before,
.forumthread .postEdit:before,
.forums .threadEdit:before,
.forumview .threadEdit:before,
.forumthreadview .threadEdit:before,
.forumthread .threadEdit:before,
.forums .forumEdit:before,
.forumview .forumEdit:before,
.forumthreadview .forumEdit:before,
.forumthread .forumEdit:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f040";
  background-color: #FFF;
  padding: 2px 0;
}
.forums .postEdit:hover,
.forumview .postEdit:hover,
.forumthreadview .postEdit:hover,
.forumthread .postEdit:hover,
.forums .threadEdit:hover,
.forumview .threadEdit:hover,
.forumthreadview .threadEdit:hover,
.forumthread .threadEdit:hover,
.forums .forumEdit:hover,
.forumview .forumEdit:hover,
.forumthreadview .forumEdit:hover,
.forumthread .forumEdit:hover {
  color: #286090;
  text-decoration: none;
}
.forums .threadEdit:before,
.forumview .threadEdit:before,
.forumthreadview .threadEdit:before,
.forumthread .threadEdit:before,
.forums .forumEdit:before,
.forumview .forumEdit:before,
.forumthreadview .forumEdit:before,
.forumthread .forumEdit:before {
  padding: 4px 3px;
}
.forums .modulealtrow .threadEdit,
.forumview .modulealtrow .threadEdit,
.forumthreadview .modulealtrow .threadEdit,
.forumthread .modulealtrow .threadEdit,
.forums .modulealtrow .forumEdit,
.forumview .modulealtrow .forumEdit,
.forumthreadview .modulealtrow .forumEdit,
.forumthread .modulealtrow .forumEdit {
  background-color: #f5f5f5;
}
.forums .modulealtrow .threadEdit:before,
.forumview .modulealtrow .threadEdit:before,
.forumthreadview .modulealtrow .threadEdit:before,
.forumthread .modulealtrow .threadEdit:before,
.forums .modulealtrow .forumEdit:before,
.forumview .modulealtrow .forumEdit:before,
.forumthreadview .modulealtrow .forumEdit:before,
.forumthread .modulealtrow .forumEdit:before {
  background-color: #f5f5f5;
}
.forums .lockedthread,
.forumview .lockedthread,
.forumthreadview .lockedthread,
.forumthread .lockedthread,
.forums .normalthread,
.forumview .normalthread,
.forumthreadview .normalthread,
.forumthread .normalthread,
.forums .stickythread,
.forumview .stickythread,
.forumthreadview .stickythread,
.forumthread .stickythread,
.forums .forumfeed,
.forumview .forumfeed,
.forumthreadview .forumfeed,
.forumthread .forumfeed,
.forums .forumnotify > a:first-child,
.forumview .forumnotify > a:first-child,
.forumthreadview .forumnotify > a:first-child,
.forumthread .forumnotify > a:first-child {
  background-color: #FFF;
  padding: 0;
  color: #000000;
  width: 20px;
}
.forums .lockedthread:before,
.forumview .lockedthread:before,
.forumthreadview .lockedthread:before,
.forumthread .lockedthread:before,
.forums .normalthread:before,
.forumview .normalthread:before,
.forumthreadview .normalthread:before,
.forumthread .normalthread:before,
.forums .stickythread:before,
.forumview .stickythread:before,
.forumthreadview .stickythread:before,
.forumthread .stickythread:before,
.forums .forumfeed:before,
.forumview .forumfeed:before,
.forumthreadview .forumfeed:before,
.forumthread .forumfeed:before,
.forums .forumnotify > a:first-child:before,
.forumview .forumnotify > a:first-child:before,
.forumthreadview .forumnotify > a:first-child:before,
.forumthread .forumnotify > a:first-child:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f07c";
  background-color: #FFF;
  padding: 3px;
  text-align: center;
}
.forums .modulealtrow .lockedthread,
.forumview .modulealtrow .lockedthread,
.forumthreadview .modulealtrow .lockedthread,
.forumthread .modulealtrow .lockedthread,
.forums .modulealtrow .normalthread,
.forumview .modulealtrow .normalthread,
.forumthreadview .modulealtrow .normalthread,
.forumthread .modulealtrow .normalthread,
.forums .modulealtrow .forumnotify > a:first-child,
.forumview .modulealtrow .forumnotify > a:first-child,
.forumthreadview .modulealtrow .forumnotify > a:first-child,
.forumthread .modulealtrow .forumnotify > a:first-child {
  background-color: #f5f5f5;
}
.forums .modulealtrow .lockedthread:before,
.forumview .modulealtrow .lockedthread:before,
.forumthreadview .modulealtrow .lockedthread:before,
.forumthread .modulealtrow .lockedthread:before,
.forums .modulealtrow .normalthread:before,
.forumview .modulealtrow .normalthread:before,
.forumthreadview .modulealtrow .normalthread:before,
.forumthread .modulealtrow .normalthread:before,
.forums .modulealtrow .forumnotify > a:first-child:before,
.forumview .modulealtrow .forumnotify > a:first-child:before,
.forumthreadview .modulealtrow .forumnotify > a:first-child:before,
.forumthread .modulealtrow .forumnotify > a:first-child:before {
  background-color: #f5f5f5;
}
.forums .lockedthread:before,
.forumview .lockedthread:before,
.forumthreadview .lockedthread:before,
.forumthread .lockedthread:before {
  content: "\f023";
  font-size: 15.6px;
  padding: 3px 3px 3px 4px;
}
.forums .stickythread:before,
.forumview .stickythread:before,
.forumthreadview .stickythread:before,
.forumthread .stickythread:before {
  content: "\f08d";
  padding: 3px 3px 3px 4px;
}
.forums .forumnotify > a:first-child:before,
.forumview .forumnotify > a:first-child:before,
.forumthreadview .forumnotify > a:first-child:before,
.forumthread .forumnotify > a:first-child:before {
  content: "\f0e0";
  padding: 0;
}
.forums .forumnotify > a:first-child:hover,
.forumview .forumnotify > a:first-child:hover,
.forumthreadview .forumnotify > a:first-child:hover,
.forumthread .forumnotify > a:first-child:hover {
  color: #286090;
  text-decoration: none;
}
.forums .forumnotify > a:first-child img,
.forumview .forumnotify > a:first-child img,
.forumthreadview .forumnotify > a:first-child img,
.forumthread .forumnotify > a:first-child img {
  display: none;
}
.forums .forumfeed,
.forumview .forumfeed,
.forumthreadview .forumfeed,
.forumthread .forumfeed {
  background: none;
}
.forums .forumfeed:before,
.forumview .forumfeed:before,
.forumthreadview .forumfeed:before,
.forumthread .forumfeed:before {
  background: none;
  content: "\f09e";
}
.forums .forumfeed:hover,
.forumview .forumfeed:hover,
.forumthreadview .forumfeed:hover,
.forumthread .forumfeed:hover {
  color: #286090;
  text-decoration: none;
}
.forums table,
.forumview table {
  border: solid #e9e9e9 1px;
  border-collapse: separate;
  border-spacing: 0;
  color: #000000;
  font-size: 14px;
  margin: 18px 0;
  overflow: hidden;
  width: 100%;
}
.forums table tbody tr.modulerow,
.forumview table tbody tr.modulerow {
  background: #ffffff;
}
.forums table tbody tr.modulealtrow,
.forumview table tbody tr.modulealtrow {
  background: #f5f5f5;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}
.forums table td,
.forumview table td,
.forums table th,
.forumview table th {
  border-bottom: 1px solid #f2f2f2;
  min-width: 90px;
  padding: 10px;
  vertical-align: middle;
}
.forums table th,
.forumview table th {
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #e9e9e9;
}
.forums table .moduletitle,
.forumview table .moduletitle {
  background: none repeat scroll 0 0 #f2f2f2;
  background: -webkit-linear-gradient(top, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  position: static;
  text-transform: none;
}
.forums .modulepager,
.forumview .modulepager {
  margin: 0;
}
.forums .modulepager a,
.forumview .modulepager a {
  margin: 18px 0;
}
#aspnetForm .forums a[id$='_lnkLogin'],
#aspnetForm .forumview a[id$='_lnkLogin'] {
  margin-bottom: 18px;
}
.postlistwrap {
  clear: both;
  float: none;
}
.postcontainer {
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  display: table;
  margin-bottom: 18px;
  width: 100%;
}
.forumpostheader {
  background: none repeat scroll 0 0 #f2f2f2;
  background: -webkit-linear-gradient(top, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  border-bottom: 1px solid #e9e9e9;
  clear: both;
  padding: 5px 18px;
}
.forumpostheader:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f017";
}
.forumpostuseravatar {
  margin: 5px 0;
}
.forumpostuseravatar a {
  display: block;
}
.forumpostuseravatar a img {
  width: 80px;
  height: 80px;
}
.forumpostusername a {
  display: block;
}
.forumpostuserattribute {
  font-size: 12px;
}
.forumpostuserattribute:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f0e6";
}
.forumpostuserattribute + .forumpostuserattribute:before {
  content: "\f06e";
}
.forumpostuserattribute + .forumpostuserattribute + .forumpostuserattribute:before {
  display: none;
}
.postleft {
  background: none repeat scroll 0 0 #f2f2f2;
  background: -webkit-linear-gradient(top, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  border: 1px solid #fff;
  padding: 10px;
  display: table-cell;
  min-width: 150px;
  max-width: 150px;
  text-align: center;
  position: relative;
}
.postright {
  background-color: #FFF;
  border-left: 1px solid #e9e9e9;
  display: table-cell;
  padding: 10px;
  position: relative;
  width: 100%;
}
.posttopic {
  font-size: 0;
}
.posttopic h3 {
  font-size: 18px;
  margin-top: 0;
  padding: 0;
}
.posttopic h3 a {
  visibility: visible;
  font-size: 13px;
}
.guestpost .guestavatar {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
.guestpost .guestavatar div {
  background: url("/Data/Sites/1/skins/stem/img/anonymous.png") no-repeat center center #f5f5f5;
  width: 80px;
  height: 80px;
}
.guestpost .forumpostuserattribute + .forumpostuserattribute:before {
  display: none;
}
.forumthread .newpost:before,
.forumview .newthread:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f112";
  margin-right: 5px;
}
.forumview .newthread:before {
  content: "\f044";
}
.forumnotify {
  float: left;
  padding: 0;
  white-space: normal;
  margin-bottom: 18px;
  margin-right: 18px;
}
.forumnotify + .modulepager,
.forumnotify + .modulepager .newthread {
  margin-top: 0;
}
.fsubscribe .forumnotify {
  margin: 0;
}
.fsubscribe .forumnotify > a:first-child > img {
  margin-top: 2px;
  margin-right: 2px;
}
.fsubcribe1 {
  display: none;
}
.fsubcribe2 {
  display: block;
  float: left;
}
.fsubcribe2:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f0e0";
  margin-right: 5px;
}
.fsubcribe2:hover {
  color: #337ab7;
  text-decoration: none;
}
.fsubcribe2:active {
  text-decoration: none;
}
.editforumthrad ol.formlist,
.editforumthread ol.formlist {
  padding: 0;
  list-style-type: none;
}
.rsstitle {
  border-bottom: 1px solid #e9e9e9;
}
.rsstitle h3 {
  margin-top: 0;
  clear: none;
}
.rsstitle h3 a {
  color: #337ab7;
}
.rsstext a img {
  background-color: white;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 4px;
}
.rsstext a {
  max-width: 100%;
}
[id*="updPnlRSSA"]:before,
.feededit .panelwrapper.rssmodule:before,
[id*="updPnlRSSA"]:after,
.feededit .panelwrapper.rssmodule:after {
  content: " ";
  display: table;
}
[id*="updPnlRSSA"]:after,
.feededit .panelwrapper.rssmodule:after {
  clear: both;
}
[id*="updPnlRSSA"]:before,
.feededit .panelwrapper.rssmodule:before,
[id*="updPnlRSSA"]:after,
.feededit .panelwrapper.rssmodule:after {
  content: " ";
  display: table;
}
[id*="updPnlRSSA"]:after,
.feededit .panelwrapper.rssmodule:after {
  clear: both;
}
.feededit .settinglabel {
  width: 10em;
}
.rssdate {
  background-color: transparent;
  color: #000000;
  font-size: 13px;
  margin: 10px 0 20px;
}
.rssauthor {
  padding: 18px 0;
  border-top: 1px solid #e9e9e9;
  margin: 10px 0 0;
}
.rssfeedentryTrue,
.rssfeedentryFalse {
  margin-top: 18px;
  position: relative;
  border-radius: 0px;
}
.rssfeedentryTrue:first-child,
.rssfeedentryFalse:first-child {
  margin-top: 0px;
}
.rsscenter-rightnav {
  margin: 0 210px 0 0;
}
.rsscenter-leftnav {
  margin: 0 0 0 210px;
}
.rssnavleft,
.rssnavright {
  float: left;
  position: relative;
  width: 190px;
}
.rssnavleft > span,
.rssnavright > span {
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 0;
  display: block;
  font-weight: 700 !important;
}
.rssnavleft > span + a.feedlink.feedag,
.rssnavright > span + a.feedlink.feedag {
  position: absolute;
  top: 3px;
  right: 10px;
  display: block;
}
.rssnavleft .feedlist,
.rssnavright .feedlist {
  padding: 0;
  margin: 10px 0 0;
}
.rssnavleft .feedlist li,
.rssnavright .feedlist li {
  padding: 0;
  margin: 0;
}
.rssnavleft .feedlist li a,
.rssnavright .feedlist li a {
  color: #000000;
}
.rssnavleft .feedlist li a:hover,
.rssnavright .feedlist li a:hover {
  color: #286090;
  text-decoration: none;
}
.rssnavleft .feedlist li a:before,
.rssnavright .feedlist li a:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f0c1";
  padding: 0 0.3em;
  text-decoration: none;
}
.rssnavleft .feedlist li a img,
.rssnavright .feedlist li a img {
  display: none;
}
.rssnavleft .feedlist li a.editlink:before,
.rssnavright .feedlist li a.editlink:before {
  content: "\f040";
}
.rssnavleft .feedlist li a.feedsitelink:before,
.rssnavright .feedlist li a.feedsitelink:before {
  display: none;
}
.rssnavleft .feedlist li a.feedlink:before,
.rssnavright .feedlist li a.feedlink:before {
  content: "\f09e";
}
.rssnavright {
  float: right;
}
.rssentries .modulepager {
  float: left;
}
.feedmanager input[type="image"][alt="Published"] {
  float: left;
  margin: 15px 0 0;
}
.rssfeedentryFalse {
  background-color: #cfcfcf;
  overflow: hidden;
}
.rssfeedentryFalse:after {
  width: 100%;
  height: 100%;
  padding: 10px;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "Disabled Feed Item";
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
}
.feededit .rssnavright {
  float: left;
  margin-top: 9px;
  margin-left: 3%;
  max-width: 23%;
}
.feededit .rssnavright .AspNet-DataList-Item a,
.feededit .rssnavright .AspNet-DataList-Alternate a {
  color: #000000;
}
.feededit .rssnavright .AspNet-DataList-Item a:hover,
.feededit .rssnavright .AspNet-DataList-Alternate a:hover {
  color: #286090;
  text-decoration: none;
}
.feededit .rssnavright .AspNet-DataList-Item a img,
.feededit .rssnavright .AspNet-DataList-Alternate a img {
  display: none;
}
.feededit .rssnavright .AspNet-DataList-Item a:before,
.feededit .rssnavright .AspNet-DataList-Alternate a:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f040";
  padding-left: 0.3em;
  text-decoration: none;
}
.feededit .rssnavright .AspNet-DataList-Item a + a,
.feededit .rssnavright .AspNet-DataList-Alternate a + a {
  float: left;
}
.feededit .rssnavright .AspNet-DataList-Item a + a:before,
.feededit .rssnavright .AspNet-DataList-Alternate a + a:before {
  content: "\f0c1";
  margin-right: 5px;
}
.feededit .rssnavright .AspNet-DataList-Item a + a + a:before,
.feededit .rssnavright .AspNet-DataList-Alternate a + a + a:before {
  display: none;
}
.feededit .rssnavright a[id$="_lnkNewFeed"] {
  position: absolute;
  right: 0;
  font-size: 0;
  top: 0;
  color: transparent;
}
.feededit .rssnavright a[id$="_lnkNewFeed"]:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f067";
  position: absolute;
  color: #000000;
  font-size: 14px;
  top: 7px;
  right: 7px;
}
.feededit .rssnavright a[id$="_lnkNewFeed"]:hover:before {
  color: #337ab7;
}
.feededit .rssnavright + input[type="submit"].btn {
  margin-top: 18px;
  margin-left: 3%;
  float: left;
}
.feededit span[id$="_lblFeedListName"]:before {
  content: "Feeds";
}
.feededit div[id$="_pnlEdit"] {
  border-right: 1px solid #eeeeee;
  float: left;
  margin-top: 9px;
  padding-right: 3%;
  width: 65%;
  position: relative;
}
.feededit div[id$="_pnlEdit"] .settingrow {
  background-color: #FFF;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 3%;
  margin: 0;
}
.feededit div[id$="_pnlEdit"] .settingrow:first-child {
  border-top: 1px solid #eeeeee;
}
.feededit div[id$="_pnlEdit"] div[id$="_divPublish"] + .settingrow {
  padding: 0;
}
.feededit div[id$="_pnlEdit"] div[id$="_divPublish"] + .settingrow span {
  padding: 18px;
  display: block;
}
.feededit div[id$="_pnlEdit"] div[id$="_divPublish"] + .settingrow span:empty {
  padding: 0;
}
.feededit div[id$="_pnlEdit"] div[id$="_divPublish"] + .settingrow + .settingrow,
.feededit div[id$="_pnlEdit"] .settingrow + .settingrow + .settingrow + .settingrow + .settingrow + .settingrow {
  border-bottom: 1px solid #eeeeee;
}
.feededit div[id$="_pnlEdit"] .mhelp {
  position: absolute;
  bottom: 25px;
  left: 3%;
}
.cartgrid {
  width: 100%;
}
.storelink:before,
.addtocartlink:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f07a";
  margin-right: 8px;
}
.store .storedescription,
.webstore .storedescription {
  background: none repeat scroll 0 0 #f2f2f2;
  background: -webkit-linear-gradient(top, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 10px 10px 0;
}
.store .productlist,
.webstore .productlist {
  float: none;
}
.store .storelink span.cartlink:before,
.webstore .storelink span.cartlink:before {
  content: "Shopping ";
}
.store .productcontainer,
.webstore .productcontainer {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 18px;
  margin-bottom: 18px;
}
.store .productcontainer > h4,
.webstore .productcontainer > h4 {
  background: none repeat scroll 0 0 #f2f2f2;
  background: -webkit-linear-gradient(top, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  background: linear-gradient(to bottom, #f5f5f5, #eeeeee) repeat-x scroll 0 0 transparent;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  margin: -18px -18px 18px;
  padding: 5px 10px;
}
.store .productcontainer .description,
.webstore .productcontainer .description {
  margin-bottom: 18px;
}
.store .productcontainer .description .listviewstyle > figure,
.webstore .productcontainer .description .listviewstyle > figure {
  float: left;
  margin: 0;
  width: 150px;
}
.store .productcontainer .description .listviewstyle > div,
.webstore .productcontainer .description .listviewstyle > div {
  margin-left: 168px;
}
.store .productcontainer .description .listviewstyle > div ul,
.webstore .productcontainer .description .listviewstyle > div ul {
  font-size: 11px;
  line-height: normal;
}
.store .productcontainer .productdetaillink,
.webstore .productcontainer .productdetaillink {
  float: right;
  margin-bottom: 18px;
}
.store .productcontainer .productoffers,
.webstore .productcontainer .productoffers {
  clear: both;
}
.store .productcontainer .productoffers .offercontainer,
.webstore .productcontainer .productoffers .offercontainer {
  border-top: 1px solid #e9e9e9;
  line-height: 30px;
  margin-top: 18px;
  padding-top: 18px;
  position: relative;
}
.store .productcontainer .productoffers .offercontainer .price,
.webstore .productcontainer .productoffers .offercontainer .price {
  float: right;
  margin-right: 130px;
}
.store .productcontainer .productoffers .addtocartlink,
.webstore .productcontainer .productoffers .addtocartlink {
  position: absolute;
  right: 0;
  top: 18px;
}
.store .webstoreofferdetail .clearpanel table,
.webstore .webstoreofferdetail .clearpanel table {
  width: 100%;
}
.store .webstoreofferdetail .clearpanel table *,
.webstore .webstoreofferdetail .clearpanel table * {
  vertical-align: middle;
}
.store .webstoreofferdetail .clearpanel table td,
.webstore .webstoreofferdetail .clearpanel table td {
  border-top: 1px solid #e9e9e9;
  padding: 18px 0;
  text-align: right;
}
.store .webstoreofferdetail .clearpanel table .offercontainer:first-child td,
.webstore .webstoreofferdetail .clearpanel table .offercontainer:first-child td {
  border-top: 0 none;
  padding-top: 0;
}
.store .webstoreofferdetail .clearpanel table .productname,
.webstore .webstoreofferdetail .clearpanel table .productname {
  text-align: left;
}
.store .webstoreofferdetail .clearpanel table .productname a,
.webstore .webstoreofferdetail .clearpanel table .productname a {
  margin-left: 18px;
  vertical-align: baseline;
}
.store .webstoreofferdetail .clearpanel table .quantity,
.webstore .webstoreofferdetail .clearpanel table .quantity {
  width: 67px;
}
.store .webstoreofferdetail .clearpanel table .quantity input,
.webstore .webstoreofferdetail .clearpanel table .quantity input {
  text-align: right;
  width: 35px;
}
.store .webstoreofferdetail .clearpanel table td.addtocartbutton,
.webstore .webstoreofferdetail .clearpanel table td.addtocartbutton {
  width: 118px;
}
.store .webstoreofferdetail .description dl,
.webstore .webstoreofferdetail .description dl {
  clear: left;
  border: 1px solid #e9e9e9;
  background: #e9e9e9;
  background: -webkit-gradient(linear, left top, right top, color-stop(180px, #e9e9e9), color-stop(180px, #e9e9e9), color-stop(180px, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #e9e9e9 180px, #e9e9e9 180px, rgba(255, 255, 255, 0) 180px, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #e9e9e9 180px, #e9e9e9 180px, rgba(255, 255, 255, 0) 180px, rgba(255, 255, 255, 0) 100%);
}
.store .webstoreofferdetail .description dl:before,
.webstore .webstoreofferdetail .description dl:before,
.store .webstoreofferdetail .description dl:after,
.webstore .webstoreofferdetail .description dl:after {
  content: " ";
  display: table;
}
.store .webstoreofferdetail .description dl:after,
.webstore .webstoreofferdetail .description dl:after {
  clear: both;
}
.store .webstoreofferdetail .description dl:before,
.webstore .webstoreofferdetail .description dl:before,
.store .webstoreofferdetail .description dl:after,
.webstore .webstoreofferdetail .description dl:after {
  content: " ";
  display: table;
}
.store .webstoreofferdetail .description dl:after,
.webstore .webstoreofferdetail .description dl:after {
  clear: both;
}
.store .webstoreofferdetail .description dl dt,
.webstore .webstoreofferdetail .description dl dt {
  float: left;
  width: 162px;
  padding: 9px;
  border-right: 1px solid #e9e9e9;
  margin-right: -1px;
}
.store .webstoreofferdetail .description dl dd,
.webstore .webstoreofferdetail .description dl dd {
  margin: 0 0 0 180px;
  padding: 9px;
  border-left: 1px solid #e9e9e9;
}
.store .webstoreofferdetail .description dl dd br,
.webstore .webstoreofferdetail .description dl dd br {
  margin-bottom: 10px;
}
.store .cartgrid td,
.webstore .cartgrid td,
.store .cartgrid th,
.webstore .cartgrid th {
  background-color: #FFF;
  border: 1px solid #eeeeee;
}
.commercewarning,
.nosslwarning {
  color: #ffffff !important;
  font-weight: normal !important;
}
.webstoreconfirmorder .orderdetail .floatpanel + .settingrow .txterror {
  background: none;
  border: 0 none;
  padding: 4px 0 0 30px;
  color: #b94a48;
}
.webstoreconfirmorder .orderdetail .floatpanel + .settingrow .txterror ul {
  margin: 0;
}
.webstoreconfirmorder .orderdetail .floatpanel + .settingrow .txterror:before {
  color: #b94a48;
}
.signinorregister {
  float: none;
  width: auto;
}
.signinorregister .signinorregisterinstructions {
  background-color: #fff9da;
  border: 1px solid #ffed8e;
  color: #000000;
  min-height: 20px;
  padding: 8px 14px 8px 36px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 18px;
  margin-top: 18px;
  padding-bottom: 14px;
  padding-top: 14px;
}
.signinorregister .signinorregisterinstructions:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  color: #000000;
  content: "\f06a";
  left: 13px;
  position: absolute;
  top: 10px;
}
.signinorregister .signinorregisterinstructions:before {
  top: 16px;
}
.signinorregister .signinorregisterinstructions strong {
  font-weight: 400;
}
.signinorregister .signinorregister-signinprompt,
.signinorregister .signinorregister-registerprompt {
  float: left;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
  width: 50%;
}
.signinorregister .signinorregister-signinprompt a,
.signinorregister .signinorregister-registerprompt a {
  font-weight: 400;
}
.signinorregister .signinorregister-signinprompt br.brspacer,
.signinorregister .signinorregister-registerprompt br.brspacer {
  margin-bottom: 9px;
}
.signinorregister .signinorregister-additionalregisteroptions {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 18px;
  padding-top: 18px;
  text-align: center;
}
.signinorregister .signinorregister-additionalregisteroptions a {
  font-weight: 400;
}
.signinorregister .signinorregister-additionalregisteroptions .signinorregister-registeropenid {
  margin-top: 9px;
}
.signinorregister .signinorregister-additionalregisteroptions br.brspacer {
  display: none;
}
.signinorregister .signinorregister-signinprompt {
  box-sizing: border-box;
  border-right: 1px solid #eeeeee;
  padding-left: 175px;
}
.signinorregister .signinorregister-registerprompt {
  box-sizing: border-box;
  padding-right: 175px;
}
.signinorregister .signinorregister-janrain {
  text-align: center;
}
.orderdetail fieldset {
  margin: 0 auto;
  width: 600px;
}
.orderdetail fieldset .txterror {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  color: #B94A48;
  padding: 0;
}
.orderdetail fieldset .txterror:before {
  content: none;
}
.webstorecheckout .settinglabel {
  width: 15em;
}
.webstorecheckout > h2 + .floatpanel {
  box-sizing: border-box;
  float: left;
  width: 75%;
}
.webstorecheckout > h2 + .floatpanel + .floatpanel {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding-left: 40px;
}
.webstorecheckout > h2 + .floatpanel + .floatpanel > div {
  margin-bottom: 18px;
}
.webstorecheckout h3 {
  margin-top: 0;
}
.webstorecheckout h3.moduletitle {
  display: none;
}
.webstorecheckout .storerow,
.webstorecheckout .storelabel {
  font-weight: 700;
}
.ddmonth,
.ddyear {
  width: 108px;
}
.webstorecheckout .smalltextbox {
  width: 23px;
}
.formwizlist .settingrow {
  padding: 0;
  margin: 9px 0;
}
.formwizlist .settingrow.gutter-top {
  margin-top: 30px;
}
.formwizlist .settingrow.gutter-left {
  margin-left: 30px;
}
.formwizlist .settingrow.gutter-right {
  margin-right: 30px;
}
.formwizlist .settingrow.gutter-bottom {
  margin-bottom: 30px;
}
.formwizlist {
  margin-bottom: 20px;
}
.formwizlist > ul {
  border: 1px solid #CCC;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.formwizlist > ul .btn {
  margin-top: 7px;
}
[id*="grdQuestions"] {
  list-style: none outside none;
}
select[id*="QuestionType"] {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 260px;
}
select[id*="QuestionType"]:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
}
.draghandle {
  background-color: #eeeeee;
  border: 1px solid #CCC;
  cursor: move;
  float: left;
  margin: 7px 5px 5px;
  padding: 4px 10px;
  text-align: center;
}
.draghandle:before {
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  content: "\f0c9";
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}
.callbackstyle,
.callbackStyle ul li {
  border: thin inset #6297BC;
  list-style-type: none;
}
.draghandle li {
  list-style-type: none;
}
.reordercue {
  border: 1px dotted #000;
  height: 80px;
  width: 100%;
}
.questioncontainer {
  border-top: 1px dashed #CCC;
  padding: 5px;
}
.formwizlist ul li:first-child .questioncontainer {
  border-top: medium none;
}
.editcontainer {
  float: left;
  margin-top: 7px;
}
.draghandle .buttoncontainer {
  float: left;
  margin: 0;
  padding: 0;
}
.draghandle .buttoncontainer .upbutton {
  float: left;
  margin: 0;
  padding: 0;
}
.draghandle .buttoncontainer .downbutton {
  clear: left;
  float: left;
  margin: 0;
  padding: 0;
}
.formwizard br.clear {
  display: none;
}
.formwizard .formwizardedit br.clear {
  display: block;
}
.formwizard .qradio .settinglabel {
  display: block;
  float: none;
}
.formwizard fieldset > .settingrow:first-child > *:last-child {
  margin-bottom: 0;
}
.formwizard fieldset > .settingrow:first-child {
  margin-top: 0;
}
.formwizard [id$="_pnlQuestions"] .settingrow.gutter-top {
  margin-top: 30px;
}
.formwizard [id$="_pnlQuestions"] .settingrow.gutter-left {
  margin-left: 30px;
}
.formwizard [id$="_pnlQuestions"] .settingrow.gutter-right {
  margin-right: 30px;
}
.formwizard [id$="_pnlQuestions"] .settingrow.gutter-bottom {
  margin-bottom: 30px;
}
.qcb label {
  padding-left: 3px;
}
.formwizard .qcheckboxes input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
}
.formwizard .qcheckboxes label {
  display: inline-block;
  margin-left: 5px;
  padding-top: 5px;
  vertical-align: middle;
}
.formwizard .qcheckboxes[class*="col-"] > label {
  margin-left: 0;
}
.formwizardedit .mojo-tabs {
  margin-bottom: 20px;
}
.formwizardedit nav .pagination {
  margin: 0;
}
.gallerymodule .moduletitle {
  padding-bottom: 0.28em;
  border-bottom: 1px solid #eeeeee;
}
.gallerymodule .gallerylist {
  list-style-type: none;
  margin: 0 -5px;
  padding: 0;
}
.gallerymodule .gallerylist:before,
.gallerymodule .gallerylist:after {
  content: " ";
  display: table;
}
.gallerymodule .gallerylist:after {
  clear: both;
}
.gallerymodule .gallerylist:before,
.gallerymodule .gallerylist:after {
  content: " ";
  display: table;
}
.gallerymodule .gallerylist:after {
  clear: both;
}
.gallerymodule .gallerylist .galleryitem {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  min-height: 1px;
  padding: 0 5px;
  position: relative;
}
.gallerymodule .gallerylist .galleryitem a {
  display: block;
}
.gallerymodule .gallerylist .galleryitem .galleryedit a {
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 1;
}
.divgalleryimage > br,
.divgalleryimagemeta:empty,
.divgalleryimage > div:empty {
  display: none;
}
.galleryinfo {
  display: inline-block;
  margin-top: 10px;
  position: relative;
}
.mojogallery > a img {
  background-color: #FFF;
  border: 1px solid #bbbbbb;
  padding: 3px;
}
.mojogallery .gallerylist {
  width: 100%;
}
.FlickrGallery .fthumbs img {
  background-color: #222222;
  border: 1px solid #333333;
  padding: 5px;
  margin: 9px;
  cursor: pointer;
}
.foldergallery h1 {
  font-size: large;
  margin-bottom: 20px;
}
.albumFloat {
  float: left;
  margin-bottom: 4px;
  margin-right: 8px;
  text-align: center;
}
.albumMetaSectionHead {
  background-color: Gray;
  font-weight: 700;
}
.albumMetaName {
  font-weight: 700;
}
.forumnotify {
  padding: 10px 0 5px;
  vertical-align: middle;
  white-space: nowrap;
}
.forumnotify img {
  float: left;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/";
  padding: 0 7px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #286090;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: default;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination [title*="First"],
.pagination [title*="Back"],
.pagination [title*="Next"],
.pagination [title*="Last"] {
  font-family: FontAwesome;
}
/*
	Colorbox Core Style: 
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 9999;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  height: 100%;
  position: fixed;
  width: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  border: 0;
  display: block;
  float: left;
  -ms-interpolation-mode: bicubic;
  margin: auto;
  max-width: none;
}
.cboxIframe {
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
/* 
	User Style: 
	Change the following styles to modify the appearance of Colorbox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  background: #000;
  margin-top: 20px;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  border: 1px solid #ccc;
  padding: 50px;
}
#cboxLoadedContent {
  background: #fff;
  border: 5px solid #000;
}
#cboxTitle {
  color: #ccc;
  left: 0;
  position: absolute;
  top: -20px;
}
#cboxCurrent {
  color: #ccc;
  position: absolute;
  right: 0px;
  top: -20px;
}
#cboxLoadingGraphic {
  background: url("/Data/Sites/1/skins/stem/img/loading.gif") no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  background: none;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: auto;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on : focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  color: #fff;
  position: absolute;
  right: 90px;
  top: -20px;
}
#cboxPrevious {
  background: url("/Data/Sites/1/skins/stem/img/controls.png") no-repeat top left;
  height: 65px;
  left: 5px;
  margin-top: -32px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 28px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  background: url("/Data/Sites/1/skins/stem/img/controls.png") no-repeat top right;
  height: 65px;
  margin-top: -32px;
  position: absolute;
  right: 5px;
  text-indent: -9999px;
  top: 50%;
  width: 28px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  background: url("/Data/Sites/1/skins/stem/img/controls.png") no-repeat top center;
  display: block;
  height: 19px;
  position: absolute;
  right: 5px;
  text-indent: -9999px;
  top: 5px;
  width: 38px;
}
#cboxClose:hover {
  background-position: bottom center;
}
.head {
  background-image: url("/Data/Sites/1/skins/stem/img/header.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  color: #FFF;
  position: relative;
}
.homepage:not(.pagelayout) .head {
  min-height: 100vh;
}
.homepage:not(.pagelayout) .usernavbar + .sitewrap .head {
  min-height: calc(100vh - 40px);
}
.head::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.head .container {
  padding-bottom: 130px;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.head .ModuleEditLink,
.head .inlineedittoggle {
  color: #FFF !important;
}
.head .ModuleEditLink:hover,
.head .inlineedittoggle:hover,
.head .ModuleEditLink:hover::before,
.head .inlineedittoggle:hover::before {
  color: #f2f2f2 !important;
}
.head .scroll-to {
  bottom: 30px;
  color: #FFF;
  font-size: 0;
  left: 50%;
  position: absolute;
  text-indent: -999em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.head .scroll-to span::before {
  content: "\f13a";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 70px;
  line-height: 63px;
  opacity: .7;
  text-align: center;
  text-indent: 0;
  -webkit-transition: opacity 300ms ease;
          transition: opacity 300ms ease;
  width: 63px;
}
.head .scroll-to:hover span::before {
  opacity: .9;
}
.head .scroll-to:focus,
.head .scroll-to:active {
  outline: 0 none;
}
@media (min-width: 992px) {
  .flexbox-inline {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  html.flexbox .flexbox-inline::before,
  html.flexbox .flexbox-inline::after {
    content: none;
  }
}
.top-pane h2 {
  font-size: 70px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 992px) {
  .top-pane h2 {
    font-size: 98px;
    text-align: left;
  }
}
.site-logo {
  display: block;
  height: 300px;
  margin: 0 auto;
  width: 300px;
}
@media (min-width: 992px) {
  .site-logo {
    margin: 0;
  }
}
.site-logo svg {
  height: 100%;
  width: 100%;
}
.foot {
  background-color: #F2F2F2;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .foot .col-md-6 {
    text-align: center;
  }
}
[data-title] {
  display: inline-block;
  position: relative;
}
[data-title]::before,
[data-title]::after {
  bottom: 110%;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
[data-title]:hover::before,
[data-title]:hover::after {
  opacity: 1;
  -webkit-transition: 0.2s 0.3s;
          transition: 0.2s 0.3s;
  visibility: visible;
}
[data-title]::after {
  background: #2161AD;
  border-radius: 4px;
  color: white;
  content: attr(data-title);
  left: 50%;
  padding: 0.45rem 0.8rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  white-space: nowrap;
  z-index: 2;
}
[data-title]::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2161AD;
  content: "";
  height: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
.homepage:not(.pagelayout) .main-content {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
h2 {
  font-size: 52px;
  font-weight: 600;
}
.pagelayout h2 {
  font-size: 24px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 72px;
  }
}
.banner-content-header h2 {
  line-height: normal;
  margin: 50px 0 70px;
  text-align: center;
}
.banner-content-item {
  left: auto;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  right: 0;
}
.banner-content-item-content {
  color: #FFF;
  text-align: center;
  padding: 60px 0;
}
.banner-content-item-content .flexi-item-edit {
  color: #FFF;
}
.banner-content-item-content .banner-title {
  font-size: 60px;
  font-weight: 500;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.banner-content-item-content .banner-content {
  font-size: 24px;
}
.banner-content-item-content .banner-cost {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 40px;
}
.banner-content-item-content .banner-link a {
  color: #FFF;
  display: inline-block;
  border: 2px solid #FFF;
  border-radius: 4px;
  font-size: 32px;
  font-weight: 500;
  padding: 14px 80px 16px;
  -webkit-transition: background-color 300ms ease;
          transition: background-color 300ms ease;
}
.banner-content-item-content .banner-link a:hover {
  text-decoration: none;
}
.banner-content-image {
  background-size: cover;
  background-position: 50% 0;
  min-height: 200px;
}
@media (min-width: 992px) {
  .banner-content-item.col-md-push-1 .banner-content-image {
    bottom: 0;
    position: absolute;
    right: 0;
    top: -30px;
    width: 40%;
  }
  .banner-content-item.col-md-push-6 .banner-content-image {
    bottom: 0;
    left: 0;
    position: absolute;
    top: -30px;
    width: 44%;
  }
}
.banner-blue {
  background-color: #2161ad;
}
.banner-blue .banner-link a {
  background-color: #2161ad;
}
.banner-blue .banner-link a:hover {
  background-color: #256dc2;
}
.banner-orange {
  background-color: #ef983c;
}
.banner-orange .banner-link a {
  background-color: #ef983c;
}
.banner-orange .banner-link a:hover {
  background-color: #f1a454;
}
.banner-green {
  background-color: #21ad65;
}
.banner-green .banner-link a {
  background-color: #21ad65;
}
.banner-green .banner-link a:hover {
  background-color: #25c272;
}
.activity-icons {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .activity-icons {
    padding-bottom: 160px;
  }
}
.activity-icons h3 {
  margin: 0 0 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .activity-icons h3 {
    font-size: 24px;
    margin: 30px 0 0;
    text-align: right;
  }
}
.activity-title {
  font-size: 24px;
  font-weight: 500;
}
.activity-icon {
  background-color: #EDEDED;
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
.activity-icon.circle {
  border-radius: 50%;
}
.activity-icon svg {
  position: absolute;
  top: 20%;
  left: 20%;
  vertical-align: middle;
  display: inline-block;
  width: 60%;
  height: 60%;
}
.lead {
  font-size: 20px;
  font-weight: 500;
}
.present-right {
  display: inline;
  padding-right: 30px;
  vertical-align: middle;
}
.present-left {
  display: inline;
  padding-left: 30px;
  vertical-align: middle;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.close {
  color: #000;
  filter: alpha(opacity=20);
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  opacity: .2;
  text-shadow: 0 1px 0 #fff;
}
.close:focus,
.close:hover {
  color: #000;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
  text-decoration: none;
}
button.close {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  margin: 10px;
  position: relative;
  width: auto;
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  position: relative;
}
.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.43px;
  padding: 15px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  padding: 15px;
  position: relative;
}
.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
    width: 600px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.icon-picker-list,
.icon-picker-list * {
  box-sizing: border-box;
}
.icon-picker-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style: none;
  padding-left: 0;
}
.icon-picker-list li {
  aling-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  float: left;
  width: 20%;
}
.icon-picker-list a {
  background-color: #f9f9f9;
  border: 1px solid #fff;
  color: black;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 12px;
  line-height: 1.4;
  min-height: 100px;
  padding: 10px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.icon-picker-list a:hover,
.icon-picker-list a.active {
  background-color: #337ab7;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.icon-picker-list svg {
  height: 24px;
  margin-bottom: 10px;
  margin-top: 5px;
  width: 24px;
}
.icon-picker-list .name-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}
.icon-picker-row span[data-val-controltovalidate] {
  float: right;
}
.demo-icon {
  display: inline-block;
  vertical-align: middle;
}
.demo-icon svg {
  display: inline-block;
  height: 34px;
  vertical-align: middle;
  width: 34px;
}
@media (max-width: 991px) {
  .container {
    overflow: hidden;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1244px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1244px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1244px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1244px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1245px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1245px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1245px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1245px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1244px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1245px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.wysiwygeditor .visible-xs {
  background-color: #f2f2f2;
  border: 1px dashed #ccc;
  display: block !important;
  padding: 15px 10px;
  position: relative;
}
.wysiwygeditor .visible-xs::before {
  background-color: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #ccc;
  content: "Visible in Mobile Only";
  font-size: 12px;
  left: 10px;
  padding: 4px;
  position: absolute;
  top: -12px;
}
