@charset "UTF-8";

/*
a:link {
  color: #CE112B;
}
a:visited {
  color: #CE112B;
}
*/

/*
#simply-smarter.gov-landing .btn.btn-default {
    color: #ca102b;
}
*/

/* #.# Hero Styles
------------------------------*/
.simply-smarter-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.4;
}
#simply-smarter .lead {
  font-family: "Montserrat", arial, sans-serif;
}
@media handheld, only screen and (min-width: 768px) {
  #simply-smarter #hero {
    display: flex;
    align-items: center;
    height: 300px;
    background-image: url(/portals/0/images/gov-landing-fade.png);
    background-repeat: no-repeat, no-repeat;
  background-position: right center, center top;
    background-size: 45%, 25%, auto;
    background-color:#FBFAF1;
  }

  .simply-smarter-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.4;
  }
#simply-smarter #hero h1 {
    color: #9D4815;
}
}

@media only screen and (max-width: 1425px) {
  #simply-smarter #hero{
    background-size: 50%;
  }
}

@media only screen and (max-width: 1280px) {
  #simply-smarter #hero{
    background-size: 60%;
  }
}

@media only screen and (max-width: 1070px) {
  #simply-smarter #hero{
    background-size: 70%;
  }
}

@media only screen and (max-width: 915px) {
  #simply-smarter #hero{
    background-size: 75%;
  }
}

@media only screen and (max-width: 855px) {
  #simply-smarter #hero{
    background-size: 85%;
  }
}

@media only screen and (max-width: 855px) {
  #simply-smarter #hero{
    background-size: 85%S;
  }
}

@media only screen and (max-width: 767px) {
  .display-none-mobile{
  display: none;
   }
   
        #simply-smarter.gov-landing #hero{
 background-image: none;
      background-color:#FBFAF1;
  }
 
    #simply-smarter.gov-landing #hero h1{
   color: #9D4815;
}
   
}

.d-flex{
  display: flex;
}

.align-items-center{
  align-items: center;
}




/*****Gov Categories****/
#simply-smarter.gov-landing .gov-categories .card h3,
#simply-smarter.gov-landing .gov-categories .card h2 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #000000;
}

#simply-smarter.gov-landing .gov-categories {
  margin-bottom: 20px;
}
#simply-smarter.gov-landing .gov-categories .flex {
  flex-wrap: wrap;
  justify-content: center;
}
#simply-smarter.gov-landing .gov-categories .flex a:hover,
#simply-smarter.gov-landing .gov-categories .flex a:hover h3,
#simply-smarter.gov-landing .gov-categories .flex a:focus,
#simply-smarter.gov-landing .gov-categories .flex a:focus h3 {
  text-decoration: none;
  color: #cc1f36;
}
#simply-smarter.gov-landing .gov-categories .card {
  width: 28em;
  margin: 10px;
}
#simply-smarter.gov-landing .gov-categories .card-body {
  padding: 0.8rem;
}
#simply-smarter.gov-landing .gov-categories .card h3 {
  font-size: 16px;
  text-align: center;
}
#simply-smarter.gov-landing .gov-categories .card .card-img-top {
  border-radius: 0;
}

/*****Gov Contracts****/
#simply-smarter.gov-landing .gov-contracts h2 {
  text-align: center;
  margin-bottom: 35px;
  color: #000000;
}

#simply-smarter.gov-landing .gov-contracts h3 {
  font-size: 16px;
}

#simply-smarter.gov-landing .container .gov-contracts .flex > div:first-child {
  margin-bottom: 20px;
  border-bottom: thin solid #cac4c4;
  padding: 10px;
}

/***** Category Links****/
#simply-smarter.gov-landing .category-links h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
}

#simply-smarter.gov-landing .category-links .card h3 {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: inherit;
  font-weight: 600;
}
#simply-smarter.gov-landing .category-links .card p {
  color: #222;
}
#simply-smarter.gov-landing .category-links h5 {
  margin-top: 0px;
}

#simply-smarter.gov-landing .category-links .flex .card {
  margin: 0 auto 18px;
  /*    width: 25em;*/
}

/***** Resources****/
#simply-smarter.gov-landing section .resources h3 {
  text-align: center;
  /*  color:#000000;*/
  font-size: 16px;
  padding: 8px 5px;
  color: inherit;
}

#simply-smarter.gov-landing .resource-cards {
  margin: 15px 0px 35px 0px;
  text-align: center;
}

#simply-smarter.gov-landing section .resources .flex {
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin: 15px 0px 35px 0px;
}

#simply-smarter.gov-landing .resource-cards .card {
  margin-bottom: 15px;
  /*width: 25rem;*/
}

#simply-smarter.gov-landing .resource-cards a {
  /*color: #3a77ab;*/
  font-weight: bold;
  font-size: 19px;
}

#simply-smarter.gov-landing .flex .card .card-footer {
  background-color: #ffffff;
  border-top: none;
}

/*****Quote****/


#simply-smarter.gov-landing .quote h4, #simply-smarter.gov-landing .quote blockquote p {
  color: #59574C;
  font-size: 23px;
  /*border-left: solid thin #AAA8A8;*/  
  padding: 10px;
  line-height: 1.5em;
  font-style: italic;
}

@media handheld, only screen and (min-width: 400px) {
  #simply-smarter.gov-landing .category-links .flex .card {
    margin-bottom: 18px;
    width: 28em;
  }
}

@media handheld, only screen and (min-width: 768px) {
  /*
#simply-smarter.gov-landing section .resources h3 {
  text-align: left
}
*/

  #simply-smarter.gov-landing .gov-categories .card {
    width: 25em;
    margin: 10px 10px 20px 10px;
  }

  #simply-smarter.gov-landing .resource-cards .card {
    margin-bottom: 15px;
    width: 16rem;
  }

  #simply-smarter.gov-landing section .flex {
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }

  #simply-smarter.gov-landing .category-links h2 {
    margin-bottom: 30px;
    text-align: left;
  }

  #simply-smarter.gov-landing .category-links .flex {
    flex-wrap: wrap;
    /*align-content: center;*/
  }

  #simply-smarter.gov-landing .category-links .flex .card {
    margin-bottom: 18px;
    width: 24em;
  }
}

/*-----FORM----*/
#form iframe {
height: 1450px;
}

@media handheld, only screen and (min-width: 992px) {
  #simply-smarter.gov-landing .container .gov-contracts .flex .text {
    width: 45%;
    margin-bottom: 5px;
  }

  #simply-smarter.gov-landing
    .container
    .gov-contracts
    .flex
    > div:first-child {
    border-bottom: none;
    padding: 0px;
  }

  #simply-smarter.gov-landing
    .container
    .category-links
    .flex
    > div:first-child {
    /*border-bottom: none;*/
    padding: 0px;
  }
}

@media handheld, only screen and (min-width: 1142px) {
  #form iframe {
height: 1350px;
}
  
}

@media handheld, only screen and (min-width: 1600px) {
  .simply-smarter-title {
    font-size: 23px;
    line-height: 2;
  }

  #simply-smarter.gov-landing #hero h1 {
    font-size: 37px;
  }
}
