.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
.sentryControls { float: right; padding: 5px; width: 130px; }
.sentryLogin *, .sentryControls *, .sentryControls *:before, .sentryControls *:after { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; opacity: 1; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; box-sizing: content-box; line-height: normal; }
.sentryControls .height70 { height: 70px !important; }
.sentryControls .height95 { height: 95px !important; }
.sentryControls .sentryMainSetting { float: left; }
.sentryControls input, .sentryControls select { height: auto; margin: 0; width: auto; padding: 2px; }
.sentryControls .sentryDate { width: 160px; margin-top: 5px; font-size: 13px; display: block; opacity: 1; }
.sentryControls .sentryDate1 { margin-top: 8px; }
.sentryControls .details { display: block; opacity: 1; position: absolute; z-index: 103; background: white; width: 170px; height: 30px; padding: 10px; right: 5px; top: 43px; box-shadow: 0 0 3px #999; border-radius: 3px; overflow: visible; }
.sentryControls .details .indicator { position: absolute; top: -10px; right: 0; width: 30px; height: 10px; background: transparent url(../../rw_common/plugins/stacks/SentryCMSDetailsIndicator.png) no-repeat; }
.sentryControls .fade { display: none; opacity: 0; }
.sentryControls .sentrySwitchDescription { display: inline-block; position: relative; top: -11px; }
.sentryControls .sentrySettingsInfo { position: absolute; top: 13px; right: 10px; cursor: pointer; height: 20px; width: 20px; background: transparent url(../../rw_common/plugins/stacks/SentryCMS-Cog.svg) no-repeat; background-size: contain; }
.sentryContainer { position: relative; }
.sentryProgress { position: absolute; z-index: 115; left: 0; top: 0; width: 100px; height: 3px; display: none; background: transparent url(../../rw_common/plugins/stacks/SentryCMSLoadingAnimation.gif) center center no-repeat; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.sentryControls .sentrySwitchDescription .sentryShow { position: relative; top: 1px; }
.sentryControls .sentrySwitchDescription .sentryHide { position: relative; top: -2px; }
.sentryControls .sentrySwitchDescription .sentryShow:before { content: ""; position: absolute; top: 50%; left:6px; width:16px; height:16px; margin-top:-9px; background:#ccc; -webkit-border-top-left-radius:12px; -webkit-border-bottom-right-radius:12px; -moz-border-radius:12px 0 12px 0; border-radius:12px 0 12px 0; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); }
.sentryControls .sentrySwitchDescription .sentryShow:after { content: ""; position: absolute; top: 55%; left:10px; width:4px; height:4px; border:2px solid #fff; margin-top:-5px; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; } 
.sentryControls .sentrySwitchDescription .sentryHide::before{ content: ""; position: absolute; top: 50%; left: -20px; width:14px; height:14px; border:2px solid #ccc; margin-top:-8px; /* css3 */ -webkit-border-radius:16px; -moz-border-radius:16px; border-radius:16px; }
.sentryControls .sentrySwitchDescription .sentryHide::after{ content: ""; position: absolute; top: 53%; left: -19px; width:16px; border-top:2px solid #ccc; /* css3 */ -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); }
/* Main display switch sentry styling */
.cmn-sentry { position: absolute; margin-left: -9999px; visibility: hidden; }
.cmn-sentry + label { display: block; position: relative; cursor: pointer; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
input.cmn-sentry-round + label { margin: 0; padding: 2px; width: 46px; height: 20px; background-color: #dddddd; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; display: inline-block; }
input.cmn-sentry-round + label:before, input.cmn-sentry-round + label:after { display: block; position: absolute; top: 1px; left: 1px; bottom: 1px; content: ""; }
input.cmn-sentry-round + label:before { right: 1px; background-color: #f1f1f1; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; -webkit-transition: background 0.4s; -moz-transition: background 0.4s; -o-transition: background 0.4s; transition: background 0.4s; }
input.cmn-sentry-round + label:after { width: 23px; background-color: #fff; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -webkit-transition: margin 0.4s; -moz-transition: margin 0.4s; -o-transition: margin 0.4s; transition: margin 0.4s; }
input.cmn-sentry-round:checked + label:before { background-color: #8ce196; }
input.cmn-sentry-round:checked + label:after { margin-left: 25px; }
.sentryEditMode .stacks_top {
	overflow: visible;
}

.stacks_top.cssTransitions,
.cssTransitions {
	transition: all 0.3s;
}

.sentryWrapper {
	margin: 5px 0;
	overflow: visible;
	transition: all 0.3s;
}

.sentryEditMode .sentryOverlay {
	display: none !important;
}

body.sentryEditMode {
	padding-top: 50px !important;
	overflow-x: hidden;
}

.sentryWrapper.sentryEditMode {
	position: relative;
	z-index: 102;
	background: white;
	color: #333;
	opacity: 1;
	margin: 0;
	overflow: visible;
	min-height: 375px; /* Create enough space for drop-down toolbars */
	padding: 0;
}

.formatting-trumbowyg-dropdown button,
.linkImproved-trumbowyg-dropdown button,
.button-trumbowyg-dropdown button {
	margin: 0px !important; /* Fixes problems in the Foundation theme, with wide vertical spacing between drop down links */
}

.sentryWrapper.sentryEditMode p {
	margin: 0;
	padding: 0;
}

.sentryWrapper.sentryEditMode .bgfade {
	background: #e1e1e1;
}

.sentryOverlay {
	position: fixed;
	background: black;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: 999;
	transition: all 0.3s;
}

.stacks_top .sentryOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
}

.sentryOverlay.opacity30 { 
	opacity: .30;
}

.sentryLogin {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
}

.sentryLogin form {
	width: 250px;
	height: auto;
	margin: 10% auto;
	padding: 10px;
	background: white;
	border-radius: 3px;
	box-shadow: 0 0 3px black;
}

.sentryLogin form input { 
	display: block;
	margin: 0 auto;
	padding: 10px;
	color: #666;
	border: solid 1px #e7e7e7;
	border-radius: 4px;
	width: 80%;
	margin-bottom: 10px;
}

.sentryLogin form input:focus {
	border: 1px solid #333;
	outline: none;
}

.sentryLogin form input[type="text"],
.sentryLogin form input[type="password"] {
	font-size: 16px;
}

.sentryLogin form p { 
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}

.sentryLogin form label {
	font-weight: bold;
}

.sentryLogin .submitSentryLogin { 
	padding: 7px 14px;
	font-size: 16px;
	outline: 0;
	border: solid 1px #ccc;
	cursor: pointer;
	background: #e7e7e7;
	color: black;
	border-radius: 4px;
}

.sentryLogin .sentryEmailLabel:before {
	content: "Email";
}

.sentryLogin .sentryPasswordLabel:before {
	content: "Password";
}

.sentryLogin .submitSentryLogin:before {
	content: "Login";
}

.sentryLogin .sentryLoginCancel:before {
	content: "Cancel";
}

.sentryLogin .sentryLoginCancel {
	display: inline-block;
	margin-top: 8px;
	font-size: 13px;
	padding-bottom: 10px;
}

.sentryPreview.quickPreview:before {
	content: "Quick Preview";
}

.sentryPreview.endPreview:before {
	content: "End Preview";
}

.sentryLogout:before {
	content: "Logout";
}

.sentrySaveButton:before {
	content: "Save Changes";
}

.sentryAdminControls {
	position: fixed;
	top: 0;
	left: 0;
	height: 50px;
	z-index: 99999;
	width: 100%;
	background: #333;
}

.sentryAdminControls * {
	transition: all 0.3s;
}

.sentryAdminControls p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

a.sentrySaveButton,
.sentryAdminControls a {
	color: rgba(255, 255, 255, 1.00);
	display: inline-block;
	padding: 3px 12px;
	margin: 0 15px;
	background: rgba(112, 182, 120, 1.00);
	font-size: 14px;
	text-decoration: none !important;
	border-radius: 3px;
	outline: none;
	transition: all 300ms ease-in-out;
}

a.sentrySaveButton:visited,
.sentryAdminControls a:visited {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(112, 182, 120, 1.00);
}

a.sentrySaveButton:hover,
.sentryAdminControls a:hover {
	background: rgba(97, 158, 104, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

a.sentrySaveButton:active,
.sentryAdminControls a:active {
	background: rgba(97, 158, 104, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.noTopPadding {
	padding-top: 0 !important;
}

.noBorder { 
	border: none !important;
}

.sentryHide {
	opacity: 0;
	height: 0 !important;
	min-height: 0 !important;
}

/*  */


 #stacks_in_12 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_12 hr.gradient{height:3px;background:#333;background-image:-webkit-linear-gradient(left,#D4FFFF,#356691,#D4FFFF);background-image:-moz-linear-gradient(left,#D4FFFF,#356691,#D4FFFF);background-image:-ms-linear-gradient(left,#D4FFFF,#356691,#D4FFFF);background-image:-o-linear-gradient(left,#D4FFFF,#356691,#D4FFFF);background-image:linear-gradient(left,#D4FFFF,#356691,#D4FFFF)}#stacks_in_12 hr.faded{height:3px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_12 hr.dashed_fade{border-bottom:3px dashed #80B1DC;background:#356691}#stacks_in_12 hr.dotted_fade{border-bottom:3px dotted #80B1DC;background:#356691}#stacks_in_12 hr.dashed{border-bottom:3px dashed #356691}#stacks_in_12 hr.dotted{border-bottom:3px dotted #80B1DC}#stacks_in_12 hr.shadow{height:3px;box-shadow:inset 0 3px 3px -3px rgba(0,0,0,0.5)}#stacks_in_12 hr.cloudy{margin:3px 0;box-shadow:0 0 3px 1px #356691}#stacks_in_12 hr.cloudy:after{content:"\00a0"}#stacks_in_12 hr.inset{border-top:3px solid rgba(0,0,0,0.1);border-bottom:3px solid rgba(255,255,255,0.3)}#stacks_in_12 hr.inset_two{border-top:3px solid #D4FFFF;border-bottom:3px solid #356691}#stacks_in_12 hr.inset_three{border-top:3px solid #356691;border-bottom:3px solid #D4FFFF}#stacks_in_12 hr.inset_four{border-top:3px solid #356691;border-bottom:3px solid #CCCCCC}#stacks_in_12 hr.flared{height:30px;border-style:solid;border-color:#356691;border-width:3px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_12 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#356691;border-width:0 0 3px 0;border-radius:20px}#stacks_in_12 hr.glyph{padding:0;border:0;border-top:3px double #356691;color:#356691;text-align:center;margin:1em 0}#stacks_in_12 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_12 {
	margin: 20px 40px 40px 40px;
}
#sentryWrapper_stacks_in_16 .trumbowyg-button-pane {
	position: relative;
	top: auto;
	left: auto;
	height: auto;
	overflow: auto;
}

#sentryWrapper_stacks_in_16 .trumbowyg-box {
	padding-top: 0;
}

#sentryWrapper_stacks_in_16 .trumbowyg-box,
#sentryWrapper_stacks_in_16 .trumbowyg-editor { 
	min-height: 30px;
}

.stacks_top .sentryOverlay+div .stacks_out,
.stacks_top .sentryOverlay+div .stacks_in {
	overflow: visible;
}

/*  */
#stacks_in_5 {
	display: block;
	color: rgba(0, 0, 0, 1.00);
	cursor: pointer;
	transition: color 300ms ease-in-out;
	font-size: 24px;
	line-height: 2.00em;
	
	
	
	
}

#stacks_in_5:hover {
	color: rgba(51, 51, 51, 1.00);
}
/*  */