@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
.flex {
  align-items: center;
}
.flex-col {
  flex-direction: column;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
/*  text-align: center;*/
}
.justify-content-center {
  justify-content: center;
  
}
.gap-16 {
  gap: 16px;
}
.gap-24 {
    gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.p-16 {
  padding: 16px;
}
.section-border-left {
  border-left: 10px solid #cf112d;
}
.text-align-center {
  text-align: center;
}
ul.list-inline li {padding-right: 16px;}
a:link {
  color: #CE112B;
}
a:visited {
  color: #CE112B;
}
a.btn.btn-default, a.btn.btn-primary {
  transition: all 200ms ease-in-out;
}
#simply-smarter.managed-it .btn.btn-default {
  color: #000000;
}
#simply-smarter.managed-it section .container .flex .text {
  width: 100%;
}
#simply-smarter.managed-it .text p {
  text-align: left;
}
#simply-smarter.managed-it .it-form {
  width: 80%;
  margin: 0 auto;
}
/* #.# Hero Styles
------------------------------*/
.simply-smarter-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.4;
}
#simply-smarter.managed-it #hero .btn {
  width: auto;
}
@media handheld, only screen and (min-width:768px) {
  #simply-smarter.managed-it #hero {
    /*    background-image: url(/portals/0/images/simply-smarter-gov-banner.png);*/
    background-image: url(/portals/0/images/managed-it-landing-fade.png);
    background-position: right center;
    background-size: 45%;
    background-color: #000000;
  }
  .simply-smarter-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.4;
  }
  #simply-smarter.managed-it .it-form {
    width: 50%;
    margin: 0 auto;
  }
}
/*#simply-smarter.managed-it .image {
max-width: 85%
}*/
/***** Resources****/
#simply-smarter.managed-it section .resources h2 {
  text-align: center;
}
#simply-smarter.managed-it .resource-cards {
  margin: 15px 0px 35px 0px;
  text-align: center;
  width: 22rem;
}
#simply-smarter.managed-it 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.managed-it .resource-cards .card {
  margin-bottom: 15px;
}
#simply-smarter.managed-it .resource-cards a {
  /*color: #3a77ab;*/
  font-weight: bold;
  font-size: 15px;
}
#simply-smarter.managed-it .flex .card .card-footer {
  background-color: #ffffff;
  border-top: none;
}
/*****Tech Review****/
#simply-smarter.managed-it section #tech-review h2 {
  text-align: center;
  margin-top: 15px;
}
#simply-smarter.managed-it section #tech-review .flex .text p {
  text-align: center;
  margin-top: 15px;
}
#simply-smarter.managed-it section #tech-review {
  margin-bottom: 40px;
  margin-top: -90px;
  padding: 120px 15px 0;
}
@media handheld, only screen and (max-width:767px) {
  .mobile-center {
    display: flex;
    justify-content: center;
  }
  #simply-smarter.managed-it #hero {
    background-image: none;
    background-color: #000000;
  }
  .row.d-flex.align-items-center.section-border-left {
    flex-direction: column;
  }
  .section-border-left {
    border-left: 0px;
  }
  .image {
    margin-bottom: 16px;
  }
}
@media handheld, only screen and (min-width:768px) {
  /*#simply-smarter.managed-it .image {
max-width: 45%
}
*/
  #simply-smarter.managed-it section .container .flex .text {
    width: 75%;
  }
  #simply-smarter.managed-it section .resources h2 {
    text-align: left
  }
  #simply-smarter.managed-it .resource-cards .card {
    margin-bottom: 15px;
    width: 16rem;
  }
  #simply-smarter.managed-it section .flex {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #simply-smarter.managed-it .resource-cards {
    margin: 15px 0px 35px 0px;
    width: 18rem;
  }
  #simply-smarter.managed-it .container .resources .flex > div:first-child {
    margin-right: 10px;
  }
  #simply-smarter section .container .flex > div:first-child {
    margin-right: 25px;
  }
  #simply-smarter section .container #tech-review .flex .text {
    width: 100%;
  }
}
@media handheld, only screen and (max-width:1200px) {
  iframe#request-form.mobile-w {
    width: 100%;
  }
}

#tech-review iframe#request-form {
height: 1385px;
}


@media handheld, only screen and (min-width:992px) {}
@media handheld, only screen and (min-width:1050px) {}
@media handheld, only screen and (min-width:1100px) {}
@media handheld, only screen and (min-width:1142px) {
  #tech-review iframe#request-form {
height: 1382px;
}
}
@media handheld, only screen and (min-width:1600px) {
  .simply-smarter-title {
    font-size: 23px;
    line-height: 2.0;
  }
  #simply-smarter.managed-it #hero h1 {
    font-size: 37px;
  }
}