/**
 * @file
 * CARE style
 *
 * @see collapse.js
 * @see http://nicolasgallagher.com/css-background-image-hacks/
 */

 @import url(https://fonts.googleapis.com/css?family=Roboto:700,400,300,100|Montserrat:400,700);

body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

body a {
  /* light */
  /* color: #f39c12; */
  /* darker */
  color: #db8a0b;
}

#content {
  font-size: 18px;
  font-weight: 400;
}

header {
  background-color: #f39c12;
}

header .topbar {
  font-size: 20px;
  background: #f39c12;
  background: -moz-linear-gradient(left, #f39c12 0%, #e67e22 35%, #fca314 66%, #f1c40f 100%);
  background: -webkit-linear-gradient(left, #f39c12 0%,#e67e22 35%,#fca314 66%,#f1c40f 100%);
  background: linear-gradient(to right, #f39c12 0%,#e67e22 35%,#fca314 66%,#f1c40f 100%);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto', sans-serif;
}

/* =Jumbotron Main
-------------------------------------------------------------- */
.jumbotron-main {
  background: #f39c12; /* Old browsers */
  background: -moz-linear-gradient(left, #f39c12 0%, #e67e22 35%, #fca314 66%, #f1c40f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f39c12 0%,#e67e22 35%,#fca314 66%,#f1c40f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f39c12 0%,#e67e22 35%,#fca314 66%,#f1c40f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39c12', endColorstr='#f1c40f',GradientType=1 ); /* IE6-9 */
  padding: 0.5em;
  margin-bottom: -0.5em;
}

.jumbotron-main h1 {
  font-size: 2.5em;
  font-weight: 100;
  color: #fff;
  line-height: 1.1 !important;
}

.jumbotron-main h1 strong {
  font-weight: 400;
}

/* wider screen overrides */
@media screen and (min-width: 768px) {
  .jumbotron {
      padding-top: 1.25em;
      padding-bottom: 1.25em;
  }
}
/* narrow widths */
@media screen and (max-width: 768px){
  .jumbotron-main h1 {
    font-size: 1.75em;
    padding-top: 0.5em;
  }
}

/*home page nav buttons as single columns ?585*/
@media screen and (max-width: 420px){
  .care-front-div {margin: 0.5em 10vw;}
}

/* inside pages need space between navbar and start of content */
.content-main-inner {
    margin-top: 1em;
}
.frontpage .content-main-inner {
    margin-top: 0;
}

/* =footer
-------------------------------------------------------------- */
.footer {
  color: #7B7B7B;
}

.footer a {
  color: #db8a0b;
}

.footer .footer-center, .copyright {
  background-image: none;
}

.footer .row {
  margin: 0;
}

.footer .img-responsive {
  margin: 0.5em auto;
}

/* =Hello Intro
-------------------------------------------------------------- */
#block-pagetitle h1 {
    background: #f39c12; /* Old browsers */
    background: -moz-linear-gradient(left, #f39c12 0%, #e67e22 35%, #fca314 66%, #f1c40f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f39c12 0%,#e67e22 35%,#fca314 66%,#f1c40f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f39c12 0%,#e67e22 35%,#fca314 66%,#f1c40f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39c12', endColorstr='#f1c40f',GradientType=1 ); /* IE6-9 */

    color: #fff;
    border-color: #cecece;
    text-shadow: 0px 0px 5px #bd6d34;
    font-size: 40px;
}

#hello-intro h2 {
    color: #414141;
    border-color: #cecece;
}

#hello-intro.not-home h3 {
    color: #fff;
    border-color: #cecece;
    text-shadow: 0px 0px 5px #bd6d34;
    font-size: 40px;
}

#hello-intro h3 {
    color: #646464;
}

#hello-intro h3 strong {
    font-weight: 300;
}

/* =details
-------------------------------------------------------------- */
details {
  border: 1px solid #ccc;
  margin-top: 1em;
  margin-bottom: 1em;
}
details > .details-wrapper {
  padding: 0.5em 1.5em;
}
/* @todo Regression: The summary of uncollapsible details are no longer
     vertically aligned with the .details-wrapper in browsers without native
     details support. */
summary {
  cursor: pointer;
  padding: 0.2em 0.5em;
}

/* sticky header nav 
   This is the shadow blur under the navigation bar
*/
.stuck {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 5px 2px rgba(120, 120, 120, 0.3);
}

.sticky-wrapper {
  /* display: none; */
}

.care-front-div {
  display:inline-block;
  width: 30%;
  border: 1px solid #ddd;
  margin-right:1em;
  padding:1em; 
  height:300px;
  border-radius:1em;
  vertical-align:top;
  min-width: 260px;
}

.care-front-div.full {
  width: 100%;
  height: 205px;
}
.care-front-div.full img {
  width: 16%;
}

.care-front-div:hover a {
  color:#666;
}
.care-front-div:hover  {
  border: 1px solid #f39c12;
}
.care-front-div img {
    margin: auto;
    display: block;
}
.p-title {
    line-height: 1.2;
    text-align: center;
    margin-top: 0.7em;
    font-size: 1.2em;
}
#school-readiness, #resources, #request-training {
  border-radius: 50%;
}

.node--view-mode-full .post-thumbnail img {
  max-width: 100%;
}

/*  User login: remove Reset your password link and block route with module noreqnewpass
*/
.request-password-link {display: none;}

/* posts
*/
.post-content h1.post-title {
  display: none;
}
.post-content span.post-comment {
  display: none;
}
.post-content ul {
  padding-left: 1.25em !important;
}

a:hover {
  text-decoration: underline;
}

/*  GRANTEE Styling */
.grantee-title {
  
}

.node--type-grantee-landing-page .field__label, .grantee-label {
  margin-top: 30px;
  font-size: 1.2em;
}

.grantee-field {

}

.field--name-field-grantee {
  display: none;
}

.infographics-help:not(:nth-child(1)) {
    /* border: 10px dashed red; */
    display: none;
}


#block-views-block-grantee-reports-block-reports .views-field,
#block-views-block-grantee-reports-block-landing .views-field {
  padding-bottom: 1em;
}

#block-views-block-grantee-reports-block-reports span.file,
#block-views-block-grantee-reports-block-landing span.file {
  line-height: 1.3;
}

.views-element-container header {
  background-color: transparent !important;
}

/* Resources details text */
details div {
  padding: 10px;
}

/* Cabinet Landing Page */
.node--type-cabinet-landing-page .field--type-file {
  margin-bottom: 0.75em;
}
.node--type-cabinet-landing-page .item-list .view-list-item {
  margin-bottom: 1.5em;
  line-height: 1.4;
}
.node--type-cabinet-landing-page .item-list ul {
  padding-left: 0px;
}
.node--type-cabinet-landing-page .item-list .view-list-item a {
  color: #3b3e43;
}
.node--type-cabinet-landing-page .item-list .view-list-item a:hover {
  color: #F39C12;
}

.field--name-field-report-errors.field--type-file {
  margin-top: 2.5em;
}
.field--name-field-report-errors.field--type-file .field__label {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  color: #282828;
  padding: 10px 0;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #F39C12;
  margin: 0 0 20px;
}

/* ECBG Grant Info */
.node--type-cabinet-resource ul {
  padding-left: 2em;
}
.node--type-cabinet-resource li {
  padding-bottom: 0.75em;
  line-height: 1.4;
}

/*******      Node Module Form & Display Styling      *******/
.page-node-type-measure-module #block-olivero-page-title {
  margin-block-end: 0 !important;
}

.page-node-type-measure-module .page-title {
  background-color: #45546a;
  color: white;
  padding: 12px;
  display: block;
}

.field--name-field-module-icon1, .field--name-field-module-icon2,
.field--name-field-module-icon3, .field--name-field-module-icon4,
.field--name-field-module-icon5, .field--name-field-module-icon6 {
  border: 3px solid #A9A9A9;
  border-width: 1.5px 3px 1.5px 3px;
  border-radius: 6px;
  background-color: #dae3f3;
  margin-block-end: 0 !important;
  padding: 6px;
}

.field--name-field-module-title1, .field--name-field-module-title2,
.field--name-field-module-title3, .field--name-field-module-title4,
.field--name-field-module-title5, .field--name-field-module-title6 {
  border: 3px solid #A9A9A9;
  border-width: 3px 3px 1.5px 3px;
  background-color: #dae3f3;
  margin-block-end: 0 !important;
  padding: 6px;
}

.field--name-field-module-text1, .field--name-field-module-text2,
.field--name-field-module-text3, .field--name-field-module-text4,
.field--name-field-module-text5, .field--name-field-module-text6 {
  border: 3px solid #A9A9A9;
  border-width: 1.5px 3px 1.5px 3px;
  margin-block-end: 0 !important;
  padding: 6px;
}

.field--name-field-module-complete1, .field--name-field-module-complete2,
.field--name-field-module-complete3, .field--name-field-module-complete4,
.field--name-field-module-complete5, .field--name-field-module-complete6 {
  border: 3px solid #A9A9A9;
  border-width: 1.5px 3px 3px 3px;
  background-color: #dae3f3;
  margin-bottom: 25px;
  padding: 6px;
}

#node-measure-module-form .field--name-field-module-complete1,
#node-measure-module-form .field--name-field-module-complete2,
#node-measure-module-form .field--name-field-module-complete3,
#node-measure-module-form .field--name-field-module-complete4,
#node-measure-module-form .field--name-field-module-complete5,
#node-measure-module-form .field--name-field-module-complete6 {
  margin-bottom: 20px;
}

h2.block__title {
  font-size: 1em;
}

#grantee-workflow-activity-log td,
#grantee-workflow-activity-log th {
  border: 1px solid #ddd;
  padding: 5px;
}


/*******  Measure Module Content Type Node Display Styling  *******/

.node--type-measure-module .field__label {
  color: darkgreen;
  text-decoration: underline;
}

.field--name-field-understand-timeline {
  border-top: 3px solid #A9A9A9;
}

.field--name-field-understand-timeline,
.field--name-field-module-age-born,
.field--name-field-module-dates-assessed,
.field--name-field-module-chart,
.field--name-field-number-sections {
  border-left: 3px solid #A9A9A9;
  border-right: 3px solid #A9A9A9;
  padding: 10px 6px 6px;
}

.field--name-field-number-sections {
  border-bottom: 3px solid #A9A9A9;
  margin-bottom: 20px;
}


.field--name-field-module-icon1, .field--name-field-module-icon2,
.field--name-field-module-icon3, .field--name-field-module-icon4,
.field--name-field-module-icon5, .field--name-field-module-icon6,
.field--name-field-module-icon7 {
  border: 3px solid #A9A9A9;
  border-width: 1.5px 3px 1.5px 3px;
  border-radius: 6px;
  background-color: #dae3f3;
  margin-block-end: 0 !important;
  padding: 6px;
}

.field--name-field-module-title1, .field--name-field-module-title2,
.field--name-field-module-title3, .field--name-field-module-title4,
.field--name-field-module-title5, .field--name-field-module-title6,
.field--name-field-module-title7
{
  border: 3px solid #A9A9A9;
  border-width: 3px 3px 1.5px 3px;
  background-color: #dae3f3;
  margin-block-end: 0 !important;
  padding: 6px;
  font-weight: bold;
}

.field--name-field-module-text1, .field--name-field-module-text2,
.field--name-field-module-text3, .field--name-field-module-text4,
.field--name-field-module-text5, .field--name-field-module-text6,
.field--name-field-module-text7 {
  border: 3px solid #A9A9A9;
  border-width: 1.5px 3px 1.5px 3px;
  margin-block-end: 0 !important;
  padding-left: 15px;
}

.field--name-field-module-complete1, .field--name-field-module-complete2,
.field--name-field-module-complete3, .field--name-field-module-complete4,
.field--name-field-module-complete5, .field--name-field-module-complete6,
.field--name-field-module-complete7 {
  border: 3px solid #A9A9A9;
  border-width: 1.5px 3px 3px 3px;
  background-color: #dae3f3;
  margin-bottom: 25px;
  padding: 6px;
}

#node-measure-module-form .field--name-field-module-complete1,
#node-measure-module-form .field--name-field-module-complete2,
#node-measure-module-form .field--name-field-module-complete3,
#node-measure-module-form .field--name-field-module-complete4,
#node-measure-module-form .field--name-field-module-complete5,
#node-measure-module-form .field--name-field-module-complete6,
#node-measure-module-form .field--name-field-module-complete7 {
  margin-bottom: 20px;
}
/***************************************************************/
