/* ------------------------------------------ */
/* Styles specific to NeSI bootstrap subtheme */
/* ------------------------------------------ */

body { 
  padding-top: 0px;
}

/* breadcrumb */
.breadcrumbs {
  margin-bottom: 0;
  margin-top: 20px;
}
.breadcrumbs .breadcrumb {
  background-color: transparent;
  border-radius: 0 0 0 0;
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 0;
}
.breadcrumbs .breadcrumb span {
  color: #8FABB3;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.636;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Drupal throbber fix */
html.js input.form-autocomplete {
  background-position: 100% 8px; /* LTR */
  background-repeat: no-repeat;
}

html.js input.throbbing {
  background-position: 100% -13px; /* LTR */
}

/* Styles - Dan to review */
/* default block title */
h2.block-title {
  font-size: 14px;
}

/* Scrollable frames, such as for policies, T&Cs and other long text documents
   where the "I accept" button is more important than the content itself. */
.scrollable-frame {
  height: 30em;
  overflow: scroll;
  border: 2px inset;
  padding: 1em;
  margin: 1em 0;
}

/* flag button links */
#proposal-status ul.links li {
  list-style: none;
}

a.tabledrag-handle .handle {
    background: url("/misc/draggable.png") no-repeat scroll 6px 9px transparent;
    height: 13px;
    margin: -0.4em 0.5em;
    padding: 0.42em 0.5em;
    width: 13px;
    visibility: visible;
    position: relative;
}

/* jQuery Colorpicker fix inputs */
.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #898989;
  top: 4px;
  right: 11px;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 11px;
  width: auto;
}
.colorpicker_hex input {
  right: 6px;
}

.profile2-researcher-profile .field-label {
  color: #777;
  width: 150px;
}

.profile2-researcher-profile .content {
  margin-top: 5px;
}

.form-actions {
  background-color: #fff;
}

.project h4 + p {
  font-size: 100%;
}

#edit-profile-researcher-profile .fieldset-wrapper {
  padding-top: 15px;
}

.project-status {
  position: absolute;
  right: 0;
  top: 10px;
  right: 5px;
}

.project-status small {
  font-size: 9.999999996px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  left: -65px;
  color: #999999;
  margin-top: 5px;
}

/* Homepage banner image position */

#home-hero .item img {
  left:-20px;
}

.proposal-outline {
  position: relative;
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  margin-bottom: 30px;
}

/*
.proposal-status {
  position: absolute;
  right: 0;
  top: 10px;
  right: 5px;
}

.proposal-status small {
  font-size: 9.999999996px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  left: -65px;
  color: #999999;
  margin-top: 5px;
}
*/

.proposal-title {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 220px 10px 5px;
  padding: 0;
  font-weight: 400;
}

/*
.proposal-outline .proposal-title:before {
  font-family: ModernPictogramsNormal;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  content: '\1f4c1';
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}
*/

/* KATIE'S CHANGES - TO MERGE BACK INTO .LESS FILES */
/* Global */
body {
  color: #404040;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  color: #404040;
}

a,
a:hover {
  color: #2b9fc2;
}

.navbar .brand {
  padding: 8px 20px;
}

.navbar .nav {
  float: right;
  margin: 0;
}

.nav-collapse {
  clear: none; /* Hope this doesn't break anything else */
}

#pnav .expanded .nav { display:none; }

#pnav .menu {
  background: url(../assets/img/menu-delimiter.png) right bottom no-repeat;
  padding-right: 2px;
  width: 100%;
}

#pnav li {
  background: url(../assets/img/menu-delimiter.png) left bottom no-repeat;
  display: block;
  float: left;
  padding: 0;
  width: 25%;
}

#pnav a {
  color: #4b5b68;
  font-size: 14px;
  font-weight: normal;
  height: 36px;
  line-height: 18px;
  padding: 8px 0 10px;
  text-align: center;
  width: 100%;
}

#pnav a span {
  color: #565757;
  display: block;
  font-size: 10px;
  line-height: 12px;
  margin: 5px auto 0;
}

#pnav a:hover,
#pnav a.active,
#pnav a.active-trail {
  background-image: linear-gradient(to bottom, #fcfdfe, #dedddd);
  background-image: -webkit-linear-gradient(top, #fcfdfe, #dedddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfdfe', endColorstr='#dedddd');
}

#pnav .block-menu li {
  border-bottom: 4px solid #666666;
}

#pnav .block-menu li.first {
  border-bottom: 4px solid #d8de3f;
}

#pnav .block-menu li:nth-child(2) {
  border-bottom: 4px solid #d14f63;
}

#pnav .block-menu li:nth-child(3) {
  border-bottom: 4px solid #bea8ce;
}

#pnav .block-menu li.last {
  border-bottom: 4px solid #4b5b68;
}

#pnav .block-menu li.last:hover {
  background: linear-gradient(to bottom, #fcfdfe, #dedddd);
  background: -webkit-linear-gradient(top, #fcfdfe, #dedddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfdfe', endColorstr='#dedddd');
}


.legal {
  background: #4b5b68;
  color: #feffff;
  font-size: 11px;
  height: 53px;
  line-height: 53px;
  text-align: left;
}

input, button, select, textarea {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.block-menu-block ul li ul {
  margin-left: 24px;
}

/* Home page */
#home-hero {
  margin-bottom: 0;
  margin-top: -5px; /* This needs to be moved up so the navbar sits on top of it */
  z-index: -1;
}

#home-hero .slide-title {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0;
}

#home-hero .slide-content {
  margin-left: 0;
}

#home-hero .item {
  height: 316px;
}

#home-hero .item img {
  height: 100%;
  left: auto;
  margin-left: 10%;
  width: auto;
}

#home-hero h3 {
  margin: 0;
}

#home-hero h3 .line2 {
  clear: both;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 5px 0;
  padding: 12px 20px;
}

#home-hero .slide-title {
  margin: 0 0 13px 0;
}

#home-hero .slide-title span {
  margin-bottom: 0;
  padding: 12px 20px;
}

.hero-full {
  position: relative;
  z-index: 10;
}
#home-hero .carousel-control {
  cursor: pointer;
  font-size: 3em;
}

.page-intro {
  background: #fafafa url(../assets/img/intro-bg-left.png) bottom left no-repeat;
  border: 0;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #4b5b68;
  font-size: 24px;
  line-height: 31px;
  margin-top: 0;
  padding: 0;
  text-align: center;
}

.page-intro.full-width {
  width: 100%;
}

.page-intro .page-intro-inner {
  background: transparent url(../assets/img/intro-bg-right.png) top right no-repeat;
}

.page-intro .home-intro {
  margin: 0 auto;
  padding: 22px 0;
  width: 660px;
}

/*
.container .row-fluid .span4 {
  width: 22.930%;
}
*/

.container .row-fluid .nesi-intro-item h1 {
  color: #4b5b68;
  font-size: 24px;
  padding-top: 56px;
}

.container .row-fluid .nesi-intro-item .sub-feature {
  padding-bottom: 62px;
}

.nesi-intro-item {
  width: 20%;
  float: left;
}

.container .row-fluid .nesi-intro-item #apply-intro h1 {
  background: url(../assets/img/apply-intro.png) top center no-repeat;
} 

.container .row-fluid .nesi-intro-item #nesi-intro h1 {
  background: url(../assets/img/nesi-intro.png) top center no-repeat;
} 

.container .row-fluid .nesi-intro-item #projects-intro h1 {
  background: url(../assets/img/projects-intro.png) top center no-repeat;
} 

.container .row-fluid .nesi-intro-item #news-intro h1 {
  background: url(../assets/img/news-intro.png) top center no-repeat;
} 

.container .row-fluid .nesi-intro-item #support-intro h1 {
  background: url(../assets/img/nesi-support-intro.png) top center no-repeat;
} 

.container .row-fluid .nesi-intro-item p {
  color: #404040;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 6px;
}

.container .row-fluid .nesi-intro-item p.sub {
  color: #7c7a7a;
}

.container .row-fluid .nesi-intro-item p.sub a {
  color: #2b9fc2;
  font-weight: bold;
}

.container .row-fluid .nesi-intro-item p.sub a:hover {
  color: #4b5b68;
  text-decoration: none;
}

.directorynav,
.collaborators,
#block-nesi-stats-front-stats {
  border-top: none;#1px solid #aaa;
}

#block-nesi-stats-front-stats {
  padding: 6px 0 100px 0;
}

.directorynav h3,
.collaborators h3,
#block-nesi-stats-front-stats h2 {
  color: #4B5B68;
}

#block-nesi-stats-front-stats h2 {
  margin-bottom: 24px;
}

#block-nesi-stats-front-stats .span4 {
  background: url(../assets/img/stats-bg-wide.png);
  color: #666;
  height: 118px;
  text-shadow: 0 1px 0 #fff;
}

#block-nesi-stats-front-stats .span4 div {
  padding: 0 17px;
}

#block-nesi-stats-front-stats .span4 div.stats-header {
  background: url(../assets/img/stats-icon.png) 17px 14px no-repeat;
  font-size: 12px;
  font-weight: bold;
  height: 33px;
  line-height: 35px;
  padding-left: 40px;
}

#block-nesi-stats-front-stats .span4 div.stats-stat {
  font-size: 40px;
  font-weight: bold;
  height: 50px;
  line-height: 47px;
  margin: 0 3px;
  text-align: center;
}

#block-nesi-stats-front-stats .span4 div.stats-description {
  font-size: 12px;
  height: 33px;
  line-height: 29px;
  text-align: center;
}

#stats_cpu_cores .stats-stat {
  background: url(../assets/img/stats-bg-1.png);
}

#stats_memory .stats-stat {
  background: url(../assets/img/stats-bg-2.png);
}

#stats_peak_speeds .stats-stat {
  background: url(../assets/img/stats-bg-3.png);
}

#stats_disk_storage .stats-stat {
  background: url(../assets/img/stats-bg-4.png);
}

/* Theme the form */
/*
.page-apply-nojs .span12 {
  margin: 0 20px;
}
*/

#nesi-mstep-proposal-step-1,
#nesi-mstep-proposal-step-2,
#nesi-mstep-proposal-step-3,
#nesi-mstep-proposal-step-4 {
  margin-top: 18px;
}

#nesi-mstep-proposal-step-1 h2,
#nesi-mstep-proposal-step-2 h2,
#nesi-mstep-proposal-step-3 h2,
#nesi-mstep-proposal-step-4 h2 {
  color: #4b5b68;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
}

#nesi-mstep-proposal-step-1 h3,
#nesi-mstep-proposal-step-1 p {
  margin-left: 55px;
}

#nesi-mstep-proposal-step-1 h3,
#nesi-mstep-proposal-step-2 h3,
#nesi-mstep-proposal-step-3 h3,
#nesi-mstep-proposal-step-4 h3,
#nesi-mstep-proposal-step-5 h3 {
  color: #4b5b68;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}

#nesi-mstep-proposal-step-1 h3 a,
#nesi-mstep-proposal-step-2 h3 a,
#nesi-mstep-proposal-step-3 h3 a,
#nesi-mstep-proposal-step-4 h3 a,
#nesi-mstep-proposal-step-5 h3 a {
  color: #2b9fc2;
}

#nesi-mstep-proposal-step-1 p,
#nesi-mstep-proposal-step-2 p,
#nesi-mstep-proposal-step-3 p,
#nesi-mstep-proposal-step-4 p,
#nesi-mstep-proposal-step-5 p {
  color: #404040;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

#nesi-mstep-proposal-step-1 p a,
#nesi-mstep-proposal-step-2 p a,
#nesi-mstep-proposal-step-3 p a,
#nesi-mstep-proposal-step-4 p a,
#nesi-mstep-proposal-step-5 p a {
  color: #d14f63;
  font-weight: bold;
}

#nesi-mstep-proposal-step-3 p a {
  color: #2b9fc2;
}

#nesi-mstep-proposal-step-1 h3.num {
  color: #2b9fc2;
  float: left;
  font-size: 44px;
  font-weight: bold;
  margin-left: 0;
}

#edit-intro-text {
  border-right: 1px solid #aaa;
  float: left;
  padding-right: 3%;
  width: 53%;
}

#nesi-mstep-proposal-step-1 p .ws-tooltip {
  color: #2B9FC2;
  display: block;
  float: left;
  font-weight: normal;
  margin-left: 0;
  position: relative;
}

.ws-tooltip-active {
  background: #fff;
  border: 1px solid #aaa;
  color: #666;
  cursor: default;
  display: block;
  font-weight: normal;
  padding: 12px;
  position: absolute;
  text-decoration: none;
  margin-top: -50px;
  width: 200px;
}

.intro-text-2 span {
  display: block;
  margin-left: 175px;
}

#edit-intro-form {
  margin-left: 56%;
}

#edit-intro-text div {
  margin-bottom: 28px;
}

#edit-intro-form .fieldset-wrapper {
  background: url(../assets/img/form-icon-edit.png) top center no-repeat;
  margin: 30px auto 0;
  padding: 105px 0 0 0;
  width: 175px;
}

#edit-intro-form .fieldset-wrapper label {
  color: #606162;
  font-size: 18px;
  margin-bottom: 18px;
}

.form-type-radio {
  clear: both;
  display: block;
}

div.radio {
  float: left;
  margin-right: 12px;
}

#edit-intro-form .fieldset-wrapper .form-text {
  color: #606162;
  font-size: 15px;
  height: 28px;
  padding: 4px 10px;
  width: 152px;
}

#nesi-mstep-proposal-step-1 .form-actions {
  border-top: 0;
  clear: none;
  margin: 0 0 0 56%;
  padding: 0;
}

#nesi-mstep-proposal-step-2 .form-actions,
#nesi-mstep-proposal-step-3 .form-actions,
#nesi-mstep-proposal-step-4 .form-actions {
  border-top: 1px solid #aaa;
  margin: 40px 0 0 0;
  padding: 55px 0;
  text-align: right;
}

#nesi-mstep-proposal-step-1 .form-submit,
#nesi-mstep-proposal-step-2 .form-actions button,
#nesi-mstep-proposal-step-3 .form-actions button,
#nesi-mstep-proposal-step-4 .form-actions button,
#nesi-mstep-proposal-step-5 .form-actions button {
  background: #2b9fc2;
  border: 0;
  color: #fff;
  font-size: 23px;
  height: 45px;
  text-shadow: 0 0 0 transparent;
}

#nesi-mstep-proposal-step-2 .form-actions #edit-previous,
#nesi-mstep-proposal-step-3 .form-actions #edit-previous,
#nesi-mstep-proposal-step-4 .form-actions #edit-previous,
#nesi-mstep-proposal-step-5 .form-actions #edit-previous {
  background: #bebfbf;
  margin-right: 40px;
}

#nesi-mstep-proposal-step-1 .form-submit {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 175px;
}

#nesi-mstep-proposal-step-2 .form-text,
#nesi-mstep-proposal-step-3 .form-text,
#nesi-mstep-proposal-step-4 .form-text {
  width: 430px;
}

#nesi-mstep-proposal-step-2 textarea,
#nesi-mstep-proposal-step-3 textarea,
#nesi-mstep-proposal-step-4 textarea {
  width: 442px;
}

#nesi-mstep-proposal-step-2 #edit-pdc-start-date,
#nesi-mstep-proposal-step-2 #edit-prc-start-date,
#nesi-mstep-proposal-step-2 #edit-pdc-start-date-datepicker-popup-0,
#nesi-mstep-proposal-step-2 #edit-prc-start-date-datepicker-popup-0,
#nesi-mstep-proposal-step-2 #edit-prc-grant-start-date-datepicker-popup-0 {
  width: 220px;
}

.container-inline-date .date-padding {
  padding: 0;
}

#nesi-mstep-proposal-step-2 #edit-prc-funding-amount {
  width: 160px;
}

.control-group .control-group .control-label {
  display: none;
}

#nesi-mstep-proposal-step-2 .grippie,
#nesi-mstep-proposal-step-3 .grippie,
#nesi-mstep-proposal-step-4 .grippie {
  display: none;
}

#nesi-mstep-proposal-step-2 legend,
#nesi-mstep-proposal-step-2 div div h2,
#nesi-mstep-proposal-step-3 legend,
#nesi-mstep-proposal-step-3 div div h2,
#nesi-mstep-proposal-step-4 legend,
#nesi-mstep-proposal-step-4 div div h2 {
  border-bottom: 0;
  border-top: 1px solid #aaa;
  clear: both;
  color: #4b5b68;
  display: block;
  float: left;
  font-size: 24px;
  line-height: 36px;
  margin-top: 0;
  padding-top: 32px;
  width: 100%;
}

#nesi-mstep-proposal-step-2 label,
#nesi-mstep-proposal-step-3 label,
#nesi-mstep-proposal-step-4 label {
  color: #606162;
  float: left;
  font-size: 14px;
  margin-right: 20px;
  width: 220px;
}

#nesi-mstep-proposal-step-2 .controls,
#nesi-mstep-proposal-step-3 .controls,
#nesi-mstep-proposal-step-4 .controls {
  float: left;
}

#nesi-mstep-proposal-step-2 fieldset,
#nesi-mstep-proposal-step-2 .control-group,
#nesi-mstep-proposal-step-2 > div > div,
#nesi-mstep-proposal-step-3 fieldset,
#nesi-mstep-proposal-step-3 .control-group,
#nesi-mstep-proposal-step-3 > div > div,
#nesi-mstep-proposal-step-4 fieldset,
#nesi-mstep-proposal-step-4 .control-group,
#nesi-mstep-proposal-step-4 > div > div {
  clear: both;
  float: left;
  width: 100%;
}

#nesi-mstep-proposal-step-2 fieldset,
#nesi-mstep-proposal-step-3 fieldset,
#nesi-mstep-proposal-step-4 fieldset {
  padding-bottom: 80px;
}

#nesi-mstep-proposal-step-2 label .help-block,
#nesi-mstep-proposal-step-2 div div p,
#nesi-mstep-proposal-step-3 label .help-block,
#nesi-mstep-proposal-step-3 div div p,
#nesi-mstep-proposal-step-4 label .help-block,
#nesi-mstep-proposal-step-4 div div p {
  color: #838485;
  font-size: 12px;
  line-height: 15px;
}

.page-apply-proposal-complete h1.page-header {
  display: none;
}

.nesi-confirmation-center-inner {
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 10px 10px 10px 10px;
}
.nesi-confirmation-center-inner h1 {
  border-bottom: 1px solid #DCDCDC;
  color: #4B5B68;
  font-size: 4em;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 0;
  padding: 15px 0;
  text-align: center;
}
.nesi-confirmation-center-inner h2 {
  border-bottom: 1px solid #DCDCDC;
  color: #4B5B68;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 36px;
  margin: 6px auto 0;
  padding: 20px 27%;
  text-align: center;
}
.nesi-confirmation-center-inner p {
  background-color: transparent;
  background-image: url("../assets/img/email-icon.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  color: #4B5B68;
  font-size: 17px;
  line-height: 26px;
  margin: 10px auto 0;
  padding: 10px 0 35px 95px;
  text-align: left;
  width: 39%;
}

.confirmation-block {
  float: left;
  margin: 70px 0;
  padding: 0 2% 0 13%;
  width: 33%;
}

.confirmation-block-1 {
  background: url(../assets/img/confirmation-arrow.png) 6% 12px no-repeat;
  margin-right: 4%;
}

.confirmation-block-2 {
  background: url(../assets/img/confirmation-note.png) 6% 12px no-repeat;
}

.confirmation-block h2 {
  color: #4b5b68;
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  margin-top: 0;
}

.confirmation-block p a {
  color: #2b9fc2;
  font-weight: bold;
}

/* Errors */
.control-group.error .radio {
  box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
}

#nesi-mstep-proposal-step-2 .control-group.error .radio,
#nesi-mstep-proposal-step-3 .control-group.error .radio,
#nesi-mstep-proposal-step-4 .control-group.error .radio {
  color: #B94A48;
}

/* FAQs block */
#block-nesi-config-nesi-faq {
  border-top: 1px solid #aaa;
  margin-top: 90px;
  padding: 65px 0;
}

#block-nesi-config-nesi-faq h2 {
  color: #4b5b68;
  font-size: 24px;
  font-weight: normal;
  line-height: 23px;
  margin: 0;
  text-align: center;
}

#block-nesi-config-nesi-faq h2 a {
  color: #2B9FC2;
}

.faq {
  margin-top: 45px;
}

#block-nesi-config-nesi-faq h4 {
  color: #4b5b68;
  float: left;
  font-size: 23px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
  margin-right: 1%;
  margin-top: 0;
  text-align: right;
  width: 49%;
}

#block-nesi-config-nesi-faq p {
  color: #404040;
  font-size: 12px;
  line-height: 23px;
  margin-left: 52%;
}

/* Dashboard */
.page-user-dashboard {
  /* background: #f1f1f1; */
}

.page-user-dashboard .breadcrumbs {
  display: none;
}

.page-user-dashboard h1.page-header {
  margin: 28px 0;
  text-indent: 20px;
}

.page-user-dashboard .span12 h2 {
  color: #4b5b68;
  float: left;
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  text-indent: 20px;
  width: 60%;
}

.page-user-dashboard .stats-labels {
  color: #4b5b68;
  float: right;
  margin: 10px 20px 10px 0;
}

.page-user-dashboard .module {
/*
  background: #fff;
  -webkit-box-shadow: -1px 5px 5px 0px rgba(0, 0, 0, .1);
  box-shadow: -1px 5px 5px 0px rgba(0, 0, 0, .1);
*/
  margin: 0 0 32px 0;
  padding: 0;
}

.page-user-dashboard .module-inner {
  border-bottom: 0;
}

.proposal-outline-wrapper {
  clear: both;
  float: left;
  height: 72px;
  margin: 0 0 5px 0;
  width: 100%;
}

.page-user-dashboard .proposal-outline {
  border: 0;
  border: 1px solid #eaeded;
  float: left;
  height: 70px;
  margin: 0;
  padding: 0 20px;
}

.page-user-dashboard .module h1 {
  background: url(../assets/img/dashboard-proposal-icon.png) left 3px no-repeat;
  margin: 15px 0 0 0;
  padding: 0 0 0 40px;
}

.page-user-dashboard .module h1,
.page-user-dashboard .module h1 a {
  color: #4b5b68;
  font-size: 14px;
  line-height: 21px;
}

.page-user-dashboard .module h1 a strong {
}

.page-user-dashboard .module h1 a span {
  color: #f91005
}

.page-user-dashboard .proposal-outline .proposal-title:before {
  display: none;
}

.page-user-dashboard .proposal-outline header {
  float: left;
}

.page-user-dashboard .proposal-meta {
  color: #4a4848;
  float: right;
  line-height: 21px;
  margin: 0;
  width: 240px;
}

.page-user-dashboard .proposal-meta > div,
.page-user-dashboard .stats-labels > div {
  float: left;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 105px;
}

.page-user-dashboard .stats-labels > div {
  color: #4B5B68;
  height: auto;
  line-height: 36px;
}

.page-user-dashboard .span12 {
  position: relative;
}

.page-nesi-config-site-faqs .cke_contents { 
  height: 100px !important;
}

.page-nesi-config-site-faqs input { 
  width: auto; 
}

#submit-proposal,
#back-to-dashboard {
  background: url(../assets/img/dashboard-button.png) no-repeat;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  color: #4b5b68;
  font-size: 15px;
  height: 39px;
  line-height: 37px;
  padding: 0 39px 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 10px;
  width: 185px;
}

#back-to-dashboard {
  background: #FAF9F9;
  border: 1px solid #E7E6E6;
  margin: 0;
  padding: 0;
}

#dashboard-activity > div {
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  margin: 0 0 14px 0;
  padding: 0 0 0 50px;
}

#dashboard-activity > div strong {
  font-size: 25px;
}

#dashboard-projects {
  background: url(../assets/img/dashboard-projects-icon.png) left center no-repeat;
}

#dashboard-active-members {
  background: url(../assets/img/dashboard-active-members-icon.png) left center no-repeat;
}

#dashboard-cpu-hours {
  background: url(../assets/img/dashboard-cpu-hours-icon.png) left center no-repeat;
}

.proposal-operations {
  display: none;
  margin: 0 0 0 38px;
  overflow: hidden;
}

.proposal-outline-wrapper:hover .proposal-operations {
  display: inline;
}

.proposal-operations a {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  height: 15px;
  margin: 0 7px;
  padding: 0;
  text-indent: -9999em;
  width: 22px;
}

.proposal-operations a.btn-dash-view {
  background: url(../assets/img/dashboard-icon-view-small.png) center no-repeat;
}

.proposal-operations a.btn-dash-edit {
  background: url(../assets/img/dashboard-icon-edit-small.png) center no-repeat;
}

.proposal-operations a.btn-dash-delete {
  background: url(../assets/img/dashboard-icon-delete.png) center no-repeat;
}

/* User profile page */
.page-user-profile {
  background: #fff;
}

.page-user-profile ul.nav-tabs {
  display: none;
}

.page-user .span12 {
  position: relative;
}

.page-user-profile h1.page-header {
  text-indent: 20px;
}

.page-user-profile .module-wrapper {
  background: url(../assets/img/boxes-bg-center.png) center top repeat-x;
  float: left;
  margin: 28px 0 46px;
  padding: 18px 2% 0;
  width: 29.33%;
}

.page-user-profile .module-wrapper-first {
  background: url(../assets/img/boxes-bg-left.png) right top no-repeat;
}

.page-user-profile .module-wrapper-last {
  background: url(../assets/img/boxes-bg-right.png) left top no-repeat;
}

.page-user-profile .module-wrapper h2 {
  color: #4b5b68;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-indent: 20px;
}

.page-user-profile .module {
  color: #606162;
  height: 295px;
}

.module-account {
  text-align: center;
}

.module-account .account-photo {
  margin: 0 0 30px 0;
}

.module-account .account-name {
  color: #4b5b68;
  font-size: 17px;
  line-height: 36px;
}

.module-account .account-history * {
  display: inline;
  margin: 0;
  font-size: 11px;
  font-style: italic;
  font-weight: 100;
}

.module-researcher > div,
.module-contact > div {
  margin: 0 0 6px 0;
}

.module-researcher .researcher-logo {
  margin: 0 0 30px 0;
  text-align: center;
}

.module-researcher strong,
.module-contact strong {
  color: #4b5b68;
  font-size: 17px;
  font-weight: normal;
  line-height: 36px;
}

.nesi-btn {
  background: #faf9f9;
  border: 1px solid #e7e6e6;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  clear: both;
  color: #4b5b68;
  display: block;
  font-size: 15px;
  height: 37px;
  line-height: 36px;
  margin: 46px auto;
  padding: 0;
  text-align: center;
  width: 111px;
}

.proposal-actions a {
  width: 180px;
}

/* View proposal */
.node-type-proposal-research-class,
.node-type-proposal-development-class,
.node-type-proposal-postgrad-class {
  background: #fff;
}

.node-type-proposal-research-class .span12,
.node-type-proposal-development-class .span12,
.node-type-proposal-postgrad-class .span12 {
  position: relative;
}

.node-type-proposal-research-class ul.nav-tabs,
.node-type-proposal-development-class ul.nav-tabs,
.node-type-proposal-postgrad-class ul.nav-tabs {
  display: none;
}

.node-type-proposal-research-class header h1,
.node-type-proposal-development-class header h1,
.node-type-proposal-postgrad-class header h1 {
  text-indent: 20px;
}

.node-type-proposal-research-class header h1 span,
.node-type-proposal-development-class header h1 span,
.node-type-proposal-postgrad-class header h1 span {
  color: #f00;
}

.node-type-proposal-research-class .node,
.node-type-proposal-development-class .node,
.node-type-proposal-postgrad-class .node {
  max-width: 100%;
  width: 100%;
}

.node-proposal-research-class .field-group-fieldset,
.node-type-proposal-development-class .field-group-fieldset,
.node-type-proposal-postgrad-class .field-group-fieldset {
  float: left;
  margin: 0 2% 2% 0;
  width: 48%;
}

.node-proposal-research-class .field-group-fieldset.odd,
.node-type-proposal-development-class .field-group-fieldset.odd,
.node-type-proposal-postgrad-class .field-group-fieldset.odd {
  margin-right: 0;
}

.node-proposal-research-class .field-group-fieldset legend,
.node-type-proposal-development-class .field-group-fieldset legend,
.node-type-proposal-postgrad-class .field-group-fieldset legend {
  border: 0;
  height: 57px;
  line-height: 57px;
}

.node-proposal-research-class .field-group-fieldset legend span,
.node-type-proposal-development-class .field-group-fieldset legend span,
.node-type-proposal-postgrad-class .field-group-fieldset legend span {
  color: #4b5b68;
  display: block;
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 20px;
}

.node-proposal-research-class.page-node-edit .field-group-fieldset legend span,
.node-type-proposal-development-class.page-node-edit .field-group-fieldset legend span,
.node-type-proposal-postgrad-class.page-node-edit .field-group-fieldset legend span {
  padding: 0;
}

.node-proposal-research-class #proposal-research-class-node-form .field-group-fieldset legend span,
.node-type-proposal-development-class #proposal-development-class-node-form .field-group-fieldset legend span,
.node-type-proposal-postgrad-class #proposal-postgrad-class-node-form .field-group-fieldset legend span {
  font-size: 24px;
  margin: 0;
  text-indent: 0;
}

.node-proposal-research-class #proposal-research-class-node-form .field-group-fieldset .field-widget-date-popup legend span,
.node-type-proposal-development-class #proposal-development-class-node-form .field-group-fieldset .field-widget-date-popup legend span,
.node-type-proposal-postgrad-class #proposal-postgrad-class-node-form .field-group-fieldset .field-widget-date-popup legend span {
  color: #606162;
  font-size: 14px;
}

.node-proposal-research-class .field-group-fieldset .fieldset-wrapper,
.node-type-proposal-development-class .field-group-fieldset .fieldset-wrapper,
.node-type-proposal-postgrad-class .field-group-fieldset .fieldset-wrapper,
#proposal-statistics {
/*
  background: #fff;
  border: 1px solid #e7e6e6;
  -webkit-box-shadow: -1px 5px 5px 0px rgba(0, 0, 0, .1);
  box-shadow: -1px 5px 5px 0px rgba(0, 0, 0, .1);
*/
  color: #606162;
  margin: 0;
  padding: 20px;
}

.node-proposal-research-class #proposal-research-class-node-form .field-group-fieldset .fieldset-wrapper,
.node-type-proposal-development-class #proposal-development-class-node-form .field-group-fieldset .fieldset-wrapper,
.node-type-proposal-postgrad-class #proposal-postgrad-class-node-form .field-group-fieldset .fieldset-wrapper {
  background: transparent;
  border: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  margin: 0;
  padding: 0;
}

.node-proposal-research-class .field-group-fieldset:nth-child(2n+2) .fieldset-wrapper,
.node-type-proposal-development-class .field-group-fieldset:nth-child(2n+2) .fieldset-wrapper,
.node-type-proposal-postgrad-class .field-group-fieldset:nth-child(2n+2) .fieldset-wrapper {
  margin-right: 0;
}

.node-proposal-research-class .field-group-fieldset .fieldset-wrapper > .field,
.node-type-proposal-development-class .field-group-fieldset .fieldset-wrapper > .field,
.node-type-proposal-postgrad-class .field-group-fieldset .fieldset-wrapper > .field {
  margin: 0 0 6px 0;
}

.node-proposal-research-class .field-group-fieldset .field-label,
.node-type-proposal-development-class .field-group-fieldset .field-label,
.node-type-proposal-postgrad-class .field-group-fieldset .field-label {
  color: #4b5b68;
  font-size: 17px;
  font-weight: normal;
  line-height: 36px;
}

#proposal-statistics {
  margin: 40px 0 34px;
  padding: 20px 0 20px 20px;
}

#proposal-statistics > div {
  display: inline-block;
  height: 93px;
  width: 30%;
}

#proposal-statistics .inner {
  float: right;
}

#proposal-statistics .inner > div {
  display: inline-block;
  vertical-align: top;
  width: 32.8%;
}

#proposal-statistics .labels,
#proposal-statistics .inner > div {
  height: 69px;
}

#proposal-statistics * {
  line-height: 30px;
  margin: 0;
}

#proposal-statistics h2 {
  color: #4b5b68;
  font-weight: normal;
}

#proposal-statistics h3 {
  color: #4b5b68;
  font-size: 17px;
  font-weight: normal;
}

.node-type-proposal-research-class.page-node-edit .node {
  max-width: 100%;
}

#proposal-research-class-node-form fieldset,
#proposal-development-class-node-form fieldset,
#proposal-postgrad-class-node-form fieldset {
  border-bottom: 1px solid #aaa;
  clear: both;
  float: none;
  padding: 30px 100px;
  width: auto;
}

#proposal-research-class-node-form fieldset fieldset,
#proposal-development-class-node-form fieldset fieldset,
#proposal-postgrad-class-node-form fieldset fieldset {
  border: 0;
  padding: 0;
}

#proposal-research-class-node-form fieldset legend,
#proposal-development-class-node-form fieldset legend,
#proposal-postgrad-class-node-form fieldset legend {
  border: 0;
  color: #4b5b68;
  float: left;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
}

#proposal-research-class-node-form fieldset > .fieldset-wrapper > .form-item,
#proposal-research-class-node-form fieldset > .fieldset-wrapper > .form-wrapper,
#proposal-development-class-node-form fieldset > .fieldset-wrapper > .form-item,
#proposal-development-class-node-form fieldset > .fieldset-wrapper > .form-wrapper,
#proposal-postgrad-class-node-form fieldset > .fieldset-wrapper > .form-item,
#proposal-postgrad-class-node-form fieldset > .fieldset-wrapper > .form-wrapper {
  clear: both;
  float: left;
  width: 100%;
}

#proposal-research-class-node-form fieldset label,
#proposal-research-class-node-form fieldset fieldset legend,
#proposal-development-class-node-form fieldset label,
#proposal-development-class-node-form fieldset fieldset legend,
#proposal-postgrad-class-node-form fieldset label,
#proposal-postgrad-class-node-form fieldset fieldset legend {
  color: #606162;
  float: left;
  font-size: 14px;
}

#proposal-research-class-node-form fieldset .controls,
#proposal-research-class-node-form fieldset > .fieldset-wrapper > .form-wrapper .fieldset-wrapper,
#proposal-development-class-node-form fieldset .controls,
#proposal-development-class-node-form fieldset > .fieldset-wrapper > .form-wrapper .fieldset-wrapper,
#proposal-postgrad-class-node-form fieldset .controls,
#proposal-postgrad-class-node-form fieldset > .fieldset-wrapper > .form-wrapper .fieldset-wrapper {
  float: left;
  overflow: hidden;
  width: 428px;
}

#proposal-research-class-node-form fieldset .grippie,
#proposal-development-class-node-form fieldset .grippie,
#proposal-postgrad-class-node-form fieldset .grippie {
  display: none;
}

#proposal-research-class-node-form fieldset .help-block,
#proposal-development-class-node-form fieldset .help-block,
#proposal-postgrad-class-node-form fieldset .help-block {
  color: #838485;
  font-size: 12px;
  line-height: 15px;
}

#proposal-research-class-node-form .vertical-tabs,
#proposal-development-class-node-form .vertical-tabs ,
#proposal-postgrad-class-node-form .vertical-tabs{
  display: none; /* Just hide the whole thing for now */
}

#proposal-research-class-node-form #edit-actions,
#proposal-development-class-node-form #edit-actions,
#proposal-postgrad-class-node-form #edit-actions {
  background: transparent;
  border: 0;
  padding: 0;
}

#proposal-research-class-node-form #edit-actions *,
#proposal-development-class-node-form #edit-actions *,
#proposal-postgrad-class-node-form #edit-actions * {
  display: none; /* Just hide everything for now */
}

#proposal-research-class-node-form #edit-submit,
#proposal-development-class-node-form #edit-submit,
#proposal-postgrad-class-node-form #edit-submit {
  background: none repeat scroll 0 0 #2B9FC2;
  border: 0 none;
  color: #fff;
  display: block;
  float: right;
  font-size: 23px;
  height: 45px;
  margin: 18px 0 0;
  text-shadow: 0 0 0 transparent;
}

#edit-field-p-project-id {
  display: none;
}

/* form override */
#edit-title,
#edit-field-subtitle-und-0-value {
  min-width: 500px;
}

/* PDF */
.nesi-pdf #logo { 
  margin: 24px 0;
}

.nesi-pdf .node-proposal-development-class .field-group-fieldset.odd {
  margin-right: 2%;
}

.nesi-pdf .node-proposal-development-class .field-group-fieldset.even {
  margin-right: 0;
}

.nesi-pdf #proposal-statistics {
  width: 100%;
}

.nesi-pdf #proposal-statistics .inner {
  padding: 0;
  width: 50%;
}

.nesi-pdf #proposal-statistics .inner > div {
  width: 30%;
}
/* blog */
.title-wrapper {
    display: inline-block;
    margin-right: 1%;
    width: 78%;
}
.title-wrapper h1 {
  
}
.title-wrapper h2 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: lighter;
  line-height: 1.4em;
}
.share-wrapper {
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    width: 20%;
}
.share-wrapper ul {
  list-style: none;
  margin: 0;
}
.share-wrapper .sharethis-wrapper span {
  margin-bottom: 5px;
}
.share-wrapper .sharethis-wrapper span .stButton {
  margin-bottom: 0;
}
.share-wrapper .comment-count-wrapper {
  background-image: url("../assets/img/icon-text-box-bubble.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 21px;
  text-align: right;
  width: 23px;
}
.share-wrapper .comment-count-wrapper span {
  color: white;
  display: block;
  font-size: 0.8em;
  line-height: 1em;
  margin-right: 5px;
  margin-top: 2px;
}
.submitted-info-wrapper {
  border-bottom: 1px solid #D14F63;
  border-top: 1px solid #D14F63;
  display: block;
  margin: 25px 0;
  padding: 10px 0;
}
.submitted-info-wrapper .author-picture {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  width: 64px;
}
.submitted-info-wrapper .sub-info-wrapper {
  display: inline-block;
}
.submitted-info-wrapper .sub-info-wrapper .author-info {
  font-family: Arial;
  font-size: 0.9em;
  margin: 0;
}
.submitted-info-wrapper .sub-info-wrapper .date-created {
  font-family: Arial;
  font-size: 0.9em;
  margin: 0;
}
.submitted-info-wrapper .sub-info-wrapper .custom-tags p {
  font-family: Arial;
  font-size: 0.9em;
  margin: 0;
}
.image-wrapper {
  
}
.image-wrapper .image-title {
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 0.9em;
  margin-bottom: 1em;
  margin-top: 5px;
}
.body-wrapper {
  margin-bottom: 2em;
}
.comments-wrapper section#comments h2.title {
  color: #4B5B68;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: lighter;
  padding-bottom: 0.5em;
}
.comments-wrapper section#comments .well {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  margin: 0;
  min-height: auto;
  padding: 1em 0 0 0;
}
.comments-wrapper section#comments .comment {
  border-top: 1px solid #4B5B68;
  margin-bottom: 0.5em;
  padding-bottom: 1em;
  padding-top: 0.5em;
}
.comments-wrapper section#comments .indented {
  margin-left: 3em;
}
.comments-wrapper section#comments .new {
  display: none;
}
.comments-wrapper section#comments .block-left {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 25%;
}
.comments-wrapper section#comments .block-right {
  display: inline-block;
  margin: 0;
  width: 73%;
}
.comments-wrapper section#comments .author {
  margin: 0;
}
.comments-wrapper section#comments .author a,
.comments-wrapper section#comments .author span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
}
.comments-wrapper section#comments .content {
  margin: 0 0 1em 0;
}
.comments-wrapper section#comments .content span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: lighter;
}
.comments-wrapper section#comments .content .field-name-comment-body .field-item:before {
  content: "\"";
}
.comments-wrapper section#comments .content .field-name-comment-body .field-item:after {
  content: "\"";
}
.comments-wrapper section#comments .content .field-name-comment-body .field-item p {
  display: inline-block;
  margin: 0;
}
.comments-wrapper section#comments .submitted {
  background-image: url("../assets/img/icon-calendar-blog.png");
  background-position: left 5px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  padding-left: 20px;
  color: #767778;
  font-size: 0.85em;
  font-style: italic;
  font-weight: lighter;
}
.comments-wrapper section#comments .reply {
  margin: 0;
}
.comments-wrapper section#comments .reply a {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: lighter;
}
.comments-wrapper section#comments .reply ul {
  list-style: none;
  margin: 0;
}
.comments-wrapper section#comments .reply ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.comments-wrapper section#comments #comment-form-wrapper .title {
  border-bottom: 1px solid #4B5B68;
  margin-bottom: 1em;
}
.comments-wrapper section#comments #comment-form-wrapper label {
    display: inline-block;
    vertical-align: top;
    width: 10%;
}
.comments-wrapper section#comments #comment-form-wrapper .controls {
    display: inline-block;
    width: 75%;
}
.comments-wrapper section#comments #comment-form-wrapper input.form-text {
    width: 98%;
}
.comments-wrapper section#comments #comment-form-wrapper button#edit-submit {
  margin-left: 15%;
}
.comments-wrapper .mollom-privacy {
  margin-left: 15%;
}
.comments-wrapper .filter-help,
.comments-wrapper .filter-guidelines {
  display: none;
}
/* blog aside section */
.block-views {
    float: left;
    margin-bottom: 2em;
    font-size: 1em;
}
.block-views {
  clear: left;
}
h2.block-title,
.block-views .block-title {
  font-size: 1.1em;
}
.block-views .arrow-list-style .views-row {
  background-image: url("../assets/img/background-arrow-list-marker.png");
  background-position: left 5px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  padding-left: 15px;
}
.block-views .arrow-list-style .views-row a {
  color: #404040;
}
.block-views .latest-posts {

}
.block-views .latest-posts .views-row {
  float:left;
  margin-bottom: 20px;
}
.block-views .latest-posts .views-field-field-image {
  float: left;
}
.block-views .latest-posts .views-field-title,
.block-views .latest-posts .views-field-body,
.block-views .latest-posts .views-field-created {
  clear: right;
 /* float: right;
    width: 60%; */
}
.block-views .latest-posts .views-field-title a {
  color: #4b5b68;
  font-weight: bold;
}
.block-views .latest-posts .views-field-body span {

}
.block-views .latest-posts .views-field-created span {
  color: #767778;
  font-size: 0.8em;
  font-style: italic;
}

/* blog page */
.view.blog-page {

}
.view.blog-page .views-row {
  float:left;
  margin-bottom: 5em;
  width: 100%;
}
.view.blog-page .views-field-field-image {
    float: left;
    margin-bottom: 1em;
    margin-right: 2em;
}
.view.blog-page .views-field-title,
.view.blog-page .views-field-body {
  display: block;
}
.view.blog-page .views-field-field-user-firstname,
.view.blog-page .views-field-field-user-lastname,
.view.blog-page .views-field-comment-count,
.view.blog-page .views-field-created {
  display: inline-block;
}
.view.blog-page .views-field-field-user-firstname {
  background-image: url("../assets/img/icon-calendar-blog.png");
  background-position: left 5px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  padding-left: 20px;
}
.view.blog-page .views-field-comment-count {
  background-image: url("../assets/img/icon-text-box-bubble.png");
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  height: 21px;
  text-align: right;
  width: 23px;
}
.view.blog-page .views-field-comment-count span {
  color: white;
  display: block;
  font-size: 0.8em;
  line-height: 1em;
  margin-right: 5px;
  margin-top: 2px;
}
.view.blog-page .views-field-title h2 {
  color: #404040;
  font-size: 1em;
  font-weight: lighter;
}
.view.blog-page .views-field-title h2 a {
    color: #404040;
    font-size: 1.5em;
}
.view.blog-page .views-field-body span {

}
.view.blog-page .views-field-field-user-firstname span,
.view.blog-page .views-field-field-user-lastname span,
.view.blog-page .views-field-created span {
  color: #767778;
  font-size: 0.85em;
  font-style: italic;
  font-weight: lighter;
}

/* landing page */
.node-type-landing-page header h1 {
  text-align: center;
  width: 100%;
}
.node-type-landing-page .field-name-body {
  display: inline-block;
  margin-top: 1em;
  padding: 0 2em;
  text-align: center;
}
.node-type-landing-page .field-name-body p {
  color: #4b5b68;
  font-size: 1.7em;
}
.page-node-edit.node-type-landing-page .field-name-body {
  text-align: left;
}
.node-type-landing-page [role="main"] {
  max-width: 100%;
}
.node-type-landing-page .field-collection-view {
  border: none;
}
.node-type-landing-page .field-collection-container {
  border: medium none;
  display: block;
  margin-top: 2em;
  padding: 0 2em;
  text-align: center;
}
.node-type-landing-page .field-collection-container .field-collection-view .content {
  background-image: url("../assets/img/background-separator-horizontal.png");
  background-position: 75% bottom;
  background-repeat: no-repeat;
  background-size: auto auto;
  display: inline-block;
  padding-bottom: 3em;
}
.node-type-landing-page .field-collection-container .field-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.node-type-landing-page .field-collection-container .field-item .field-item {
  text-align: left;
  width: 100%; 
}
.node-type-landing-page .field-collection-container .field-name-field-section-image {
  float: left;
  width: 25%;
}
.node-type-landing-page .field-collection-container .field-name-field-section-image img {

}
.node-type-landing-page .field-collection-container .field-name-field-section-title {
  float: right;
  margin-right: 6%;
  width: 60%;
}
.node-type-landing-page .field-collection-container .field-name-field-section-title h2.field-item {
  color: #4B5B68;
  font-size: 1.7em;
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.node-type-landing-page .field-collection-container .field-name-field-section-description {
  float: right;
  margin-right: 6%;
  width: 60%;
}
.node-type-landing-page .field-collection-container .field-name-field-section-related-links {
  float: right;
  margin-right: 6%;
  width: 60%;
}
.node-type-landing-page .field-collection-container .field-name-field-section-related-links .field-item {
  float: left;
  background-image: url("../assets/img/background-arrow-list-marker.png");
  background-position: left 5px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  padding-left: 15px;
}

/* community */
body.community article.node-page {
  margin-bottom: 0;
  padding-bottom: 0;
}
.community-content-list .views-row {
  margin-bottom: 3em;
  padding-left: 20px;
}
.community-content-list .views-row.event {
  border-left: 10px solid #4a2372;
}
.community-content-list .views-row.story {
  border-left: 10px solid green;
}
.community-content-list .views-row.blog {
  border-left: 10px solid gray;
}
.community-content-list .views-row.casestudy {
  border-left: 10px solid #8D1C3C;
}
.community-content-list .views-row.project {
  border-left: 10px solid #675C38;
}
.community-content-list .views-field-title h2 {
  font-weight: normal;
  margin: 0;
}
.community-content-list .views-field-body {
  margin-top: 0.5em;
}
.block-block {
  clear: left;
  float: left;
}
.block-block .block-title {
  font-size: 1.1em;
}
.block ul.community-links {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.block ul.community-links li {
  clear: left;
  margin: 0;
  padding-left: 0;
}
.block ul.community-links li a {
  color: #404040;
  float: left;
  font-size: 1em;
  margin-bottom: 5px;
  padding: 5px 20px 5px 10px;
  text-decoration: none;
}
.block ul.community-links li a:hover {
  color: #404040;
  background-color: #eeeeee;
  text-decoration: none;
}
.block ul.community-links li.event a {
  border-left: 5px solid #4a2372;
}
.block ul.community-links li.story a {
  border-left: 5px solid green;
}
.block ul.community-links li.blog a {
  border-left: 5px solid gray;
}
.block ul.community-links li.case-study a {
  border-left: 5px solid #8D1C3C;
}
.block ul.community-links li.project a {
  border-left: 5px solid #675C38;
}

/* override for page layout */
.row-fluid section.span9 {
    /*width: 74.359%; original */
    width: 70.359%;
}
.row-fluid aside.span3 {
    /*width: 23.0769%; original*/
    width: 27.0769%;
}
[role="main"] {
    max-width: none;
}

/* ckedit_link override */
body.logged-in.edit.admin-menu div.cke_dialog_ui_input_text #autocomplete li.selected *,
body.logged-in.add.admin-menu div.cke_dialog_ui_input_text #autocomplete li.selected * {
  background-color: blue;
}
body.logged-in.edit.admin-menu div.cke_dialog_ui_input_text #autocomplete li div.reference-autocomplete:hover,
body.logged-in.add.admin-menu div.cke_dialog_ui_input_text #autocomplete li div.reference-autocomplete:hover {
  background-color: blue;
}

body.logged-in.edit.admin-menu input.cke_dialog_ui_input_text {
  height:auto;
}

blockquote p {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 0;
}

/* Newsletter Signup Styles */

.region-collaborators {
    background: #F0F0F0;
    border-top: 1px solid #cfcfcf;
}

#block-mailchimp-lists-receive-email-updates {
    width: 1170px;
    margin: 0 auto;
    padding: 1em 0 2.5em;
}

#block-mailchimp-lists-receive-email-updates h2 {
    color: #4b5b68;
    display: inline-block;
    float: left;
    margin: 0;
}

#mailchimp-lists-user-subscribe-form-receive-email-updates {
    text-align: right;
    margin: 0;
}

#block-mailchimp-lists-receive-email-updates .control-group {
    display: inline;
}

#block-mailchimp-lists-receive-email-updates .controls {
    display: inline;
}

#block-mailchimp-lists-receive-email-updates label {
    display: inline;
    font-size: 13px;
}

#block-mailchimp-lists-receive-email-updates input {
    margin: 0 10px 0 0;
}

.logged-in #block-mailchimp-lists-receive-email-updates input {
    margin: 7px 10px 0 0;
}

.logged-in #block-mailchimp-lists-receive-email-updates .form-type-checkbox {
    float: left;
}

#block-mailchimp-lists-receive-email-updates .form-submit {
    background: rgb(43, 160, 194);
    background-image: url(../assets/img/email-icon-2.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 48px;
    color: #FFF;
}

#mailchimp-newsletter-receive_email_updates {
    display: inline;
}

.mailchimp-lists-user-subscribe-form {
    clear: both;
}

#block-mailchimp-lists-receive-email-updates p {
    margin-top: 4px;
    text-align: left;
    width: 340px;
    font-size: 13px;
    display: inline-block;
    float: left;
}

.logged-in #block-mailchimp-lists-receive-email-updates p {
    float: none;
}

/*Comment form */

.comment-form .form-item-mail p.help-block {
    display: none;
}

.comment-form .controls {
    display: inline-block;
}

.comment-form input[type=text], .comments-wrapper section#comments #comment-form-wrapper .form-textarea-wrapper {
    width: 80% !important;
    padding: 5px 0;
}

.comment-form label {
    text-align: right;
    margin-right: 20px;
    width: 10%;
    display: inline-block;
}

.comment-form label.checkbox, .comment-form label.radio {
    width: auto !important;
    font-size: 12px;
    text-align: left;
    margin-right: 0;
}

.comment-form .form-item-notify {
    display: inline-block;
    margin-left: 108px;
}

.comment-form #edit-notify-type {
    display: inline;
}

.comment-form .mollom-privacy {
    font-size: 12px;
    margin: 0 0 20px 108px;
}

.comment-form button#edit-submit {
    margin-left: 108px !important;
    display: block;
    margin-right: 20px;
}

.comment-form button#edit-preview {
    display: none;
}

.page-comment .comment-form .form-item-notify, .page-comment .comment-form .mollom-privacy, .page-comment .comment-form button#edit-submit {
    margin-left: 140px !important;
}

/* Image Attribution */

.field-name-field-file-image-attribution .field-label {
    display: none;
}

.field-name-field-file-image-attribution .field-items {
    font-style: italic;
    font-size: 12px;
    color: #4B5B68;
}

body.node-type-casestudy .field-name-field-file-image-attribution {
  width: 400px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}

/* JIRA Issue Collector */
#atlwdg-trigger {
  z-index: 100;
}

fieldset#edit-metatags-open-graph, fieldset#edit-metatags-advanced, fieldset#edit-metatags-twitter-cards {
  height: inherit;
}

/* Mailchimp */

.front .block-mailchimp-signup {
  #border-top: 1px solid #aaa;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  #padding-top: 100px;
  #padding-bottom: 0px;
  height: 40px;
  position: relative;
}

.block-mailchimp-signup {
  padding-bottom: 60px;
}

.front .block-mailchimp-signup .messages {
  position: absolute;
  top: 40px;
}

.block-mailchimp-signup h2 {
  width: 30%;
  float: left;
  text-align: left;
  margin-top: 3px;
  font-size: 20px;
  font-weight: 500;
}

.block-mailchimp-signup .mailchimp-signup-subscribe-form {
  text-align: left;
  width: 70%;
  float: left;
}

.block-mailchimp-signup .mailchimp-newsletter-mergefields .control-group {
  float: left;
  margin-right: 5px;
}

.block-mailchimp-signup .mailchimp-newsletter-mergefields .control-group input {
  border-radius: 0;
  height: 23px;
}

.block-mailchimp-signup .btn {
  float: left;
  background: #333;
  border: none;
  border-radius: 0;
  padding: 6px 20px;
}