.block.block-search {
  margin-bottom: 25px;
}

.node-page.node-unpublished {
 background: none;
 position: relative;
}

.node-page.node-unpublished:before {
  content: "Unpublished";
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  background: red;
  color: white;
  padding: 10px;
  z-index: 1000;
  font-weight: bold;
  font-size: 14px;
 
}

/* decoding cics home page*/
.page-node-9070.node-type-landing-page-hero .careers.l2 .hero-container {
  margin-bottom: -100px;
}

.page-node-9070.node-type-landing-page-hero .careers.l2 .hero-container .hero-copy{
  background: rgba(0, 0, 0, .5);
  max-width: 1000px;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  margin: 10px 0;
}

/*make ventures page portraits 4 in a row*/
body.page-node-6144 .field-name-field-hero-paragraphs > .field-items > .field-item:nth-child(3) .field-name-field-tile > .field-items > .field-item{
  width: 23%;
}


body #block-views-landing-page-slideshow-block .element-fact {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 110%;
  font-size: 2.75rem;
}

/* hide breadcrumbs on Careers home page */
.page-node-6455 #page-intro-inside{
  display: none;
}

.online-ms fieldset, .online-ms fieldset legend {
  margin-bottom: 0;
}

.online-ms fieldset .fieldset-description {
  padding: 20px;
  font-size: 14px;
}

.front .block.block-search  {
  padding-bottom: 0;
}

.sidebar .block.block-homepage-callout:first-child {
 margin-top: 20px; 
}

.sidebar .block.block-homepage-callout {
  font-size: .9em;
}

.sidebar .block.block-homepage-callout.alt {
	background-color: #ddd;
    color: black;
}



#block-views-slideshow-block-1 .field-name-field-link a[href="http://cics.umass.edu"] {
  display: none;
}

@media all and (max-width: 768px) {
   #block-views-slideshow-block-1 .group-caption-panel .field-name-title h2 {
    
    float: none;
  }
  
  #block-views-slideshow-block-1  .field-name-body {
    display: block;
    clear: both;
  }
  
  #block-views-slideshow-block-1 .group-caption-panel .field-name-field-link {
    text-align: left;
  }
}

#webform-client-form-4595 label {
  font-size: 1.5em;
  
  font-weight: normal;
}

#webform-client-form-4595 .row-container {
  padding: 0;
  border: none;
  margin: 0;
}

#webform-client-form-4595 .row-container .form-item{
  vertical-align: top;
  display:inline-block;
  margin-right: 20px;
}

#webform-client-form-4595 .form-item {
  margin-bottom: 2em;
}

#webform-client-form-4595 .webform-component--picture {
  padding: 2em;
  background: #333;
  color: white;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .25);
}

#webform-client-form-4595 .webform-component--picture label {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}

#webform-client-form-4595 .webform-component--picture:before {
 font-family: "FontAwesome";
  width: 1.3em;
  height: 1em;
  display: block;
  float: left;

  content: "\f1c5";
  font-size: 1.5em;
}
@media screen and (max-width: 400px) {
  #webform-client-form-4595 input[type='text'],
  #webform-client-form-4595 input[type='email'] {
    width: 100%;
  }
}
.focus-box {
  background: #efefef;
  border: 1px #ddd;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .2);
  padding: 30px;
}

.page-node-8195 #page-title {
  display: none;
}

.news-image-width {
 width: 225px; 
}

img.round {
 border-radius: 120px; 
}


body.node-type-landing-page-hero .careers.l2 .field-name-field-tile > .field-items {
	justify-content: center;
}

body.node-type-landing-page-hero .careers.l1 .hero-container {
 padding-top: 120px;  
}

/* bruce croft career celebration form page */
.page-node-6222 h1#page-title,
.page-node-6222 .webform-client-form.webform-client-form-6222 .form-item,
.page-node-6222 .webform-client-form.webform-client-form-6222 .form-actions{
  text-align: center; 
}


.nowrap {
   white-space: nowrap;
}

.block-social-media li a {
  	color: #363636;
    background-color: #959595;
    border-color: #959595;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
}

@media (max-width: 900px) {
  .block-social-media {
    text-align: center;
  }
  
  .block-social-media li:first-child {
    display: block;
    margin-bottom: 10px;
  }
}

.block-social-media li a:hover {
 	text-decoration: none;
    background-color: #fff;
    border-color: #fff;
}

.block-social-media li i {
    width: 100%;
    height: 100%;
    font-size: 23px;
    line-height: 50px;
}

.field-name-host-information .field-items div  {
  display: inline;
}


.node-person .headshot-wrapper {
  margin-bottom: 25px;
  padding-left: 0;
}


.block-list {
 padding-left: 0; 
}

.block-list li {
  width: 125px;
  float: left;
  margin-right: 10px;
  text-align: center;
  list-style: none;
  font-size: 12px;
  height: 185px;
}

.block-list:after {
  content: " ";
  display: block;
  clear: both;
}

.block-list li img {
  display: block;
  width: 125px;
  border: 1px solid #efefef;
  margin-bottom: 5px;
}

.round_btn {
  display: inline-block;
  background: #881c1c;
  color: white;
  padding: 10px 40px;
  border-radius: 50px;
  
 
}

.round_btn:hover, .round_btn:focus, .round_btn:active {
  text-decoration: none;
  color: white;
  background: #770b0b;
 
}

.round_btn.blue {
  background: #5b7f95;
}

.round_btn.light_blue {
  background: #77b5d0;
}

.round_btn.navy {
  background: #003b5c;
}

.round_btn.orange {
  background: #f9af5d;
}


.round_btn.green {
  background: #76881d;
}

.round_btn.tan {
  background: #a89968;
}


.round_btn.gray {
  background: #63666a;
}


.round_btn.purple {
  background: #5d2a2c;
}

.node-side-bar {
	float: right; 
 	min-width: 320px; 
  	max-width: 320px; 
  	background: #71b2c9; 
  	color: white; 
  	box-shadow: 7px 7px 0 #ddd; 
  	padding: 40px; margin: 15px
}

@media all and (max-width: 700px) {
  .node-side-bar  {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
}