﻿/*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 */

/* https://www.bcnu.org 
	
	Pink:  #b04590; 
	Grey:  #999999;
	Light Grey Bg:  #f5f9fc;
	Light Green bg: #ebf5f7;
	Green Buttons:  #93bdb2;
	Medium Green:  #c7ded6;
	Teal: #437f95;
*/

body {
   background:#FFF;
   border-top: 4px solid #b04590; 
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

a, a:visited {
    color: #559cb5;
    text-decoration: none;
}

a:hover, a:active {
    color: #559cb5;
    text-decoration: none;
}
a.button { color: #fff;}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
    color: #265c98;
    font-family: 'Gotham SSm Title A', 'Gotham SSm Title B', 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}

h1 {
    font-size: 3rem;
	letter-spacing: -3px;
	line-height: 36px;
	margin-bottom: 0;
    background: #b04590;
	color: #ffffff;
	margin: 0 0 1.5em 0;
	padding: 30px 0 29px;
	position: relative;
	z-index: 100;
}

h2 {
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 0.75em;
    color: #000;
}

h3, article h3, .treesubtype {
    font-size: 1.8rem;
	letter-spacing: -1px;
	line-height: 22px;
	margin-bottom: 0.7em;
	color: #999999;
}

h4, .panel h4 {
    font-size: 1.2em;
    margin-bottom: 1.25em;
    color: #999999;
}

h5 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1.5em;
    color: #999!important;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}
article h3 a {color: #000!important;}

article h3 a:hover {text-decoration: underline;}

p, table p {
    margin: 0 0 1em 0;
    font-size: 16px;
}
.nav-utility{ 
    margin-top: 0px;
    text-align: right;
    color: #999999;;
    padding: 20px;
}

.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: #FFF !important;
    margin: 0px auto;
    padding-top: 0px;
}

.logoimage {
    display: block;
    height: 71px;
    width: 241px;
    background-image: url("../images/bcnu-logo-2x.png")!important;
    background-position: left top;
    background-size: 100%!important;
    margin-left: 20px;
	margin-top: 20px;
}

#content_wrapper {	
	background: #f7f6f4;
	border-top: 50px solid #b04590; ;
	}
#content_body {
	border-left: 2px solid #e2dbd1;
	border-right: 2px solid #e2dbd1;
	background: #FFF;
}

#content_body .twelve:first-child{
	padding-top: 15px;
}

#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;
}

.button {
    width: auto;
    background: #FFF;
    border: 3px solid #b04590;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #b04590!important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0px 0px 10px 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; /* Hovers */
}

.button:hover {
    color: white!important;
    background-color: #b04590;
}

.button.success {
	background: #FFF;
    border: 3px solid #93bdb2;
    color: #93bdb2!important;
}
.button.success:hover {
	background: #93bdb2;;
    border: 3px solid #93bdb2;
    color: #FFF!important;
}

div.shadedpanel {
    background: #f5f9fc!important;
    margin-top: -9px;
    border-radius: 0px;
    -webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: 1px solid #CCC;
}

.BCNURedText
{
    font-size: 20px;
    color: #FF3333;
    padding-bottom: 10px;
}

.article-meta li{
	font-size:10px;
}

.postcontent {
	font-size:16px;
}


/* -----------------------------------------
    LOGIN SCREEN Styles
----------------------------------------- */

.login #content_body{	
	padding-bottom: 50px;
	padding-top: 0px;
	background: none;
	border: none;
}
.login #content_wrapper {	
	background: url('../images/bcnu-watermark-top-left.png') top left no-repeat #b04590;
	background-size: 30%;
	border-top: none;
	}

.login .shadedpanel {
    background: #FFF!important;
    margin-top: -9px;
    border-radius: 0px;
    -webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: rgb(216, 156, 198) 4px solid;
}

.loginimage{
	background: none;;
	height: 150px;
	width: 100%;
	padding-left:0px;
	padding-top: 50px;
	color: #FFF;
	text-align: center;
}
.logintext1 span{
    font-size: 40pt;
    font-family: inherit;
    font-weight: bold;
    color: #FFF;
}
.logintext3{
    padding-top: 5px;
    font-size: 12pt;
	padding-left: 0px;
    font-style: italic;
    color: #FFF !important;
	display:none;
}


/* -----------------------------------------
    NAVIGATION Styles
----------------------------------------- */
/* 	Pink:  #b04590; 
	Grey:  #999999;
	Light Grey Bg:  #f5f9fc;
	Light Green bg: #ebf5f7;
	Green Buttons:  #93bdb2;
	Medium Green:  #c7ded6;
	Teal: #437f95;
	teal highlight:  #559cb5;
*/

nav {
	margin: 0 auto; 
    z-index: 100;
    max-width: 960px;
    display: block;
    background: #FFF;
}

#nav-main ul{
    background: none;
}

nav ul li a {
    padding: 10px 15px 10px 15px;
    letter-spacing: 0px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #b04590!important;
    border: none;
    display: block;
    width: 100%;
    height: inherit;
    text-transform: uppercase;
    border-top: 3px solid #FFF;
    font-weight: 700;
}

nav ul li:first-child{
    border-left: none;
}

nav > ul > li.haschildren {
    background: url('../images/downpink.png') center right no-repeat;
	padding-right: 25px;
	cursor: pointer;
}
nav > ul li.haschildren a {
	/*background: url('../images/icons/downwhite.png') right 5px center no-repeat;
	 padding-right: 25px;
	*/
	background: #FFF;
    cursor: pointer;
}

nav > ul li.haschildren li a {
	background: #437f95;
    	padding-right: 12px;
    	cursor: pointer;
	font-weight: normal;
	font-size: 12px;
}

nav > ul ul {
	background:#437f95;
	border: none;
}
nav > ul ul li {
	background:#437f95;
	padding: 0px;
	border-top: 1px solid #559cb5;
	border-bottom: none;
	border-left: none;
	float: none;
}
nav ul ul li:first-child {
    border-top: none;    
}
nav ul li a:hover {
	background:#437f95;
	color: #FFF!important;
	background: #559cb5;
    	border-top: 3px solid #437f95;
    	border-bottom: none;
}
nav ul ul li a {
	background:#437f95;
	color: #FFF!important;
	padding: 8px 10px;
	min-height: 30px;
	border-top: none;
}
nav ul ul li a:hover {
	background:#559cb5;
	color: #FFF!important;
	border-top: none;
}

nav ul li a.current {
	color: #000!important;
}

nav ul li ul li.haschildren {
   background-color: #437f95;
}


/* -----------------------------------------
   POST AND ARTICLE Styles
----------------------------------------- */

.postarticle {
	padding-bottom: 15px;
}
.postcontent {
	font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	line-height: 19px;
	font-size: 14px;
	letter-spacing: -1px;
}
.postarticle h2 {display: none;}

.news-blog .postarticle h3:first-child {margin-top: 0px;}

.tablesorter th.header, th.header, .alwayslabel {background:#93bdb2;}

/* -----------------------------------------
   FOOTER Styles
----------------------------------------- */


#footer_wrapper{
	background: url('../images/bcnu-watermark-bottom-right.png')  right bottom no-repeat  #6e6e6e;;
	background-size: 20%;
	color: #ffffff;}


#footer {
    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{
	line-height: 32px;
	padding-left: 37px;
	margin-top: 0px;
	background: url(../images/icon_people.png) top left no-repeat;
	color: #000;
}
.panel h4.head-icon-quickcontacts{
	line-height: 32px;
	padding-left: 37px;
	margin-top: 0px;
	background: url(../images/icon_phone.png) top left no-repeat;
	color: #000;
}

.panel h4.head-icon-quicklinks{
	line-height: 32px;
	padding-left: 37px;
	margin-top: 0px;
	background: url(../images/icon_arrow.png) top left no-repeat;
	color: #000;
}

/*
.button.button-edit {   
    background: url(../images/icon_edit.png) 5px 5px no-repeat #EEE; 
    line-height: 32px;
    padding-left: 39px;
}
*/

.button.button-edit {   
    background: url(../images/icon_edit.png) 4px 4px no-repeat #FFF; 
    line-height: 32px;
    padding-left: 39px;
    border: 3px solid #b04590;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #b04590!important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 5px 0px 10px 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; /* Hovers */
}

.button.button-edit:hover {
    color: white!important;
    background-color: #b04590;
}


/* -----------------------------------------
   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;
	}
	
	/*BCNU-16-0003 START*/
	.twocolumn li {
		display: inline-block;
		float: left;
		width: 50%;
	}
	.twocolumn li:nth-child(odd) {
		float: left;
	}
	.twocolumn li:nth-child(even) {
		float: right;
		border-top: none;
		border-bottom: 1px solid #559cb5;
		border-left: 1px solid #559cb5;
	}

	.twocolumn li:last-child {
		border-bottom:none;
	}

	.twocolumn li ul li  a{
		background: #66666c !important;	
	}

	.twocolumn li ul li  a:hover{
		background: #77777c !important;	
	}

	.twocolumn li ul li  ul li a{
		background: #437f95 !important;	
	}

	.twocolumn li ul li  ul li a:hover{
		background: #559cb5 !important;	
	}
	/*BCNU-16-0003 END*/
    
}



/* -----------------------------------------
   Mobile Styles
----------------------------------------- */
@media only screen and (max-width: 767px) { 
    .logoimage {

	}
	
	header.header_wrapper{

	}
    .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;
    }

    #ctl00_Body_Contacts div.four.columns {
        margin-bottom: 20px;
    }

    #ctl00_Body_Contacts div.row {
        margin-bottom: 0px !important;
    }
}

.PositionName {
    font-weight: bold;
}

.indent {
    margin-left: 5% !important;
}

.quickcontact div {
    margin: 0;
}

.availableevents .description a {
	display: inline;
}

/* BCNU-16-0039 */
.questionwrapper legend {
    max-width:90%;
}

/* BCNU-19-0050 */

.BCNUDemographicsQuestions {
    width: 100%;
    padding: 10px;
}

.BCNUDemographicsQuestionsDescription {
    width: 100%;
    padding: 10px;
}

.BCNUDemographicsQuestion {
    width: 100%;
    padding: 10px 10px 5px 10px;
}

.BCNUDemographicsQuestionDescription {
    padding: 5px 0px 5px 0px;
}

.BCNUDemographicsQuestionPart {
    width: 100%;
    display: flex;
    padding: 2px 10px 2px 10px;
}

.BCNUDemographicsQuestionCheckBox {
    flex: 0 0 30px;
}

.BCNUDemographicsQuestionCheckText {
    flex: 1 1 auto;
    padding-top: 2px;
}

.BCNUDemographicsQuestionCombo {
    flex: 0 0 170px;
    padding-right: 15px;
}

.BCNUDemographicsQuestionDetails {
    flex: 1 1 auto;
    display: none;
}

.BCNUDemographicsQuestionDate {
    width: 170px;
    padding: 2px 10px 2px 10px;
}
    
.BCNUDemographicsTextbox {
    line-height: 1.2em;
    padding-bottom: 10px;
}

/* BCNU-23-0016 */

.BCNUStudentNurse > .columns {
    padding: 0;
}

.BCNUStudentNurse .columns:first-child, .BCNUStudentNurse .columns.firstchild {
    padding-left: 0;
}

.BCNUStudentNurse .columns:last-child {
    padding-right: 0;
}



/* BCNU-24-0007 */

.BCNUBenefitsQuestions {
    width: 100%;
    padding: 10px;
}

.BCNUBenefitsQuestionsDescription {
    width: 100%;
    padding: 10px;
}

.BCNUBenefitsQuestion {
    width: 100%;
    padding: 10px 10px 5px 10px;
}

.BCNUBenefitsQuestionDescription {
    padding: 5px 0px 5px 0px;
}

.BCNUBenefitsQuestionPart {
    width: 100%;
    display: flex;
    padding: 2px 10px 2px 10px;
}

.BCNUBenefitsQuestionCheckBox {
    flex: 0 0 30px;
}

.BCNUBenefitsQuestionCheckText {
    flex: 1 1 auto;
    padding-top: 2px;
}

.BCNUBenefitsQuestionCombo {
    flex: 0 0 170px;
    padding-right: 15px;
    padding-left: 10px;
}

.BCNUBenefitsQuestionDetails {
    flex: 1 1 auto;
    display: none;
}

.BCNUBenefitsQuestionDate {
    width: 170px;
    padding: 2px 10px 2px 10px;
}

.BCNUBenefitsTextbox {
    line-height: 1.2em;
    padding-bottom: 10px;
}