/* custom.css */
/* 2016-0624 to 2025-0227 */
/* Neysh Systems */

/* 2016-0624 */
/* Revise Top Spacing around Logo */
.rstpl-top-position, .rstpl-top-fluid-position {
	padding-top: 1rem;
	padding-bottom: 1rem;
	}

/* 2016-0629 */
/* Revise Logo Text to use full width */
/* Orig width: 48.7179 */
.rstpl-top-position .row-fluid .span6, .rstpl-top-fluid-position .row-fluid .span6 {
	width: 100%;
	}

/* 2016-0629 */
/* Revise Logo Text to larger size and adjust weight */
/* 2016-0715 */
/* Add color attribute as 'template-like' lighter version of brown for Header Text*/
/* Add Left value of 25 to margin attribute - affects both LOGO and Header Text*/
/* 2025-0227 */
/* Revise Color to cd8624, then to 85643D
And left margin to 0px, then back to 10px
Reduce Font size Adj from 2.3 to 1.8
*/

.rstpl-top-box .rstpl-module .custom h2 {
	color: #85643D;
	font-size: 1.8rem;
	font-weight: 500;
	margin: 10px 0px 0px 25px;
	}

/* 2016-0630 */
/* Rotator Title - Black Background at 50% Transparency */
.rstpl-slideshow-position .carousel-caption .rstpl-description, .rstpl-slideshow-full-width-position .carousel-caption .rstpl-description {
	background-color: rgba(0,0,0,0.5);
	}

/* 2016-0705 */
/* With change above for full width top-a position; top-b wraps - set display of position off */
.rstpl-top-b{
display: none !important; 
}

/* 2016-0705 */
/* Bump overall Text Size */
body {
	font-size: 1.1em;
	font-weight: 100;
	line-height: 1.1em;
	}
	
/* 2016-0706 */
/* Change Template Color Scheme to white (was black) for breadcrumbs in footer */
.breadcrumbs > li {
	color: #FFF
	}

/* 2016-0706 */
/* Change Template Color Scheme to white (was black) for breadcrumbs divider */
.breadcrumbs .showHere, .breadcrumbs > li > .divider {
	color: #FFF
	}

/* 2025-0227 */
/* Main Banner Background as Light Grey to better match Template
altho BG is not single colour */
.rstpl-top-position .container {
	background: #F7F7F7;
}
/* 2017-0326 */
/* Change Appearance of badge style label (larger)*/
.label, .badge {
	font-size: 1.1em;
	line-height: 1.3em;
}
/* 2019-0327 */
/* Responsive fixes for RS Template elements - to be implemented at next release */
code {
white-space: pre-wrap;
}
code.alert {
line-height: calc(1.2em + 18px);
}
/* 2020-0721 */
/* Change Appearance of text descriptions for Images in RSMediaGallery(larger)*/
div#rsmg_image_container {
	font-size: 24px;
}
/* 2020-0721 */
/* Improve Visibility of Navigation Next/Prev(larger)*/
.rsmg_float_right {
	float: right;
	font-size-adjust: 0.8;
	font-variant-caps: small-caps;
}
.rsmg_float_left {
	float: left;
	font-size-adjust: 0.8;
	font-variant-caps: small-caps;
}
