@import url("https://fonts.googleapis.com/css?family=Caveat");
/* line 7, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.hidden {
  opacity: 0; }

/* line 9, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.row {
  margin: 0 auto; }

/* line 11, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
* {
  max-width: 100%; }

/* line 14, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
body {
  overflow-x: hidden; }

/* line 17, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
#loader {
  position: absolute;
  width: 10vw;
  top: 40vh;
  left: 45vw;
  right: 45vw; }

/* line 25, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.footer {
  min-height: 105px;
  width: 100vw; }
  /* line 28, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .footer .text {
    padding: 10px;
    font-family: "Open Sans";
    font-size: 12px;
    text-align: center; }
    /* line 34, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
    .footer .text address {
      margin-bottom: 0; }
    /* line 36, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
    .footer .text .pwd {
      color: #BE0606; }
  /* line 38, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .footer .licenses {
    text-align: center;
    font-size: 12px;
    color: white;
    padding-left: 10px; }
    /* line 43, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
    .footer .licenses * {
      display: inline; }
    /* line 45, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
    .footer .licenses a {
      color: #BE0606;
      font-weight: 800; }

/* line 49, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.navbar {
  opacity: .95; }
  /* line 52, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .navbar .navbar-brand img {
    margin-top: -4px;
    max-height: 60px;
    display: inline; }
  /* line 56, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .navbar .navbar-brand div {
    display: inline;
    font-family: "Open Sans";
    font-size: 15px; }
  /* line 60, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .navbar .nav-item {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px; }
  /* line 66, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .navbar .nav-item.active .nav-link {
    color: #BE0606 !important;
    font-weight: 900; }

/* line 69, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
p {
  font-family: "Open Sans";
  font-size: .9em; }

/* line 73, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.header-img0 {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 60%, transparent 100%), url("../images/tractor.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  min-height: 900px; }

@supports (-ms-ime-align: auto) {
  /* line 81, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .header-img0 {
    background: url("../images/tractor.jpg") no-repeat center !important;
    background-size: cover !important;
    background-attachment: fixed !important; } }

/* line 86, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.header-img1 {
  background: url("../images/purplegrapes.jpeg") center center/cover no-repeat fixed;
  height: 100vh;
  min-height: 900px; }

/* line 91, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.header-img2 {
  background: url("../images/chicken.jpeg") center center/cover no-repeat fixed;
  height: 100vh;
  min-height: 900px; }

/* line 97, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.caption-box {
  width: 45vw;
  position: relative;
  top: 50vh;
  right: 5vw;
  float: right;
  padding: 20px;
  border-radius: 25px;
  opacity: .9; }
  /* line 106, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .caption-box .caption-text {
    color: #fff;
    opacity: none; }

/* line 111, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.header-img1 .caption-box {
  float: left;
  left: 5vw; }

/* line 115, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.break-img {
  background: url("../images/tractor.jpg") center center/cover no-repeat fixed;
  height: 200px; }

/* line 119, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.ecm-btn-myecm, .ecm-btn-agentlogin, .ecm-btn-misc, .ecm-btn {
  font-family: "Poiret One";
  font-weight: 600;
  padding: 10px 20px 10px 20px;
  text-align: center;
  background-color: #BE0606;
  border-radius: 25px;
  box-shadow: 2px 2px 10px #000;
  color: #fff;
  display: inline-block; }

/* line 130, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.ecm-btn-myecm {
  display: inline;
  position: fixed;
  top: 130px;
  left: 50px;
  z-index: 1000; }

/* line 138, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.ecm-btn-agentlogin {
  display: inline;
  position: fixed;
  top: 130px;
  left: 200px;
  z-index: 1000; }
  
 .ecm-btn-misc {
  display: inline;
  position: fixed;
  top: 130px;
  left: 350px;
  z-index: 1000; }
  
  .ecm-btn-misc2 {
  display: inline;
  position: fixed;
  top: 130px;
  right: 50px;
  z-index: 1000; 
  font-family: "Poiret One";
  font-weight: 600;
  padding: 10px 20px 10px 20px;
  text-align: center;
  background-color: #43f955;
  border-radius: 25px;
  box-shadow: 2px 2px 10px #000;
  color: #000; }

  @media (max-width: 600px) {
    .ecm-btn-misc2 {
      top: 200px;
    }
  }

/* line 146, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.ecm-btn {
  width: 120px; }

/* line 151, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.ecm-btn-myecm:hover, .ecm-btn-myecm:active, .ecm-btn-agentlogin:hover, .ecm-btn-agentlogin:active, .ecm-btn:hover, .ecm-btn:active {
  background-color: darkred !important;
  cursor: pointer; }

.ecm-btn-misc2:hover, .ecm-btn-misc2:active {
  background-color: #0de622 !important;
  cursor: pointer;
}

@keyframes fadein {
  0% {
    transform: translate(0px, -10vh) scale(0.8);
    opacity: 0; }
  50% {
    transform: translate(0px, 0.2vh); }
  100% {
    transform: translate(0px, 0vh) scale(1);
    opacity: 1; } }

@supports not (-ms-ime-align: auto) {
  /* line 166, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .header-box {
    border-radius: 30px;
    height: 18vh;
    width: 60vw;
    position: relative;
    top: 35vh;
    left: 20vw;
    animation-name: fadein;
    animation-duration: 2s;
    animation-delay: 1.5s; } }

@supports (-ms-ime-align: auto) {
  /* line 178, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .header-box {
    border-radius: 30px;
    height: 18vh;
    width: 60vw;
    position: relative;
    top: 35vh;
    left: 20vw; } }

/* line 186, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.header-text {
  font-family: "Poiret One";
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 3.5em;
  padding-top: 25px; }
  /* line 193, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .header-text .big {
    font-size: 1.4em; }

/* line 196, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.header-subtitle {
  font-family: "Caveat";
  text-align: center;
  color: #fff;
  font-size: 2.5em;
  position: relative;
  top: -35px; }

/* line 204, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.pHeader {
  font-family: "Caveat";
  display: block;
  width: 100%; }
  /* line 208, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .pHeader .big {
    font-size: 35px; }

/* line 212, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.quickfacts .row, .ourfocus .row {
  margin: 0 auto; }

/* line 214, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.quickfacts .pHeader, .ourfocus .pHeader {
  padding-bottom: 10px;
  color: #BE0606; }
  /* line 217, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .quickfacts .pHeader i, .ourfocus .pHeader i {
    font-size: 45px;
    display: block;
    margin-bottom: 10px; }
  /* line 221, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .quickfacts .pHeader .big, .ourfocus .pHeader .big {
    font-size: 60px; }

/* line 223, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.quickfacts .col-md-3, .ourfocus .col-md-3 {
  text-align: center;
  padding: 40px; }
  /* line 226, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .quickfacts .col-md-3 .pHeader, .ourfocus .col-md-3 .pHeader {
    color: black; }
    /* line 228, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
    .quickfacts .col-md-3 .pHeader .big, .ourfocus .col-md-3 .pHeader .big {
      font-size: 30px; }
  /* line 230, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .quickfacts .col-md-3 p, .ourfocus .col-md-3 p {
    font-size: 25px; }

/* line 234, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.ourfocus .col-md-3 div {
  border: 2px solid black;
  border-radius: 200px;
  padding: 50px;
  min-width: 235px;
  max-width: 235px;
  margin: 0 auto;
  box-shadow: 2px 2px 2px black; }
  /* line 242, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .ourfocus .col-md-3 div img {
    height: 128px;
    width: 128px; }

/* line 247, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.contact {
  width: 100vw; }
  /* line 249, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .contact .row {
    max-width: 100vw;
    margin: 0 auto; }
    /* line 252, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
    .contact .row form {
      color: #fff;
      padding: 50px;
      margin: 0 auto; }

      @media (min-width: 1000px) {
        .contact .row form {
          width: 50%;
        }
      }
      /* line 256, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
      .contact .row form label {
        font-family: "Open Sans"; }
      /* line 258, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
      .contact .row form input {
        font-family: "Open Sans";
        /*width: 400px;*/ }
      /* line 261, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
      .contact .row form .ecm-btn {
        width: 100px;
        color: #fff;
        border: none;
        font-family: "Poiret One";
        float: right; }
      /* line 267, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
      .contact .row form h3 {
        text-align: center; }

/* line 272, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.about-us .col-md-6 img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 100px 50px 50px 50px; }

/* line 277, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.about-us .about-quote {
  display: block;
  margin: 0 auto; }

/* line 280, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.about-us .bigquote {
  font-size: 140px;
  font-family: 'Lily Script One';
  margin-left: -70px;
  color: #BE0606; }

/* line 285, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.about-us .quote {
  font-size: 40px;
  font-family: "Caveat"; }

/* line 288, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.about-us .quote-author {
  font-family: "Poiret One";
  font-size: 18px;
  padding-bottom: 50px;
  margin-top: -49px; }

/* line 294, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.about-text {
  margin-left: 130px;
  margin-right: 130px;
  margin-bottom: 70px; }

/* line 299, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.team-header, .brochure-header {
  margin-left: 130px;
  margin-right: 130px;
  margin-top: 100px; }

/* line 304, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.team-title {
  font-family: "Caveat";
  padding-left: 130px; }

/* line 307, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.group-img {
    margin: 0 auto;
    margin-top: 120px; 
  }
  /* line 310, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .group-img img {
    width: 50%;
    margin: 0 auto;
    height: auto; }

/* line 313, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.team {
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px; }
  /* line 318, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .team .col-md-3, .team .col-md-12 {
    text-align: center; }
  /* line 320, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .team img {
    width: 150px;
    height: 150px;
    border: 1px solid #000;
    box-shadow: 1px 1px 5px #000; }
  /* line 325, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .team .person-name {
    font-family: "Caveat";
    padding-top: 8px;
    font-size: 30px; }
  /* line 329, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .team .person-subtitle {
    font-family: "Open Sans";
    margin-top: -7px; }

/* line 333, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.brochurespage {
  padding: 50px; }
  /* line 335, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .brochurespage img {
    border-radius: 25px;
    border: 2px solid #000;
    box-shadow: 1px 1px 5px #000;
    width: 260px; }
  /* line 340, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .brochurespage .col-md-4 {
    padding: 20px;
    text-align: center; }
  /* line 343, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .brochurespage h4 {
    padding-top: 8px; }
  /* line 345, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .brochurespage .ecm-btn {
    margin: 0 auto;
    width: 90px; }

/* line 351, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.contactpage .row .pHeader {
  padding-top: 130px;
  text-align: center; }

/* line 354, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.contactpage .row form {
  padding: 0 120px 120px 120px;
  margin: 0 auto; }
  /* line 357, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .contactpage .row form label {
    font-family: "Open Sans"; }
  /* line 359, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .contactpage .row form input {
    font-family: "Open Sans";
    width: 100%; }
  /* line 362, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .contactpage .row form .ecm-btn {
    width: 100px;
    color: #fff;
    border: none;
    font-family: "Poiret One";
    float: right; }
  /* line 368, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .contactpage .row form h3 {
    text-align: center; }

/* line 370, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.contactpage .row p {
  margin: 0 auto;
  width: 70%; }

/* line 374, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.contactpage .row table {
  margin: 0 auto;
  margin-top: 50px; }
  /* line 377, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .contactpage .row table tr {
    border: 1px solid black; }
  /* line 379, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .contactpage .row table td, .contactpage .row table th {
    padding: 14px; }

/* line 382, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.agent-text {
  padding: 0 100px 100px 100px; }

/* line 385, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
.find-agent-map {
  width: 50vw;
  display: block;
  margin-left: 25vw;
  margin-top: 80px; }

/* Cross-Platform Optimization */
@media only screen and (max-width: 1700px) {
  /* line 394, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .caption-box {
    width: 50vw;
    top: 20vh; } }

@media only screen and (max-width: 1027px) {
  /* line 398, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .header-text {
    font-size: 2em; }
  /* line 400, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .header-subtitle {
    font-size: 1.5em; }
  /* line 402, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .header-box {
    top: 40vh; }
  /* line 405, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .why-us .row, .quickfacts .row, .brochures .row {
    margin: 0 auto; }
  /* line 408, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .why-us .col-md-6 img, .quickfacts .col-md-6 img, .brochures .col-md-6 img {
    height: 50vh;
    width: auto;
    padding-top: 25px;
    padding-bottom: 25px; }
  /* line 413, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .why-us .col-md-6 p, .why-us .col-md-6 h3, .quickfacts .col-md-6 p, .quickfacts .col-md-6 h3, .brochures .col-md-6 p, .brochures .col-md-6 h3 {
    padding: 0px 20px 0px 20px; }
  /* line 415, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .why-us .col-md-6 h3, .quickfacts .col-md-6 h3, .brochures .col-md-6 h3 {
    padding-top: 50px; }
  /* line 417, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .caption-box {
    width: 80vw;
    top: 40vh; }
  /* line 422, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .contactpage .col-md-6 form {
    padding: 60px; } }

@media only screen and (max-width: 980px) {
  /* line 427, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .why-us .row, .quickfacts .row, .brochures .row {
    margin: 0 auto; }
  /* line 430, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .why-us .col-md-6 img, .quickfacts .col-md-6 img, .brochures .col-md-6 img {
    height: 40vh;
    width: auto;
    padding-top: 35px;
    padding-bottom: 5px; }
  /* line 435, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .why-us .col-md-6 p, .why-us .col-md-6 h3, .quickfacts .col-md-6 p, .quickfacts .col-md-6 h3, .brochures .col-md-6 p, .brochures .col-md-6 h3 {
    padding: 0px 10px 0px 10px; }
  /* line 437, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .why-us .col-md-6 p, .quickfacts .col-md-6 p, .brochures .col-md-6 p {
    font-size: .8em; }
  /* line 439, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .why-us .col-md-6 h3, .quickfacts .col-md-6 h3, .brochures .col-md-6 h3 {
    padding-top: 10px; }
  /* line 441, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .caption-box {
    width: 90vw;
    top: 20vh; } }

@media only screen and (max-width: 768px) {
  /* line 447, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .why-us .row, .quickfacts .row, .brochures .row {
    margin: 0 auto; }
  /* line 450, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .why-us .col-md-6 img, .quickfacts .col-md-6 img, .brochures .col-md-6 img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    float: none !important; }
  /* line 455, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .why-us .col-md-6 p, .why-us .col-md-6 h3, .quickfacts .col-md-6 p, .quickfacts .col-md-6 h3, .brochures .col-md-6 p, .brochures .col-md-6 h3 {
    padding: 0px 10px 0px 10px;
    margin-left: 5vw;
    margin-right: 5vw; }
  /* line 459, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .why-us .col-md-6 p, .quickfacts .col-md-6 p, .brochures .col-md-6 p {
    font-size: .8em; }
  /* line 461, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .why-us .col-md-6 h3, .quickfacts .col-md-6 h3, .brochures .col-md-6 h3 {
    padding-top: 10px; }
  /* line 464, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .caption-box {
    width: 90vw;
    top: 20vh; }
  /* line 469, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .about-us div:first-child, .about-us div:last-child {
    padding: 0; }
    /* line 471, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
    .about-us div:first-child img, .about-us div:last-child img {
      margin: 0 auto;
      width: 100%;
      height: 100%;
      padding: 100px 0px 0px 0px; }
  /* line 476, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .about-us .col-md-6 {
    padding: 0; }
    /* line 478, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
    .about-us .col-md-6 img {
      padding: 0; }
  /* line 480, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .about-us .bigquote {
    margin-left: -35px; }
  /* line 482, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .about-text {
    margin-left: 10%;
    margin-right: 10%; }
  /* line 485, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .find-agent-map {
    margin: 0 auto;
    margin-top: 150px;
    width: 80vw; }
  /* line 489, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .agent-text {
    padding: 0;
    margin-left: 10%;
    margin-right: 10%; }
  /* line 495, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .contactpage .col-md-6 form {
    padding: 60px; }
  /* line 497, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .caption-text p {
    font-size: 13px; }
  /* line 500, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .footer .licenses {
    padding: 0 !important;
    text-align: center; }
  /* line 503, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */

    /* line 310, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
    .group-img img {
      width: 75%
    }

  /* line 505, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .team-header {
    margin-left: 10%;
    margin-right: 10%; }
  /* line 508, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .team-title {
    padding: 0;
    text-align: center; } }

@media only screen and (max-width: 600px) {
  /* line 513, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .header-box {
    height: 85vh;
    width: 70vw;
    left: 15vw; }
  /* line 517, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .header-text {
    padding-top: 40px; } }

@media only screen and (max-width: 488px) {
  /* line 521, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .header-box {
    height: 35vh;
    width: 80vw;
    left: 10vw; }
  /* line 525, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .header-text {
    padding-top: 40px; } }

@media only screen and (max-width: 440px) {
  /* line 529, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .header-box {
    top: 30vh;
    height: 45vh;
    width: 90vw;
    left: 5vw; }
  /* line 534, ../../Users/Nick Prough/Desktop/ECM Website/style/stylesheet.sass */
  .header-text {
    padding-top: 70px; } }

a { text-decoration: none; }