/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Body
 */
body {
  background: #f0f0f0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 1rem; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

/**
 * Lists
 */
ul, ol {
  margin-left: 2rem; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(960px - (2rem * 2));
  max-width: calc(960px - (2rem * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }
  @media screen and (max-width: 960px) {
    .wrapper {
      max-width: -webkit-calc(960px - (2rem));
      max-width: calc(960px - (2rem));
      padding-right: 1rem;
      padding-left: 1rem; } }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

.site-title {
  color: #000;
  text-decoration: none;
  transition: color .3s ease-out;
  width: 100%;
  text-align: center;
  margin-left: -24px; }
  .site-title:hover {
    color: #fff; }

.post-block {
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .post-block a {
    text-decoration: none; }
  .post-block .post-card {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    position: relative; }
    .post-block .post-card:hover {
      box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
      .post-block .post-card:hover img {
        -webkit-filter: brightness(104%);
        filter: brightness(104%); }
    .post-block .post-card__fade {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 4rem;
      background: url(data:image/svg+xml;base64,alotofcodehere);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, white));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%); }

.post {
  background: #fff;
  padding: 1rem;
  margin: 1rem 0 1rem 0; }

footer .mdl-mini-footer__link-list a {
  cursor: pointer;
  transition: color .2s ease-in; }
  footer .mdl-mini-footer__link-list a:hover {
    color: #fff; }
footer .copyright {
  margin-top: 2rem; }

a {
  color: white; }

.mdl-layout__content {
  background-color: #424242; }

.mdl-layout__header-row {
  height: 90px; }

.mdl-layout__drawer-button {
  top: 15px; }

.mdl-layout__drawer.is-visible {
  background-color: black; }

.locationPhoto {
  height: 60px; }

.container {
  padding-left: 40px;
  padding-right: 40px; }

.margin60 {
  margin-bottom: 60px; }

.blueText {
  color: #0072ff; }

.column {
  text-align: left;
  flex: 50%;
  padding: 10px; }

.column60 {
  text-align: left;
  flex: 60%;
  padding: 20px; }

.column40 {
  text-align: center;
  flex: 40%;
  padding: 20px;
  display: flex;
  justify-content: center; }

.investBlueImg {
  background-size: 100% 100%;
  filter: sepia(100%) hue-rotate(190deg) saturate(300%); }

.heroRow {
  display: flex; }

.heroCard {
  flex: 1 1 0px; }

.logoSign {
  height: 90px;
  padding: 10px; }

.photo-footer {
  width: 100%;
  text-align: center; }

.quoteContainer {
  max-width: 900px;
  display: inline-block; }

.hero-detail-card-subtitle {
  font-family: Lato;
  color: black;
  font-size: 12pt;
  padding: 16px;
  overflow: auto;
  height: 210px; }

@media screen and (max-width: 1282px) {
  .hero-detail-card-subtitle {
    font-size: 10pt; } }
.hero-detail-card-description {
  font-family: Lato;
  color: black;
  font-size: 12pt;
  padding: 10px;
  overflow: auto;
  height: 30px;
  overflow-y: hidden; }

.accoladesList {
  text-align: center; }

.noBulletPoints {
  list-style-type: none; }

.fillUpCardSpace {
  width: -webkit-fill-available;
  max-height: 610px; }

.hero-detail-card {
  padding: 10px;
  text-align: center;
  min-height: 190px;
  width: 100%; }

.blueBackground {
  background-color: #d0dde6; }

.secondary-text {
  height: 40%;
  background: #448aff;
  width: 100%;
  top: 0;
  position: absolute;
  right: 0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center; }

@media screen and (max-width: 1033px) {
  .heroRow {
    display: inline; }

  .fillUpCardSpace {
    height: 550px; }

  .hideLink {
    display: none !important; }

  .container {
    padding-left: 0px;
    padding-right: 0px; }

  .blueBackground {
    height: auto; } }
@media screen and (max-width: 479px) {
  .secondary-text {
    height: 80%;
    font-size: 16px !important; }

  .blueBackgroundMobile {
    background-color: #d0dde6; } }
@media screen and (max-width: 479px) {
  .site-title {
    width: 90% !important; } }
@media screen and (max-width: 1024px) {
  .mdl-layout__header-row .mdl-navigation__link {
    padding: 0 5px !important; } }
#titleImage {
  width: 351px; }

.site-title {
  width: 50%;
  margin-right: 25px; }

.mdl-navigation__link {
  color: white !important;
  font-family: serif;
  font-size: 15pt; }

.page-links {
  width: 45%;
  text-align: right; }

.inline-block {
  display: inline-block; }

.vertical-align-middle {
  vertical-align: middle; }

.padding-bottom-3 {
  padding-bottom: 3px; }

.mdl-card {
  background-color: transparent; }

.mdl-layout__header {
  background-color: black; }

.mdl-cell--hide {
  padding: 0 10px; }

.mdl-layout__header .mdl-layout__drawer-button {
  color: #757575; }

.mdl-layout__header-row .mdl-navigation__link {
  display: inline; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.no-underline {
  text-decoration: none !important; }

.underline-space-white {
  border-bottom: solid 2px white;
  padding-bottom: 5px; }

.underline-space-blue {
  border-bottom: solid 2px #44789d;
  padding-bottom: 5px; }

.full-width {
  width: 100%; }

.margin-right-10 {
  margin-right: 10px; }

.post-block {
  background-color: transparent; }

.section {
  background-color: white; }

.section-header-text {
  font-family: Lato;
  font-size: 24pt;
  color: #fff; }

.section-header-text-light {
  font-family: Lato;
  font-size: 24pt;
  color: black; }

.section-detail-text {
  font-family: Lato;
  font-size: 20pt;
  line-height: 22pt;
  color: #fff;
  line-spacing: 35px; }

.section-detail-text-light {
  font-family: Lato;
  font-size: 20pt;
  line-height: 22pt;
  color: black;
  line-spacing: 35px; }

.section-detail-text-light-small {
  font-family: Lato;
  font-size: 12pt;
  line-height: 16pt;
  color: black;
  line-spacing: 35px; }

.header-section {
  font-size: 14pt;
  padding: 30px 0px; }

.header-detail-highlight {
  font-size: 18pt;
  color: black;
  line-height: 35px; }

.yourDreams-section {
  height: 260px; }

.yourDreams-section > .highlight {
  font-family: Palatino;
  font-style: italic;
  color: #44789d;
  font-size: 24pt;
  margin: 20px; }

.contact-button {
  font-family: Palatino;
  font-size: 15pt;
  color: #fff;
  height: 50px !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 6px;
  background-color: #44789d !important; }

.yourDreams-section > .contact {
  background: linear-gradient(to top, rgba(255, 255, 255, 0), white), url("/assets/images/valuesBack/768x357.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  height: 210px !important;
  width: 80%; }

.comp-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 100%;
  background-image: url("/assets/images/Page1Comp/page1comp480x125.jpg");
  padding-top: 50px;
  padding-bottom: 50px; }

.pageOneComp-section {
  min-height: 75px;
  max-height: 250px;
  box-shadow: inset 0 0 0 2000px rgba(68, 120, 157, 0.8); }

.pageTwoComp-section {
  min-height: 75px;
  max-height: 250px;
  box-shadow: inset 0 0 0 2000px rgba(68, 120, 157, 0.8); }

.development-container {
  padding: 10px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.31); }

.development {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 357px;
  position: relative;
  overflow: hidden; }

.development-title {
  padding: 20px 0px 0px 20px;
  color: #fff;
  font-family: Lato;
  font-weight: 400;
  font-size: 20pt;
  text-align: left;
  margin-left: -10px;
  margin-top: -9px;
  width: 100%;
  min-height: 100px; }

.development-title-CP {
  background-color: rgba(244, 230, 192, 0.85); }

.development-title-LP {
  background-color: rgba(206, 144, 111, 0.8); }

.development-title-SHP {
  background-color: rgba(120, 134, 107, 0.85); }

.development-description {
  font-family: Lato;
  font-size: 14pt;
  color: #8b8d90;
  text-align: center;
  padding: 15px 10px; }

.development-images-cp {
  background-color: #f4e6c0;
  padding-bottom: 12px; }

.development-images-lp {
  background-color: #ce906f;
  padding-bottom: 12px; }

.development-images-shp {
  background-color: #78866b;
  padding-bottom: 12px; }

.development-address {
  font-family: Lato;
  font-size: 9pt;
  padding: 15px;
  min-height: 100px;
  position: absolute;
  margin-top: -90px;
  margin-left: 17px; }

.development-address-white {
  color: white; }

.development-link {
  font-family: Lato;
  font-size: 15pt;
  text-align: center;
  color: #44789d;
  padding: 10px;
  margin-top: 10px; }

.development-link > a {
  text-decoration: none;
  color: #44789d; }

.team {
  background-color: white; }

.sndHeader-section-no-img {
  text-align: center;
  vertical-align: middle;
  padding: 3.5% 5% 1% 1% !important; }

.sndHeader-section-no-img {
  display: inline-block;
  width: 100%;
  background-color: #44789d;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: inset 0 0 0 2000px rgba(68, 120, 157, 0.8); }

.sndHeader-section-no-img h1 {
  font-size: 25px;
  margin: 8px -40px 0 0;
  color: #fff; }

.sndHeader-section-no-img .main-text {
  font-family: Lato;
  font-weight: 24pt;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid white; }

.sndHeader-section-no-img .sub-text {
  font-family: Lato;
  font-weight: 300;
  font-size: 16pt;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }

.sndHeader-section {
  min-height: 100px;
  max-height: 350px;
  text-align: center;
  vertical-align: middle;
  padding: 12% 5% 8% 1% !important; }

.sndHeader-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: inset 0 0 0 2000px rgba(68, 120, 157, 0.8); }

.sndHeader-section-main {
  background-image: url("/assets/images/secondary-header/sndHeader480x176.jpg"); }

.sndHeader-section-alt {
  background-image: url("/assets/images/secondary-header-alt/sndHeader480x176.jpg"); }

.sndHeader-section-alt1 {
  background-image: url("/assets/images/secondary-header-alt1/pexels-jessica-lewis-creative-583848.jpg"); }

.sndHeader-section-alt2 {
  background-image: url("/assets/images/secondary-header-alt2/sndHeader480x176.jpg"); }

.sndHeader-section-invest {
  background-image: url("/assets/images/investment/invest.jpg"); }

.sndHeader-section h1 {
  font-size: 25px;
  margin: 8px -40px 0 0;
  color: #fff; }

.sndHeader-section .main-text {
  font-family: Lato;
  font-weight: 24pt;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }

.sndHeader-section .sub-text {
  font-family: Lato;
  font-weight: 300;
  font-size: 16pt;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  color: white;
  line-height: 1.2; }

.company-detail-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 100%;
  background-image: url("/assets/images/comapnyBack/CompanyBack480x185.jpg");
  z-index: -1; }

.company-detail-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 00px;
  max-width: 1500px; }

.company-detail {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: 15px; }

.company-detail-card {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.96);
  margin-left: 5px;
  min-height: 190px;
  max-width: 500px; }

.company-detail-card-light-right {
  float: right; }

.company-detail-card-title {
  font-family: Lato;
  font-size: 20pt;
  font-weight: 400; }

.company-detail-card-sub-title {
  font-family: Lato;
  color: #8b8d90;
  font-size: 14pt;
  font-style: italic; }

.company-detail-card-description {
  font-family: Lato;
  color: black;
  font-size: 14pt;
  padding: 10px;
  height: 220px;
  overflow: auto; }

.company-detail-card-desc-item {
  margin-left: 5px; }

.company-detail-card-desc-item {
  margin-left: 13px; }

.photo {
  height: 70px; }

.photo-desc {
  margin-top: 60px; }

@media only screen and (max-width: 45.5rem) {
  .company-detail-card-desc-item {
    clear: both; }

  .photo-desc {
    margin-top: 5px; } }
.purchasing-icons-section {
  background-color: #44789d;
  min-height: 200px; }

.purchasing-details-container {
  background-color: silver; }

.purchasing-detail-section {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  margin-bottom: 20px;
  margin-top: 20px; }

.purchasing-detail-header {
  font: Lato;
  font-size: 24pt;
  color: #44789d;
  text-align: center;
  width: 100%;
  text-decoration: underline; }

.values-section {
  background-color: black;
  padding: 45px 0px 28px 0px; }

.values-section-light {
  background-color: white;
  padding: 45px 0px 28px 0px; }

.values-detail-section {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 100%;
  background-image: url("/assets/images/valuesBack/480x233.jpg");
  padding-top: 50px;
  padding-bottom: 50px; }

.value-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1500px; }

.value-card {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: 15px; }

.value-card-content-dark {
  padding: 20px;
  background-color: #ce906f;
  color: white;
  margin-left: 15px;
  font-family: Lato;
  font-size: 14pt;
  min-height: 105px; }

.value-card-content-light {
  padding: 20px;
  background-color: #f4e6c0;
  margin-left: 15px;
  font-family: Lato;
  font-size: 14pt;
  min-height: 105px; }

.value-card-title {
  font-family: Lato;
  font-weight: 300;
  color: #fff;
  font-size: 20pt;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 100%;
  min-height: 175px;
  text-shadow: 0.25px 2px 3px black; }

.value-card-title > div {
  text-align: center;
  margin-top: 130px; }

.value-card-1-title {
  background-image: url("/assets/images/familyComfort.jpg"); }

.value-card-2-title {
  background-image: url("/assets/images/familyLifeStyle.jpg"); }

.value-card-3-title {
  background-image: url("/assets/images/FamilyBudget.jpg"); }

.mdl-mega-footer, .mdl-mega-footer--center-section {
  margin-bottom: 0px !important;
  text-align: center;
  color: white;
  background-color: black;
  padding: 0px; }

.footer-content {
  width: 100%;
  display: flex; }

.footer-link {
  display: inline-flex;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand; }

.about-bullet {
  font-size: 18px;
  margin-left: 10px; }

.footer-content > .left {
  padding: 10px;
  flex: 0 0 46%; }

.footer-content > .right {
  padding: 10px;
  flex: 0 0 54%; }

.footer-phone-icon {
  color: white;
  margin-right: 5px; }

.footer-phone-number {
  margin-top: 2px; }

.footer-email-icon {
  color: white; }

.footer-email {
  margin-left: 5px;
  margin-top: 2px;
  color: white; }

.footer-email > a {
  text-decoration: none;
  color: white; }

.aux {
  max-width: 980px;
  max-width: 61.25rem;
  margin: 0 auto; }

.cf:before,
.cf:after {
  content: ' ';
  display: table; }

.cf:after {
  clear: both; }

body {
  background-color: white; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

.hero {
  position: relative;
  text-align: center;
  vertical-align: middle; }

.hero h1 {
  font-size: 25px;
  margin: 8px 0 0 0;
  color: #fff; }

.hero .main-text {
  font-family: Lato;
  font-weight: 300;
  font-size: 35pt;
  color: #fff;
  border-bottom: 2px solid white;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }

.hero .sub-text {
  font-family: Lato;
  font-size: 16pt;
  text-align: center;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }

@media only screen and (min-width: 48rem) {
  .hero h1 {
    font-size: 46px;
    font-size: 2.875rem;
    margin: 24px -30px 38px 0; }

  .sndHeader-section h1 {
    font-size: 46px;
    font-size: 2.875rem;
    margin: -10px -35px 38px 0; } }
@media only screen and (min-width: 64rem) {
  .hero h1 {
    font-size: 58px;
    font-size: 3.625rem;
    margin: 28px 60px 42px 0; }

  .sndHeader-section h1 {
    font-size: 58px;
    font-size: 3.625rem;
    margin-left: auto;
    margin-right: auto;
    margin: 28px -22px 42px 0px; } }
.hero a {
  display: inline-block; }

.hero__bg-container {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 100%; }

.hero__bg-container-overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  padding: 12% 5% 8% 1%;
  width: 100%; }

.hero__get-app {
  display: inline-block;
  position: relative; }

.hero__btn {
  display: none; }

@media only screen and (min-width: 48rem) {
  .hero__btn {
    display: inline-block; } }
.hero__video-btn {
  color: #448aff;
  font-weight: 400; }

@media only screen and (min-width: 64rem) {
  .hero__video-btn {
    color: #fff; } }
.hero__video-btn:hover,
.hero__video-btn:active,
.hero__video-btn:focus {
  color: #ccc;
  background: transparent;
  text-decoration: none; }

.hero__btn,
.hero__video-btn {
  padding: 23px 23px 25px;
  padding: 1.4375rem 1.4375rem 1.5625rem; }

.hero__fab {
  height: 56px;
  height: 3.5rem;
  margin-left: -28px;
  margin-left: -1.75rem;
  margin-bottom: -28px;
  margin-bottom: -1.75rem;
  width: 56px;
  width: 3.5rem;
  background: #fff;
  bottom: 0;
  color: #448aff;
  display: none;
  left: 50%;
  position: absolute; }

@media only screen and (min-width: 64rem) {
  .hero__fab {
    display: block; } }
.hero__fab .material-icons {
  margin-top: 2px;
  margin-top: 0.125rem; }

.hero__fab:hover {
  background: #fff; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .values-detail-section {
    background-image: url("/assets/images/valuesBack/959x446.jpg"); }

  .comp-section {
    background-image: url("/assets/images/Page1Comp/page1comp959x250.jpg"); }

  .sndHeader-section-main {
    background-image: url("/assets/images/secondary-header/sndHeader959x351.jpg"); }

  .sndHeader-section-alt {
    background-image: url("/assets/images/secondary-header-alt/sndHeader959x351.jpg"); }

  .sndHeader-section-alt2 {
    background-image: url("/assets/images/secondary-header-alt2/sndHeader959x351.jpg"); }

  .company-detail-image {
    background-image: url("/assets/images/comapnyBack/CompanyBack959x370.jpg"); } }
@media only screen and (min-width: 48rem) {
  .values-detail-section {
    background-image: url("/assets/images/valuesBack/768x357.jpg"); }

  .comp-section {
    background-image: url("/assets/images/Page1Comp/page1comp768x200.jpg"); }

  .sndHeader-section-main {
    background-image: url("/assets/images/secondary-header/sndHeader768x281.jpg"); }

  .sndHeader-section-alt {
    background-image: url("/assets/images/secondary-header-alt/sndHeader768x281.jpg"); }

  .sndHeader-section-alt2 {
    background-image: url("/assets/images/secondary-header-alt2/sndHeader768x281.jpg"); }

  .company-detail-image {
    background-image: url("/assets/images/comapnyBack/CompanyBack768x296.jpg"); }

  .development-address {
    font-weight: 300;
    font-size: 14pt; }

  .development-description {
    min-height: 100px; } }
@media only screen and (min-width: 48rem) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 48rem) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 48rem) and (-webkit-min-device-pixel-ratio: 1.3020833333), only screen and (min-width: 48rem) and (min-resolution: 125dpi), only screen and (min-width: 48rem) and (min-resolution: 1.3dppx) {
  .values-detail-section {
    background-image: url("/assets/images/valuesBack/1535x714.jpg"); }

  .comp-section {
    background-image: url("/assets/images/Page1Comp/page1comp1535x400.jpg"); }

  .sndHeader-section-main {
    background-image: url("/assets/images/secondary-header/sndHeader1535x562.jpg"); }

  .sndHeader-section-alt {
    background-image: url("/assets/images/secondary-header-alt/sndHeader1535x562.jpg"); }

  .sndHeader-section-alt2 {
    background-image: url("/assets/images/secondary-header-alt2/sndHeader1535x562.jpg"); }

  .company-detail-image {
    background-image: url("/assets/images/comapnyBack/CompanyBack1535x592.jpg"); } }
@media only screen and (min-width: 64rem) {
  .values-detail-section {
    background-image: url("/assets/images/valuesBack/1024x476.jpg"); }

  .comp-section {
    background-image: url("/assets/images/Page1Comp/page1comp1024x267.jpg"); }

  .sndHeader-section-main {
    background-image: url("/assets/images/secondary-header/sndHeader1024x375.jpg"); }

  .sndHeader-section-alt {
    background-image: url("/assets/images/secondary-header-alt/sndHeader1024x375.jpg"); }

  .sndHeader-section-alt2 {
    background-image: url("/assets/images/secondary-header-alt2/sndHeader1024x375.jpg"); }

  .company-detail-image {
    background-image: url("/assets/images/comapnyBack/CompanyBack1024x395.jpg"); }

  .yourDreams-section > .contact {
    height: 250px;
    width: 80%; }

  .development-description {
    min-height: 100px; } }
@media only screen and (min-width: 75rem) {
  .values-detail-section {
    background-image: url("/assets/images/valuesBack/1200x558.jpg"); }

  .comp-section {
    background-image: url("/assets/images/Page1Comp/page1comp1200x313.jpg"); }

  .sndHeader-section {
    min-height: 125px; }

  .sndHeader-section-main {
    background-image: url("/assets/images/secondary-header/sndHeader1200x439.jpg"); }

  .sndHeader-section-alt {
    background-image: url("/assets/images/secondary-header-alt/sndHeader1200x439.jpg"); }

  .sndHeader-section-alt2 {
    background-image: url("/assets/images/secondary-header-alt2/sndHeader1200x439.jpg"); }

  .company-detail-image {
    background-image: url("/assets/images/comapnyBack/CompanyBack1200x463.jpg"); }

  .company-detail-wrapper {
    padding-left: 20px;
    padding-right: 20px; }

  .development-description {
    min-height: 70px; } }
@media only screen and (min-width: 100rem) {
  .values-detail-section {
    background-image: url("/assets/images/valuesBack/1600x744.jpg"); }

  .comp-section {
    background-image: url("/assets/images/Page1Comp/page1comp1600x417.jpg"); }

  .sndHeader-section {
    min-height: 175px; }

  .sndHeader-section-main {
    background-image: url("/assets/images/secondary-header/sndHeader1600x586.jpg"); }

  .sndHeader-section-alt2 {
    background-image: url("/assets/images/secondary-header-alt2/sndHeader1600x586.jpg"); }

  .sndHeader-section-alt {
    background-image: url("/assets/images/secondary-header-alt/sndHeader1600x586.jpg"); }

  .company-detail-image {
    background-image: url("/assets/images/comapnyBack/CompanyBack1600x617.jpg"); } }
@media only screen and (min-width: 64rem) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 64rem) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 64rem) and (-webkit-min-device-pixel-ratio: 1.3020833333), only screen and (min-width: 64rem) and (min-resolution: 125dpi), only screen and (min-width: 64rem) and (min-resolution: 1.3dppx) {
  .values-detail-section {
    background-image: url("/assets/images/valuesBack/2047x952.jpg"); }

  .comp-section {
    background-image: url("/assets/images/Page1Comp/page1comp2047x533.jpg"); }

  .sndHeader-section {
    min-height: 175px; }

  .sndHeader-section-main {
    background-image: url("/assets/images/secondary-header/sndHeader2047x750.jpg"); }

  .sndHeader-section-alt {
    background-image: url("/assets/images/secondary-header-alt/sndHeader2047x750.jpg"); }

  .sndHeader-section-alt2 {
    background-image: url("/assets/images/secondary-header-alt2/sndHeader2047x750.jpg"); }

  .company-detail-image {
    background-image: url("/assets/images/comapnyBack/CompanyBack2047x790.jpg"); } }
