/*--------------------------------------------------------------------------------------------------
 All color settings applied via a theme stylesheet unless the class is unique to this site only
--------------------------------------------------------------------------------------------------*/
BODY {
	/*font-family:"Avenir Next W01",sans-serif;*/
	/*font-family:"Open Sans", Arial, sans-serif;*/
}

.body-wrap {
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
	margin: 40px;
	position: relative
}


@media (max-width: 767px) {
	.body-wrap {
		margin: 30px
	}
}

@media (max-width: 575px) {
	.body-wrap {
		margin: 10px
	}
}

.site-header {
	background-color: #fbfbfb; /*match profile navbar*/
    background-color:#774b7A;
	background-color:#684970;
	background-color:#F0F0F0;

    padding-top:25px;

	background-image:url(/images/layout/site_header_bg.png);
	background-size:cover;
}

#site-navbar .nav-link {
	font-size: 80%;
	font-weight: 500;
	color: #000000;
}

DIV.divider {
	background-color:#CCCCCC;
}

/* other logo-tagline settings in ckobjects css-------------------------------------------------*/
.logo-tagline {
	color:#666666;
	text-align:center;
	line-height:1.1;
}
/*----------------------------------------------------------
	Eventually move to a global stylesheet for all sites that want to use same menu format
*/
.navbar-brand { 
	padding:15px 10px 0 15px;
	width:50px;
	display:none;
}

@media (max-width:500px) {
	.site-navbar.navbar-light {
		background-position:top center;
		
	}
	.navbar-brand { 
		padding:0px 10px 0 15px;
		display:block;
	}
}


.site-navbar.navbar-fixed-top { /*z-index set so always above sidr menu*/
	width:100%;	
	z-index:9000;
}

/*----------------------------------------------------------*/

.bordered-icon {
	color: #5E3F69;
	border-color: #DDDDDD;
}

/*----------------------------------------------------------*/						
.bg-indent {
  background-color: #dedede;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.10),
			  inset 0 -1px 3px 0 rgba(0, 0, 0, 0.10);
  padding:45px 0;
}
.bg-indent H1, .bg-indent H2 { color:#404040;}


	
.grass-bg-stretch { 
	height:72px;
	margin-top:50px;
}
	.grass-bg-stretch .grass-bg {
		background: url(/images/layout/grass_bg.png) transparent no-repeat;
		background-color:#FF0000;
		height: 72px;
	}
.grass-bg-green-stretch { 
	height:72px;
	margin-top:50px;
}
	.grass-bg-green-stretch .grass-bg {
		background: url(/images/layout/grass_bg_green.png) transparent no-repeat;
		height: 72px;
	}

.grass-bg-f0f0f0-stretch { 
	height:72px;
	margin-top:50px;
}
	.grass-bg-f0f0f0-stretch .grass-bg {
		background: url(/images/layout/grass_bg_f0f0f0.png) transparent no-repeat;
		height: 72px;
	}



.curve-bg-stretch {
	background:url(/images/layout/curve_bg_stretch.png) transparent bottom repeat-x;
	min-height:180px;
	position:relative;
	margin-bottom:25px;
}
.curve-bg {
	background:url(/images/layout/curve_bg.png) transparent bottom no-repeat;
	height:150px;
	width:263px;
		
	bottom:0;
	right:0;
	position:absolute;
}
.curve-bg-stretch .container {  /*still need to set explicit height on parent */ 
	height:100%;position:relative; 
	padding-top:50px;
	padding-bottom:180px;
	
	/*background:url(/images/layout/curve_bg.png) transparent bottom no-repeat;
	background-position:bottom right;*/
} 
	
.curve-bg-stretch.aqua,.curve-bg-stretch.aqua .curve-bg { background-color:#6dd8e7;	}
.curve-bg-stretch.orchid,.curve-bg-stretch.orchid .curve-bg {	background-color:#5E3F69;	}
.curve-bg-stretch.muted,.curve-bg-stretch.muted .curve-bg { background-color:#f0f0f0;	}
.curve-bg-stretch.white,.curve-bg-stretch.white .curve-bg { background-color:#ffffff;	}

.curve-bg-stretch.aqua  { 
	color:#284F54;
}	

.curve-bg-stretch.aqua H1,
.curve-bg-stretch.aqua H2,
.curve-bg-stretch.aqua P.lead { color:#FFFFFF;}	
	
/*----------------------------------------------------------*/						
.subheader-bg {
	background: none repeat scroll 0 0 #ECE5D2;
	height: 258px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

ul.leaf { padding-left:20px; list-style:none; }
ul.leaf li { margin-bottom:10px;}
ul.leaf > li:before {    
    font-family: 'Font Awesome 5 Pro';
    content: "\f06c";
    margin:0 5px 0 -20px;
    color: #ACCC34;
    
    font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


ul.negative { padding-left:20px; list-style:none; }
ul.negative li { margin-bottom:10px;}
ul.negative > li:before {    
    font-family: 'Font Awesome 5 Pro';
    content: "\f05e";
    margin:0 5px 0 -20px;
    color: #CC0000;
    
    font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.content-section-padding {
	padding-top:60px;
	padding-bottom:60px;
}

.gu-orchid { 
	color:#5E3F69;
}
.gu-orchid-bg {
	background-color:#5E3F69;
	color:#FFFFFF;
}
	.gu-orchid-bg a:hover {
		color: #FFFFFF; /*since hover color is same as bg*/
	}
	.gu-orchid-bg p.lead {
		color: rgba(255,255,255,0.75);
	}
	.gu-orchid-bg h1 {
		color: #FFFFFF;
	}

.gu-green {
	color:#F39A05 !important;
}
.gu-green-bg,
.badge.badge-profile-navbar {
	background-color:#F39A05;
	color:#FFFFFF;
}

.gu-green-bg a {
	color: #586914;
}
	.gu-green-bg a:hover {
		color: #FFFFFF;
	}
/*--------------------------------------------------------------------------*/
.sawtooth-top {	background:url(/images/layout/sawtooth_bg_top.png) transparent repeat-x; height:19px; }
.sawtooth-bottom {	background:url(/images/layout/sawtooth_bg_bottom.png) transparent repeat-x; height:19px;}
.sawtooth-bg { background:url(/images/layout/sawtooth_bg.png); }
/*--------------------------------------------------------------------------*/

/*----------------------------------------------------*/		
.site-footer  {
	background-color:#272727;
	color:#999999;
}
	.site-footer a {
		color: #F39A05;
	}
		.site-footer a:hover, .site-footer a:focus {
			color: #F39A05;
		}
	.site-footer A.logo img {
		height:50px;
	}
	.site-footer .top {
		background-color:#373737;
	}
		.site-footer .top P {
			color: #FFFFFF;
			padding-top: 25px;
		}
/*-----------------------------------------------------*/
/*
.site-footer {
	
}
.site-footer .top {
	background-color:#6DD8E7;
	margin-bottom:1px;
	margin-top:50px;

}
.site-footer .top P {
	color:#FFFFFF;
	padding-top:25px;
}

.site-footer .middle {
	background-color:#FFFFFF;
	color:#999999;
	padding:50px 0;
	box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.site-footer .bottom {
	padding:10px 0;
	background-color:#333126;
	background-color:#2D2D2D;
	background-color:#F0F0F0;
	color:#AAAAAA;
	font-size:12px;
}
.site-footer A:hover,
.site-footer A:focus { color:#5E3F69}
*/
UL.footer-contact { 
	list-style:none;
	margin:0;padding:0
}
.footer-contact li {
	margin-bottom: 10px;
}
.footer-contact li i {
	margin:0 10px 5px 0;
	width:30px;
	height:30px;
	background-color:#404040;
	font-size:16px;
	line-height:30px;
	text-align:center;
	display:inline-block;
}
.footer-contact A {
	color:#CCCCCC;
}
/*--------------------------------------------------------------*/
.social-info {
	padding:16px 0 0 0;
	display:table;
	margin-left:10px;
	margin-right:0;

}
@media (max-width:767px) {
	.social-info {
		margin-left:auto;margin-right:auto;
	}
}

.social-info li {
	float:left;
	list-style:none;
	color:#fff;
	margin-left:28px;
	line-height:32px;
}

.social-info li a {
	color:#FFFFFF;
}
.social-info li a:hover {
	color:#F39A05;
}



/*--------------------------------------------------------------*/


/*--------------------------------------------------------------
Right Column
--------------------------------------------------------------*/
.rightColumn {
	background:none;
	border-left:1px solid #DDDDDD;
	padding:0 0 10px 25px;
	color:#777777;
	font-size:12px;
	position:relative; /*important for featured arrow*/
}
DIV.rightColumn DIV.heading {
	background:none;
	border:0;
	font-weight:normal;
	font-size:18px;
	border-bottom:1px solid #DDDDDD;
	
	padding:20px 0 4px 0;
	
	margin-bottom:10px;
	text-transform:uppercase;
	color:#CCCCCC;
}
DIV.rightColumn DIV.heading.top {
	padding-top:0;
}


DIV.rightColumn.highlight {
	background-color:#E1F9B7;
	margin-bottom:20px; /*so there is a break in the left border since this background color extends all the way to the left border*/
}
DIV.rightColumn.highlight TH {
	background:#E1F9B7;
	border:0px;
	border-bottom:1px solid #BEE57B;
}
DIV.rightColumn.highlight DIV.heading {
	background:#CEF58B;
	color:#454545;
	margin-left:-25px;/*to fill in heading color all the way to left border*/
	padding:5px 10px 4px 25px;/*since colored bg, text needs separation from top*/
	
}

DIV.rightColumn DIV.heading.withArrow { padding-left:30px; }
DIV.rightColumn.highlight DIV.heading.withArrow { padding-left:50px; }
DIV.rightColumn DIV.heading DIV.featured-arrow {
	background:url(/images/featured_arrow.png) no-repeat;
	width:54px;
	height:54px;
	position:absolute;
	left:-9px;
	top:2px;
}

DIV.rightColumn LI {
	margin-bottom:5px;
}


/*--------------------------------------------------------------*/

/*-----------------------------------*/
.word-rotate {
	background-color: #F39A05;
	color: #FFFFFF;
	padding: 0 10px;
	padding-bottom: 5px;
	border-radius: 2px;
}


/*------------------------------------------------*/
/* Word Rotate */
.word-rotate {
	visibility: hidden;
	width: 100px;
	height: 0px;
	margin-bottom: -15px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	position: relative;
}

	.word-rotate.active {
		visibility: visible;
		width: auto;
	}

	.word-rotate .word-rotate-items {
		position: relative;
		top: 0;
		width: 100%;
		line-height:1.5em;
	}

		.word-rotate .word-rotate-items span {
			display: block;
			white-space: nowrap;
		}

/* Word Rotate - Titles */
h1.word-rotate-title {	
	font-size:30px;
	margin-bottom: -12px;
    line-height:3rem;
}

/*----------------------------------------*/
.block-title {
	background-color: #5E3F69;
	color:#ffffff;
	font-size:55px;
}
	.block-title:before {
		border-top-color: #5E3F69;
	}

.block-title.gu-green-bg {
	background-color:#F39A05;
}
	.block-title.gu-green-bg:before {
		border-top-color: #F39A05;
	}

/*----------------------------------------*/
.pattern-dark {
	color: rgba(255,255,255,0.9);
}
.pattern-dark h1 {
	color:#FFFFFF;
}
	.pattern-dark h2, .pattern-dark .lead, .pattern-dark small {
		color: rgba(255,255,255,0.75);
	}
	.pattern-dark .divider {
		background-color: rgba(0,0,0,0.1);
	}
	

/*---------------------------------------------------------*/

.parallax {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}
/*---------------------------------------------------------*/

.bg-visionary {
	background-image: url('/images/backgrounds/visionary.jpg');
}


.overlay-x-white {
	background: url(/images/backgrounds/overlay_x_white.png) repeat;
}

.overlay-diag-white {
	background: url(/images/backgrounds/overlay_diag_white.png) repeat;
}
.overlay-diag-gray {
	background: url(/images/backgrounds/overlay_diag_gray.png) repeat;
}



.profile-navbar {
	background:none;
	box-shadow:none !important;
}