﻿/*this file is a placeholder for Rob Cote to make his changes... once they are made, a UW dev should move them into the appropriate client folder */

body {
   background-color: none;
   background-image: url('../images/furley_bg.png'); 
   background-repeat: repeat; 
   background-position: top left; 	
   background-attachment: scroll;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
    font-family: Helvetica, Arial, sans-serif;
}

.smallfont {
    font-family: sans-serif;
}

a, a:visited {
    color: #3b5998;
    text-decoration: none;
}

a:hover, a:active {
    color: #990000;
}
a.button { color: #fff;}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
    color: #265c98;
    font-family: Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 2.2em;
    font-weight: normal;
    padding: 0 0 0.5em;
    margin: 0;
}

h2 {
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 0.75em;
}

h3, article h3, .treesubtype {
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: normal;
}

h4, .panel h4 {
    font-size: 1.2em;
    margin-bottom: 1.25em;
    color: #265c98;
}

h5 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1.5em;
    color: #c7a108 !important;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

p, table p {
    margin: 0 0 1em 0;
    font-family: Georgia, 'Bitstream Charter', serif;
    font-size: 16px;
}
.nav-utility{ 
    margin-top: 0px;
    text-align: right;
    color: #FFF;
    padding: 20px;
}
.nav-utility a {color: #FFF;}

.languages, .userinfo{
    margin: 12px 0;
    text-align: right;
    font-size: 90%;
}


ul, ol {
    margin-left: 0;
}

header.header_wrapper{
	height: 120px;
	max-width: 960px;
    background: url("../images/seiuhcmn_header_bg.jpg") no-repeat center top !important;
    margin: 0px auto;
    padding-top: 0px;
}

.logoimage {
    display: block;
    height: 80px;
    width: 535px;
    background: url("../images/seiuhcmn-logo.gif") center left  !important;
    margin-left: 20px;
	margin-top: 20px;
}

#content_body {
	background: #FFF;
}

#content-area p img {
    max-width: 640px;
}

div.news-blog .panel, div.news-blog .shadedpanel {
	background: #FFF!important;
    margin-top: -9px;
    padding-top: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: none;
}



/* -----------------------------------------
    LOGIN SCREEN Styles
----------------------------------------- */

.login #content_body{	
	padding-bottom: 50px;
	background: url('../images/seiuhcmn_login_content_bg.jpg') top left no-repeat #FFF;
	padding-top: 0px;

}

.login .shadedpanel, div.shadedpanel {
    background: #FFF!important;
    margin-top: -9px;
    border-radius: 0px;
    -webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: 1px solid #ccc;
}
.login #content_wrapper, #content_wrapper{
	background: none;
}

.loginimage{
	background: url('../images/seiuhcmn_login_graphic.png') 130px  0px no-repeat;
	height: 200px;
	width: 100%;
	padding-left: 350px;
	padding-top: 80px;
	color: #FFF;
	text-align: left;
}
.logintext1 span{
    font-size: 40pt;
    font-family: inherit;
    font-weight: bold;
    color: #5A2479
}
.logintext2 span{
    color: #5A2479
}

.logintext2 {
	margin-top: 30px;
	margin-left: -271px;
}

.logintext3{
    padding-top: 5px;
    font-size: 12pt;
	padding-left: 0px;
    font-style: italic;
    color: #c7a108 !important;
}



/* -----------------------------------------
    NAVIGATION Styles
----------------------------------------- */


nav {
	margin: 0 auto; 
    z-index: 100;
    max-width: 960px;
    display: block;
    background: #D9EDFC;
    box-shadow: 
        0px 11px 8px -10px rgba(0,0,0,0.3),
       0px -11px 8px -10px rgba(0,0,0,0.3);
}

#nav-main ul{
    background: #845CA8;
    background: -moz-linear-gradient(top, #845CA8 0%, #6A498A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #845CA8), color-stop(100%, #6A498A));
    background: -webkit-linear-gradient(top, #845CA8 0%, #6A498A 100%);
    background: -o-linear-gradient(top, #845CA8 0%, #6A498A 100%);
    background: -ms-linear-gradient(top, #845CA8 0%, #6A498A 100%);
    background: linear-gradient(to bottom, #845CA8 0%, #6A498A 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#845CA8', endColorstr='#6A498A', GradientType=0 );
}

nav ul li a {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
    padding: 5px 12px 5px 12px;
    letter-spacing: 0px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #fff!important;
    border: none;
    display: block;
    width: 100%;
    height: inherit;
}

nav ul li:first-child{
    border-left: none;
}
nav ul ul li:first-child {
    border-top: 1px solid #FFF;    
}
nav > ul > li.haschildren {
    padding-right: 0px;
    background: none;
    cursor: pointer;
}
nav > ul li.haschildren a {
	background: url('../images/icons/downwhite.png') right 5px center no-repeat;
    padding-right: 25px;
    cursor: pointer;
}

nav > ul li.haschildren li a {
	background: none;
    padding-right: 0px;
    cursor: pointer;
}

nav > ul ul {
	background:#673786;
	border: none;
}
nav > ul ul li {
	background: #673786;
	padding: 0px;
	border-top: 1px solid #FFF;
	float: none;
}
nav ul li a:hover {
	background:#673786;
	color: #FFF!important;
}
nav ul ul li a {
	color: #FFF!important;
	padding: 8px 10px;
	min-height: 30px;
}
nav ul ul li a:hover {
	background:#673786;
	color: #FFF!important;
	border-right: 3px #FFF solid;
}


/* -----------------------------------------
   POST AND ARTICLE Styles
----------------------------------------- */

#content_body .twelve:first-child{
	padding-top: 15px;
}

.postarticle {
	padding-bottom: 15px;
}
.postcontent {
	margin-bottom: 10px;
	line-height: 19px;
	font-size: 13px;
}
.postarticle h2 {display: none;}

.news-blog .postarticle h3:first-child {margin-top: 0px;}


/* -----------------------------------------
   FOOTER Styles
----------------------------------------- */



#footer_wrapper{
    background: none;
    min-height: 80px;
}


#footer {
    background:#FFF url("../images/seiu_footer_bg.jpg") center top no-repeat;
    margin: 0 auto;
    padding-top: 90px;
    min-height: 240px;
    position: relative;
    max-width: 960px;
    border-top: none;
}
#footer a {

}

/* -----------------------------------------
   BUTTON AND ICON CHANGES ONLY Styles
----------------------------------------- */


.panel h4.head-icon-yourinfo{
	padding-left: 30px;
	margin-top: 0px;
	background: url(../images/icon_people.png) top left no-repeat;
	color: #265c98;
}
.panel h4.head-icon-quickcontacts{
	padding-left: 30px;
	margin-top: 0px;
	background: url(../images/icon_phone.png) top left no-repeat;
	color: #265c98;
}

.panel h4.head-icon-quicklinks{
	padding-left: 30px;
	margin-top: 0px;
	background: url(../images/icon_arrow.png) top left no-repeat;
	color: #265c98;
}
.button.button-edit {   
    background: url(../images/icon_edit.png) 5px 5px no-repeat #EEE; 
}


/* -----------------------------------------
   DESKTOP ONLY Styles
----------------------------------------- */

@media only screen and (min-width: 768px) { 
    
    nav > ul{
        margin: 0 auto;
        border-radius: 0px;
	    height: auto;
	    border-bottom: none;
	    padding: 0;
	    width: 100%;
    }
    nav ul li { 
	    border-right: none!important; 
	    min-height: 20px;
	    }
	.nav-utility b{
		display: block;
	}
	.nav-utility .separator{
		display: none;
	}
    
}



/* -----------------------------------------
   Mobile Styles
----------------------------------------- */
@media only screen and (max-width: 767px) { 
    .logoimage {
	    width: auto;
	    max-width: 535px;
	    background-image: url("../images/seiuhcmn-logo.gif") ;
	    background-position: center center;
	    background-repeat: no-repeat !important;
	    background-size: 100%!important;
	    margin: 20px auto 0px auto;
	}
	
	header.header_wrapper{
		height: 150px;
		max-width: 960px;
	    background: url("../images/seiuhcmn_header_bg.jpg") no-repeat center top !important;
	    margin: 0px auto;
	    padding-top: 0px;
	}
    .nav-utility{ 
	    margin-top: 0px;
	    padding: 0px;
	    text-align: center;
	}
	.languages, .userinfo{
	    margin: 12px 0;
	    text-align: center;
	    font-size: 90%;
	}
    nav ul {
        position: static;
    }
    nav ul li a {
        display: block;
        float: none;
    }
    nav ul li {
        float: none;
        display: block;
        text-align: left;
        background-color: #EEE;
        border: 0 !important;
        cursor: pointer;
    }
    nav ul ul a{
        text-decoration: none;
    }
    nav > ul > li{   
        background: none;
        box-shadow: none;
    }
    nav .downarrow {
        background-image: url('../images/icons/downblack.png');
        background-position: center center;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        display: block;
        float: left;
    }
    nav  > ul > li > .downarrow {
        background-image: url('../images/icons/downwhite.png');
        height: 40px;
        width: 40px;
    }    
    nav > ul > li.haschildren a{   
        background:none;
    }

}


.SEIUHCMNButtonContainer{
	overflow: auto;
	width: 100%;
}

.SEIUHCMNCancelLink {
    float: left;
    margin-left: 5px;
    padding: 8px 20px 9px;
}

.SEIUHCMNSubmitButton {
    float: left;
    padding: 8px 20px 9px;
}

.seiuhcmn-float-right {
    float: right;
}

.currentbalance label, .currentbalance span {
    line-height: normal;
}

.SEIUHCMNCurrentBalanceLine {
    border-style: solid;
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: black;
    border-thickness 1px;
    margin: 3px 0px;
}

.SEIUHCMNArrearsMessage{
    color: red;
    font-size: 2rem;
    line-height: 110%;
}

/* This is overridden because for some reason 100% cuts off low hanging letters like 'g' */
.balancequestions span {
    line-height: 110%;
}

.quickcontact div {
    margin: 3px 0px;
}

.quickcontact .indent {
    margin: 3px 0px 3px 10px;
    font-weight: normal;
}

.SEIUHCMNMarginBottom {
    margin: 0px 0px 10px 0px;
}

.staticdynamicchoice {
    margin: 0;
}

.SEIUHCMNPastDueReminder label {
    margin: 20px 0px 5px 0px;
    color: red;
    font-weight: bolder;
}

.SEIUHCMNPastDueReminder label {
    margin: 20px 0px 5px 0px;
    color: red;
    font-weight: bolder;
}

.SEIUHCMNMemberCardReminder label {
    margin: 20px 0px 5px 0px;
    color: red; 
    font-weight: bolder;
	font-size: 2em;
	text-align: center;
	
}

.push-one {
    left: 8.333%;
}

/* SEIUHCMN-21-0039 */
.nopadding {
    padding: 0;
}

/* This is overridden because the menu is not the standard base height so we need to adjust the margin-top property so there's not too much of a gap between the menu and child menu */
@media only screen and (min-width: 620px) {

    nav ul ul ul{
        margin-top: 0; /* silly, but sometimes there's a scrollbar... */
    }
}