#news {
  margin-top: 150px;
}

#news_content .section_heading {
  opacity: 1;
}

@media (min-width: 1200px) {
  #news {
    margin-top: 160px;
  }
}

#news_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

.more_news_title {
  color: #0F5460;
}

.single_new {
  width: 90vw;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8vw;
  margin-top: 4vw;
  /* &:hover
    {
        .news_header 
      {
            &::before 
            {
                width:100%;
            }
        }

       
    }*/
}

.single_new .news_header {
  font-size: 18px;
  letter-spacing: 0.04rem;
  color: #0F5460;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 6vw;
  line-height: 1.1;
}

.single_new .news_header::before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 0px;
  margin: 1vw 0;
  background: #114D52;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

.single_new .news_description {
  font-size: 12px;
  color: #0F5460;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  line-height: 1.25;
}

.single_new .news_thumb {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 90vw;
  height: 50vw;
}

.single_new .news_thumb img {
  width: 90vw;
  height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}

#single_new {
  max-width: 720px;
  margin-top: 200px;
}

#single_new .h2_title {
  color: #0F5460;
  max-width: 720px;
}

#single_new .generic_paragraph {
  color: #0F5460;
}

.new_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
}

.new_meta time {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0F5460;
}

.new_meta time::before {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #0F5460;
  margin-right: 10px;
}

.new_editor {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
  color: #0F5460;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new_editor::before {
  content: '';
  margin: 0 10px;
  width: 22px;
  height: 1px;
  background: #0F5460;
  position: relative;
  top: 2px;
}

#section_10 .new_button {
  -webkit-transform: rotate(180deg) translateX(0);
          transform: rotate(180deg) translateX(0);
  display: block;
  width: 70px;
  -webkit-transition: -webkit-transform 1.8s ease-in-out;
  transition: -webkit-transform 1.8s ease-in-out;
  transition: transform 1.8s ease-in-out;
  transition: transform 1.8s ease-in-out, -webkit-transform 1.8s ease-in-out;
  margin-top: 2vw;
}

#section_10 .new_button img {
  width: 100%;
}

@media (min-width: 576px) {
  .new_meta time {
    font-size: 16px;
  }
  .new_meta time::before {
    width: 11px;
    height: 11px;
    margin-right: 14px;
  }
  .single_new {
    width: 35vw;
  }
  .single_new .news_header {
    font-size: 3.3vw;
    -webkit-transition: margin 0.8s ease-in-out;
    transition: margin 0.8s ease-in-out;
  }
  .single_new .news_description {
    font-size: 1.35rem;
  }
  .single_new .news_thumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 30vw;
    height: 17vw;
    -webkit-transform: rotate(-19deg);
            transform: rotate(-19deg);
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    background: #FFE1BC;
    left: 2.1vw;
    position: relative;
  }
  .single_new .news_thumb img {
    width: 30vw;
    height: 17vw;
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    left: -2.1vw;
  }
  .single_new:hover .news_header {
    margin-top: 2vw;
  }
  .single_new:hover .news_thumb {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .single_new:hover .news_thumb img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #section_10 .single_new {
    width: 100%;
    width: 490px;
  }
  #section_10 .single_new .news_header {
    margin-top: 2vw;
  }
  #section_10 .single_new:hover .news_header {
    margin-top: 2vw;
  }
  #section_10 .single_new:hover .news_thumb {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #section_10 .single_new:hover .news_thumb img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #section_10 .single_new:hover .new_button {
    -webkit-transform: rotate(180deg) translateX(-20px);
            transform: rotate(180deg) translateX(-20px);
  }
}

@media (min-width: 900px) {
  .new_meta time {
    font-size: 22px;
  }
  .single_new {
    width: 20vw;
    margin-bottom: 8vw;
    /*  .news_description
        {
           font-size:1.1vw;
        }*/
  }
  .single_new .news_header {
    font-size: 2vw;
    margin-top: 4vw;
  }
  .single_new .news_thumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 18vw;
    height: 10.31vw;
    position: relative;
    left: 1.21vw;
  }
  .single_new .news_thumb img {
    width: 18vw;
    height: 10.31vw;
    left: -1.21vw;
  }
}

@media (min-width: 1200px) {
  .single_new {
    width: 20vw;
    margin-bottom: 8vw;
    /* .news_description
        {
            font-size: 0.84vw;
        }*/
  }
}

@media (min-width: 1921px) {
  .single_new {
    width: 22vw;
  }
  .single_new .news_thumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 20vw;
    height: 11.45vw;
  }
  .single_new .news_thumb img {
    width: 20vw;
    height: 11.45vw;
  }
}

#newscontent {
  position: relative;
  min-height: 85vh;
  z-index: 220;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#newscontent .single_new {
  margin-bottom: 0;
}

#newscontent .single_new .news_header {
  color: #FFE1BC;
}

#newscontent .single_new .news_description {
  color: #FFE1BC;
}

#newscontent #more_news_button {
  margin-top: auto;
  margin-bottom: 0;
}

#news_bg {
  position: absolute;
  z-index: 219;
  top: -27vh;
  background: #114D52;
}

#news_bg .latest_new_thumb {
  -webkit-transform: rotate(-19.5deg) translateX(14%);
          transform: rotate(-19.5deg) translateX(14%);
  top: 0px;
  position: absolute;
  right: 0;
  z-index: 1;
  background-position: top;
  background-size: cover;
}

#news_canvas {
  position: relative;
  z-index: 2;
  min-height: 250px;
}

#new_press {
  padding-top: 100px;
  padding-bottom: 100px;
}

#press_button {
  border-bottom: solid 2px #0F5460;
  margin: 70px 0;
}

#press_button.more_button {
  color: #0F5460;
}

#press_button.more_button .material-icons {
  border: solid 2px #0F5460;
  color: #0F5460;
}

#press_button:hover.more_button {
  color: #0F5460;
}

#press_button:hover.more_button .material-icons {
  border: solid 2px rgba(0, 0, 0, 0);
  color: #FFE1BC;
}

.new_social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 70px 0;
  margin: 40px 0;
}

.new_social_links a {
  display: block;
  width: 36px;
  margin-right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.new_social_links a img {
  width: 100%;
}

.new_social_links a:hover {
  opacity: 0.6;
}

.more_news_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.more_news_button .more_button {
  color: #114D52;
  border-bottom: solid 1px #114D52;
}

.more_news_button .more_button .material-icons {
  border: solid 1px #114D52;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.more_button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=news.css.map */