/*********************GET OFF THE SITE NOW BUTTON**************************/

.myButton {
	background-color:#76881d;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #76881d;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
        font-style:bold;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
        text-align:center;
}
.myButton:hover {
	background-color:#9bb033;
}
.myButton:active {
	position:relative;
	top:1px;
}


/**************CHANGING THE DEFAULT LINK COLOR TO PURPLE*******************/

a:link, a:visited { color: #881c1c; }   

/**************CHANGING THE HEADER COLOR*******************/

#header-wrapper {
    background-color: #eee;
}
#nav-wrapper {
    background-color: #eee;
}


/*region spacing and color*EMILY LOOK HERE*/
.sidebar {background: none !important;}

.region-highlighted {margin-bottom: 0 !important; background: none;}

.sidebar .block-title 
{
color: #ffffff; 
background-color: #41273b; 
padding: 10px; 
box-shadow: 10px 10px 5px #888888; 
border-spacing: 10px 50px;
}

.sidebar .block-content 
{
background-color:  #eeeeee; 
padding: 15px 15px;
box-shadow: 10px 10px 5px #888888;
}

.sidebar .block-content {border-color: #003b5c;}
.menu-block-wrapper ul li a:hover {background-color: #e7edf7;}

/*region spacing and color*/
.block-content-inner {padding-bottom: 0px; padding-left: 8px; padding-right: 8px; padding-top: 2px;}
.region-sidebar-first .block-content-inner {background-color:  #eeeeee;}
.region-sidebar-second .block-content-inner {background-color:   #eeeeee;}
.page #header-wrapper {background-color: #ffffff}
.page #secondary-content-wrapper, #tertiary-content-wrapper {
    background-color: #ffffff;
    border-top: 1px solid #EDEDED;
}

#site-name{
background-image:none;
text-indent:0px;
font-size: 3rem;

}

#logo img{
height: 5rem;
float: left;
margin-top: 2rem;
margin-right:1em;
}


/*hide the global nav per DJ */

a#umass--global--give{
display:none !important;
}

a#umass--global--visit{
display:none !important;
}
a#umass--global--apply{
display:none !important;
}

/*****WORKSHOPS PAGE***/
.cwc-workshop-item-header { cursor: pointer; color: #881c1c; }
.cwc-workshop-item-header:hover { text-decoration: underline; }
.cwc-workshop-item-content { display: none; }
.cwc-page-headline { line-height: 1.2em; }
/*****END OF WORKSHOPS PAGE****/

/**********************JOIN STAFF**********************/
.cwc-jobs-button-primary {
	margin: 10px;
	height: 80px;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	width: 160px;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	font-size: 18px;
	text-align: center;
	/* background: #d2d2d2; */
	background: #eeeeee;
	cursor: pointer
}

a.cwc-jobs-button-secondary {
	margin: 10px;
	min-height: 50px;
	display: block;
	padding: 10px;
	width: 160px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
	color: white;
	background: #41273b;
	text-decoration: none;
}

.cwc-jobs-inline-list {
	display: inline-block;
}

.cwc-jobs-dropdown {
	position: relative;
	display: inline-block;
	margin: 20px;
}

.cwc-jobs-dropdown-content {
	display: none;
	position: absolute;
	z-index: 1;
	/* background: #dcdcd4; */
	background: #dedede;
}

.cwc-jobs-button-primary p {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

a.cwc-jobs-button-secondary:visited {
	text-decoration: none;
	color: white;
}

.cwc-jobs-button-primary a, .cwc-jobs-button-primary a:visited {
	text-decoration: none;
	color: inherit;
}

/*****************END OF JOIN STAFF****************/

/********** SPRING CHALLENGE 2021 *************/
.cwc-image-left {
	flex: 35%;
	padding: 10px;
}

.cwc-heading-text {
	display: inline-block;
	padding: 10px;
	margin-left: 10px;
	flex: 65%;
}

.cwc-heading-text h2 {
	text-align: center;
}

.cwc-container {
	content: "";
	display: table;
	clear: both;
}

.cwc-challenge-section {
	width: 80%;
	margin: 0 auto;
}

.cwc-challenge-section h3 {
	text-align: center;
}

.cwc-text-center {
	text-align: center;
}

.cwc-underline {
	text-decoration: underline;
}

.cwc-oval-button {
	background: #41273b;
	color: white !important;
	border: none;
	border-radius: 50px;
	margin: 10px;
	flex: 1;
	font-size: 1.42em;
	padding: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-align: center;
}

a.cwc-oval-button:hover {
	text-decoration: none !important;
	color: white;
}

.cwc-oval-button-single {
     flex: 0.5 !important;
     padding: 17px;
}


.cwc-box-content {
	display:inline-block;
	flex: 1;
	flex-direction: row;
	margin: 10px;
	padding: 10px;
}

.cwc-red {
	color: #881c1c !important;
}

.cwc-teal {
	color: #238373 !important;
}

.cwc-white {
	color: white !important;
}

.cwc-purple {
	color: #41273b !important;
}

.cwc-no-weight {
	font-weight: unset !important;
}
.cwc-row-center {
	display: flex;
	flex: 1;
	flex-direction: row;
        justify-content: center;
}

.cwc-row-small {
	width: 80%;
	left: 0;
	right: 0;
	margin: auto;
}
.cwc-box-grey {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 10px 15px 10px;
	background-size: cover;
	background-position-x: center;
}

.cwc-bg-box-left {
	background-image: url(/cwc/sites/default/files/spring_challenge_box_bg_1.png);
}
.cwc-bg-box-right {
	background-image: url(/cwc/sites/default/files/spring_challenge_box_bg_2.png);
}
.cwc-grey-bg {
	background: #ddd;
}

.cwc-box-grey h3 {
	line-height: normal;
	margin-bottom: 0;
	margin-top: 3em;
}

.cwc-text-x-small {
	font-size: 0.75em;
}

.cwc-text-small {
	font-size: 0.9em;
}

.cwc-featured {
	padding-top: 5px;
	margin: 10px;
}

.cwc-featured p {
	margin-bottom: 0.5em;
}

.cwc-featured .cwc-box-content {
	margin: 5px !important;
	padding: 5px !important;
}

.cwc-button-inner-text {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateY(-53%);
	transform: translate(-50%, -50%);
	width: fit-content;
}

.cwc-box-content ul {
	padding-left: 1.2em;
}

.cwc-line {
    height: 2px;
    border-bottom: dashed 1px black;
    margin-top: 5px;
    margin-bottom: 10px;
}

.cwc-faq-question {
    margin-bottom: 0.5em;
}

.cwc-flex-align {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.cwc-highlight {
   background-color: yellow;
}

.cwc-teal-button-single {
    background: #238373;
    /* flex: 0.75 !important; */
    padding: 5px 15px 5px 15px;
}

@media only screen and (min-width: 640px) {
	.cwc-fundraising-note {
		position: relative;
		top: -25px;
		margin-bottom: 0px;
	}
}


@media only screen  and (min-width: 480px) and (max-width: 768px) {
	.cwc-box-grey h3 {
		margin-top: 5em;
	}
}
@media only screen and (max-width: 640px) {
	.cwc-oval-button {
		padding: 10px !important;
	}

	.cwc-challenge-section h3 {
		text-align: unset !important;
	}
}

@media (max-width: 768px) {
	.cwc-row-center {
		flex-direction: column;
	}
	.cwc-image-left {
		flex: 100%;
		text-align: center;
	}
	.cwc-heading-text {
		flex: 100%;
		margin-left: 0;
	}
	.cwc-challenge-section {
		width: 100%;
		padding: 8px;
	}
	.cwc-row-small {
		width: 100%;
		padding: 5px;
	}
	.cwc-box-content {
		margin: 5px;
	}
	.cwc-oval-button {
		font-size: 1.2em;
		padding: 6px;
	}
	.cwc-fundraising-note {
		position: relative;
		top: -10px;
	}

	.cwc-challenge-section {
		padding: 10px 5px 10px 5px;
	}
}
/****** END OF SPRING CHALLENGE 2021 *******/
/***** PROFESSIONAL POSITIONS ********/
.cwc-join-image {
   width: 300px;
   float: right;
   display: inline-block;
}

@media (max-width: 768px) {
.cwc-join-im-container {
 text-align: center
}

.cwc-join-image {
   width: 300px;
   float: unset;
}
}

/**** END OF PROFESSIONAL POSITIONS *****/