/* 2023-06-07 Addition for Being Beacon page */
.image-3col {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 45px;
}

.image-3col > img {
  width: 33%;
}

/* Banner for Data Event */

.data-notice-container {
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.data-notice-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  max-width: 920px;
  align-items: center;
  font-size: 22px;
}

.data-notice-wrapper a {
  color: #c35230;
}

/* Form layout fix */

.gform_hidden {
  display: none;
}
#field_2_10,
#field_2_12 {
  display: none;
}

/* 11/11/2020 */

.stats-map img {
  max-height: 600px;
}
.stats-wrapper {
}
/* 1/20/2020 */
/* This rule causes the image to run into text when scaling down the screen */
.asset-management-img {
  margin-top: -34px;
}

/* Menu color changes 9/25 */
#footer {
  background-color: #e6e7e9;
}

#footer .social-links a {
  color: #000;
}

.tel,
.address {
  color: #000 !important;
}

#footer .rw-one h3 {
  color: #000;
}

.dev-wrap > a {
  display: none;
}

.dev-wrap {
  color: #e6e7e9 !important;
}
/*  */
.slide-text img {
  margin-bottom: 25px;
}
.page-id-2890 p,
.page-id-2890 li {
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  position: relative;
}
.team-detail-text p strong {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-id-2890 .team-detail-text ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  background: #c35230;
  left: 10px;
  top: 8px;
}
.page-id-2890 ul li {
  list-style: none;
  padding-left: 25px;
}

/* Team Styles */

.wrapper {
  margin-top: 120px;
}
.text-container h2 {
  color: #c35230;
  font-size: 48px;
  font: 300 48px/1 foundationsans;
}

.text-container p {
  font-size: 20px;
  color: #c35230;
  font: 300 20px/27px foundationsans;
}

.body-container {
  margin-left: 20px;
  margin-right: 20px;
}
.page-id-2890 .body-container .wrapper {
  margin-top: 0px;
}
.team-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  margin-top: 60px;
}
.text-container {
  max-width: 950px;
}
.team-wrapper {
  display: inline-block;
  max-width: 300px;
  margin-bottom: 30px;
  vertical-align: top;
}
.team-wrapper span {
  display: block;
}
.team-wrapper:hover .image-hover, .team-wrapper:focus .image-wrapper .image-hover {
  background: #262626;
  background: rgba(39, 39, 39, 0.9);
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.team-name {
  font-size: 17px;
  letter-spacing: 0.5px;
  color: black;
  text-transform: uppercase;
  padding-top: 10px;
}

.team-title {
  font-size: 15px;
  color: #5f5f5f;
  max-width: 300px;
}
.team-detail-text {
  margin-bottom: 30px;
  max-width: 636px;
}
.team-detail-text p strong {
  margin-bottom: 0;
}
.team-detail-text ul {
  list-style-type: square;
  list-style-position: inside;
  color: #5f5f5f;
  margin-bottom: 10px;
}
.team-detail-text ul li {
  list-style: initial !important;
}
.team-detail-text ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.team-detail-text ul ul,
.team-detail-text ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
.team-detail-text ol ol,
.team-detail-text ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}

.image-wrapper {
  position: relative;
  line-height: 0px;
}
.image-wrapper span {
  display: block;
}
.image-wrapper img {
  width: 100%;
}
.image-hover {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  color: #fff;
  opacity: 0;
}
.image-hover a,
.image-hover span {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  line-height: 19px;
  left: calc(50% - 46px);
  top: calc(50% - 20px);
  position: absolute;
}
.image-hover a:hover,
.image-hover span:hover {
  background: white;
  color: #c35230;
}
.team-detail {
  width: 100%;
  position: relative;
  overflow: hidden;
  /*    height: 0px;*/
  transition: height 0.5s ease-in-out;
  display: none;
}
.team-detail.open {
  height: 1050px;
}

.team-detail img {
  width: 636px;
}

.team-detail-name {
  font-size: 28px;
  padding-top: 30px;
  padding-bottom: 5px;
  color: black;
}
.team-detail-title,
.team-detail-email,
.team-detail-text p {
  color: #5f5f5f;
}

.team-detail-title {
  font-size: 15px;
  padding-bottom: 5px;
  font: foundationsans;
}

.team-detail-description {
  font-size: 15px;
  max-width: 636px;
  margin-bottom: 80px;
  font: foundationsans;
}
.team-detail-text h5,
.team-detail-text h6 {
  font-weight: 600;
  margin-top: 1em;
}
.team-detail-email {
  margin-bottom: 15px;
  font: foundationsans;
  font-size: 15px;
  display: block;
  text-decoration: underline;
}
.team-detail-email a {
  color: #5f5f5f;
}

.x-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.left-arm {
  top: 0px;
  position: absolute;
  transform: rotate(45deg);
}

.right-arm {
  top: 0px;
  position: absolute;
  transform: rotate(-45deg);
}

.x-icon div {
  border: 1px solid #8f8f8f;
  height: 40px;
  border-radius: 20px;
  right: 18px;
}

/* Home Styles */

.body-wrapper {
  padding-top: 72px;
}

.home-gutter {
  padding: 0px 122px;
}
.intro-text {
  margin: 44px;
}
.intro-text h2 {
  font-size: 24px;
  color: black;
  text-align: center;
}
.masthead {
  background-image: url(../../../assets/homepage_feature_main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.stats-map {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stats-wrapper {
  min-height: 70vh;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.stats-map {
  width: 50%;
}

.stats-data-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 30%;
}
.stats-data-wrapper h3 {
  margin-top: 30px;
  line-height: 0.9;
}
.stats-num {
  min-width: 100%;
  font-size: 50px;
  color: black;
}

.stats-data {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.stats-homes {
  font-size: 24px;
  color: #5f5f5f;
}
.three-up-container {
  background-color: #e6e7e9;
}

.three-up-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-top: 130px;
  padding-bottom: 150px;
}

.three-up {
  max-width: 286px;
  margin-right: 15px;
}

.three-up h2 {
  font-size: 24px;
  color: #c35230;
  margin: 15px 0px;
}

.three-up p {
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
}
.orange-bar {
  background-color: #F36B39;
  min-height: 45px;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.orange-bar span {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 15px 15px;
  letter-spacing: 1.5px;
}

.slide-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-image {
  width: 50%;
}

.slide-text {
  width: 50%;
  padding: 0 10%;
}

.slide-image img {
  width: 100%;
}

.slide-quote {
  font-size: 16px;
  color: black;
  background:#fff;
  line-height: 1.3;
  font-weight: 600;
}

.slide-body {
  padding-bottom: 30px;
  font-size: 18px;
  color: black;
  line-height: 1.5;
  background: white;
}
.slider-container {
  position: relative;
}

.slide-links {
  position: absolute;
  bottom: 20px;
  left: 65%;
  z-index: 999;
}
.slide-link {
  font-size: 18px;
  font-weight: 600;
  background: #fff;
}
.link-pipe {
  padding: 0 5px;
  color: #F36B39;
}
.big-quote {
  margin-bottom: 30px;
}
.slick-prev {
  left: 15px;
}
.slick-next {
  right: 25px;
}
.slick-next,
.slick-prev {
  z-index: 999;
  background: rgba(255,255,255,0.7);
  width: 40px;
  height: 68px;
}
.slick-prev:before,
.slick-next:before {
  filter: brightness(0.3);    
}
.slick-prev:before {
  content: url(../../../assets/arrow-left.png);
  color: red;
  font-size: 30px;
}

.slick-next:before {
  content: url(../../../assets/arrow-right.png);
  color: red;
  font-size: 30px;
}
.asset-management-subtitle {
  color: #c35230;
}

.news-wrapper {
  background-image: url(../../../assets/scrim.png);
  min-height: 80vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-wrapper h1 {
  font-size: 305px;
  color: #fff;
  font-weight: 300;
}
.news-left a {
  display: flex;
  align-content: center;
  justify-content: center;
}
.otherlogos img {
  width: 22px;
}
.otherlogos img:last-child {
  width: 16px;
}
#header {
  background: #fff;
}

#nav > ul > li > a {
  color: #000;
}
/* Homepage Changes 9/17/19 */

.news-2up-wrapper {
  display: flex;
  flex-direction: row;
  min-height: 80vh;
}
.news-left,
.news-right {
  width: 50%;
}
.news-left {
  display: flex;
  align-content: center;
  justify-content: center;
}
.news-left img {
  height: 250px;
  align-self: center;
}
.news-right {
  /*
  /wp-content/uploads/HG_2020-Award_Website-_News-Img-v2.png
  /wp-content/uploads/Moorhead-Tower-with-Badge.png
  */
  background-image: url("/wp-content/uploads/35Broadway-scaled.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.news-bar {
  position: absolute;
  bottom: 0;
  background-color: black;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  align-items: center;
}

.news-bar p a {
  color: #fff;
  font-size: 18px;
}

.news-button {
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
  white-space: nowrap;
  font-weight: 800;
}

@media (max-width: 1080px) {
  .stats-map img {
    max-height: 400px;
  }
  .news-2up-wrapper {
    display: flex;
    flex-direction: column;
  }
  .news-left,
  .news-right {
    width: 100%;
    min-height: 40vh;
  }
  .news-left img {
    width: 100%;
    padding: 0 15px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .home-gutter {
    padding: 0px 22px;
  }
  .intro-text {
    margin: 30px 0px;
  }
  .masthead {
    height: 40vh;
  }
  .stats-wrapper {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .stats-data-wrapper h3 {
    margin-top: 10px;
  }
  .stats-data-wrapper p {
    margin-bottom: 10px;
  }
  .stats-num {
    font-size: 36px;
  }
  .stats-homes {
    font-size: 18px;
  }
  .stats-map img {
    width: auto;
    padding: 60px 0;
  }
  .three-up {
    max-width: initial;
  }
  .stats-map {
    width: 100%;
  }

  .stats-data-wrapper {
    padding-top: 0px;
    width: 100%;
  }

  .three-up-wrapper {
    flex-direction: column;
    padding: 60px 22px;
  }
  .three-up img {
    width: 100%;
  }
  .three-up {
    margin-bottom: 30px;
    margin-right: 0px;
  }
  .slide-wrapper {
    flex-direction: column;
  }

  .slide-text {
    width: 100%;
    padding-bottom: 150px;
    padding-top: 30px;
  }
  .slide-text img {
    margin-bottom: 15px;
    width: 38px;
  }
  .slide-image {
    width: 100%;
  }
  .slick-next,
  .slick-prev {
    top: 15%;
    transform: scale(0.8);
  }
  .slide-links {
    bottom: 35px;
    left: initial;
    display: flex;
    flex-direction: column;
    padding-left: 10%;
  }
  .slide-link {
    padding-bottom: 5px;
  }
  .slide-body {
    padding-bottom: 20px;
  }
  .link-pipe {
    display: none;
  }
  .news-wrapper {
    height: 33vh;
  }
  .news-wrapper h1 {
    font-size: 100px;
  }
  .team-container {
    max-width: 100vw;
    flex-direction: column;
    align-items: center;
  }

  .team-wrapper {
    max-width: 100vw;
  }
  .team-detail-image {
    display: none;
  }
  .text-container {
    /* max-width: 300px; */
  }
  .team-detail {
    /*         width: 300px; */
  }
  .team-detail.open {
    height: 630px;
  }
  .x-icon {
    top: 90px;
  }

  .team-detail-title {
    padding-bottom: 65px;
  }
  .team-detail-name {
    display: none;
  }

  .team-detail-title {
    display: none;
  }

  .x-icon {
    top: 0px;
  }

  .team-detail-email {
    padding-top: 50px;
    font-size: 15px;
    display: block;
  }
  .team-detail-text ul {
    list-style-type: disc;
    list-style-position: inside;
    color: #5f5f5f;
  }
  .team-detail-text ul li {
    list-style: initial !important;
  }
  .team-detail-text ol {
    list-style-type: decimal;
    list-style-position: inside;
  }
  .team-detail-text ul ul,
  .team-detail-text ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
  }
  .team-detail-text ol ol,
  .team-detail-text ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
  }
}
@media screen and (max-width: 810px) {
  #nav > ul > li > a {
    color: #fff;
  }
}
@media screen and (max-width: 680px) {
  #slider .main-txt {
    height: 190px;
  }
}

#form .gform_title {
  color: white;
  font-weight: 600;
  background: #454344;
}