@import url(global_v1-2.css);
@import url(hillendale15_css/modules.css);
@import url(hillendale15_css/plugins.css);
@import url(hillendale15_css/Menu.hillendale15.min.css);
@import url(hillendale15_css/PanelBar.hillendale15.min.css);
@import url(hillendale15_css/Accordion.accordionTemplate.css); 
@import url(adminLogin.css);
@import url(admin.css);
@import url(_fonts/Gentium/stylesheet.css); 
@import url(_fonts/PaidFonts/Proxima-Nova/stylesheet.css); 
@import url(_fonts/Social-icons/stylesheet.css);


/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

body {

background:  #FFF;
color: #45423c;
font-family: Proxima-Nova,Arial,sans-serif;
}


h1 {
color: #fff;
font: 400 24px/1.5em Gentium, Garamond, Baskerville, "Times New Roman", serif;
text-transform:uppercase;
padding: 20px 0;
line-height: 30px;
letter-spacing: 3px;
}

h2 {
color: #45423c;
font: 400 21px/1.3em Gentium, Garamond, Baskerville, "Times New Roman", serif;
margin-bottom: 10px;
}

h3 {
color: #005953;
font: 400 18px/1.1em Gentium, Garamond, Baskerville, "Times New Roman", serif;
margin-bottom: 5px;
}

h4 {
color: #45423c;
font: 400 16px/1.3em Gentium, Garamond, Baskerville, "Times New Roman", serif;
margin-bottom: 5px;
}

h5 {
color: #45423c;
font:700 14px Gentium, Garamond, Baskerville, "Times New Roman", serif;
text-transform: uppercase;
margin-bottom: 5px;
}

h6 {
color: #005953;
font: 700 12px Gentium, Garamond, Baskerville, "Times New Roman", serif;
text-transform:uppercase;
margin-bottom: 5px;
}


p, .content-area, .mpContent, .sidebar, .content-area table, .sidebar table, .content-area .mpContent ul, .sidebar .mpContent ul, .content-area .mpContent ol, .sidebar .mpContent ol  {
color: #45423c;
font:14px Proxima-Nova,Arial,sans-serif;
line-height: 26px;
}

ul, ol, dl, p {
	margin-bottom: 10px; }

a,a.small,a.anchor,a.visited {
color: #005953;
font: inherit;
text-decoration: none;
cursor:pointer;
-webkit-transition: color .3s ease;
-moz-transition: color .3s ease;
-ms-transition: color .3s ease;
-o-transition: color .3s ease;
transition: color .3s ease;
}

a:hover {

color: #005953;
font: inherit;
text-decoration: underline;

}

a img {
border:none;
}

.clear-fix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
* html .clear-fix {
height: 1%;
}
.clear-fix {
min-height: 1px;
}

ul {
margin:30px 0;
}

li {
line-height:26px;
}

.page {
text-align: center;
background:url(../../../Images/2015Redesign/BG_repeat.jpg) repeat;
}

/*---applied to login page WYSWIG as ".page" {
background: #fff url(Images/2015Redesign/BG_login.jpg) no-repeat center top fixed;
background-size:cover;
}--*/

/*horizontal list*/
.hlist {
margin:0; padding:0;
list-style-type:none;
}
.hlist li {
float:left;
margin:0;
}


/****** END GLOBAL ------------------
/////////////////////////////////////
II. BUTTONS
/////////////////////////////////////


/*= ADMIN BUTTON AND BAR ------ */
.abut {
/*border-style*/
border:1px solid #005953; /*removes border style from global*/
/*font/Standard Styles*/
color: #005953;
font: 700 14px Proxima-Nova,Arial,sans-serif; 
text-decoration:none;
padding:10px 20px;
cursor:pointer;
background-color:#fff; /* Old browsers */
text-transform:uppercase;
}


.abut:hover {
background-color:#005953; /* Old browsers */
font: 700 14px Proxima-Nova,Arial,sans-serif;  
color: #fff;
text-decoration:none;
}

a.abut {
display:inline-block;
}

/*ANIMATE ALL*/
.abut, .logo {
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: sunsetCC13
////////////////////////////////////////////////////////*/

.hideText {
display: none;
}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/
.site-wrap {
margin:0 auto;
width: 100%;
}

.loginWrapper .loginLogo {
	height: 177px;
	margin-bottom: 30px;	
}
.module-wrap.container {
background:#fff;
}

.module-wrap .inner {
	width: 960px;
	margin: 30 auto;
	padding-top: 15px;
	text-align: left;
}

.container {
width:1000px;
margin:0 auto;
}

.brand.container, .media-window.container {
	width: 100%;
}

.secondary {
margin-top:35px;
margin-left: 20px;
}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */
.brand {
height:60px;
margin-top: 30px;
z-index: 100;
}

.brand.private {
	margin-top: 45px;
}

.headerWrapper {
	height: 60px;
	background: #fff;
	z-index: 125;
}

.logo-box {
	position: relative;
	float: left;}

.logo {
background:url(../../../Images/2015Redesign/logo.png) no-repeat;
width:193px;
height:71px;
display:block;
text-indent:-9999px;
position: absolute;
top:-5px;
left: 0px;
z-index: 150;
}

.logo:hover {
opacity:1;
}

.headerWrapper .container {
	position: relative;
}

.brand-box {
position: absolute;
top: -35px;
right: 0px;
}

.brand-box.private {
	top: -42px;}

.brand-msg {
font: 700 14px Gentium, Garamond, Baskerville, "Times New Roman", serif;
text-transform: uppercase;
line-height:37px;
text-align:right;
color:#005953;
}

.brand-box.private .brand-msg {
	line-height: 18px;
}

.brand-msg .welcome {
	text-transform: capitalize;}
	
.brand-msg .unspentMin {
	font-weight: normal;
}

.nav {
	float: right;
	width: 800px;
}

.pgTitle {
	background: url(../../../Images/2015Redesign/pgTitle-bg.png) repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 25;
}

.pgTitle h1 {
	text-align: left;
}

.content-wrap {
margin:0 auto;
text-align:left;
padding:35px 0 25px;
position: relative;
}

.media-window {
position:relative;
top: 0;
width:1000px;
text-align:center;
margin:0 auto;
z-index: 0;
}

.media-window .mpContent img {
	width: 100%;
}

.media-window .clickToEditDiv {
	position: relative;
	z-index: 999 !important;
}

.media-window .mpContent {margin: 0 auto;}

.privCont-wrap .pgTitle {
	position: relative;
	z-index: -10;
}

.privCont-wrap .pgTitle h1 {
	line-height: 75px;
	padding: 25px 0;
}

.content-area {
width:675px;
float:left;
margin-right: 39px;
}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */


.sidebar {
width:286px;
float:right;
}

.sidebar .inner {
width:256px;
padding: 0 15px;
position: relative;
top: -105px;
}

.panel-wrap {
background:transparent;
padding:35px 0 30px;
position: relative;
top: -105px;
width: 286px;
box-shadow: 0 0 12px rgba(0,0,0,0.3);
background-color: #fff;
}

.panel-wrap .inner {
	width: 246px;
	margin-left: 40px;
	position: static;
	padding: 0 0 18px;
}

/*0--
.panelTop {
	background: url(../../../Images/2015Redesign/BG_vnav_Top.png) no-repeat;
	height: 25px;
}

.panelRepeat {
	background: url(../../../Images/2015Redesign/BG_vnav_repeatY.png) repeat-y;
	text-align: left;
	padding: 0px 40px 10px;
}

.panelBottom {
	background: url(../../../Images/2015Redesign/BG_vnav_Btm.png) no-repeat;
	height: 25px;
}
--*/
.vnavTop {
	font-weight: 700;
	padding: 0 0 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 14px;
}
/*Photo Album*/

.pb-palb {
width:100%;
overflow:hidden;
}

.pb-palb img {
width: 100%;
position: relative;
margin: 0 auto;
display: block;
}

#photoPluginWrapper1053361 {
width:100% !important;
height:auto !important;
padding-bottom:32%;
}

.palb-controls img {
	width: 18px;
	display: inline;
}

.palb-controls.left {
	float: left;
}

.palb-controls.right {
	float: right;
}

.pb-palb h1 {
	text-align: center;
	float: left;
	width: 960px;
}

/*Private Content*/
.palb-controls {
padding: 20px 0;
 }

.pvMedia-Wrap {
	width: 100%;
	height: 400px;
	padding: 60px 0;
	background: #005953;
	position: relative;
	top: 0;
	left: 0;
}

.palb-wrap {
background:#fff;
padding: 5px;
height: 370px;
width: 1000px;
}

#photoPluginWrapper1053388 {
	width: 100% !important;
	height: auto !important;
}

.palb-img {
float:left; 
width:665px;
max-height: 370px;
overflow: hidden;
}

.palb-info {
float:right;
width:255px;
padding:30px 35px;
height:380px;
position:relative;
text-align:left;
}
 
.palb-info h2 {
color:#005953;
margin-bottom:20px;
}

.palb-info .abut {
text-decoration:none;
display: block;
border:1px solid #005953; /*removes border style from global*/
font: 700 12px Gentium, Garamond, Baskerville, "Times New Roman", serif;
padding: 5px 0;
margin: 35px 0 25px;
cursor:pointer;
background-color:#fff; /* Old browsers */
text-transform:uppercase;
text-align: center;
width: 75%;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

.palb-info .abut:hover {
background: #005953;
color:#fff;
}

.palb-info a {
text-decoration: none;
}

.palb-info .palb-controls {
	position: absolute;
	top: 300px;
}

.palb-info .palb-controls img {
		width: 11px;
}

.palb-info .palb-controls img, .palb-controls span {
margin-right:10px;
vertical-align: middle;
color: #45423c;
font:14px Proxima-Nova,Arial,sans-serif;
}

.pvhmContent-Area {
	width: 714px;
	float: left;
}

.content-area .pvhmColumnWrap {
	width: 100%;
}

.pvhmColumn {
	float: left;
	width: 307px;
	padding-right: 50px;
}

.pvhm.sidebar .panel-wrap {
	top: 0;
}

.pvhm.vnavTop {
	font-size: 14px;
	padding: 15px 0;
}

.pvhm.sidebar .inner {
	top: 0;
}

/*--
.qlinks .floatLeft {
width:175px;
}
.qlinks .qlink-wrap {
float:right;
width:376px;
}
.qlinks .hlist li {
margin:0 0 3px 16px;
width:180px;
}
.qlinks .hlist li.qlink-odd {
margin:0 0 3px 0;
}

.qlinks .hlist a {
display:block;
font:700 12px/35px Proxima-Nova,Arial,sans-serif;
background:#4e0f15 url(../../../Images/2015Redesign/qlink-arrow.png) no-repeat 162px 14px;
color:#fff;
text-decoration:none;
text-transform:uppercase;
padding-left:12px;
}
.qlinks .hlist a:hover {
background:#4e0f15 url(../../../Images/2015Redesign/qlink-arrow.png) no-repeat 162px -62px;
color:#c38b4e;
}
.plg-title {
margin-bottom:20px;
}
.plg-title h1 {
float:left;
}

.plg-title a {
float:right;
color:#514945;
text-decoration:none;
text-transform:uppercase;
font-weight:700; font-size:11px;
padding-top:4px;
}
.plg-title a:hover{
color:#b27409;
}


/*Public Content*/


.pubThumbWrap {
	width: 100%;
	padding: 35px 0;
}

.pubThumb {
	float: left;
	width: 320px;
	text-align: center;
	padding-right: 20px;
}

.pubThumb.last {
	padding-right: 0px;
}

.pubThumb .mpContent {
	position: relative;
}

.pubThumb img {
	width: 320px;
	height: 155px;
}

.pubThumbOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 155px;
	background: rgb(69,66,60) url(../../../Images/2015Redesign/pubHomeThumb_hover.png) center no-repeat;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pubThumbOverlay:hover {
	opacity:0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}

.pubThumb h2 a, .pubThumb h2 a:hover {
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 10px;
	text-decoration: none;
}

.pubThumb h2 a:hover {
	color: #45423c;
}
.pubThumb .mpContent h5 {
	padding-top: 10px;
	line-height: 24px;
	margin-bottom: 10px;
}

/*--Login--*/
.loginWrapper,
.loginWrapper h1,
.loginWrapper h2,
.loginWrapper p,
.loginWrapper div,
.loginWrapper table,
.loginWrapper input,
.loginWrapper select,
.loginWrapper span {
	color: #45423c;
font:14px/1.1em Proxima-Nova,Arial,sans-serif;
	text-transform: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	letter-spacing: normal;
}
div.loginWrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 45px;
	font-size: 12px;
}
div.loginContainer {
	width: 500px;
	margin: 0 auto;
	padding: 20px 0;
}

div.loginPlgWrapper {
	width: 270px;
    margin: 0 auto;
}
.loginPlgWrapper div, .loginPlgWrapper p,
.loginPlgWrapper span, .loginPlgWrapper input {
	text-align: left;	
	vertical-align: middle;
}
.loginPlgWrapper .advLogUsername,
.loginPlgWrapper .advLogPassword {
	width: 100%;
	border: none;
	color: #45423c;
	font:13px/1.1em Proxima-Nova,Arial,sans-serif;
	background: #FFFFFF;
	height: 35px;
	margin-bottom: 5px;
	padding-left: 12px;
	transition: all 0.3s;
}
.loginPlgWrapper .advLogRemoveChk {
	color: #45423c;
	font:11px/1.1em Proxima-Nova,Arial,sans-serif;
	text-align: left;
}
.loginPlgWrapper .advLogRemoveChk label,
.loginPlgWrapper .advLogRemoveChk input {
	padding: 4px;
}

.loginPlgWrapper .advLogRemoveChk input {
	margin: 0 2px 0 0;
	vertical-align: middle;
}
.loginPlgWrapper #btnSecureLogin {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 15px;
	border: none;
	background: #005953;
	font: 700 13px/1.1em Proxima-Nova,Arial,sans-serif;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s;
	text-align: center;
}
.loginPlgWrapper #btnSecureLogin:hover {
	background: #00413d;
	}

.loginWrapper a,
.loginWrapper a:hover {
	font: 11px/normal "Proxima-Nova", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #005953;
	transition: all 0.3s;
}
.loginWrapper a:hover {
	text-decoration: underline;
}

.loginWrapper #loginLinkWrap {
	text-align: center;
	display: block;
	width: 100%;
}

.loginWrapper .loginOptions {
	width: 100%;
	text-align: left;
}

.loginWrapper #forgotPassWrap {
	margin: 3px 0 0;
	font-size: 11px;
}
.loginWrapper #cookieMessageWrap {
	margin: 0;
	padding: 0;	
	font-size: 11px;
}
#loginLinkDivider {
	color: #005953;
	font-size: 11px;
	vertical-align: middle;

}
     
/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

.footer {
background: url(../../../Images/2015Redesign/BG_footer_repeatX.png) 0 repeat-x;
color: #45423c;
font: 11px Proxima-Nova,Arial,sans-serif;
height: 154px;
line-height: 20px;
}

.footer h5 {
	font-size: 12px;
	margin-bottom: 8px;
}

.footer .container {
	padding-top: 40px;
}

.contactBox {
	width: 50%;
	float: left;
	text-align: left;
}

.iconsBox {
	width: 50%;
	float: right;
	text-align: left;
}

.socialIcons {
	width: 50%;
	float: left;
}

[class^="soc-"]:before, [class*="soc-"]:before {
font-family: 'social-icons';}

a[class*="soc-"]:before {
	color: #005953;
	font-size: 21px;
}

a:hover[class*="soc-"]:before {
	color: #00413d;
	text-decoration: none;
}

.soc-facebook-rd:before {
	content: "\e624";
	padding-right: 5px;
}
	
.soc-twitter-rd:before {
content: "\e625";
}

.weatherIcons {
	width: 50%;
	float: right;
}

.clickToEditDiv img {
	width: 90px;
	height: 22px;
}

#grayOutDiv {
display:none !important;
}
#adminDashboardOpen {
z-index:9999;
}
#btnKeepAlive {
width:auto !important;
}
.ForgotUsername, .NETForgotPassword {
background:#fff;
}