body a:focus,
body a:hover {
  text-decoration: none;
}
.navbar-toggle {
  display: inline-block;
  margin-top: 18px;
}
@media only screen and (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle .icon-bar {
  background-color: #1F4575;
}
header {
  z-index: 4;
  position: relative;
}
header .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (min-width: 1024px) {
  header .dropdown.open {
    position: static;
  }
}
header .dropdown.open .caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
nav {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 1024px) {
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
nav #logo_navbutton_container {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  nav #logo_navbutton_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  nav #logo_navbutton_container #header_logo {
    width: 15vw;
    margin-left: 76px;
  }
}
nav #logo_navbutton_container #header_logo img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  nav #logo_navbutton_container #header_logo img {
    width: 200px;
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  nav #mobile_menu {
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  nav #mobile_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 0;
    height: 91px;
  }
}
@media only screen and (min-width: 1024px) {
  nav #mobile_menu .navdd.open .dropdown-menu {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 21px;
    top: initial;
    bottom: -32px;
    width: 100vw;
    margin: 0;
    padding: 19px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #3B99C7;
  }
}
@media only screen and (min-width: 1024px) {
  nav #mobile_menu .navdd.open .dropdown-menu li {
    border-bottom: none;
    border-right: 1px solid #c6c6c6;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  nav #mobile_menu .navdd.open .dropdown-menu li:last-of-type {
    border-right: none;
  }
}
@media only screen and (min-width: 1024px) {
  nav #mobile_menu .navdd.open .dropdown-menu li a {
    color: #fff;
  }
}
nav #mobile_menu .navdd.open .dropdown-menu li a:after {
  content: " ";
  opacity: 0;
}
nav #mobile_menu .navdd.open .dropdown-menu li a:hover,
nav #mobile_menu .navdd.open .dropdown-menu li a.active {
  background-image: none;
  text-decoration: none;
  color: #204675;
  background-color: #e8e8e8;
}
nav #mobile_menu .navdd.open .dropdown-menu li a:hover:after,
nav #mobile_menu .navdd.open .dropdown-menu li a.active:after {
  opacity: 0;
}
nav #mobile_menu .navdd.open .dropdown-menu li a:focus:after {
  opacity: 0;
}
nav #mobile_menu li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  nav #mobile_menu li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
nav #mobile_menu li .dropdown-menu {
  width: 100%;
  border-radius: 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  nav #mobile_menu li .dropdown-menu {
    margin-top: 29px;
    border: none;
    border-radius: 0;
    width: auto;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 1024px) {
  nav #mobile_menu li .dropdown-menu {
    top: 62px;
    padding-bottom: 0;
  }
}
nav #mobile_menu li .dropdown-menu li {
  border-bottom: 1px solid #c6c6c6;
}
nav #mobile_menu li .dropdown-menu li a {
  text-transform: capitalize;
}
nav #mobile_menu li a {
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  nav #mobile_menu li a {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  nav #mobile_menu li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  nav #mobile_menu li a {
    font-size: 21px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1023px) {
  nav #mobile_menu li a {
    width: 160px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  nav #mobile_menu li a {
    text-align: center;
  }
}
nav #mobile_menu li a:after {
  content: " ";
  width: 90%;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav #mobile_menu li a:hover {
  background-image: none;
  text-decoration: none;
}
nav #mobile_menu li a:hover:after {
  border-bottom: 5px solid #4898c7;
  bottom: -13px;
  opacity: 1;
}
nav #mobile_menu li a:focus:after {
  border-bottom: 5px solid #4898c7;
  bottom: -13px;
  opacity: 1;
}
nav #mobile_menu li a.active:after {
  border-bottom: 5px solid #4898c7;
  bottom: -13px;
  opacity: 1;
}
nav #mobile_menu li div {
  width: 2.9vw;
  height: 1.9vw;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin-right: 7px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  nav #mobile_menu li div {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 1300px) {
  nav #mobile_menu li div {
    width: 3.2vw;
  }
}
nav #mobile_menu li div svg {
  max-height: 1.9vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  nav #mobile_menu li div svg {
    max-height: 45px;
  }
}
@media only screen and (max-width: 1023px) {
  nav #mobile_menu li {
    padding: 5px;
  }
}
footer #top_footer {
  background-color: #DFDFDF;
  padding-bottom: 35px;
  padding-top: 35px;
}
@media only screen and (min-width: 1100px) {
  footer #top_footer #cta_section {
    margin: -28px auto -29px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media only screen and (max-width: 1099px) {
  footer #top_footer #cta_section .cta-2 {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  footer #top_footer #cta_section span {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 600px) {
  footer #top_footer #top_footer_container {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5px;
    padding-top: 0px;
    max-width: 840px;
  }
}
@media only screen and (min-width: 1400px) {
  footer #top_footer #top_footer_container {
    width: 50%;
  }
}
footer #top_footer #top_footer_container a {
  color: #333;
}
footer #top_footer #top_footer_container a:hover {
  color: #3b9ac6;
}
footer #top_footer h2 {
  text-align: center;
  color: #274476;
  padding-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-top: 5px;
}
@media only screen and (min-width: 1400px) {
  footer #top_footer h2 {
    font-size: 38px;
  }
}
footer #top_footer #base_corp_address {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
@media only screen and (min-width: 600px) {
  footer #top_footer #base_corp_address .break-mobile-footer {
    display: none;
  }
}
footer #top_footer #base_corp_address .footer-top-line-break {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 599px) {
  footer #top_footer #base_corp_address .footer-top-line-break {
    display: none;
  }
}
footer #bottom_footer {
  background: #01172F;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  color: #fff;
  margin-top: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media only screen and (max-width: 525px) {
  footer #bottom_footer {
    font-weight: 400;
  }
}
footer #bottom_footer > div {
  width: 80%;
  margin-left: 10%;
  font-size: 13px;
  padding-bottom: 21px;
}
footer #bottom_footer > div > .translator {
  display: block;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  width: auto;
  margin-left: 0;
}
@media only screen and (min-width: 1384px) {
  footer #bottom_footer > div > .translator {
    display: inline-block;
  }
}
@media only screen and (min-width: 600px) {
  footer #bottom_footer .break-mobile-footer {
    display: none;
  }
}
footer #bottom_footer a {
  color: #fff;
  text-decoration: none;
}
footer #bottom_footer #LauncherTranslatePhrase {
  margin-left: 0;
}
footer #bottom_footer #LauncherTranslatePhrase:hover {
  background-color: #fff !important;
  color: #3B9AC6 !important;
}
footer #bottom_footer #LauncherLogo {
  margin-left: 0;
}
#root #mobile_page_container {
  height: auto;
}
#root #mobile_page_container #mobile_container {
  height: auto;
}
#root #mobile_page_container #mobile_container .first-page {
  height: auto !important;
}
#cinemagraph_container #cinemagraph {
  height: 56vw;
  width: 99vw;
  position: relative;
  z-index: 0;
}
#cinemagraph_container #cinemagraph #search_container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #cinemagraph_container #cinemagraph #search_container {
    display: none;
  }
}
#cinemagraph_container #cinemagraph #search_container #homepage_search_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#cinemagraph_container #cinemagraph #search_container #homepage_search_heading div {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
#cinemagraph_container #cinemagraph #search_container #homepage_search_heading div img {
  position: absolute;
  top: -29px;
  left: -786px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
#cinemagraph_container #cinemagraph #search_container #homepage_search_heading h2 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6vw;
  font-weight: 300;
  text-transform: uppercase;
}
#cinemagraph_container #cinemagraph #search_container #quick-search-form-region {
  text-align: center;
}
#cinemagraph_container #cinemagraph #search_container #quick-search-form-region h3 {
  display: none;
}
#cinemagraph_container #cinemagraph #search_container #quick-search-form-region #quick-search-form {
  width: 733px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #cinemagraph_container #cinemagraph #search_container #quick-search-form-region #quick-search-form {
    width: auto;
  }
}
#cinemagraph_container #cinemagraph #search_container #quick-search-form-region #quick-search-form .form-group {
  width: 30%;
}
@media only screen and (max-width: 1024px) {
  #cinemagraph_container #cinemagraph #search_container #quick-search-form-region #quick-search-form .form-group {
    width: 50%;
    margin: 10px auto;
  }
}
#cinemagraph_container #cinemagraph #search_container #quick-search-form-region #quick-search-form .form-group:last-of-type {
  width: 0;
}
#cinemagraph_container #cinemagraph #search_container #quick-search-form-region select {
  border-radius: 0;
  border: none;
  padding: 7px 25px;
  color: #204675;
  border: 1px solid #3B9AC6;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/gridmedia/img/downarrow.png) no-repeat;
  background-position: 94% 12px;
  background-color: #fff;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
#cinemagraph_container #cinemagraph #search_container #quick-search-form-region button {
  background: #204675;
  opacity: 1;
  color: white;
  text-shadow: none;
  border: 1px solid #fff;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  #cinemagraph_container #cinemagraph #search_container #quick-search-form-region button {
    display: block;
    margin: 10px auto;
  }
}
#cinemagraph_container #cinemagraph #search_container #quick-search-form-region .form-group label {
  display: none;
}
#cinemagraph_container #cinemagraph #search_container #quick-search-form-region .form-group select[name="features"] {
  display: none;
}
#cinemagraph_container #cinemagraph #search_container #quick-search-form-region .form-group .btn-group {
  display: none;
}
#hpt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  #hpt_container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  #hpt_container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#hpt_container #hpt_left {
  width: 27%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #hpt_container #hpt_left {
    width: auto;
    min-width: 300px;
  }
}
#hpt_container #hpt_left img {
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  #hpt_container #hpt_left img {
    width: 50%;
    margin-top: -50px;
    margin-bottom: -20px;
  }
}
#hpt_container #hpt_left h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  font-size: 9vw;
  line-height: 0;
  color: #D8D8D8;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #hpt_container #hpt_left h2 {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  #hpt_container #hpt_left h2 {
    font-size: 4vw;
    letter-spacing: 0.1vw;
  }
  #hpt_container #hpt_left h2:last-of-type {
    letter-spacing: 0.27vw;
  }
}
#hpt_container #hpt_left h1 {
  text-align: center;
}
#hpt_container #hpt_left h1 #hpt_fourty {
  color: #3B9AC6;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 9vw;
}
@media only screen and (min-width: 768px) {
  #hpt_container #hpt_left h1 #hpt_fourty {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 1000px) {
  #hpt_container #hpt_left h1 #hpt_fourty {
    font-size: 6.2vw;
    letter-spacing: 0.1vw;
  }
}
#hpt_container #hpt_left h1 #hpt_years {
  color: #1F4575;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 9vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #hpt_container #hpt_left h1 #hpt_years {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 1000px) {
  #hpt_container #hpt_left h1 #hpt_years {
    font-size: 5.5vw;
    letter-spacing: 0.01vw;
  }
}
#hpt_container #hpt_right {
  width: 80%;
  min-width: 300px;
}
@media only screen and (min-width: 768px) {
  #hpt_container #hpt_right {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  #hpt_container #hpt_right {
    width: 55%;
    margin-right: 5%;
    max-width: 1200px;
  }
}
#hpt_container #hpt_right h3 {
  border-bottom: 4px solid #D9D9D9;
  padding-bottom: 10px;
  color: #274476;
  font-family: 'Oswald', sans-serif;
  font-size: 8vw;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #hpt_container #hpt_right h3 {
    font-size: 2.85vw;
  }
}
@media only screen and (min-width: 1000px) {
  #hpt_container #hpt_right h3 {
    font-size: 2.64vw;
  }
}
@media only screen and (min-width: 2064px) {
  #hpt_container #hpt_right h3 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) {
  #hpt_container #hpt_right h3 .hpt-right-br {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  #hpt_container #hpt_right h3 {
    text-align: center;
    margin-top: 54px;
  }
}
#hpt_container #hpt_right p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-align: justify;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #hpt_container #hpt_right p {
    font-size: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) {
  #hpt_container #hpt_right p {
    font-size: 18px;
    text-align: justify;
  }
}
@media only screen and (min-width: 1400px) {
  #hpt_container #hpt_right p {
    font-size: 20px;
    text-align: justify;
  }
}
@media only screen and (min-width: 1600px) {
  #hpt_container #hpt_right p {
    font-size: 22px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 600px) {
  #hpt_container #hpt_right p {
    width: 90%;
    margin-left: 5%;
  }
}
#our_communities_sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  #our_communities_sections {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#our_communities_sections #our_communities_section_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 97vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_1 {
    height: 82.5vw;
    margin-bottom: 1vw;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_1 {
    height: 38.8vw;
  }
}
@media only screen and (min-width: 1800px) {
  #our_communities_sections #our_communities_section_1 {
    height: 39vw;
  }
}
#our_communities_sections #our_communities_section_1 #comm_sec_info_container_outer {
  background-color: #274476;
  color: white;
  width: 100vw;
  height: 40vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_1 #comm_sec_info_container_outer {
    width: 59vw;
    height: 51vw;
    margin-bottom: 0.7vw;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_1 #comm_sec_info_container_outer {
    width: 31vw;
    height: 23vw;
  }
}
#our_communities_sections #our_communities_section_1 #comm_sec_info_container_outer #comm_sec_info_container {
  width: 68%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 50%;
  text-align: center;
}
#our_communities_sections #our_communities_section_1 #comm_sec_info_container_outer #comm_sec_info_container #comm_sec_icon {
  overflow: hidden;
  width: 44px;
  height: 57px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  #our_communities_sections #our_communities_section_1 #comm_sec_info_container_outer #comm_sec_info_container #comm_sec_icon {
    width: 27px;
    height: 45px;
  }
}
#our_communities_sections #our_communities_section_1 #comm_sec_info_container_outer #comm_sec_info_container #comm_sec_icon img {
  margin-left: -462px;
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  #our_communities_sections #our_communities_section_1 #comm_sec_info_container_outer #comm_sec_info_container #comm_sec_icon img {
    margin-left: -476px;
    margin-top: -13px;
    width: 1802px;
  }
}
#our_communities_sections #our_communities_section_1 #comm_sec_info_container_outer #comm_sec_info_container h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 6vw;
  text-transform: uppercase;
}
@media only screen and (min-width: 1000px) {
  #our_communities_sections #our_communities_section_1 #comm_sec_info_container_outer #comm_sec_info_container h4 {
    font-size: 2.7vw;
  }
}
#our_communities_sections #our_communities_section_1 #comm_sec_info_container_outer #comm_sec_info_container p {
  font-family: 'Lato', sans-serif;
  font-size: 4.2vw;
}
@media only screen and (min-width: 1000px) {
  #our_communities_sections #our_communities_section_1 #comm_sec_info_container_outer #comm_sec_info_container p {
    font-size: 1.5vw;
  }
}
#our_communities_sections #our_communities_section_1 .comm-section-1 {
  height: 54vw;
  width: 100%;
  position: relative;
  margin-top: 11px;
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_1 .comm-section-1 {
    width: 60vw;
    height: 30.2vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_1 .comm-section-1 {
    width: 31vw;
    height: 14.9vw;
    overflow: hidden;
  }
}
#our_communities_sections #our_communities_section_1 .comm-section-1 a {
  position: relative;
  height: 52.5vw;
  width: 49%;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_1 .comm-section-1 a {
    width: 28.25vw;
    height: 30.3vw;
    margin-top: 0;
    margin-right: 1.3vw;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_1 .comm-section-1 a {
    width: 15vw;
    height: 15.3vw;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_1 .comm-section-1 a:first-of-type {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_1 .comm-section-1 a:first-of-type {
    margin-right: 0.6vw;
  }
}
#our_communities_sections #our_communities_section_1 .comm-section-1 a:hover {
  outline: 1px solid #204675;
  outline-offset: -1px;
}
#our_communities_sections #our_communities_section_1 .comm-section-1 a:hover img {
  opacity: 0.5;
}
#our_communities_sections #our_communities_section_1 .comm-section-1 a:hover span {
  border: 4px solid #204675;
  background: transparent;
  width: 83%;
  padding: 25px 30px;
  color: #204675;
  bottom: 50%;
  left: 50%;
  font-weight: 500;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  text-align: center;
}
#our_communities_sections #our_communities_section_1 .comm-section-1 a img {
  position: absolute;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
}
#our_communities_sections #our_communities_section_1 .comm-section-1 a span {
  position: absolute;
  width: 100%;
  bottom: 0px;
  color: white;
  background: rgba(1, 23, 47, 0.8);
  padding-top: 10px;
  font-size: 4vw;
  padding-bottom: 10px;
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  padding-left: 27px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0px;
  border: 0px solid transparent;
  text-align: left;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_1 .comm-section-1 a span {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_1 .comm-section-1 a span {
    bottom: 0px;
    font-size: 1.2vw;
    padding-top: 15px;
  }
}
#our_communities_sections #our_communities_section_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
  height: 183vw;
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_2 {
    margin-left: 0.8vw;
    height: 78vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #our_communities_sections #our_communities_section_2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_2 {
    margin-left: 0.8vw;
    height: 39vw;
  }
}
@media only screen and (min-width: 1160px) {
  #our_communities_sections #our_communities_section_2 {
    width: 49vw;
    margin-left: 1vw;
  }
}
#our_communities_sections #our_communities_section_2 a {
  position: relative;
}
#our_communities_sections #our_communities_section_2 a img {
  width: 100%;
}
#our_communities_sections #our_communities_section_2 a span {
  position: absolute;
  width: 100%;
  bottom: 0px;
  color: white;
  background: rgba(32, 70, 117, 0.8);
  padding-bottom: 10px;
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
  padding-top: 10px;
  font-size: 4vw;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  padding-left: 27px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0px;
  border: 0px solid transparent;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_2 a span {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_2 a span {
    bottom: 2px;
    font-size: 1.2vw;
    padding-top: 15px;
  }
}
#our_communities_sections #our_communities_section_2 #first_of_second_oc_section {
  width: 100vw;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_2 #first_of_second_oc_section {
    width: 61vw;
    margin-bottom: 1vw;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_2 #first_of_second_oc_section {
    width: 29.9vw;
  }
}
@media only screen and (min-width: 1850px) {
  #our_communities_sections #our_communities_section_2 #first_of_second_oc_section {
    width: 30.2vw;
  }
}
#our_communities_sections #our_communities_section_2 #first_of_second_oc_section span {
  bottom: 0px;
}
#our_communities_sections #our_communities_section_2 #first_of_second_oc_section:hover {
  outline: 1px solid #204675;
  outline-offset: -1px;
}
#our_communities_sections #our_communities_section_2 #first_of_second_oc_section:hover img {
  opacity: 0.5;
}
#our_communities_sections #our_communities_section_2 #first_of_second_oc_section:hover span {
  border: 4px solid #204675;
  background: transparent;
  width: 49%;
  padding: 25px 30px;
  color: #204675;
  bottom: 50%;
  left: 50%;
  font-weight: 500;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  text-align: center;
}
#our_communities_sections #our_communities_section_2 #second_of_second_oc_section {
  width: 49vw;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_2 #second_of_second_oc_section {
    width: 36vw;
    margin-bottom: 1vw;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_2 #second_of_second_oc_section {
    width: 17.6vw;
  }
}
@media only screen and (min-width: 1850px) {
  #our_communities_sections #our_communities_section_2 #second_of_second_oc_section {
    width: 17.8vw;
  }
}
#our_communities_sections #our_communities_section_2 #second_of_second_oc_section span {
  bottom: 0;
}
#our_communities_sections #our_communities_section_2 #second_of_second_oc_section:hover {
  outline: 1px solid #204675;
  outline-offset: -1px;
}
#our_communities_sections #our_communities_section_2 #second_of_second_oc_section:hover img {
  opacity: 0.5;
}
#our_communities_sections #our_communities_section_2 #second_of_second_oc_section:hover span {
  border: 4px solid #204675;
  background: transparent;
  width: 98%;
  padding: 25px 30px;
  color: #204675;
  bottom: 50%;
  left: 50%;
  font-weight: 500;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  text-align: center;
}
#our_communities_sections #our_communities_section_2 #third_of_second_oc_section {
  width: 49vw;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_2 #third_of_second_oc_section {
    width: 36vw;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_2 #third_of_second_oc_section {
    width: 14.75vw;
  }
  #our_communities_sections #our_communities_section_2 #third_of_second_oc_section img {
    height: 19vw;
  }
}
#our_communities_sections #our_communities_section_2 #third_of_second_oc_section span {
  bottom: 0;
}
#our_communities_sections #our_communities_section_2 #third_of_second_oc_section:hover {
  outline: 1px solid #204675;
  outline-offset: -1px;
}
#our_communities_sections #our_communities_section_2 #third_of_second_oc_section:hover img {
  opacity: 0.5;
}
#our_communities_sections #our_communities_section_2 #third_of_second_oc_section:hover span {
  border: 4px solid #204675;
  background: transparent;
  width: 76%;
  padding: 25px 30px;
  color: #204675;
  bottom: 50%;
  left: 50%;
  font-weight: 500;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  text-align: center;
}
#our_communities_sections #our_communities_section_2 #four_of_second_oc_section {
  width: 49vw;
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_2 #four_of_second_oc_section {
    width: 30vw;
    bottom: 0px;
    margin-bottom: 2vw;
  }
  #our_communities_sections #our_communities_section_2 #four_of_second_oc_section img {
    height: 38.15vw;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_2 #four_of_second_oc_section {
    width: 14.75vw;
    bottom: 0;
  }
  #our_communities_sections #our_communities_section_2 #four_of_second_oc_section img {
    height: 19vw;
  }
}
#our_communities_sections #our_communities_section_2 #four_of_second_oc_section span {
  bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_2 #four_of_second_oc_section span {
    bottom: 0;
  }
}
#our_communities_sections #our_communities_section_2 #four_of_second_oc_section:hover {
  outline: 1px solid #204675;
  outline-offset: -1px;
}
#our_communities_sections #our_communities_section_2 #four_of_second_oc_section:hover img {
  opacity: 0.5;
}
#our_communities_sections #our_communities_section_2 #four_of_second_oc_section:hover span {
  border: 4px solid #204675;
  background: transparent;
  width: 69%;
  padding: 25px 30px;
  color: #204675;
  bottom: 50%;
  left: 50%;
  font-weight: 500;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  text-align: center;
}
#our_communities_sections #our_communities_section_2 #fifth_of_second_oc_section {
  width: 49vw;
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_2 #fifth_of_second_oc_section {
    width: 30vw;
    bottom: 0px;
    margin-bottom: 2vw;
  }
  #our_communities_sections #our_communities_section_2 #fifth_of_second_oc_section img {
    height: 38.15vw;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_2 #fifth_of_second_oc_section {
    width: 17.7vw;
    bottom: 0;
  }
  #our_communities_sections #our_communities_section_2 #fifth_of_second_oc_section img {
    height: 19vw;
  }
}
#our_communities_sections #our_communities_section_2 #fifth_of_second_oc_section span {
  bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_2 #fifth_of_second_oc_section span {
    bottom: 0;
  }
}
#our_communities_sections #our_communities_section_2 #fifth_of_second_oc_section:hover {
  outline: 1px solid #204675;
  outline-offset: -1px;
}
#our_communities_sections #our_communities_section_2 #fifth_of_second_oc_section:hover img {
  opacity: 0.5;
}
#our_communities_sections #our_communities_section_2 #fifth_of_second_oc_section:hover span {
  border: 4px solid #204675;
  background: transparent;
  width: 69%;
  padding: 25px 30px;
  color: #204675;
  bottom: 50%;
  left: 50%;
  font-weight: 500;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  text-align: center;
}
#our_communities_sections #our_communities_section_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4px;
  height: 52.4vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  #our_communities_sections #our_communities_section_3 {
    width: 38vw;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 0;
    height: 39vw;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_3 {
    width: 18vw;
    height: 37vw;
    margin-left: 1vw;
  }
}
#our_communities_sections #our_communities_section_3 a {
  position: relative;
  width: 17.6vw;
}
@media only screen and (max-width: 1023px) {
  #our_communities_sections #our_communities_section_3 a {
    width: 38vw;
    margin-bottom: 1vw;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_3 a:first-of-type {
    margin-bottom: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  #our_communities_sections #our_communities_section_3 a {
    width: 47vw;
    margin-bottom: 2vw;
  }
}
@media only screen and (min-width: 1860px) {
  #our_communities_sections #our_communities_section_3 a {
    width: 17.7vw;
  }
}
#our_communities_sections #our_communities_section_3 a img {
  width: 100%;
}
#our_communities_sections #our_communities_section_3 a span {
  position: absolute;
  width: 100%;
  bottom: 0px;
  color: white;
  background: rgba(32, 70, 117, 0.8);
  padding-bottom: 10px;
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
  padding-top: 10px;
  font-size: 4vw;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 27px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0px;
  border: 0px solid transparent;
  text-align: left;
}
@media only screen and (min-width: 764px) {
  #our_communities_sections #our_communities_section_3 a span {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1024px) {
  #our_communities_sections #our_communities_section_3 a span {
    bottom: 0px;
    font-size: 1.2vw;
    padding-top: 15px;
  }
}
#our_communities_sections #our_communities_section_3 a:hover {
  outline: 1px solid #204675;
  outline-offset: -1px;
}
#our_communities_sections #our_communities_section_3 a:hover img {
  opacity: 0.5;
}
#our_communities_sections #our_communities_section_3 a:hover span {
  border: 4px solid #204675;
  background: transparent;
  width: 87%;
  padding: 25px 30px;
  color: #204675;
  bottom: 50%;
  left: 50%;
  font-weight: 500;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  text-align: center;
}
@media only screen and (min-width: 700px) {
  #cta_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1100px) {
  #cta_section {
    width: 80%;
    margin: 25px auto 50px;
  }
}
@media only screen and (min-width: 1400px) {
  #cta_section {
    max-width: 1400px;
  }
}
#cta_section a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 27px 58px 0px;
  padding-bottom: 27px;
  border-bottom: 2px solid #3B9AC6;
  text-decoration: none;
}
#cta_section a:last-of-type {
  border: none;
}
@media only screen and (min-width: 700px) {
  #cta_section a {
    border-bottom: none;
    margin: 27px 0px 0px;
  }
}
#cta_section a div {
  width: 44px;
  overflow: hidden;
  height: 57px;
}
@media only screen and (min-width: 450px) {
  #cta_section a div {
    width: 80px;
    height: 70px;
  }
}
#cta_section a div img {
  margin-left: -266px;
  margin-top: -68px;
}
@media only screen and (max-width: 449px) {
  #cta_section a div img {
    width: 1200px;
    margin-left: -141px;
    margin-top: -41px;
  }
}
#cta_section a .cta-2 img {
  margin-left: -509px;
  margin-top: 0;
}
@media only screen and (max-width: 449px) {
  #cta_section a .cta-2 img {
    width: 1200px;
    margin-left: -181px;
    margin-top: -41px;
  }
}
#cta_section a .cta-3 img {
  margin-left: -334px;
}
@media only screen and (max-width: 449px) {
  #cta_section a .cta-3 img {
    width: 1200px;
    margin-left: -228px;
    margin-top: -41px;
  }
}
#cta_section a span {
  font-size: 8vw;
  color: #254476;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
#cta_section a span:hover {
  color: #3B9AC6;
}
@media only screen and (min-width: 700px) {
  #cta_section a span {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1400px) {
  #cta_section a span {
    font-size: 50px;
  }
}
@media only screen and (min-width: 700px) {
  #cta_section .cta-border {
    height: 100px;
    width: 2px;
    background: #3B9AC6;
  }
}
@media only screen and (min-width: 1100px) {
  #cta_section .cta-border {
    height: 150px;
    width: 2px;
    background: #3B9AC6;
  }
}
.arrow.bounce {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 124px;
  top: -75px;
  -webkit-animation: bounce 2s ease-in-out infinite;
          animation: bounce 2s ease-in-out infinite;
  display: none;
}
.arrow.bounce #arrow_left {
  height: 8px;
  width: 41px;
  display: inline-block;
  background: #fff;
  -webkit-transform: rotatez(45deg) translateX(14px);
          transform: rotatez(45deg) translateX(14px);
}
.arrow.bounce #arrow_right {
  height: 8px;
  width: 41px;
  display: inline-block;
  background: #fff;
  -webkit-transform: rotatez(-45deg) translateX(-14px);
          transform: rotatez(-45deg) translateX(-14px);
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
#body_news #culture_hero_section {
  margin-top: 10px;
  margin-bottom: 40px;
}
#body_news #culture_hero_section #hero_heading {
  top: 24%;
}
@media only screen and (min-width: 380px) {
  #body_news #culture_hero_section #hero_heading {
    top: 27%;
  }
}
@media only screen and (min-width: 420px) {
  #body_news #culture_hero_section #hero_heading {
    top: 29%;
  }
}
@media only screen and (min-width: 500px) {
  #body_news #culture_hero_section #hero_heading {
    top: 32%;
  }
}
@media only screen and (min-width: 1400px) {
  #body_news #culture_hero_section #hero_heading {
    top: 50%;
  }
}
#body_news #culture_hero_section #hero_heading div h4 {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  #body_news #culture_hero_section #hero_heading div h4 {
    padding-top: 51px;
    margin-bottom: 0;
  }
}
#body_news #culture_hero_section #hero_heading div h1 {
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  #body_news #culture_hero_section #hero_heading div h1 {
    padding-top: 0;
  }
}
#body_news #culture_hero_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  #body_news #culture_hero_section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 19vw;
    overflow: hidden;
  }
}
#body_news #culture_hero_section img {
  width: 100%;
  height: 56vw;
}
@media only screen and (min-width: 1024px) {
  #body_news #culture_hero_section img {
    width: 45%;
    height: 27vw;
  }
}
#body_news #culture_hero_section #hero_text_section {
  width: 100%;
  background-color: #DFDFDF;
}
@media only screen and (min-width: 1024px) {
  #body_news #culture_hero_section #hero_text_section {
    width: 55%;
  }
}
#body_news #culture_hero_section #hero_text_section p {
  width: 90%;
  margin-left: 5%;
  text-align: justify;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: "Lato";
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  #body_news #culture_hero_section #hero_text_section p {
    width: 65%;
    margin-left: 25%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: justify;
    font-size: 1.2vw;
  }
}
#body_news #culture_hero_section #hero_text_section ul {
  width: 90%;
  margin: 1% 5% 10% 5%;
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-family: "Lato";
  font-weight: 300;
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  #body_news #culture_hero_section #hero_text_section ul {
    width: 62%;
    margin-left: 25%;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  #body_news #culture_hero_section #hero_text_section ul {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  #body_news #culture_hero_section #hero_text_section ul {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  #body_news #culture_hero_section #hero_text_section ul {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1800px) {
  #body_news #culture_hero_section #hero_text_section ul {
    font-size: 20px;
  }
}
#body_news #culture_hero_section #hero_heading {
  position: absolute;
  left: 50%;
  top: 27%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: white solid 2px;
}
@media only screen and (min-width: 380px) {
  #body_news #culture_hero_section #hero_heading {
    top: 30%;
  }
}
@media only screen and (min-width: 420px) {
  #body_news #culture_hero_section #hero_heading {
    top: 32%;
  }
}
@media only screen and (min-width: 500px) {
  #body_news #culture_hero_section #hero_heading {
    top: 34%;
  }
}
@media only screen and (min-width: 580px) {
  #body_news #culture_hero_section #hero_heading {
    top: 36%;
  }
}
@media only screen and (min-width: 1024px) {
  #body_news #culture_hero_section #hero_heading {
    -webkit-transform: scale(0.6) translate(-50%, -50%);
            transform: scale(0.6) translate(-50%, -50%);
    left: 39%;
    top: 30%;
  }
}
@media only screen and (min-width: 1400px) {
  #body_news #culture_hero_section #hero_heading {
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1800px) {
  #body_news #culture_hero_section #hero_heading {
    top: 56%;
    left: 45%;
  }
}
#body_news #culture_hero_section #hero_heading div {
  margin: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  height: 139px;
  width: 229px;
}
@media only screen and (min-width: 380px) {
  #body_news #culture_hero_section #hero_heading div {
    height: 160px;
    width: 260px;
  }
}
@media only screen and (min-width: 580px) {
  #body_news #culture_hero_section #hero_heading div {
    height: 200px;
    width: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  #body_news #culture_hero_section #hero_heading div {
    height: 194px;
    width: 248px;
  }
}
@media only screen and (min-width: 1400px) {
  #body_news #culture_hero_section #hero_heading div {
    height: 190px;
    width: 234px;
    margin: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  #body_news #culture_hero_section #hero_heading div {
    height: 220px;
    width: 275px;
  }
}
@media only screen and (min-width: 1800px) {
  #body_news #culture_hero_section #hero_heading div {
    height: 15vw;
    width: 20vw;
    margin: 18px;
  }
}
#body_news #culture_hero_section #hero_heading div h1 {
  margin-top: 0;
  padding-top: 0px;
  width: 80%;
  font-size: 29px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 600;
  color: #204675;
  font-family: "Oswald";
}
@media only screen and (min-width: 1600px) {
  #body_news #culture_hero_section #hero_heading div h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1800px) {
  #body_news #culture_hero_section #hero_heading div h1 {
    font-size: 2.5vw;
  }
}
#body_news #culture_hero_section #hero_heading div h4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  font-size: 24px;
  color: #204675;
  font-family: "Oswald";
}
@media only screen and (min-width: 1400px) {
  #body_news #culture_hero_section #hero_heading div h4 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 26px;
    width: 70%;
  }
}
@media only screen and (min-width: 1600px) {
  #body_news #culture_hero_section #hero_heading div h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  #body_news #culture_hero_section #hero_heading div h4 {
    font-size: 1.8vw;
    width: 70%;
    margin-top: 19px;
  }
}
#body_news .blogs {
  width: 100%;
  margin: 124px 0px 32px 0;
}
#body_news #blog-tags {
  background-image: url(/gridmedia/img/history-bg.png);
}
#body_news #blog-facebook {
  background-image: url(/gridmedia/img/history-bg.png);
}
#body_news .blog-article .blog-text .btn {
  margin: 20px auto 10px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #3B9AC6;
  padding: 9px 15px;
  background-image: none;
}
#body_news .btn-toolbar > .btn-group {
  margin-left: 12%;
}
#body_Apply nav {
  position: fixed;
}
#apply_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  background-image: url(/gridmedia/img/apply-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 18px;
}
#apply_page section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 100px;
  margin-top: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 800px) {
  #apply_page section {
    margin-bottom: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  #apply_page section {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  #apply_page section {
    width: 80%;
    margin-left: 10%;
  }
}
#apply_page section:first-of-type {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  #apply_page section:first-of-type {
    margin-top: 160px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  #apply_page section:last-of-type {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
#apply_page section .apply-first-column {
  height: 240px;
  width: 240px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #apply_page section .apply-first-column {
    margin-bottom: 0;
    height: 250px;
    width: 250px;
  }
}
@media only screen and (min-width: 1600px) {
  #apply_page section .apply-first-column {
    height: 300px;
    width: 300px;
  }
}
#apply_page section .apply-first-column:hover {
  background-color: #3b99c7;
}
#apply_page section .apply-first-column h1,
#apply_page section .apply-first-column p {
  color: #fff;
  font-size: 18px;
  font-family: "Lato";
}
@media only screen and (min-width: 2000px) {
  #apply_page section .apply-first-column h1,
  #apply_page section .apply-first-column p {
    font-size: 22px;
  }
}
#apply_page section .apply-first-column h1 {
  font-family: "Oswald";
  margin-top: 10px;
  margin-bottom: 22px;
  font-weight: 400;
  text-align: center;
  font-size: 30px;
}
@media only screen and (min-width: 2000px) {
  #apply_page section .apply-first-column h1 {
    font-size: 36px;
  }
}
#apply_page section .apply-first-column:first-of-type {
  background-color: #3B99C7;
  background-image: url(/gridmedia/img/lll.png);
  background-size: contain;
}
#apply_page section .apply-first-column:first-of-type > div {
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#apply_page section .apply-first-column.second-first-column {
  background-color: #204675;
  background-image: url(/gridmedia/img/fyc.png);
}
#apply_page section .apply-first-column.second-first-column:hover {
  background-color: #3b99c7;
}
#apply_page section .apply-first-column.second-first-column > div {
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#apply_page section .apply-second-column {
  text-align: center;
  min-width: 300px;
  width: 70%;
  border: solid 2px #dfdfdf;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2%;
}
@media only screen and (min-width: 800px) {
  #apply_page section .apply-second-column {
    width: 50%;
  }
}
@media only screen and (min-width: 1300px) {
  #apply_page section .apply-second-column {
    width: 70%;
  }
}
@media only screen and (min-width: 1700px) {
  #apply_page section .apply-second-column #choose_state_dropdown_heading {
    margin-top: 75px;
  }
}
#apply_page section .apply-second-column h3 {
  text-align: center;
  margin-top: 14px;
  color: #204675;
  font-family: "Oswald";
  font-weight: 400;
}
@media only screen and (min-width: 1300px) {
  #apply_page section .apply-second-column h3 {
    font-size: 29px;
    margin-top: 45px;
  }
}
@media only screen and (min-width: 2000px) {
  #apply_page section .apply-second-column h3 {
    font-size: 38px;
  }
}
#apply_page section .apply-second-column p {
  font-family: "Lato";
  font-size: 16px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  #apply_page section .apply-second-column p {
    font-weight: 400;
  }
}
@media only screen and (min-width: 1500px) {
  #apply_page section .apply-second-column p {
    font-size: 19px;
  }
}
@media only screen and (min-width: 2000px) {
  #apply_page section .apply-second-column p {
    font-size: 23px;
  }
}
#apply_page section .apply-second-column ul {
  padding-left: 7%;
  padding-right: 5%;
}
#apply_page section .apply-second-column ul li {
  list-style: none;
  padding-left: 5px;
  font-family: "Lato";
  font-size: 16px;
  text-align: justify;
}
@media only screen and (min-width: 1500px) {
  #apply_page section .apply-second-column ul li {
    font-size: 19px;
  }
}
@media only screen and (min-width: 2000px) {
  #apply_page section .apply-second-column ul li {
    font-size: 23px;
  }
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1300px) {
  .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 2000px) {
  .wrapper {
    width: 80%;
    margin-left: 10%;
  }
}
.wrapper button {
  width: 280px;
  height: 40px;
  border: none;
  background: #3B9AC6;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 360px) {
  .wrapper button {
    max-width: 380px;
    width: 90%;
  }
}
@media only screen and (min-width: 1300px) {
  .wrapper button {
    width: 70px;
  }
}
.dropdown-one:not(.navdd),
.dropdown-two:not(.navdd) {
  margin: 0px;
  position: relative;
  width: 280px;
  border: 2px solid #3B9AC6;
  background: #FFF;
  margin-bottom: 20px;
}
@media only screen and (min-width: 360px) {
  .dropdown-one:not(.navdd),
  .dropdown-two:not(.navdd) {
    max-width: 380px;
    width: 90%;
  }
}
@media only screen and (min-width: 1300px) {
  .dropdown-one:not(.navdd),
  .dropdown-two:not(.navdd) {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1600px) {
  .dropdown-one:not(.navdd),
  .dropdown-two:not(.navdd) {
    max-width: 320px;
  }
}
.dropdown-one:not(.navdd)#activated ul,
.dropdown-two:not(.navdd)#activated ul {
  border: 2px solid #3B9AC6;
  z-index: 1000000;
  height: 200px;
  background: white;
}
.dropdown-one:not(.navdd)#activated ul li,
.dropdown-two:not(.navdd)#activated ul li {
  background: #fff;
  padding: 8px 16px;
  height: 34px;
  border-bottom: 1px solid #c6c6c6;
}
@media only screen and (min-width: 2000px) {
  .dropdown-one:not(.navdd)#activated ul li,
  .dropdown-two:not(.navdd)#activated ul li {
    height: 45px;
  }
}
.dropdown-one:not(.navdd)#activated ul li:hover,
.dropdown-two:not(.navdd)#activated ul li:hover {
  background-color: #204673;
  color: #FFF;
}
.dropdown-one:not(.navdd) .caret,
.dropdown-two:not(.navdd) .caret {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 10000;
  font-size: 36px;
  color: #3B9AC6;
  -webkit-transform: scale(2);
          transform: scale(2);
}
@media only screen and (min-width: 2000px) {
  .dropdown-one:not(.navdd) .caret,
  .dropdown-two:not(.navdd) .caret {
    top: 24px;
  }
}
.dropdown-one:not(.navdd) label,
.dropdown-two:not(.navdd) label {
  display: block;
  padding: 8px 16px;
  background: #FFF;
  color: #204675;
  cursor: pointer;
  z-index: 100;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
}
@media only screen and (min-width: 2000px) {
  .dropdown-one:not(.navdd) label,
  .dropdown-two:not(.navdd) label {
    font-size: 22px;
  }
}
.dropdown-one:not(.navdd) ul,
.dropdown-two:not(.navdd) ul {
  list-style: none;
  position: absolute;
  padding-left: 0;
  max-height: 200px;
  overflow-y: scroll;
  top: 36px;
  width: calc(100% + 4px);
  left: -2px;
  height: 0px;
  -webkit-transition: height 0.1s linear, border 0.1s ease-in 0.1s;
  transition: height 0.1s linear, border 0.1s ease-in 0.1s;
  border: 1px solid #3B9AC6;
}
@media only screen and (min-width: 2000px) {
  .dropdown-one:not(.navdd) ul,
  .dropdown-two:not(.navdd) ul {
    top: 47px;
  }
}
.dropdown-one:not(.navdd) ul li,
.dropdown-two:not(.navdd) ul li {
  padding: 0px 16px;
  color: #204675;
  overflow: hidden;
  cursor: pointer;
  height: 0px;
  background: #DFDFDF;
}
.dropdown-one:not(.navdd) ul li:hover,
.dropdown-two:not(.navdd) ul li:hover,
.dropdown-one:not(.navdd) ul li.selected,
.dropdown-two:not(.navdd) ul li.selected {
  background-color: #204673;
  color: #FFF;
}
.dropdown-one:not(.navdd) ul #states_dropdown li:hover,
.dropdown-two:not(.navdd) ul #states_dropdown li:hover,
.dropdown-one:not(.navdd) ul #states_dropdown_two li:hover,
.dropdown-two:not(.navdd) ul #states_dropdown_two li:hover,
.dropdown-one:not(.navdd) ul #states_dropdown li.selected,
.dropdown-two:not(.navdd) ul #states_dropdown li.selected,
.dropdown-one:not(.navdd) ul #states_dropdown_two li.selected,
.dropdown-two:not(.navdd) ul #states_dropdown_two li.selected {
  background-color: #204673;
  color: #FFF;
}
.dropdown-one:not(.navdd)#activated #states_dropdown li:hover {
  background-color: #204673;
  color: #FFF;
}
.bottom-menu {
  position: absolute;
  left: 0;
  bottom: -120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  list-style: none;
  background: #4898c7;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 475px) {
  .bottom-menu {
    bottom: -126px;
  }
}
@media only screen and (min-width: 768px) {
  .bottom-menu {
    bottom: -40px;
  }
}
.bottom-menu li {
  color: #fff;
  border-right: 2px solid #fff;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .bottom-menu li {
    width: 24%;
    text-align: center;
    border-right: none;
    padding: 8px 0;
  }
}
.bottom-menu li:last-of-type {
  border-right: none;
}
.bottom-menu li a {
  color: #fff;
}
@media only screen and (min-width: 1800px) {
  .bottom-menu li a {
    font-size: 22px;
  }
}
#culture_four_box_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#culture_four_box_container .culture-box {
  margin: 30px;
  display: inline-block;
}
#history_container {
  background-image: url(/gridmedia/img/history-bg.png);
  height: 540px;
  padding-top: 66px;
}
@media only screen and (min-width: 768px) {
  #history_container {
    padding-top: 33px;
  }
}
@media only screen and (min-width: 1024px) {
  #history_container {
    padding-top: 145px;
    height: 680px;
  }
}
#history_container h1 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 39px;
  color: #244578;
  font-weight: 400px;
}
#history_container #timeline_container {
  height: 480px;
  margin-top: 40px;
}
@media only screen and (min-width: 480px) {
  #history_container #timeline_container {
    height: 540px;
  }
}
@media only screen and (min-width: 768px) {
  #history_container #timeline_container {
    height: 568px;
  }
}
@media only screen and (min-width: 980px) {
  #history_container #timeline_container {
    height: 516px;
  }
}
@media only screen and (min-width: 1200px) {
  #history_container #timeline_container {
    height: 460px;
  }
}
@media only screen and (min-width: 1800px) {
  #history_container #timeline_container {
    height: 550px;
  }
}
#history_container #timeline_container #timeline {
  height: 300px;
  position: relative;
  width: 80%;
  left: 10%;
}
@media only screen and (max-width: 979px) {
  #history_container #timeline_container #timeline {
    width: 90%;
    left: 5%;
  }
}
#history_container #timeline_container #timeline #timeline_buttons {
  position: relative;
  height: 20px;
  width: 100%;
  display: block;
  top: 80px;
}
@media only screen and (max-width: 979px) {
  #history_container #timeline_container #timeline #timeline_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  #history_container #timeline_container #timeline #timeline_buttons {
    top: 115px;
  }
}
@media only screen and (max-width: 480px) {
  #history_container #timeline_container #timeline #timeline_buttons {
    top: 100px;
  }
}
#history_container #timeline_container #timeline #timeline_buttons button {
  background-color: #244578;
  display: block;
  height: 25px;
  width: 25px;
  border: none;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#history_container #timeline_container #timeline #timeline_buttons button:hover {
  height: 40px;
  width: 40px;
  margin-top: -8px;
}
#history_container #timeline_container #timeline #timeline_buttons button:hover span {
  top: 36px;
  font-weight: 500;
  font-size: 18px;
  margin-left: -20px;
  opacity: 1;
}
@media only screen and (max-width: 979px) {
  #history_container #timeline_container #timeline #timeline_buttons button {
    position: static;
    display: inline-block;
    height: 20px;
    width: 20px;
    opacity: 1;
  }
}
#history_container #timeline_container #timeline #timeline_buttons button span {
  position: absolute;
  top: 20px;
  margin-left: -15px;
  margin-top: 6px;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0;
}
#history_container #timeline_container #timeline #timeline_buttons button:focus {
  outline: none;
}
#history_container #timeline_container #timeline #timeline_buttons .active {
  background-color: #4698C9;
}
#history_container #timeline_container #timeline #timeline_buttons .active span {
  opacity: 1;
}
#history_container #timeline_container #timeline #timeline_buttons #timeline_arrow {
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #4698C9;
  top: -83px;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}
@media only screen and (max-width: 979px) {
  #history_container #timeline_container #timeline #timeline_buttons #timeline_arrow {
    display: none;
  }
}
#history_container #timeline_container #timeline #actual_time {
  margin-top: 70px;
  display: inline-block;
  width: 100%;
  height: 5px;
  background: rgba(51, 51, 51, 0.5);
}
@media only screen and (max-width: 979px) {
  #history_container #timeline_container #timeline #actual_time {
    display: none;
  }
}
#history_container #timeline_container #timeline #history_display_container {
  width: 63%;
  margin-left: 19%;
}
@media only screen and (min-width: 1400px) {
  #history_container #timeline_container #timeline #history_display_container {
    width: 80%;
    margin-left: 12%;
  }
}
@media only screen and (min-width: 2000px) {
  #history_container #timeline_container #timeline #history_display_container {
    width: 82%;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 979px) {
  #history_container #timeline_container #timeline #history_display_container {
    width: 100%;
    margin-left: 0%;
  }
}
#history_container #timeline_container #timeline #history_display_container #history_display {
  width: 400px;
  text-align: center;
  border: solid 8px #4698C9;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  position: relative;
  background: #fff;
  height: 288px;
  border-radius: 2%;
}
@media only screen and (max-width: 979px) {
  #history_container #timeline_container #timeline #history_display_container #history_display {
    margin-left: 50% !important;
    width: 98%;
  }
}
#history_container #timeline_container #timeline #history_display_container #history_display h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  color: #244578;
}
@media only screen and (min-width: 480px) {
  #history_container #timeline_container #timeline #history_display_container #history_display h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) {
  #history_container #timeline_container #timeline #history_display_container #history_display h3 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #history_container #timeline_container #timeline #history_display_container #history_display h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  #history_container #timeline_container #timeline #history_display_container #history_display h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1800px) {
  #history_container #timeline_container #timeline #history_display_container #history_display h3 {
    font-size: 44px;
  }
}
#history_container #timeline_container #timeline #history_display_container #history_display p {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  text-align: justify;
  width: 90%;
  margin-left: 5%;
}
#history_container #timeline_container #timeline #history_display_container #history_display button:focus {
  outline: none;
}
#history_container #timeline_container #timeline #history_display_container #history_display button:first-of-type {
  position: absolute;
  left: -60px;
  top: 50%;
  height: 40px;
  width: 40px;
  background: transparent;
  border: none;
  margin-top: -20px;
}
@media only screen and (max-width: 979px) {
  #history_container #timeline_container #timeline #history_display_container #history_display button:first-of-type {
    top: 110%;
    left: 10%;
    width: 110px;
    background: #244578;
    border-right: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  #history_container #timeline_container #timeline #history_display_container #history_display button:first-of-type {
    top: 110%;
  }
}
#history_container #timeline_container #timeline #history_display_container #history_display button:last-of-type {
  position: absolute;
  right: -60px;
  top: 50%;
  height: 40px;
  width: 40px;
  background: transparent;
  border: none;
  margin-top: -20px;
}
@media only screen and (max-width: 979px) {
  #history_container #timeline_container #timeline #history_display_container #history_display button:last-of-type {
    top: 110%;
    right: 30px;
    width: 110px;
    background: #244578;
    border-left: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  #history_container #timeline_container #timeline #history_display_container #history_display button:last-of-type {
    top: 110%;
  }
}
#history_container #timeline_container #timeline #history_display_container #history_display button #history_right_top_arrow {
  height: 2px;
  width: 30px;
  background: black;
  display: inline-block;
  -webkit-transform: rotate(30deg) translate(-6px, 0px);
          transform: rotate(30deg) translate(-6px, 0px);
}
@media only screen and (max-width: 979px) {
  #history_container #timeline_container #timeline #history_display_container #history_display button #history_right_top_arrow {
    -webkit-transform: rotate(34deg) translate(12px, -21px);
            transform: rotate(34deg) translate(12px, -21px);
    background: #fff;
  }
}
#history_container #timeline_container #timeline #history_display_container #history_display button #history_right_bottom_arrow {
  height: 2px;
  width: 30px;
  background: black;
  display: inline-block;
  -webkit-transform: rotate(-30deg) translate(-1px, -10px);
          transform: rotate(-30deg) translate(-1px, -10px);
}
@media only screen and (max-width: 979px) {
  #history_container #timeline_container #timeline #history_display_container #history_display button #history_right_bottom_arrow {
    -webkit-transform: rotate(-30deg) translate(-10px, -1px);
            transform: rotate(-30deg) translate(-10px, -1px);
    background: #fff;
  }
}
#history_container #timeline_container #timeline #history_display_container #history_display button #history_left_top_arrow {
  height: 2px;
  width: 30px;
  background: black;
  display: inline-block;
  -webkit-transform: rotate(-30deg) translate(6px, 0px);
          transform: rotate(-30deg) translate(6px, 0px);
}
@media only screen and (max-width: 979px) {
  #history_container #timeline_container #timeline #history_display_container #history_display button #history_left_top_arrow {
    -webkit-transform: rotate(-30deg) translate(15px, -3px);
            transform: rotate(-30deg) translate(15px, -3px);
    background: #fff;
  }
}
#history_container #timeline_container #timeline #history_display_container #history_display button #history_left_bottom_arrow {
  height: 2px;
  width: 30px;
  background: black;
  display: inline-block;
  -webkit-transform: rotate(30deg) translate(1px, -10px);
          transform: rotate(30deg) translate(1px, -10px);
}
@media only screen and (max-width: 979px) {
  #history_container #timeline_container #timeline #history_display_container #history_display button #history_left_bottom_arrow {
    -webkit-transform: rotate(30deg) translate(-14px, 13px);
            transform: rotate(30deg) translate(-14px, 13px);
    background: #fff;
  }
}
#history_container #timeline_container #timeline #history_display_container #history_display .line {
  width: 33px;
  height: 2px;
  background: rgba(128, 128, 128, 0.8);
  display: inline-block;
  margin-top: 0;
}
@media only screen and (min-width: 480px) {
  #history_container #timeline_container #timeline #history_display_container #history_display .line {
    height: 2px;
    margin: 0 10px;
  }
}
.residents-page {
  padding-top: 116px;
  background-image: url("/gridmedia/img/res-bg.png");
  padding-bottom: 10px;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .residents-page {
    padding-top: 46px;
  }
}
@media only screen and (min-width: 1024px) {
  .residents-page {
    padding-top: 14vw;
  }
}
@media only screen and (min-width: 1400px) {
  .residents-page {
    padding-top: 12vw;
  }
}
.residents-page #residents_main_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (min-width: 1024px) {
  .residents-page #residents_main_section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.residents-page #residents_main_section .dropdown-one:not(.navdd) {
  margin-bottom: 0;
}
.residents-page #residents_main_section #residents_main_section_left {
  width: 90%;
  margin-left: 5%;
}
@media only screen and (min-width: 1024px) {
  .residents-page #residents_main_section #residents_main_section_left {
    border: 2px solid #dfdfdf;
    width: auto;
    height: 582px;
  }
}
@media only screen and (min-width: 1800px) {
  .residents-page #residents_main_section #residents_main_section_left {
    height: 678px;
    width: 600px;
  }
}
@media only screen and (min-width: 2000px) {
  .residents-page #residents_main_section #residents_main_section_left {
    height: 678px;
  }
}
.residents-page #residents_main_section #residents_main_section_left div {
  margin: 10px;
}
@media only screen and (min-width: 1024px) {
  .residents-page #residents_main_section #residents_main_section_left div {
    height: 560px;
    background-color: #efefef;
    background-size: cover;
    width: 365px;
  }
}
@media only screen and (min-width: 1780px) {
  .residents-page #residents_main_section #residents_main_section_left div {
    margin: 20px;
    width: 390px;
    height: 578px;
  }
}
@media only screen and (min-width: 1780px) {
  .residents-page #residents_main_section #residents_main_section_left div {
    width: 460px;
    height: 634px;
  }
}
.residents-page #residents_main_section #residents_main_section_left div h4 {
  font-size: 36px;
  font-family: "Oswald";
  text-align: center;
  color: #204675;
  font-size: 30px;
  width: 90%;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 1024px) {
  .residents-page #residents_main_section #residents_main_section_left div h4 {
    padding-top: 50px;
    width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .residents-page #residents_main_section #residents_main_section_left div h4 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1800px) {
  .residents-page #residents_main_section #residents_main_section_left div h4 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 2000px) {
  .residents-page #residents_main_section #residents_main_section_left div h4 {
    font-size: 43px;
  }
}
.residents-page #residents_main_section #residents_main_section_left div p {
  color: #000;
  font-family: "Lato";
  border-top: 1px solid #000;
  width: 90%;
  margin: 10px auto;
  text-align: center;
  font-size: 19px;
  padding-top: 22px;
  font-weight: 600;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .residents-page #residents_main_section #residents_main_section_left div p {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .residents-page #residents_main_section #residents_main_section_left div p {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1800px) {
  .residents-page #residents_main_section #residents_main_section_left div p {
    font-size: 21px;
  }
}
.residents-page #residents_main_section #residents_main_section_left div img {
  width: 92%;
  margin-left: 4%;
}
.residents-page #residents_main_section #residents_main_section_right {
  width: 90%;
  margin-left: 5%;
}
@media only screen and (min-width: 1024px) {
  .residents-page #residents_main_section #residents_main_section_right {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .residents-page #residents_main_section #residents_main_section_right {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 1800px) {
  .residents-page #residents_main_section #residents_main_section_right {
    margin-left: 10%;
  }
}
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections {
    width: 95%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-round-image {
  width: 186px;
  height: 186px;
  background-color: #204675;
  position: relative;
  border-radius: 52%;
}
@media only screen and (min-width: 1024px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-round-image {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media only screen and (min-width: 1300px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-round-image {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media only screen and (min-width: 1600px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-round-image {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@media only screen and (min-width: 1800px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-round-image {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media only screen and (max-width: 767px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-round-image {
    height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-round-image img:first-of-type {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-round-image img:last-of-type {
    margin-top: 25px;
    margin-left: -32px;
    height: 29px;
  }
}
@media only screen and (min-width: 768px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-round-image img:last-of-type {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info {
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info {
    width: 65%;
  }
}
@media only screen and (min-width: 1024px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info {
    width: 60%;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info {
    margin-left: 5%;
  }
}
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info h4 {
  font-family: "Oswald";
  text-align: center;
  color: #204675;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info h4 {
    color: #fff;
    background-color: #204675;
    padding: 14px;
    text-align: center;
    padding-left: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info h4 {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info h4 {
    font-size: 24px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1300px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info h4 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1800px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info h4 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 2000px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info h4 {
    font-size: 43px;
  }
}
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info ul {
  list-style: none;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info ul {
    text-align: left;
  }
}
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info #resident_portal_content {
  max-width: 320px;
  margin: 10px auto;
}
@media only screen and (min-width: 768px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info #resident_portal_content {
    margin: 0;
    max-width: none;
  }
}
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info #residents-and-more {
  line-height: 0;
}
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info a {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info p {
  color: #000;
  font-family: "Lato";
  text-align: center;
}
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info a,
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info p,
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info li {
  color: #000;
  font-family: "Lato";
}
@media only screen and (min-width: 768px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info a,
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info p,
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info li {
    text-align: left;
  }
}
@media only screen and (min-width: 1300px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info a,
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info p,
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info li {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info a,
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info p,
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info li {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1800px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info a,
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info p,
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info li {
    font-size: 21px;
  }
}
@media only screen and (min-width: 2000px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info a,
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info p,
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info li {
    font-size: 24px;
  }
}
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info li {
  padding-left: 20px;
}
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info a {
  color: #204675;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info a {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1024px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info a {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1300px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info a {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1600px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info a {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1800px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info a {
    font-size: 28px;
  }
}
@media only screen and (min-width: 2000px) {
  .residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info a {
    font-size: 30px;
  }
}
.residents-page #residents_main_section #residents_main_section_right #residents_perks_section {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .residents-page #residents_main_section #residents_main_section_right #residents_perks_section {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .residents-page #residents_main_section #residents_main_section_right #residents_perks_section .residents-right-sections-info {
    width: 60%;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .residents-page #residents_main_section #residents_main_section_right #residents_perks_section .residents-right-sections-info {
    margin-left: 5%;
  }
}
.residents-page #residents_main_section #residents_main_section_right #residents_perks_section .residents-right-sections-info p {
  text-align: justify;
}
.residents-page #residents_main_section #residents_main_section_right #resident_portal_section p {
  text-align: left;
}
@media only screen and (min-width: 450px) {
  .residents-page #residents_main_section #residents_main_section_right #resident_portal_section .residents-portal-container {
    margin-left: 15%;
    min-width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .residents-page #residents_main_section #residents_main_section_right #resident_portal_section .residents-portal-container {
    margin-left: 0;
  }
}
.residents-page #residents_main_section #residents_main_section_right #resident_portal_section #residents_community_dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .residents-page #residents_main_section #residents_main_section_right #resident_portal_section #residents_community_dropdown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.residents-page #residents_main_section #residents_main_section_right #resident_portal_section #residents_community_dropdown .dropdown {
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .residents-page #residents_main_section #residents_main_section_right #resident_portal_section #residents_community_dropdown .dropdown {
    width: 320px;
  }
}
.residents-page #residents_main_section #residents_main_section_right #resident_portal_section #residents_community_dropdown a {
  margin-left: 20px;
  border: none;
  color: white;
  background-color: #3B9AC6;
  padding: 9px 15px;
  width: 100%;
  margin-left: 0px;
  margin-top: 10px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .residents-page #residents_main_section #residents_main_section_right #resident_portal_section #residents_community_dropdown a {
    width: auto;
    margin-left: 10px;
    margin-top: 0px;
  }
}
.residents-page #residents_testimonials {
  background: rgba(110, 136, 171, 0.2);
  margin-top: 50px;
  border: 2px solid #dfdfdf;
  height: 290px;
}
@media only screen and (min-width: 600px) {
  .residents-page #residents_testimonials {
    width: 80%;
    margin-left: 10%;
    height: 260px;
  }
}
@media only screen and (min-width: 768px) {
  .residents-page #residents_testimonials {
    width: 70%;
    margin-left: 15%;
  }
}
@media only screen and (min-width: 920px) {
  .residents-page #residents_testimonials {
    width: 60%;
    margin-left: 20%;
    margin-top: 70px;
    margin-bottom: 70px;
    padding-top: 25px;
    padding-bottom: 26px;
    height: 260px;
  }
}
@media only screen and (min-width: 1300px) {
  .residents-page #residents_testimonials {
    height: 336px;
  }
}
.residents-page #residents_testimonials h4 {
  text-align: center;
  padding-top: 20px;
  font-family: "Oswald";
  color: #204675;
  font-size: 30px;
}
@media only screen and (min-width: 1024px) {
  .residents-page #residents_testimonials h4 {
    font-size: 24px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1300px) {
  .residents-page #residents_testimonials h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .residents-page #residents_testimonials h4 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1800px) {
  .residents-page #residents_testimonials h4 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 2000px) {
  .residents-page #residents_testimonials h4 {
    font-size: 43px;
  }
}
.residents-page #residents_testimonials p {
  width: 90%;
  margin-left: 5%;
  color: #204675;
  font-family: "Lato";
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .residents-page #residents_testimonials p {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1300px) {
  .residents-page #residents_testimonials p {
    font-size: 17px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1300px) {
  .residents-page #residents_testimonials p {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1800px) {
  .residents-page #residents_testimonials p {
    font-size: 21px;
  }
}
@media only screen and (min-width: 2000px) {
  .residents-page #residents_testimonials p {
    font-size: 24px;
  }
}
.residents-page #residents_testimonials #residents_testimonials_resident_quote {
  width: 90%;
  margin-left: 5%;
  color: #204675;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.residents-page #residents_testimonials #residents_testimonials_resident_quote .residents-quotes {
  font-size: 55px;
  color: #3B9AC6;
  line-height: 10px;
  margin-top: 18px;
  padding: 10px;
}
.residents-page #residents_testimonials #residents_testimonials_resident_quote .resident-quote {
  text-align: center;
}
.residents-page #residents_testimonials #residents_testimonials_resident {
  text-align: center;
  padding-bottom: 20px;
  color: #204675;
  margin-top: 30px;
}
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info #states_dropdown li {
  font-size: 19px;
  padding-left: 20px;
}
.residents-page #residents_main_section #residents_main_section_right .residents-right-sections .residents-right-sections-info #states_dropdown li:hover {
  color: #fff;
}
#career_container {
  padding-top: 45px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-image: url(/gridmedia/img/history-bg.png);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #career_container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #career_container {
    padding-top: 180px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#career_container .quotee {
  text-align: right !important;
  margin-bottom: 65px;
}
#career_container .quotee span {
  color: #274476;
  font-weight: 500;
}
#career_container .btn-success {
  background-image: none;
  background-color: #274476;
  border-color: #274476;
}
#career_container h4 {
  font-size: 36px;
  font-family: "Oswald";
  font-weight: 400;
  text-align: center;
  color: #204675;
  font-size: 30px;
  width: 90%;
  margin: 10px auto 10px;
}
@media only screen and (min-width: 1024px) {
  #career_container h4 {
    padding-top: 50px;
    width: 50%;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  #career_container h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 2000px) {
  #career_container h4 {
    font-size: 36px;
  }
}
#career_container p {
  color: #000;
  font-family: "Lato";
  width: 90%;
  margin: -20px auto;
  text-align: center;
  font-size: 16px;
  padding-top: 22px;
  font-weight: 400;
  display: block !important;
}
@media only screen and (min-width: 1024px) {
  #career_container p {
    display: block;
    text-align: left !important;
    padding-bottom: 12px;
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 1600px) {
  #career_container p {
    font-size: 19px !important;
  }
}
@media only screen and (min-width: 1800px) {
  #career_container p {
    font-size: 21px !important;
  }
}
#career_container #buttons_container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #career_container #buttons_container {
    margin-right: 100px;
  }
}
#career_container #buttons_container .career-buttons {
  width: 186px;
  height: 186px;
  background-color: #204675;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px #333;
          box-shadow: 0px 0px 0px #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 1240px) {
  #career_container #buttons_container .career-buttons {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 1600px) {
  #career_container #buttons_container .career-buttons {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  #career_container #buttons_container .career-buttons {
    width: 95%;
    margin-left: 2.5%;
    height: 50px;
    border-radius: 0;
    margin: 10px;
  }
}
#career_container #buttons_container .career-buttons:first-of-type {
  margin-bottom: 30px;
}
#career_container #buttons_container .career-buttons:hover {
  background-color: #204675 !important;
}
#career_container #buttons_container .career-buttons img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #career_container #buttons_container .career-buttons img {
    display: none;
  }
}
#career_container #buttons_container .career-buttons div {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  #career_container #buttons_container .career-buttons div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#career_container #buttons_container .career-buttons div img {
  height: 40px;
  width: 40px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #career_container #buttons_container .career-buttons div img {
    height: 45px;
    width: 53px;
  }
}
#career_container #buttons_container .career-buttons div h4 {
  color: #fff;
  margin: 0;
  padding: 0;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  #career_container #buttons_container .career-buttons div h4 {
    width: auto;
    margin-left: 10px;
  }
}
#career_container #buttons_container .career-buttons div p {
  color: #fff;
}
#career_container #buttons_container #career_benefits_button {
  background-color: #3B9AC6;
}
#career_container #buttons_container #career_benefits_button p {
  text-align: center;
}
#career_container .career_container_box {
  width: 60%;
  background-color: white;
  -webkit-box-shadow: inset 0px 0px 6px -1px #333;
          box-shadow: inset 0px 0px 6px -1px #333;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  #career_container .career_container_box {
    width: 95%;
    margin-left: 2.5%;
  }
}
#career_container .career_container_box .controls label {
  position: relative;
  border: 2px solid #3B9AC6;
  height: 40px;
  width: 100%;
  text-align: center;
  padding: 7px;
}
#career_container .career_container_box .controls label input {
  position: absolute;
  top: 0;
  opacity: 0;
}
#career_container .career_container_box .controls label .caret-right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-top: 7px solid #3B9AC6;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: 15px;
  right: 21px;
  position: absolute;
}
#career_container .career_container_box .controls label #resume_label {
  color: #204675;
}
#career_container .career_container_box .controls label #cover_letter_label {
  color: #204675;
}
#career_container .career_container_box .dropdown-one,
#career_container .career_container_box .dropdown-two {
  width: 100%;
  max-width: 100%;
}
#career_container .career_container_box .dropdown-one .caret,
#career_container .career_container_box .dropdown-two .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 7px solid #3B9AC6;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#career_container .career_container_box .dropdown-one label,
#career_container .career_container_box .dropdown-two label {
  border: none;
  font-weight: 800;
  font-family: "Lato";
}
#career_container .career_container_box form {
  width: 90%;
  margin-left: 5%;
  margin-top: 40px;
  max-width: 400px;
}
@media only screen and (min-width: 600px) {
  #career_container .career_container_box form {
    width: 50%;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1400px) {
  #career_container .career_container_box form {
    margin-left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
#career_container .career_container_box form input {
  border: 2px solid #3B9AC6;
  border-radius: 0;
  height: 40px;
}
#career_container .career_container_box form input::-webkit-input-placeholder {
  display: block;
  padding: 0px 16px;
  background: #FFF;
  color: #204675;
  cursor: pointer;
  z-index: 100;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
}
#career_container .career_container_box form input ::-moz-placeholder {
  display: block;
  padding: 0px 16px;
  background: #FFF;
  color: #204675;
  cursor: pointer;
  z-index: 100;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
}
#career_container .career_container_box form input :-ms-input-placeholder {
  display: block;
  padding: 0px 16px;
  background: #FFF;
  color: #204675;
  cursor: pointer;
  z-index: 100;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
}
#career_container .career_container_box form input :-moz-placeholder {
  display: block;
  padding: 0px 16px;
  background: #FFF;
  color: #204675;
  cursor: pointer;
  z-index: 100;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
}
#career_container .career_container_box form .form-actions {
  float: right;
  margin-bottom: 20px;
}
#career_container .career_container_box form .form-actions input {
  border: none;
  text-transform: uppercase;
  font-family: "Lato";
  color: #FFF;
  background: #3B9AC6;
  background-image: none;
}
#career_container .career_container_box #career_benefits {
  display: none;
}
#career_container .career_container_box #career_benefits p {
  display: block;
  text-align: justify;
}
#career_container .career_container_box #career_benefits ul {
  padding-left: 0;
}
#career_container .career_container_box #career_benefits ul li {
  padding: 5px;
}
#career_container .career_container_box #career_benefits div p {
  margin-top: 3px;
  text-align: justify;
  margin-bottom: 20px;
}
#career_container .career_container_box #career_benefits #last_benefits_heading {
  text-align: left;
  display: inline-block;
  width: auto;
  margin-left: 5%;
  margin-right: 2%;
}
#career_container .career_container_box #career_benefits #benefits_line {
  height: 5px;
  width: 59%;
  background-color: #DFDFDF;
  display: inline-block;
  margin-bottom: 7px;
}
@media only screen and (min-width: 450px) {
  #career_container .career_container_box #career_benefits #benefits_line {
    width: 66%;
  }
}
@media only screen and (min-width: 650px) {
  #career_container .career_container_box #career_benefits #benefits_line {
    width: 70%;
  }
}
#career_container .career_container_box #career_benefits #last_benefits_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #career_container .career_container_box #career_benefits #last_benefits_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 90%;
    margin-left: 5%;
  }
}
#career_container .career_container_box #career_benefits #last_benefits_list .benefits-list {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#career_container .career_container_box #career_benefits ul {
  color: #000;
  font-family: "Lato";
  width: 90%;
  margin: 0px auto;
  text-align: center;
  font-size: 16px;
  padding-top: 22px;
  font-weight: 400;
  list-style: none;
}
@media only screen and (min-width: 1600px) {
  #career_container .career_container_box #career_benefits ul {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1800px) {
  #career_container .career_container_box #career_benefits ul {
    font-size: 21px;
  }
}
#career_container .career_container_box .dropdown label,
#career_container .career_container_box .dropdown-two label {
  font-size: 14px;
}
#career_container .career_container_box .dropdown:not(.navdd) #states_dropdown {
  top: 40px;
}
#career_container .career_container_box .dropdown:not(.navdd) #states_dropdown .caret {
  top: 16px;
}
#career_container .career_container_box .dropdown-two:not(.navdd) #regional_jobs {
  top: 40px;
}
#career_container .benefits-disclaimers {
  font-size: 11px;
}
@media only screen and (min-width: 1600px) {
  #career_container .benefits-disclaimers {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1800px) {
  #career_container .benefits-disclaimers {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #body_career .bottom-menu,
  #body_benefits .bottom-menu {
    position: relative;
    bottom: -46px;
  }
}
#div_id_region_file.form-group.error {
  position: relative;
}
#div_id_region_file.form-group.error:before {
  content: "";
  height: 15px;
  width: 15px;
  background: #4898C7;
  position: absolute;
  bottom: -13px;
  right: 55%;
  border-left: 8px solid white;
  border-right: 7px solid white;
  border-bottom: 8px solid #4894c7;
}
#div_id_region_file.form-group.error:after {
  position: absolute;
  bottom: -43px;
  background: #fff;
  height: 30px;
  width: 200px;
  left: 0;
  z-index: 30;
  display: block;
  padding-top: 3px;
  color: black;
  content: "Please Choose Region";
  text-align: center;
  -webkit-box-shadow: 0px 0px 1px #332;
          box-shadow: 0px 0px 1px #332;
  z-index: 200;
}
.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 30px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background-color: #fff;
}
@media (min-width: 1100px) {
  .benefits {
    width: 80%;
    padding: 40px;
  }
}
#body_benefits #career_text p {
  width: 100%;
}
@media (min-width: 1100px) {
  #body_benefits #career_text p {
    width: 80%;
  }
}
.list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.list-container ul {
  width: 100%;
  list-style: none;
}
@media (min-width: 768px) {
  .list-container ul {
    width: calc(100%/3);
  }
}
.list-container ul li {
  line-height: 1;
}
.list-container ul li:before {
  content: "\2022";
  color: #3F98C0;
  font-weight: bold;
  display: inline-block;
  font-size: 25px;
  width: 1em;
  margin-left: -1em;
}
.icons {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin: auto;
}
.icons svg {
  max-width: 80px;
}
.icons svg path {
  fill: #274476;
}
.header-image {
  position: relative;
}
.header-image .join-text {
  position: relative;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: auto;
  background-color: #284574;
  padding: 15px;
}
@media (min-width: 1100px) {
  .header-image .join-text {
    left: 7%;
    position: absolute;
    max-width: 280px;
  }
}
.header-image .join-text h1 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: calc(40px + (26 - 20) * ((100vw - 300px) / (1600 - 300)));
}
.header-image img {
  width: 100%;
}
#career_text {
  max-width: 1200px;
  margin: 30px auto;
  width: 90%;
}
#career_text p {
  line-height: 1.5;
}
#career_text h2 {
  text-align: center;
  font-weight: 400;
  font-size: calc(40px + (26 - 20) * ((100vw - 300px) / (1600 - 300)));
  text-transform: uppercase;
  color: #01172F;
  margin: 40px auto;
}
#div_id_career_file.form-group.error {
  position: relative;
}
#div_id_career_file.form-group.error:before {
  content: "";
  height: 15px;
  width: 15px;
  background: #4898C7;
  position: absolute;
  bottom: -13px;
  right: 55%;
  border-left: 8px solid white;
  border-right: 7px solid white;
  border-bottom: 8px solid #4894c7;
}
#div_id_career_file.form-group.error:after {
  position: absolute;
  bottom: -43px;
  background: #fff;
  height: 30px;
  width: 200px;
  left: 0;
  z-index: 30;
  display: block;
  padding-top: 3px;
  color: black;
  content: "Please Choose Career";
  text-align: center;
  -webkit-box-shadow: 0px 0px 1px #332;
          box-shadow: 0px 0px 1px #332;
  z-index: 200;
}
.employment-style-1 .mapboxgl-map {
  width: 95%;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .employment-style-1 .mapboxgl-map {
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .employment-style-1 .mapboxgl-map {
    height: 600px;
  }
}
.employment-style-1 .employment-direction-header {
  text-align: center;
  margin: 20px 0;
}
.employment-style-1 #careers_container {
  margin: 0 auto 25px;
  display: block;
  max-width: 1000px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background-color: #fff;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .employment-style-1 #careers_container {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .employment-style-1 #careers_container {
    padding: 25px;
  }
}
.employment-style-1 .card-button {
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid #000;
  padding: 10px;
  text-align: center;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: calc(18px + (26 - 20) * ((100vw - 300px) / (1600 - 300))) !important;
  margin: 0 !important;
}
.employment-style-1 .card-button:hover {
  background: #274476;
  color: rgba(255, 255, 255, 0.85) !important;
  border-color: #274476;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.employment-style-1 .job-posting-container {
  background: #fff;
  margin-bottom: 15px;
}
.employment-style-1 #regions_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 768px) {
  .employment-style-1 #regions_container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .employment-style-1 #regions_container {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.employment-style-1 #regions_container button {
  margin: 10px 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #01172F;
  color: rgba(255, 255, 255, 0.85);
  padding: 10px 40px;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-width: 300px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  -ms-grid-column-align: center;
      justify-self: center;
}
.employment-style-1 #regions_container button:hover {
  background-color: #274476;
}
.employment-style-1 .inner-info-container {
  margin: 3% auto;
  display: block;
  width: 97%;
  background: #dfdfdf;
  text-align: left;
}
.employment-style-1 .inner-info-container p {
  margin: auto !important;
}
@media screen and (max-width: 767px) {
  .employment-style-1 .inner-info-container {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .employment-style-1 .inner-info-container {
    padding: 25px;
  }
}
.employment-style-1 .inner-card-section {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.employment-style-1 .inner-card-section.open-card {
  height: 100%;
  overflow: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.employment-style-1 .legacy-form {
  background: #fff;
  margin-bottom: 15px;
  width: 97%;
  margin: 0 auto 1.5%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .employment-style-1 .legacy-form {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .employment-style-1 .legacy-form {
    padding: 25px;
  }
}
.employment-style-1 .legacy-form .form-header {
  text-align: center;
}
.employment-style-1 .inner-card-section {
  text-align: center;
}
.employment-style-1 .inner-card-section form {
  width: 100%;
  max-width: 500px;
  display: inline-block;
  margin: 1.5% auto;
  padding: 15px;
  background: #fff;
  border: 1px solid #333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .employment-style-1 .inner-card-section form {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .employment-style-1 .inner-card-section form {
    padding: 25px;
  }
}
#body_career #philanthropy_hero_section,
#body_benefits #philanthropy_hero_section {
  position: relative;
  overflow: hidden;
}
#body_career #philanthropy_hero_section img,
#body_benefits #philanthropy_hero_section img {
  width: 1000px;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media only screen and (min-width: 1060px) {
  #body_career #philanthropy_hero_section img,
  #body_benefits #philanthropy_hero_section img {
    width: 100%;
  }
}
#body_career #philanthropy_hero_section #philanthropy_hero_section_heading,
#body_benefits #philanthropy_hero_section #philanthropy_hero_section_heading {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  color: white;
  background: rgba(32, 70, 117, 0.7);
  padding: 20px;
  min-width: 240px;
}
@media only screen and (min-width: 1024px) {
  #body_career #philanthropy_hero_section #philanthropy_hero_section_heading,
  #body_benefits #philanthropy_hero_section #philanthropy_hero_section_heading {
    top: 0;
    left: 5%;
    height: 100%;
    background: #204675;
    -webkit-transform: none;
            transform: none;
  }
}
#body_career #philanthropy_hero_section #philanthropy_hero_section_heading h1,
#body_benefits #philanthropy_hero_section #philanthropy_hero_section_heading h1 {
  font-family: "Oswald";
  font-weight: 400;
  text-align: center;
  color: white;
  width: 90%;
  margin: 10px auto 10px;
}
@media only screen and (min-width: 1024px) {
  #body_career #philanthropy_hero_section #philanthropy_hero_section_heading h1,
  #body_benefits #philanthropy_hero_section #philanthropy_hero_section_heading h1 {
    width: 80%;
    margin-top: 0%;
    font-size: 42px;
    -webkit-transform: translateY(-62%);
            transform: translateY(-62%);
    position: relative;
    top: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  #body_career #philanthropy_hero_section #philanthropy_hero_section_heading h1,
  #body_benefits #philanthropy_hero_section #philanthropy_hero_section_heading h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 2000px) {
  #body_career #philanthropy_hero_section #philanthropy_hero_section_heading h1,
  #body_benefits #philanthropy_hero_section #philanthropy_hero_section_heading h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 2200px) {
  #body_career #philanthropy_hero_section #philanthropy_hero_section_heading h1,
  #body_benefits #philanthropy_hero_section #philanthropy_hero_section_heading h1 {
    font-size: 65px;
  }
}
#body_career #philanthropy_hero_section #philanthropy_hero_section_heading h4,
#body_benefits #philanthropy_hero_section #philanthropy_hero_section_heading h4 {
  font-family: "Oswald";
  font-weight: 400;
  text-align: center;
  color: white;
  width: 90%;
  margin: 10px auto 10px;
}
@media only screen and (min-width: 1024px) {
  #body_career #philanthropy_hero_section #philanthropy_hero_section_heading h4,
  #body_benefits #philanthropy_hero_section #philanthropy_hero_section_heading h4 {
    width: 80%;
  }
}
@media only screen and (min-width: 1600px) {
  #body_career #philanthropy_hero_section #philanthropy_hero_section_heading h4,
  #body_benefits #philanthropy_hero_section #philanthropy_hero_section_heading h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 2000px) {
  #body_career #philanthropy_hero_section #philanthropy_hero_section_heading h4,
  #body_benefits #philanthropy_hero_section #philanthropy_hero_section_heading h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 2200px) {
  #body_career #philanthropy_hero_section #philanthropy_hero_section_heading h4,
  #body_benefits #philanthropy_hero_section #philanthropy_hero_section_heading h4 {
    font-size: 32px;
    margin-top: 30px;
  }
}
#philanthropy_page {
  background-image: url("/gridmedia/img/history-bg.png");
  padding-top: 72px;
}
@media only screen and (min-width: 768px) {
  #philanthropy_page {
    padding-top: 51px;
  }
}
@media only screen and (min-width: 1024px) {
  #philanthropy_page {
    padding-top: 14vw;
  }
}
@media only screen and (min-width: 1600px) {
  #philanthropy_page {
    padding-top: 12vw;
  }
}
#philanthropy_page #philanthropy_hero_section {
  position: relative;
  overflow: hidden;
}
#philanthropy_page #philanthropy_hero_section img {
  width: 1000px;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media only screen and (min-width: 1060px) {
  #philanthropy_page #philanthropy_hero_section img {
    width: 100%;
  }
}
#philanthropy_page #philanthropy_hero_section #philanthropy_hero_section_heading {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  color: white;
  background: rgba(32, 70, 117, 0.7);
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  #philanthropy_page #philanthropy_hero_section #philanthropy_hero_section_heading {
    top: 0;
    left: 5%;
    height: 100%;
    background: #204675;
    -webkit-transform: none;
            transform: none;
  }
}
#philanthropy_page #philanthropy_hero_section #philanthropy_hero_section_heading h1 {
  font-family: "Oswald";
  font-weight: 400;
  text-align: center;
  color: white;
  width: 90%;
  margin: 10px auto 10px;
}
@media only screen and (min-width: 1024px) {
  #philanthropy_page #philanthropy_hero_section #philanthropy_hero_section_heading h1 {
    width: 80%;
    margin-top: 0%;
    font-size: 42px;
    -webkit-transform: translateY(-62%);
            transform: translateY(-62%);
    position: relative;
    top: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  #philanthropy_page #philanthropy_hero_section #philanthropy_hero_section_heading h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 2000px) {
  #philanthropy_page #philanthropy_hero_section #philanthropy_hero_section_heading h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 2200px) {
  #philanthropy_page #philanthropy_hero_section #philanthropy_hero_section_heading h1 {
    font-size: 65px;
  }
}
#philanthropy_page #philanthropy_hero_section #philanthropy_hero_section_heading h4 {
  font-family: "Oswald";
  font-weight: 400;
  text-align: center;
  color: white;
  width: 90%;
  margin: 10px auto 10px;
}
@media only screen and (min-width: 1024px) {
  #philanthropy_page #philanthropy_hero_section #philanthropy_hero_section_heading h4 {
    width: 80%;
  }
}
@media only screen and (min-width: 1600px) {
  #philanthropy_page #philanthropy_hero_section #philanthropy_hero_section_heading h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 2000px) {
  #philanthropy_page #philanthropy_hero_section #philanthropy_hero_section_heading h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 2200px) {
  #philanthropy_page #philanthropy_hero_section #philanthropy_hero_section_heading h4 {
    font-size: 32px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  #philanthropy_page #philanthropy_main_section {
    max-width: 1100px;
    margin: 10px auto;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  #philanthropy_page #philanthropy_main_section {
    max-width: 1300px;
  }
}
#philanthropy_page #philanthropy_main_section h4 {
  font-size: 36px;
  font-family: "Oswald";
  font-weight: 400;
  text-align: center;
  color: #204675;
  font-size: 30px;
  width: 90%;
  margin: 10px auto 10px;
}
@media only screen and (min-width: 1024px) {
  #philanthropy_page #philanthropy_main_section h4 {
    padding-top: 10px;
    width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  #philanthropy_page #philanthropy_main_section h4 {
    font-size: 36px;
  }
}
#philanthropy_page #philanthropy_main_section p {
  color: #000;
  font-family: "Lato";
  width: 90%;
  margin: 20px auto;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}
@media only screen and (min-width: 1600px) {
  #philanthropy_page #philanthropy_main_section p {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1800px) {
  #philanthropy_page #philanthropy_main_section p {
    font-size: 21px;
  }
}
#philanthropy_page #philanthropy_main_section #philanthropy_events_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 600px) {
  #philanthropy_page #philanthropy_main_section #philanthropy_events_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
#philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  #philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event {
    width: 45%;
  }
}
@media only screen and (min-width: 720px) {
  #philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event {
    width: 45%;
  }
}
@media only screen and (min-width: 1024px) {
  #philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event {
    width: 30%;
  }
}
#philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event:hover {
  -webkit-box-shadow: inset 0 0 0 10px rgba(32, 70, 117, 0.8);
          box-shadow: inset 0 0 0 10px rgba(32, 70, 117, 0.8);
  -webkit-transition: all ease-in 0.25s 0.15s;
  transition: all ease-in 0.25s 0.15s;
}
@media only screen and (min-width: 450px) {
  #philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event:hover {
    -webkit-box-shadow: inset 0 0 0 18px rgba(32, 70, 117, 0.8);
            box-shadow: inset 0 0 0 18px rgba(32, 70, 117, 0.8);
  }
}
@media only screen and (min-width: 600px) {
  #philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event:hover {
    -webkit-box-shadow: inset 0 0 0 12px rgba(32, 70, 117, 0.8);
            box-shadow: inset 0 0 0 12px rgba(32, 70, 117, 0.8);
  }
}
#philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event:hover div {
  height: 100%;
  width: 100%;
  background-color: rgba(32, 70, 117, 0.8);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: height ease-in 0.1s 0.2s, height ease-in 0.3s, background-color ease-in 0.3s, -webkit-box-shadow ease-in 0.1s 0.2s;
  transition: height ease-in 0.1s 0.2s, height ease-in 0.3s, background-color ease-in 0.3s, -webkit-box-shadow ease-in 0.1s 0.2s;
  transition: height ease-in 0.1s 0.2s, height ease-in 0.3s, box-shadow ease-in 0.1s 0.2s, background-color ease-in 0.3s;
  transition: height ease-in 0.1s 0.2s, height ease-in 0.3s, box-shadow ease-in 0.1s 0.2s, background-color ease-in 0.3s, -webkit-box-shadow ease-in 0.1s 0.2s;
}
#philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event:hover div:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 2.5%;
  left: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  -webkit-box-shadow: inset 0 0 0 3px white;
          box-shadow: inset 0 0 0 3px white;
}
#philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event:hover div h4 {
  margin-top: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event:hover div p {
  opacity: 1;
  -webkit-transition: all ease-in 0.12s 0.28s;
  transition: all ease-in 0.12s 0.28s;
}
@media only screen and (min-width: 1024px) {
  #philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event:hover div p {
    padding-top: 5px;
  }
}
#philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event img {
  width: 100%;
  position: relative;
}
#philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event div {
  background-color: #204675;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  height: 53px;
  -webkit-transition: height ease-in 0.1s 0.2s, height ease-in 0.3s, background-color ease-in 0.3s, -webkit-box-shadow ease-in 0.1s 0.2s;
  transition: height ease-in 0.1s 0.2s, height ease-in 0.3s, background-color ease-in 0.3s, -webkit-box-shadow ease-in 0.1s 0.2s;
  transition: height ease-in 0.1s 0.2s, height ease-in 0.3s, box-shadow ease-in 0.1s 0.2s, background-color ease-in 0.3s;
  transition: height ease-in 0.1s 0.2s, height ease-in 0.3s, box-shadow ease-in 0.1s 0.2s, background-color ease-in 0.3s, -webkit-box-shadow ease-in 0.1s 0.2s;
  -webkit-box-shadow: inset 0 0 0 3px transparent;
          box-shadow: inset 0 0 0 3px transparent;
}
#philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event div h4 {
  color: white;
  margin-top: 10px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
@media only screen and (min-width: 1024px) {
  #philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event div h4 {
    padding-top: 0px;
    width: 90%;
  }
}
#philanthropy_page #philanthropy_main_section #philanthropy_events_container .philanthropy_event div p {
  color: white;
  opacity: 0;
  height: 0;
  -webkit-transition: all ease-in 0.12s;
  transition: all ease-in 0.12s;
  margin: -20px auto;
}
#philanthropy_page #lending_helping_hand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 25px;
  background: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0px 0px 5px -2px #333333;
          box-shadow: inset 0px 0px 5px -2px #333333;
  margin-bottom: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#philanthropy_page #lending_helping_hand div {
  background-color: #3B9AC6;
  height: 150px;
  width: 150px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
#phil_bottom_image_container {
  width: 80%;
  margin-left: 10%;
}
@media only screen and (min-width: 670px) {
  #phil_bottom_image_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  #phil_bottom_image_container {
    width: 90%;
    margin-left: 5%;
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1300px) {
  #phil_bottom_image_container {
    max-width: none;
    width: 100%;
    margin-left: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#phil_bottom_image_container img {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 670px) {
  #phil_bottom_image_container img {
    width: 38vw;
    height: 25.38vw;
    max-width: 350px;
    max-height: 234px;
  }
}
@media only screen and (min-width: 1024px) {
  #phil_bottom_image_container img {
    width: 20vw;
    height: 13.36vw;
  }
}
@media only screen and (min-width: 1215px) {
  #phil_bottom_image_container img {
    width: 17vw;
    height: 11.36vw;
  }
}
.about-pages {
  padding-bottom: 10px;
  background-image: url("/gridmedia/img/history-bg.png");
  background-color: #F5F9FC;
  padding-top: 113px;
}
@media only screen and (min-width: 1024px) {
  .about-pages {
    padding-top: 15vw;
  }
}
@media only screen and (min-width: 1600px) {
  .about-pages {
    padding-top: 12vw;
  }
}
.about-pages .dark-blue {
  color: #204675;
  font-weight: 600px;
}
.about-pages .light-blue {
  color: #3B99C7;
}
.about-pages #culture_hero_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .about-pages #culture_hero_section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 19vw;
    overflow: hidden;
  }
}
.about-pages #culture_hero_section img {
  width: 100%;
  height: 56vw;
}
@media only screen and (min-width: 1024px) {
  .about-pages #culture_hero_section img {
    width: 45%;
    height: 27vw;
  }
}
.about-pages #culture_hero_section #hero_text_section {
  width: 100%;
  background-color: #DFDFDF;
}
@media only screen and (min-width: 1024px) {
  .about-pages #culture_hero_section #hero_text_section {
    width: 55%;
  }
}
.about-pages #culture_hero_section #hero_text_section p {
  width: 90%;
  margin-left: 5%;
  text-align: justify;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: "Lato";
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .about-pages #culture_hero_section #hero_text_section p {
    width: 65%;
    margin-left: 25%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: justify;
    font-size: 1.2vw;
  }
}
.about-pages #culture_hero_section #hero_text_section ul {
  width: 90%;
  margin: 1% 5% 10% 5%;
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-family: "Lato";
  font-weight: 300;
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  .about-pages #culture_hero_section #hero_text_section ul {
    width: 62%;
    margin-left: 25%;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .about-pages #culture_hero_section #hero_text_section ul {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .about-pages #culture_hero_section #hero_text_section ul {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-pages #culture_hero_section #hero_text_section ul {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1800px) {
  .about-pages #culture_hero_section #hero_text_section ul {
    font-size: 20px;
  }
}
.about-pages #culture_hero_section div#hero_heading {
  position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: white solid 2px;
}
@media only screen and (max-width: 338px) {
  .about-pages #culture_hero_section div#hero_heading {
    top: 23%;
  }
}
@media only screen and (min-width: 380px) {
  .about-pages #culture_hero_section div#hero_heading {
    top: 30%;
  }
}
@media only screen and (min-width: 420px) {
  .about-pages #culture_hero_section div#hero_heading {
    top: 32%;
  }
}
@media only screen and (min-width: 500px) {
  .about-pages #culture_hero_section div#hero_heading {
    top: 34%;
  }
}
@media only screen and (min-width: 580px) {
  .about-pages #culture_hero_section div#hero_heading {
    top: 36%;
  }
}
@media only screen and (min-width: 1024px) {
  .about-pages #culture_hero_section div#hero_heading {
    -webkit-transform: scale(0.6) translate(-50%, -50%);
            transform: scale(0.6) translate(-50%, -50%);
    left: 39%;
    top: 30%;
  }
}
@media only screen and (min-width: 1400px) {
  .about-pages #culture_hero_section div#hero_heading {
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1800px) {
  .about-pages #culture_hero_section div#hero_heading {
    top: 50%;
    left: 45%;
  }
}
.about-pages #culture_hero_section div#hero_heading div {
  margin: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  height: 139px;
  width: 229px;
}
@media only screen and (min-width: 380px) {
  .about-pages #culture_hero_section div#hero_heading div {
    height: 160px;
    width: 260px;
  }
}
@media only screen and (min-width: 580px) {
  .about-pages #culture_hero_section div#hero_heading div {
    height: 200px;
    width: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-pages #culture_hero_section div#hero_heading div {
    height: 194px;
    width: 248px;
  }
}
@media only screen and (min-width: 1400px) {
  .about-pages #culture_hero_section div#hero_heading div {
    height: 190px;
    width: 234px;
    margin: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-pages #culture_hero_section div#hero_heading div {
    height: 220px;
    width: 275px;
  }
}
@media only screen and (min-width: 1800px) {
  .about-pages #culture_hero_section div#hero_heading div {
    height: 15vw;
    width: 20vw;
    margin: 18px;
  }
}
.about-pages #culture_hero_section div#hero_heading div h1 {
  margin-top: 0;
  padding-top: 30px;
  width: 80%;
  font-size: 29px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 600;
  color: #204675;
  font-family: "Oswald";
}
@media only screen and (min-width: 580px) {
  .about-pages #culture_hero_section div#hero_heading div h1 {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 1400px) {
  .about-pages #culture_hero_section div#hero_heading div h1 {
    padding-top: 47px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-pages #culture_hero_section div#hero_heading div h1 {
    font-size: 35px;
    padding-top: 3vw;
  }
}
@media only screen and (min-width: 1800px) {
  .about-pages #culture_hero_section div#hero_heading div h1 {
    font-size: 2.5vw;
  }
}
.about-pages #culture_hero_section div#hero_heading div h4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  font-size: 24px;
  color: #204675;
  font-family: "Oswald";
}
@media only screen and (min-width: 1400px) {
  .about-pages #culture_hero_section div#hero_heading div h4 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 26px;
    width: 70%;
  }
}
@media only screen and (min-width: 1600px) {
  .about-pages #culture_hero_section div#hero_heading div h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .about-pages #culture_hero_section div#hero_heading div h4 {
    font-size: 1.8vw;
    width: 70%;
    margin-top: 19px;
  }
}
@media only screen and (min-width: 900px) {
  .about-pages #culture_main_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 20px;
    max-width: 1800px;
    margin: 10px auto;
  }
}
@media only screen and (min-width: 620px) {
  .about-pages #culture_main_section #culture_four_box_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 680px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 900px) {
  .about-pages #culture_main_section #culture_four_box_container {
    width: 80%;
    max-width: 1600px;
  }
}
@media only screen and (min-width: 1380px) {
  .about-pages #culture_main_section #culture_four_box_container {
    width: 95%;
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box {
  position: relative;
  width: 80%;
  border-radius: 30px;
  margin: 20px 10px;
}
@media only screen and (min-width: 620px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box {
    width: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box {
    width: 19%;
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:first-of-type:hover div h4,
.about-pages #culture_main_section #culture_four_box_container .culture-box:first-of-type:focus div h4 {
  -webkit-transform: translate(-50%, -162%);
          transform: translate(-50%, -162%);
}
@media only screen and (min-width: 1024px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:first-of-type:hover div h4,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:first-of-type:focus div h4 {
    -webkit-transform: translate(-50%, -188%);
            transform: translate(-50%, -188%);
  }
}
@media only screen and (min-width: 1132px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:first-of-type:hover div h4,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:first-of-type:focus div h4 {
    -webkit-transform: translate(-50%, -275%);
            transform: translate(-50%, -275%);
  }
}
@media only screen and (min-width: 1380px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:first-of-type:hover div h4,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:first-of-type:focus div h4 {
    -webkit-transform: translate(-50%, -165%);
            transform: translate(-50%, -165%);
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:first-of-type:hover div p,
.about-pages #culture_main_section #culture_four_box_container .culture-box:first-of-type:focus div p {
  margin-top: 38%;
}
@media only screen and (min-width: 1200px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:first-of-type:hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:first-of-type:focus div p {
    margin-top: 42%;
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(2):hover div h4,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(2):focus div h4 {
  -webkit-transform: translate(-50%, -162%);
          transform: translate(-50%, -162%);
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(2):hover div p,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(2):focus div p {
  margin-top: 47%;
}
@media only screen and (min-width: 1200px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(2):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(2):focus div p {
    margin-top: 52%;
  }
}
@media only screen and (min-width: 1380px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(2):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(2):focus div p {
    margin-top: 47%;
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(3):hover div h4,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(3):focus div h4 {
  -webkit-transform: translate(-50%, -138%);
          transform: translate(-50%, -138%);
}
@media only screen and (min-width: 1024px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(3):hover div h4,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(3):focus div h4 {
    -webkit-transform: translate(-50%, -195%);
            transform: translate(-50%, -195%);
  }
}
@media only screen and (min-width: 1380px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(3):hover div h4,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(3):focus div h4 {
    -webkit-transform: translate(-50%, -143%);
            transform: translate(-50%, -143%);
  }
}
@media only screen and (min-width: 1500px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(3):hover div h4,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(3):focus div h4 {
    -webkit-transform: translate(-50%, -151%);
            transform: translate(-50%, -151%);
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(3):hover div p,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(3):focus div p {
  margin-top: 47%;
}
@media only screen and (min-width: 1200px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(3):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(3):focus div p {
    margin-top: 44%;
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(4):hover div h4,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(4):focus div h4 {
  -webkit-transform: translate(-50%, -162%);
          transform: translate(-50%, -162%);
}
@media only screen and (min-width: 1428px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(4):hover div h4,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(4):focus div h4 {
    -webkit-transform: translate(-50%, -167%);
            transform: translate(-50%, -167%);
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(4):hover div p,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(4):focus div p {
  margin-top: 48%;
}
@media only screen and (min-width: 1200px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(4):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(4):focus div p {
    margin-top: 52%;
  }
}
@media only screen and (min-width: 1380px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(4):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(4):focus div p {
    margin-top: 48%;
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(5):hover div h4,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(5):focus div h4 {
  -webkit-transform: translate(-50%, -140%);
          transform: translate(-50%, -140%);
}
@media only screen and (min-width: 1428px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(5):hover div h4,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(5):focus div h4 {
    -webkit-transform: translate(-50%, -167%);
            transform: translate(-50%, -167%);
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(5):hover div p,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(5):focus div p {
  margin-top: 47%;
}
@media only screen and (min-width: 1200px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(5):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(5):focus div p {
    margin-top: 46%;
  }
}
@media only screen and (min-width: 1300px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(5):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(5):focus div p {
    margin-top: 51%;
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(6):hover div h4,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(6):focus div h4 {
  -webkit-transform: translate(-50%, -155%);
          transform: translate(-50%, -155%);
}
@media only screen and (min-width: 1428px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(6):hover div h4,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(6):focus div h4 {
    -webkit-transform: translate(-50%, -167%);
            transform: translate(-50%, -167%);
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(6):hover div p,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(6):focus div p {
  margin-top: 46%;
}
@media only screen and (min-width: 1200px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(6):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(6):focus div p {
    margin-top: 50%;
  }
}
@media only screen and (min-width: 1380px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(6):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(6):focus div p {
    margin-top: 46%;
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(7):hover div h4,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(7):focus div h4 {
  -webkit-transform: translate(-50%, -140%);
          transform: translate(-50%, -140%);
}
@media only screen and (min-width: 1428px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(7):hover div h4,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(7):focus div h4 {
    -webkit-transform: translate(-50%, -167%);
            transform: translate(-50%, -167%);
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(7):hover div p,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(7):focus div p {
  margin-top: 48%;
}
@media only screen and (min-width: 1200px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(7):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(7):focus div p {
    margin-top: 52%;
  }
}
@media only screen and (min-width: 1380px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(7):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(7):focus div p {
    margin-top: 48%;
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(8):hover div h4,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(8):focus div h4 {
  -webkit-transform: translate(-50%, -219%);
          transform: translate(-50%, -219%);
}
@media only screen and (min-width: 1024px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(8):hover div h4,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(8):focus div h4 {
    -webkit-transform: translate(-50%, -274%);
            transform: translate(-50%, -274%);
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(8):hover div p,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(8):focus div p {
  margin-top: 38%;
}
@media only screen and (min-width: 1200px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(8):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(8):focus div p {
    margin-top: 42%;
  }
}
@media only screen and (min-width: 1380px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(8):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(8):focus div p {
    margin-top: 38%;
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(9):hover div h4,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(9):focus div h4 {
  -webkit-transform: translate(-50%, -160%);
          transform: translate(-50%, -160%);
}
@media only screen and (min-width: 1024px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(9):hover div h4,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(9):focus div h4 {
    -webkit-transform: translate(-50%, -193%);
            transform: translate(-50%, -193%);
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(9):hover div p,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(9):focus div p {
  margin-top: 38%;
}
@media only screen and (min-width: 1200px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(9):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(9):focus div p {
    margin-top: 42%;
  }
}
@media only screen and (min-width: 1380px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(9):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(9):focus div p {
    margin-top: 38%;
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(10):hover div h4,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(10):focus div h4 {
  -webkit-transform: translate(-50%, -190%);
          transform: translate(-50%, -190%);
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(10):hover div p,
.about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(10):focus div p {
  margin-top: 44%;
}
@media only screen and (min-width: 1200px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(10):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(10):focus div p {
    margin-top: 48%;
  }
}
@media only screen and (min-width: 1380px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(10):hover div p,
  .about-pages #culture_main_section #culture_four_box_container .culture-box:nth-of-type(10):focus div p {
    margin-top: 44%;
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box img {
  width: 100%;
  border-radius: 30px;
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:hover div {
  background-color: rgba(32, 70, 117, 0.8);
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:hover div h4 {
  -webkit-transform: translate(-50%, -230%);
          transform: translate(-50%, -230%);
}
.about-pages #culture_main_section #culture_four_box_container .culture-box:hover div p {
  opacity: 1;
  -webkit-transition: all 0.1s 0.2s ease-in-out;
  transition: all 0.1s 0.2s ease-in-out;
  width: 80%;
  margin: 5px auto;
}
.about-pages #culture_main_section #culture_four_box_container .culture-box div {
  position: absolute;
  top: 0;
  background-color: rgba(59, 153, 199, 0.8);
  width: 100%;
  height: 100%;
  border-radius: 30px;
  font-size: 36px;
  font-family: "Oswald";
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-pages #culture_main_section #culture_four_box_container .culture-box div h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Oswald";
  font-weight: 300;
  color: white;
  margin-top: 0;
  font-size: 27px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 80%;
}
@media only screen and (min-width: 900px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box div h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box div h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box div h4 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1300px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box div h4 {
    font-size: 23px;
  }
}
.about-pages #culture_main_section #culture_four_box_container .culture-box div p {
  opacity: 0;
  color: #fff;
  font-family: "Lato";
  width: 90%;
  margin: 44% auto;
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-top: 42%;
}
@media only screen and (min-width: 800px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box div p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box div p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box div p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1550px) {
  .about-pages #culture_main_section #culture_four_box_container .culture-box div p {
    font-size: 14px;
  }
}
.about-pages #culture_main_section #carousel-example-generic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 900px) {
  .about-pages #culture_main_section #carousel-example-generic {
    width: 55%;
  }
}
.about-pages #culture_main_section #carousel-example-generic .carousel-control {
  background-image: none;
}
.about-pages #culture_main_section #carousel-example-generic .carousel-inner {
  width: 74%;
  margin: 30px auto;
}
@media only screen and (min-width: 900px) {
  .about-pages #culture_main_section #carousel-example-generic .carousel-inner {
    height: 80%;
  }
}
.about-pages #culture_main_section #carousel-example-generic .carousel-inner .item {
  background-color: #fff;
  border: solid 2px #DFDFDF;
}
@media only screen and (min-width: 900px) {
  .about-pages #culture_main_section #carousel-example-generic .carousel-inner .item {
    height: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .about-pages #culture_main_section #carousel-example-generic .carousel-inner .item {
    border: solid 3px #DFDFDF;
  }
}
.about-pages #culture_main_section #carousel-example-generic .carousel-inner .item > img {
  width: 47px;
  margin: 12px;
}
.about-pages #culture_main_section #carousel-example-generic .carousel-inner .item > img:last-of-type {
  position: relative;
  left: 77%;
}
@media only screen and (min-width: 900px) {
  .about-pages #culture_main_section #carousel-example-generic .carousel-inner .item > img:last-of-type {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
  }
}
.about-pages #culture_main_section #carousel-example-generic .carousel-inner .item p:first-of-type {
  width: 90%;
  margin-left: 5%;
  text-align: justify;
  font-family: "Lato";
  font-weight: 300;
}
@media only screen and (min-width: 900px) {
  .about-pages #culture_main_section #carousel-example-generic .carousel-inner .item p:first-of-type {
    margin-top: 17%;
  }
}
@media only screen and (min-width: 1400px) {
  .about-pages #culture_main_section #carousel-example-generic .carousel-inner .item p:first-of-type {
    font-size: 19px;
    margin-top: 14%;
  }
}
.about-pages #culture_main_section #carousel-example-generic .carousel-inner .item p:last-of-type {
  text-align: center;
  font-family: "Oswald";
  font-size: 24px;
  color: #204675;
}
@media only screen and (min-width: 1400px) {
  .about-pages #culture_main_section #carousel-example-generic .carousel-inner .item p:last-of-type {
    font-size: 28px;
  }
}
.about-pages #culture_main_section #carousel-example-generic .glyphicon-chevron-right:before {
  content: " ";
  background-image: url(/gridmedia/img/chev-right.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.about-pages #culture_main_section #carousel-example-generic .glyphicon-chevron-left:before {
  content: " ";
  background-image: url(/gridmedia/img/chev-left.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.about-pages h2 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #204675;
  font-family: "Oswald";
  padding-top: 20px;
}
.about-pages.our_story #acquisition_border {
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-pages.our_story #overview_organizations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-pages.our_story #overview_organizations img {
  padding: 20px;
  width: 200px;
}
@media only screen and (min-width: 1100px) {
  .about-pages.our_story #acquisition_body:last-of-type {
    width: 80%;
  }
}
.about-pages.our_story #acquisition_body h4 {
  font-size: 25px;
  font-weight: 400;
  font-family: Oswald, sans-serif;
  color: #204675;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .about-pages.our_story #acquisition_body h4 {
    font-size: 33px;
  }
}
#body_about .about-pages #culture_hero_section #hero_heading {
  top: 24%;
}
@media only screen and (min-width: 380px) {
  #body_about .about-pages #culture_hero_section #hero_heading {
    top: 27%;
  }
}
@media only screen and (min-width: 420px) {
  #body_about .about-pages #culture_hero_section #hero_heading {
    top: 29%;
  }
}
@media only screen and (min-width: 500px) {
  #body_about .about-pages #culture_hero_section #hero_heading {
    top: 32%;
  }
}
@media only screen and (min-width: 1400px) {
  #body_about .about-pages #culture_hero_section #hero_heading {
    top: 50%;
  }
}
#body_about .about-pages #culture_hero_section #hero_heading div h4 {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  #body_about .about-pages #culture_hero_section #hero_heading div h4 {
    padding-top: 51px;
    margin-bottom: 0;
  }
}
#body_about .about-pages #culture_hero_section #hero_heading div h1 {
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  #body_about .about-pages #culture_hero_section #hero_heading div h1 {
    padding-top: 0;
  }
}
#body_about .about-pages #culture_main_section #culture_four_box_container .culture-box h4 > img {
  width: 30px;
  border-radius: 0;
  margin-right: 6px;
  margin-top: -7px;
}
#body_about .about-pages #culture_main_section #culture_four_box_container .culture-box > div:hover {
  background-color: rgba(32, 70, 117, 0.8);
}
#body_about .about-pages #culture_main_section #culture_four_box_container .culture-box:hover div #about_card_heading {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  #culture_page {
    padding-top: 41px;
  }
}
@media only screen and (max-width: 767px) {
  #culture_page {
    padding-top: 113px;
  }
}
#body_Overview #transaction_report #culture_hero_section #hero_heading {
  top: 50%;
}
@media only screen and (max-width: 338px) {
  #body_Overview #transaction_report #culture_hero_section #hero_heading {
    top: 50%;
  }
}
@media only screen and (min-width: 420px) {
  #body_Overview #transaction_report #culture_hero_section #hero_heading {
    top: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  #body_Overview #transaction_report #culture_hero_section #hero_heading {
    -webkit-transform: scale(0.8) translate(-70%, -62%);
            transform: scale(0.8) translate(-70%, -62%);
    left: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  #body_Overview #transaction_report #culture_hero_section #hero_heading {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1800px) {
  #body_Overview #transaction_report #culture_hero_section #hero_heading {
    left: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  #body_Overview #transaction_report #culture_hero_section img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#perks_page {
  background-image: url(/gridmedia/img/perks-page-main.png);
}
#perks_page #perks_heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  #perks_page #perks_heading_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  #perks_page #perks_heading_container {
    padding-top: 14vw;
  }
}
@media only screen and (min-width: 1400px) {
  #perks_page #perks_heading_container {
    padding-top: 12vw;
  }
}
@media only screen and (min-width: 1800px) {
  #perks_page #perks_heading_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#perks_page #perks_heading_container #perks_heading {
  width: 90%;
  margin-left: 5%;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  #perks_page #perks_heading_container #perks_heading {
    width: 45%;
    max-width: 360px;
  }
}
@media only screen and (min-width: 1600px) {
  #perks_page #perks_heading_container #perks_heading {
    max-width: 460px;
  }
}
@media only screen and (min-width: 1600px) {
  #perks_page #perks_heading_container #perks_heading {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1800px) {
  #perks_page #perks_heading_container #perks_heading {
    margin-right: 50px;
    margin-left: 0;
    max-width: 560px;
  }
}
#perks_page #perks_heading_container #perks_heading h4 {
  font-size: 25px;
  font-family: oswald;
  color: #204675;
  border-bottom: 2px solid #204675;
  padding-bottom: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 1400px) {
  #perks_page #perks_heading_container #perks_heading h4 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1800px) {
  #perks_page #perks_heading_container #perks_heading h4 {
    font-size: 37px;
  }
}
#perks_page #perks_heading_container #perks_heading p {
  font-family: Lato;
  font-size: 16px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1400px) {
  #perks_page #perks_heading_container #perks_heading p {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1800px) {
  #perks_page #perks_heading_container #perks_heading p {
    font-size: 24px;
  }
}
#perks_page #perks_heading_container #perks_cinemagraph_section {
  border: solid 2px #dfdfdf;
}
@media only screen and (min-width: 1800px) {
  #perks_page #perks_heading_container #perks_cinemagraph_section {
    margin-right: 50px;
    margin-left: 0;
  }
}
#perks_page #perks_heading_container #perks_cinemagraph_section #carousel-example-generic {
  width: 100vw;
  height: 67vw;
}
@media only screen and (min-width: 768px) {
  #perks_page #perks_heading_container #perks_cinemagraph_section #carousel-example-generic {
    width: 38vw;
    height: 25.2vw;
    margin: 6px;
  }
}
@media only screen and (min-width: 1024px) {
  #perks_page #perks_heading_container #perks_cinemagraph_section #carousel-example-generic {
    max-width: 544px;
    max-height: 370px;
  }
}
@media only screen and (min-width: 1800px) {
  #perks_page #perks_heading_container #perks_cinemagraph_section #carousel-example-generic {
    max-width: 638px;
    max-height: 426px;
    margin: 10px;
  }
}
@media only screen and (min-width: 400px) {
  #perks_page #perks_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1400px) {
  #perks_page #perks_list {
    max-width: 1360px;
    margin: 74px auto 0;
    padding-bottom: 3vw;
  }
}
#perks_page #perks_list .perk {
  width: 90%;
  margin-left: 5%;
  border: solid 2px #dfdfdf;
  background: white;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 400px) {
  #perks_page #perks_list .perk {
    width: 368px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1800px) {
  #perks_page #perks_list .perk {
    width: 400px;
  }
}
#perks_page #perks_list .perk div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #dfdfdf;
}
#perks_page #perks_list .perk div span {
  background: #3B9AC6;
}
#perks_page #perks_list .perk div span i {
  font-size: 39px;
  color: #fff;
  padding: 5px;
}
#perks_page #perks_list .perk div h4 {
  text-align: center;
  width: 100%;
  font-size: 25px;
  font-family: oswald;
  color: #204675;
  font-weight: 400;
}
@media only screen and (min-width: 1800px) {
  #perks_page #perks_list .perk div h4 {
    font-size: 38px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#perks_page #perks_list .perk p {
  padding: 16px;
  font-family: Lato;
  font-size: 16px;
}
@media only screen and (min-width: 1800px) {
  #perks_page #perks_list .perk p {
    font-size: 20px;
  }
}
#perks_page #perks_list .perk p:nth-of-type(2) {
  font-size: 11px;
  padding-top: 0;
  padding-bottom: 5px;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 1800px) {
  #perks_page #perks_list .perk p:nth-of-type(2) {
    font-size: 14px;
  }
}
#perks_page #perks_list .res-body {
  width: 100%;
}
#perks_page #perks_list .res-body .res-panel-3 a {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  #perks_page #perks_list .res-body .res-panel-3 a::after {
    background: rgba(0, 0, 0, 0.4);
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
#perks_page #perks_list .res-body .res-panel-3 a div {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #perks_page #perks_list .res-body .res-panel-3 a div {
    background: rgba(0, 0, 0, 0.6);
    margin: 20px;
    padding: 16px;
  }
}
#perks_page #perks_list .res-body .res-panel-3 a div h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1800px) {
  #perks_page #perks_list .res-body .res-panel-3 a div h4 {
    font-size: 38px;
  }
}
#perks_page #perks_list .res-body .res-panel-3 a p {
  font-family: 'Lato', sans-serif;
  line-height: 1.42857143;
  margin: 0 auto 10px;
  width: 80%;
}
@media only screen and (min-width: 1800px) {
  #perks_page #perks_list .res-body .res-panel-3 a p {
    font-size: 20px;
  }
}
.contact-container {
  background-image: url(/gridmedia/img/contact_bg.jpg);
  padding: 20px 0;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .contact-container {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 2000px) {
  .contact-container {
    padding-top: 190px;
  }
}
.contact-container .contact-directory fieldset {
  opacity: 0;
}
.contact-container > div {
  width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  padding: 1% 5%;
  max-width: 800px;
}
.contact-container > div h1,
.contact-container > div h4 {
  text-align: center;
  color: #254476;
  font-size: 'Oswald', sans-serif;
}
.contact-container > div h1 {
  font-weight: 700;
  font-size: 35px;
  font-size: 'Oswald', sans-serif;
  margin-bottom: 16px;
}
.contact-container > div h4 {
  margin-bottom: 42px;
  margin-top: 21px;
  font-size: 22px;
}
.contact-container > div h4 a {
  color: #254476;
}
.contact-container > div h4 a:hover {
  color: #4898c7;
}
.contact-container > div p {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.contact-container > div form {
  max-width: 400px;
  margin: 0 auto;
}
.contact-container > div form legend {
  display: none;
}
.contact-container > div form label {
  display: none;
}
.contact-container > div form label[for="id_comments_e943147a"] {
  display: inline-block;
  color: #254476;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.contact-container > div form input,
.contact-container > div form textarea,
.contact-container > div form select,
.contact-container > div form .dd9 {
  background: white;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #4898c7;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #254476;
  font-size: 16px;
  font-weight: 500;
}
.contact-container > div form input[type="submit"],
.contact-container > div form textarea[type="submit"],
.contact-container > div form select[type="submit"],
.contact-container > div form .dd9[type="submit"] {
  background: #4898c7;
  margin-left: calc(100% - 90px);
  color: #fff;
  width: 90px;
  font-weight: 400;
  height: 36px;
  text-transform: uppercase;
}
.contact-container > div form select {
  border-radius: 0;
  padding: 7px 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/downarrow.png") no-repeat;
  background-position: 94% 12px;
  background-color: #fff;
  height: 41px;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  width: 100%;
}
.contact-container > div form input {
  height: 41px;
  font-size: 16px;
  font-weight: 500;
}
.contact-container > div form .form-control::-webkit-input-placeholder {
  color: #254476;
}
.contact-container > div form .form-control::-moz-placeholder {
  color: #254476;
}
.contact-container > div form .form-control::-ms-input-placeholder {
  color: #254476;
}
.contact-container > div form .form-control:-moz-placeholder {
  color: #254476;
}
.contact-container > div form textarea {
  margin-top: 11px;
  text-align: left;
}
.contact-container > div form #id_how-can-we-help_41374e15 {
  width: 100%;
  padding: 5px;
}
.contact-container > div form .dropdown {
  max-width: none;
  width: 100%;
  border: none;
  background-color: transparent;
  margin-top: -53px;
}
.contact-container > div form .dropdown.open ul {
  height: 166px;
  color: black;
  border-radius: 0;
  padding-top: 0;
  overflow: hidden;
  top: 32px;
  width: 99.99%;
  left: 0.1%;
}
.contact-container > div form .dropdown.open ul li {
  padding: 7px 16px;
  color: #204675;
  overflow: hidden;
  cursor: pointer;
  height: 0px;
  background: #DFDFDF;
  height: 33px;
  border-bottom: 1px solid #fff;
}
#body_contact .contact-container > div form textarea {
  text-align: center;
}
#body_contact .form_recaptcha {
  padding-bottom: 12px;
}
#body_contact .form_recaptcha > div {
  margin: auto;
}
#acquisitions_container {
  background-image: url(/gridmedia/img/history-bg.png);
  padding-top: 30px;
}
@media only screen and (min-width: 1024px) {
  #acquisitions_container {
    padding-top: 15vw;
  }
}
@media only screen and (min-width: 1400px) {
  #acquisitions_container {
    padding-top: 10vw;
  }
}
#acquisitions_container h5 {
  font-family: "Lato";
  font-weight: 600;
}
#acquisitions_container p {
  font-family: "Lato";
}
#acquisitions_container #acquisition_head {
  background-image: url(/gridmedia/img/acquisitions.jpg);
  height: 85vw;
  background-size: cover;
}
@media only screen and (min-width: 415px) {
  #acquisitions_container #acquisition_head {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  #acquisitions_container #acquisition_head {
    height: 22vw;
    background-size: contain;
  }
}
#acquisitions_container #acquisition_head h1 {
  color: #fff;
  text-align: center;
  font-family: "Oswald";
  font-weight: 400;
  padding-top: 15%;
}
@media only screen and (min-width: 768px) {
  #acquisitions_container #acquisition_head h1 {
    padding-top: 4%;
  }
}
@media only screen and (min-width: 1100px) {
  #acquisitions_container #acquisition_head h1 {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 1600px) {
  #acquisitions_container #acquisition_head h1 {
    font-size: 80px;
  }
}
#acquisitions_container #acquisition_head p {
  color: #fff;
  max-width: 800px;
  text-align: justify;
  margin: 0 auto;
  font-family: "Lato";
  width: 80%;
}
@media only screen and (min-width: 1100px) {
  #acquisitions_container #acquisition_head p {
    font-size: 1.5vw;
    max-width: none;
  }
}
@media only screen and (min-width: 1600px) {
  #acquisitions_container #acquisition_head p {
    font-size: 30px;
    max-width: 1700px;
  }
}
#acquisition_body {
  background-color: #fff;
  padding: 20px;
}
@media only screen and (min-width: 450px) {
  #acquisition_body {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 768px) {
  #acquisition_body {
    width: 80%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 1100px) {
  #acquisition_body {
    width: 60%;
    max-width: 1200px;
    margin-top: 5%;
    margin-bottom: 2.5%;
  }
}
#acquisition_body #acquisition_border {
  border: solid 2px #4898C7;
}
#acquisition_body #acquisition_border h3 {
  color: #204675;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 1400px) {
  #acquisition_body #acquisition_border h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  #acquisition_body #acquisition_border h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1800px) {
  #acquisition_body #acquisition_border h3 {
    font-size: 38px;
  }
}
#acquisition_body #acquisition_border p {
  text-align: justify;
  width: 90%;
  margin-left: 5%;
}
@media only screen and (min-width: 1400px) {
  #acquisition_body #acquisition_border p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  #acquisition_body #acquisition_border p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1800px) {
  #acquisition_body #acquisition_border p {
    font-size: 18px;
  }
}
#acquisition_body #acquisition_border #criteria_list {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 65px;
}
#acquisition_body #acquisition_border #criteria_list h5 {
  color: #204675;
}
@media only screen and (min-width: 1400px) {
  #acquisition_body #acquisition_border #criteria_list h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  #acquisition_body #acquisition_border #criteria_list h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1800px) {
  #acquisition_body #acquisition_border #criteria_list h5 {
    font-size: 20px;
  }
}
#acquisition_body #acquisition_border #criteria_list p {
  text-align: left;
  margin-bottom: 27px;
}
@media only screen and (min-width: 1400px) {
  #acquisition_body #acquisition_border #criteria_list p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  #acquisition_body #acquisition_border #criteria_list p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1800px) {
  #acquisition_body #acquisition_border #criteria_list p {
    font-size: 20px;
  }
}
#acquisition_contact {
  width: 100%;
  background-color: #4898c7;
  min-height: 20vw;
}
@media only screen and (min-height: 417px) {
  #acquisition_contact {
    min-height: 86px;
  }
}
@media only screen and (min-width: 768px) {
  #acquisition_contact {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1100px) {
  #acquisition_contact {
    width: 60%;
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
#acquisition_contact button {
  color: #fff;
  text-align: center;
  display: block;
  padding-top: 28px;
  background-color: transparent;
  background-image: none;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  #acquisition_contact button {
    padding-top: 28px;
  }
}
#acquisition_contact button img {
  height: 24px;
  margin-top: -2px;
  margin-left: 11px;
}
#acquisition_contact .collapse {
  margin-top: 30px;
}
#acquisition_contact #contactForm {
  background: #fff;
  padding: 20px;
}
#acquisition_contact #contactForm #acquisition-form h1 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
#acquisition_contact #contactForm #acquisition-form p {
  text-align: center;
  font-family: 'Lato', sans-serif;
}
#acquisition_contact #contactForm form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #acquisition_contact #contactForm form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  #acquisition_contact #contactForm form div {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  #acquisition_contact #contactForm form .form-actions {
    position: relative;
    right: 0;
    width: 90%;
    float: right;
  }
}
#acquisition_contact #contactForm form input,
#acquisition_contact #contactForm form textarea {
  width: 80%;
  margin-left: 10%;
  border: solid #4898c7 2px;
  margin-bottom: 10px;
  min-height: 37px;
}
#acquisition_contact #contactForm form input::-webkit-input-placeholder,
#acquisition_contact #contactForm form textarea::-webkit-input-placeholder {
  color: #4898c7;
  text-align: center;
}
#acquisition_contact #contactForm form input::-moz-placeholder,
#acquisition_contact #contactForm form textarea::-moz-placeholder {
  color: #4898c7;
  text-align: center;
}
#acquisition_contact #contactForm form input::-ms-placeholder,
#acquisition_contact #contactForm form textarea::-ms-placeholder {
  color: #4898c7;
  text-align: center;
}
#acquisition_contact #contactForm form input::-webkit-input-placeholder, #acquisition_contact #contactForm form textarea::-webkit-input-placeholder {
  color: #4898c7;
  text-align: center;
}
#acquisition_contact #contactForm form input::-moz-placeholder, #acquisition_contact #contactForm form textarea::-moz-placeholder {
  color: #4898c7;
  text-align: center;
}
#acquisition_contact #contactForm form input:-ms-input-placeholder, #acquisition_contact #contactForm form textarea:-ms-input-placeholder {
  color: #4898c7;
  text-align: center;
}
#acquisition_contact #contactForm form input::-ms-input-placeholder, #acquisition_contact #contactForm form textarea::-ms-input-placeholder {
  color: #4898c7;
  text-align: center;
}
#acquisition_contact #contactForm form input::placeholder,
#acquisition_contact #contactForm form textarea::placeholder {
  color: #4898c7;
  text-align: center;
}
#acquisition_contact #contactForm form label {
  display: none;
}
#acquisition_contact #contactForm form #submit-id-submit {
  background-color: #4898c7;
  color: #FFF;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-radius: none;
}
@media only screen and (min-width: 768px) {
  #acquisition_contact #contactForm form #submit-id-submit {
    width: 200px;
    float: right;
  }
}
#acquisition_three_images {
  max-width: 1200px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  #acquisition_three_images {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1100px) {
  #acquisition_three_images {
    width: 60%;
  }
}
#acquisition_three_images img {
  width: 30%;
  height: 20.55%;
}
@media only screen and (max-width: 767px) {
  #acquisition_three_images img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.insidepage.lenders {
  padding-top: 70px;
  background-image: url(/gridmedia/img/history-bg.png);
  background-color: #F5F9FC;
  padding-bottom: 2vw;
  margin-bottom: 1vw;
}
@media only screen and (min-width: 768px) {
  .insidepage.lenders {
    padding-top: 9vw;
  }
}
.insidepage.lenders #lenders_container {
  margin-top: 4vw;
  background: white;
  width: 80%;
  margin: 4vw auto;
}
.insidepage.lenders #lenders_container h1 {
  text-align: center;
  margin-top: 2vw;
  font-size: 25px;
  font-family: oswald;
  color: #204675;
  padding-bottom: 2vw;
  padding-top: 2vw;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .insidepage.lenders #lenders_container h1 {
    font-size: 33px;
  }
}
@media only screen and (min-width: 1800px) {
  .insidepage.lenders #lenders_container h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 2000px) {
  .insidepage.lenders #lenders_container h1 {
    font-size: 55px;
  }
}
.insidepage.lenders #lenders_container #lenders_image_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 20px;
}
.insidepage.lenders #lenders_container #lenders_image_container a {
  width: 15%;
  min-width: 200px;
  margin-left: 2%;
  margin-right: 2%;
}
.insidepage.lenders #lenders_container #lenders_image_container a img {
  width: 100%;
  margin-top: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .insidepage.lenders #lenders_container #lenders_image_container a img {
    margin-top: 50%;
  }
}
.insidepage.vendors {
  padding-top: 51px;
  background-image: url(/gridmedia/img/history-bg.png);
  background-color: #F5F9FC;
  padding-bottom: 2vw;
  margin-bottom: 1vw;
}
@media only screen and (min-width: 768px) {
  .insidepage.vendors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .insidepage.vendors {
    padding-top: 13vw;
  }
}
@media only screen and (min-width: 1400px) {
  .insidepage.vendors {
    padding-top: 12vw;
  }
}
@media only screen and (min-width: 1800px) {
  .insidepage.vendors {
    padding-top: 10vw;
  }
}
@media only screen and (min-width: 768px) {
  .insidepage.vendors #vendors_left {
    width: 30%;
    max-width: 430px;
  }
}
.insidepage.vendors #vendors_left .media-break {
  display: none;
}
@media only screen and (min-width: 768px) {
  .insidepage.vendors #vendors_left .media-break {
    display: block;
  }
}
.insidepage.vendors #vendors_left .circles {
  background-color: #1E4775;
  text-align: center;
  width: 90%;
  margin: 10px auto;
}
@media only screen and (min-width: 768px) {
  .insidepage.vendors #vendors_left .circles {
    width: 250px;
    margin: 10px auto;
    height: 250px;
    border-radius: 50%;
    position: relative;
  }
}
@media only screen and (min-width: 1600px) {
  .insidepage.vendors #vendors_left .circles {
    width: 300px;
    height: 300px;
    margin: 20px;
  }
}
.insidepage.vendors #vendors_left .circles:hover {
  background-color: #3b99c7;
}
.insidepage.vendors #vendors_left .circles a,
.insidepage.vendors #vendors_left .circles h3,
.insidepage.vendors #vendors_left .circles h5,
.insidepage.vendors #vendors_left .circles p {
  color: #fff;
}
.insidepage.vendors #vendors_left .circles img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .insidepage.vendors #vendors_left .circles img {
    width: 100%;
    display: inline-block;
  }
}
.insidepage.vendors #vendors_left .circles h3 {
  font-family: "Oswald";
}
@media only screen and (min-width: 1600px) {
  .insidepage.vendors #vendors_left .circles h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 2000px) {
  .insidepage.vendors #vendors_left .circles h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1600px) {
  .insidepage.vendors #vendors_left .circles a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 2000px) {
  .insidepage.vendors #vendors_left .circles a {
    font-size: 19px;
  }
}
.insidepage.vendors #vendors_left .circles h5 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .insidepage.vendors #vendors_left .circles h5 {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .insidepage.vendors #vendors_left .circles h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 2000px) {
  .insidepage.vendors #vendors_left .circles h5 {
    font-size: 19px;
  }
}
.insidepage.vendors #vendors_left .circles .circle-text {
  padding-top: 10px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .insidepage.vendors #vendors_left .circles .circle-text {
    padding-top: 10px;
    padding-bottom: 20px;
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}
.insidepage.vendors #vendor_right {
  width: 90%;
  background-color: #fff;
  margin: 20px auto;
  padding: 3vw;
}
@media only screen and (min-width: 768px) {
  .insidepage.vendors #vendor_right {
    width: 60%;
    max-width: 760px;
    margin: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .insidepage.vendors #vendor_right {
    max-width: 960px;
    margin: 20px;
  }
}
@media only screen and (min-width: 2000px) {
  .insidepage.vendors #vendor_right {
    max-width: 1160px;
  }
}
.insidepage.vendors #vendor_right h1,
.insidepage.vendors #vendor_right h5 {
  color: #1E4775;
}
.insidepage.vendors #vendor_right h1 {
  text-align: center;
  font-size: 25px;
  font-family: oswald;
  color: #204675;
  padding-bottom: 2vw;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .insidepage.vendors #vendor_right h1 {
    font-size: 33px;
  }
}
@media only screen and (min-width: 1800px) {
  .insidepage.vendors #vendor_right h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 2000px) {
  .insidepage.vendors #vendor_right h1 {
    font-size: 55px;
  }
}
.insidepage.vendors #vendor_right p {
  text-align: justify;
  font-family: "Lato";
}
.insidepage h5,
.insidepage p,
.insidepage a,
.insidepage li {
  font-family: "Lato";
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .insidepage h5,
  .insidepage p,
  .insidepage a,
  .insidepage li {
    font-weight: 400;
  }
}
@media only screen and (min-width: 1500px) {
  .insidepage h5,
  .insidepage p,
  .insidepage a,
  .insidepage li {
    font-size: 19px;
  }
}
@media only screen and (min-width: 2000px) {
  .insidepage h5,
  .insidepage p,
  .insidepage a,
  .insidepage li {
    font-size: 23px;
  }
}
.insidepage.our_story {
  background-image: url(/gridmedia/img/about-bg.png);
  background-color: #F5F9FC;
  padding-bottom: 2vw;
  margin-bottom: 1vw;
  padding-top: 56px;
}
@media only screen and (min-width: 1024px) {
  .insidepage.our_story {
    padding-top: 15vw;
  }
}
@media only screen and (min-width: 1400px) {
  .insidepage.our_story {
    padding-top: 12vw;
  }
}
@media only screen and (min-width: 1800px) {
  .insidepage.our_story {
    padding-top: 10vw;
  }
}
@media only screen and (min-width: 768px) {
  .insidepage.our_story #top_our_story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .insidepage.our_story #top_our_story {
    margin: 10px auto;
    width: 85%;
    max-width: 1500px;
  }
}
@media only screen and (min-width: 768px) {
  .insidepage.our_story #top_our_story #left_our_story {
    width: 30%;
  }
}
.insidepage.our_story #top_our_story #left_our_story .left-images {
  width: 100%;
  margin-bottom: 20px;
}
.insidepage.our_story #top_our_story #left_our_story .left-images img {
  width: 100%;
  border-radius: 10%;
}
.insidepage.our_story #top_our_story #left_our_story img {
  width: 100%;
}
.insidepage.our_story #top_our_story #left_our_story #about_us_small_image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .insidepage.our_story #top_our_story #left_our_story #about_us_small_image {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .insidepage.our_story #top_our_story #left_our_story #about_us_small_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .insidepage.our_story #top_our_story #left_our_story #about_us_small_image .left-images {
    width: 48%;
  }
}
.insidepage.our_story #top_our_story #left_our_story #about_us_small_image img {
  width: 100%;
}
.insidepage.our_story #top_our_story #right_our_story {
  width: 90%;
  margin-left: 5%;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .insidepage.our_story #top_our_story #right_our_story {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .insidepage.our_story #top_our_story #right_our_story {
    width: 65%;
  }
}
.insidepage.our_story #top_our_story #right_our_story h1 {
  margin-top: 0;
  font-size: 22px;
  font-family: "Oswald";
  color: #204675;
  border-bottom: 2px solid #4898c7;
  padding-bottom: 22px;
  margin-bottom: 30px;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .insidepage.our_story #top_our_story #right_our_story h1 {
    display: inline-block;
    font-size: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  .insidepage.our_story #top_our_story #right_our_story h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .insidepage.our_story #top_our_story #right_our_story h1 {
    font-size: 36px;
  }
}
.insidepage.our_story #top_our_story #right_our_story p {
  font-family: "Lato";
  margin-bottom: 30px;
  max-width: none;
  text-align: justify;
}
@media only screen and (min-width: 1400px) {
  .insidepage.our_story #top_our_story #right_our_story p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1800px) {
  .insidepage.our_story #top_our_story #right_our_story p {
    font-size: 20px;
  }
}
.insidepage.our_story #bottom_our_story {
  margin-top: 4vw;
}
.insidepage.our_story #bottom_our_story > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 90%;
  margin: 20px auto;
  max-width: 1200px;
}
.insidepage.our_story #bottom_our_story > div img {
  width: 150px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1334px) {
  .insidepage.our_story #bottom_our_story > div img {
    width: 200px;
    margin-bottom: 50px;
  }
}
.insidepage.our_story #bottom_our_story h1 {
  margin-top: 0;
  font-size: 22px;
  font-family: "Oswald";
  color: #204675;
  border-bottom: 2px solid #4898c7;
  padding-bottom: 22px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 26px;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media only screen and (min-width: 1024px) {
  .insidepage.our_story #bottom_our_story h1 {
    display: inline-block;
    font-size: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  .insidepage.our_story #bottom_our_story h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .insidepage.our_story #bottom_our_story h1 {
    font-size: 36px;
  }
}
#promo_container_border {
  position: absolute;
  bottom: 50px;
  border: 1px solid #fff;
}
#promo_container_border #promo_container {
  background-color: #fff;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
  */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
  */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
  */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
  *
  */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: 0;
  position: relative;
}
body div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .box {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 0 5px;
}
body .box.light {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
body .box.dark {
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.4);
}
body .box.no-pets {
  visibility: hidden;
}
body .box.paw {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid black;
  margin-right: 4px;
}
#sidebar {
  position: absolute;
  right: 0;
  width: 320px;
  height: calc(100% - 32px);
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  background-color: #d6efff;
  z-index: -1;
}
#sidebar.open #search_results_container {
  margin-left: -320px;
}
#sidebar.open #sidebar_filter_container {
  right: 0;
}
#radius_error {
  display: none;
}
#radius_min_max_label span {
  display: inline-block;
}
#radius_min_max_label span :first-child {
  float: left;
}
#radius_min_max_label {
  width: 230px;
  display: block;
  margin: -19px auto 0;
  white-space: nowrap;
  text-align: right;
}
#radius_min_max_label span {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.sidebar-container {
  position: absolute;
  margin-top: 0px;
  top: 0;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 0;
  width: 320px;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.sidebar-container #plain_distance_slider_container {
  margin-left: 10%;
}
.sidebar-container #plain_distance_slider_container h3 {
  margin-bottom: 0;
}
.sidebar-container #plain_distance_slider_container p {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.6;
  margin-top: 0;
}
.sidebar-container .text-box {
  text-align: center;
}
.sidebar-container .text-box input {
  width: 80%;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  border-bottom: 1px solid rgba(39, 68, 118, 0.6);
  color: rgba(0, 0, 0, 0.9);
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.sidebar-container .text-box input:focus {
  outline: 1px;
}
.sidebar-container .text-box input::-webkit-input-placeholder,
.sidebar-container .text-box input::-moz-placeholder,
.sidebar-container .text-box input:-ms-input-placeholder,
.sidebar-container .text-box input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.sidebar-container .location-text {
  margin-top: 20px;
}
.sidebar-container .location-text .sidebar-header {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 300;
  margin-bottom: 0;
}
.sidebar-container #distance_slider_container .noUi-handle-lower {
  display: none;
}
.sidebar-container #distance_button_container {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d6efff;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-container #distance_button_container div {
  border: #274476;
  text-align: center;
  padding: 8px 10px;
  background-color: #274476;
  color: rgba(255, 255, 255, 0.95);
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 300;
}
.sidebar-container #distance_button_container div:hover {
  cursor: pointer;
  background-color: #3B9AC6;
  color: rgba(255, 255, 255, 0.7);
}
.sidebar-container#search_results_container {
  position: absolute;
}
.sidebar-container #search_results_menu {
  padding: 0px 35px 0px 0;
  font-size: 30px;
  color: #274476;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: right;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.sidebar-container #search_results_menu #search_menu_title {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.9);
  font-size: 23.4px;
}
.sidebar-container #search_results_menu #results_menu_filter {
  position: relative;
}
.sidebar-container #search_results_menu #results_menu_filter #results_menu_button {
  margin-right: 10px;
}
.sidebar-container #search_results_menu #results_menu_filter #results_menu_button img {
  height: 15px;
  width: auto;
}
.sidebar-container #search_results_menu #results_menu_filter #results_menu_button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.sidebar-container #search_results_menu #results_menu_filter #results_menu_filter_options {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #3B9AC6;
  position: absolute;
  right: 0;
  top: 29px;
  width: 120px;
  padding: 5px;
  display: none;
}
.sidebar-container #search_results_menu #results_menu_filter #results_menu_filter_options.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-container #search_results_menu #results_menu_filter #results_menu_filter_options .filter-option {
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 5px;
}
.sidebar-container #search_results_menu #results_menu_filter #results_menu_filter_options .filter-option:last-child {
  margin-bottom: 0;
}
.sidebar-container #search_results_menu #results_menu_filter #results_menu_filter_options .filter-option:hover {
  background-color: #274476;
  color: #3B9AC6;
  cursor: pointer;
}
.sidebar-container #filter_pets_label {
  width: 80%;
  margin: 20px auto -40px;
  color: rgba(39, 68, 118, 0.2);
}
.sidebar-container #filter_pets_container .md-btn--icon {
  padding-left: 0;
}
.sidebar-container #filter_pets_container .pet-icon {
  height: 50px;
  width: auto;
  margin-left: -25px;
  margin-right: 20px;
}
.sidebar-container #filter_pets_container .md-text--theme-secondary {
  color: #3B9AC6;
}
.sidebar-container .community-preview-container {
  right: 0;
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  background-color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 1099px) {
  .sidebar-container .community-preview-container {
    width: 100%;
  }
}
.sidebar-container .community-preview-container:last-child {
  margin-bottom: 0;
}
.sidebar-container .community-preview-container.highlighted {
  background: #a7a7a7;
}
.sidebar-container .community-preview-container:hover {
  cursor: pointer;
}
.sidebar-container .community-preview-container .preview-image {
  width: 100%;
  height: 54vw;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 560px) {
  .sidebar-container .community-preview-container .preview-image {
    height: 26vw;
  }
}
@media only screen and (min-width: 1099px) {
  .sidebar-container .community-preview-container .preview-image {
    height: 200px;
  }
}
.sidebar-container .community-preview-container .preview-main {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 560px) and (max-width: 1081px) {
  .sidebar-container .community-preview-container .preview-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 560px) and (max-width: 1081px) {
  .sidebar-container .community-preview-container .preview-main .preview-image {
    width: 50%;
  }
}
.sidebar-container .community-preview-container .preview-main .preview-title {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.9);
  margin: 0;
  white-space: normal;
}
.sidebar-container .community-preview-container .preview-main .preview-address {
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.9);
  font-family: 'Lato', sans-serif;
  display: block;
}
.sidebar-container .community-preview-container .preview-main .preview-address:nth-of-type(2) {
  margin-bottom: 10px;
}
.sidebar-container .community-preview-container .preview-main .preview-info {
  font-size: 13px;
}
@media only screen and (min-width: 560px) and (max-width: 1081px) {
  .sidebar-container .community-preview-container .preview-main .preview-info {
    width: 50%;
  }
}
.sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  text-align: left;
  margin: 5%;
}
.sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left div {
  text-transform: capitalize;
}
.sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left .preview-text > div {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.9);
}
.sidebar-container .community-preview-container .preview-main .preview-info .preview-info-left .preview-pets span {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.9);
}
.sidebar-container .community-preview-container .preview-main .preview-info .preview-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 44%;
  font-size: 13px;
  text-align: left;
  margin-left: 5%;
  margin-bottom: 10px;
}
.sidebar-container .community-preview-container .preview-main .preview-info .preview-info-right .specials {
  font-weight: bold;
}
.sidebar-container .community-preview-container .preview-bottom {
  background-color: #3B9AC6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px 10px 10px;
  color: #ffffff;
  font-size: 13px;
}
.sidebar-container .community-preview-container .preview-bottom a {
  text-decoration: none;
  padding-right: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.sidebar-container .community-preview-container .preview-bottom a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar-container .community-preview-container .preview-bottom:first-child {
  width: 55%;
}
.sidebar-container#sidebar_filter_container {
  right: -320px;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  background-color: #d6efff;
}
.sidebar-container#sidebar_filter_container .sidebar-title {
  width: 100%;
  text-align: center;
  font-size: 21px;
  margin-top: 30px;
  color: #274476;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
}
.sidebar-container#sidebar_filter_container .sidebar-text {
  width: 80%;
  margin: 15px auto 40px;
  text-align: justify;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.9);
}
.sidebar-container#sidebar_filter_container .md-cell {
  width: 300px;
}
.sidebar-container#sidebar_filter_container #filter_pets_container {
  width: 80%;
  max-width: 500px;
  margin: 35px auto;
}
.sidebar-container#sidebar_filter_container .multi-filter {
  width: 80%;
  margin: 20px auto;
  border-bottom: 1px solid rgba(39, 68, 118, 0.6);
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.sidebar-container#sidebar_filter_container .multi-filter:hover {
  cursor: pointer;
}
.sidebar-container#sidebar_filter_container .multi-filter .multi-filter-title {
  color: rgba(39, 68, 118, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-container#sidebar_filter_container .multi-filter .multi-filter-title .filter-title-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-container#sidebar_filter_container .multi-filter .multi-filter-title .filter-title-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-container#sidebar_filter_container .multi-filter .multi-filter-title .filter-title-right .expand-button-container {
  font-weight: bold;
  color: #274476;
  margin-left: 15px;
  font-size: 20px;
  width: 10px;
}
.sidebar-container#sidebar_filter_container .multi-filter .multi-filter-title .filter-title-right .multi-count {
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background: #274476;
  color: #ffffff;
  margin-right: 5px;
}
.sidebar-container#sidebar_filter_container .multi-filter .multi-filter-options {
  z-index: 3;
  top: 5px;
  overflow: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 0;
}
.sidebar-container#sidebar_filter_container .multi-filter .multi-filter-options.open {
  height: 200px;
}
.sidebar-container#sidebar_filter_container .multi-filter .multi-filter-options .multi-filter-option {
  display: block;
  text-align: left;
  padding: 8px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid transparent;
}
.sidebar-container#sidebar_filter_container .multi-filter .multi-filter-options .multi-filter-option:hover {
  border-bottom: 1px solid #274476;
}
.sidebar-container#sidebar_filter_container .multi-filter .multi-filter-options .multi-filter-option .multi-checkbox {
  height: 15px;
  width: 15px;
  border: 1px solid black;
  border-radius: 3px;
  margin-right: 10px;
  text-align: left;
  display: inline-block;
}
.sidebar-container#sidebar_filter_container .multi-filter .multi-filter-options .multi-filter-option .multi-checkbox.checked {
  background-color: #274476;
}
.sidebar-container#sidebar_filter_container .slider-container {
  width: 80%;
  margin: 15px auto 40px;
}
.sidebar-container#sidebar_filter_container .slider-container .slider-label {
  color: rgba(39, 68, 118, 0.2);
  margin-bottom: 20px;
}
.sidebar-container#sidebar_filter_container .single-slider-container {
  width: 80%;
  margin: 15px auto 40px;
  margin-bottom: 60px;
}
.sidebar-container#sidebar_filter_container .single-slider-container .slider-label {
  color: rgba(59, 154, 198, 0.2);
  margin-bottom: 20px;
}
.sidebar-container#sidebar_filter_container .single-slider-container .noUi-target,
.sidebar-container#sidebar_filter_container .slider-container .noUi-target {
  top: 15px;
  height: 4px;
}
.sidebar-container#sidebar_filter_container .single-slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle,
.sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle {
  height: 0;
  border: none;
}
.sidebar-container#sidebar_filter_container .single-slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:before,
.sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:before {
  display: none;
}
.sidebar-container#sidebar_filter_container .single-slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle .noUi-tooltip,
.sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  z-index: 5;
  font-size: 8px;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -30px;
  background: #274476;
  color: rgba(255, 255, 255, 0.95);
  border: 0;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 300;
  cursor: pointer;
}
.sidebar-container#sidebar_filter_container .single-slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle .noUi-tooltip:after,
.sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle .noUi-tooltip:after {
  position: absolute;
  z-index: 1;
  top: 20px;
  content: "";
  left: 2px;
  border-top: 11px solid #274476;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}
.sidebar-container#sidebar_filter_container .single-slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:after,
.sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:after {
  display: none;
}
.sidebar-container#sidebar_filter_container .single-slider-container .noUi-target .noUi-base .noUi-connect,
.sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-connect {
  background: #3B9AC6;
}
#root {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
#root #mobile_page_container #mobile_bottom_nav {
  height: 50px;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #3B9AC6;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#root #mobile_page_container #mobile_bottom_nav #filter_button {
  width: 43px;
}
#root #mobile_page_container #mobile_bottom_nav #filter_button:hover {
  cursor: pointer;
}
#root #mobile_page_container #mobile_bottom_nav a img {
  width: 44px;
}
#root #mobile_page_container #mobile_bottom_nav .bottom-nav-button {
  visibility: hidden;
  height: 25px;
  margin-top: 5px;
  width: 25px;
  background: #ffffff;
}
#root #mobile_page_container #mobile_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#root #mobile_page_container #mobile_container.first-page {
  background: #a7a7a7;
}
#root #mobile_page_container #mobile_container > div {
  width: 100%;
}
#root #mobile_page_container #mobile_container #mobile_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}
#root #mobile_page_container #mobile_container #mobile_header #mobile_menu {
  height: 40px;
  width: 25px;
  margin-left: 10px;
}
#root #mobile_page_container #mobile_container #mobile_header #mobile_menu .hamburger-bar {
  width: 90%;
  height: 2px;
  margin-top: 5px;
  background-color: rgba(0, 0, 0, 0.9);
}
#root #mobile_page_container #mobile_container #mobile_header #mobile_header_title {
  width: 100%;
  text-align: center;
}
#root #mobile_page_container #mobile_container .first-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#root #mobile_page_container #mobile_container .first-page #mobile_logo {
  width: 80%;
  max-width: 500px;
  margin: 100px auto 5px;
}
#root #mobile_page_container #mobile_container .first-page .filterbar-select {
  width: 80%;
  border-bottom: 1px solid rgba(39, 68, 118, 0.6);
  position: relative;
  margin-bottom: 200px;
}
#root #mobile_page_container #mobile_container .first-page .filterbar-select:hover {
  cursor: pointer;
}
#root #mobile_page_container #mobile_container .first-page .filterbar-select .filterbar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
}
#root #mobile_page_container #mobile_container .first-page .filterbar-select .filterbar-options {
  background-color: #fff;
  width: 80%;
  position: absolute;
  z-index: 3;
  top: -30px;
  max-height: 200px;
  overflow: auto;
}
#root #mobile_page_container #mobile_container .first-page .filterbar-select .filterbar-options .filterbar-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 5px;
  border-bottom: 1px solid transparent;
}
#root #mobile_page_container #mobile_container .first-page .filterbar-select .filterbar-options .filterbar-li:hover {
  border-bottom: 1px solid #3B9AC6;
}
#root #mobile_page_container #mobile_container #mobile_list_and_map_container {
  position: relative;
}
#root #mobile_page_container #mobile_container #mobile_list_and_map_container .sidebar-container#search_results_container {
  width: 100%;
  top: 0;
}
#root #mobile_page_container #mobile_container #mobile_list_and_map_container .sidebar-container#search_results_container.mobile {
  position: relative;
  margin-top: -90px;
  margin-bottom: 90px;
  width: 100%;
}
#root #mobile_page_container #mobile_container #mobile_list_and_map_container .sidebar-container#search_results_container.mobile .community-preview-container {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 501px) {
  #root #mobile_page_container #mobile_container #mobile_list_and_map_container .sidebar-container#search_results_container.mobile .community-preview-container .preview-image {
    height: 250px;
  }
}
@media (min-width: 401px) {
  #root #mobile_page_container #mobile_container #mobile_list_and_map_container .sidebar-container#search_results_container.mobile .community-preview-container .preview-image {
    height: 200px;
  }
}
#root #mobile_page_container #mobile_container #mobile_list_and_map_container .sidebar-container#sidebar_filter_container {
  position: relative;
  right: auto;
  background: #fff;
  border: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  top: 0;
}
#root #mobile_page_container #mobile_container #mobile_list_and_map_container .sidebar-container#sidebar_filter_container .slider-container {
  width: 80%;
}
#root #mobile_page_container #mobile_container #mobile_list_and_map_container #map {
  width: 100%;
  height: 500px;
}
#root #mobile_page_container #mobile_container #mobile_list_and_map_container #mobile_top_view_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#root #mobile_page_container #mobile_container #mobile_list_and_map_container #mobile_top_view_options .mobile-top-option {
  width: 50%;
  text-align: center;
  font-size: 20px;
  padding: 5px;
}
#root #mobile_page_container #mobile_container #mobile_list_and_map_container #mobile_top_view_options .mobile-top-option.active {
  border-bottom: 3px solid #274476;
}
#root #mobile_page_container #mobile_container #mobile_list_and_map_container #mobile_top_view_options .mobile-top-option:hover {
  cursor: pointer;
}
#body_search #home_page_container {
  z-index: 0;
}
#top_bar {
  width: 100%;
  height: 60px;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  color: #fff;
  background-color: #3B9AC6;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 125px;
}
@media only screen and (max-width: 1099px) {
  #top_bar {
    display: none;
  }
}
#top_bar img {
  height: 35px;
  margin: -13px 5px 0 5px;
}
#home_page_container {
  position: relative;
  width: 100%;
}
#home_page_container #filterbar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #274476;
  height: 60px 10;
  position: relative;
  z-index: 2;
  padding: 10px 0;
}
#home_page_container #filterbar h5 {
  margin-left: 20px;
  margin-right: 40px;
  white-space: nowrap;
  line-height: normal;
  margin-top: 14px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
}
#home_page_container #filterbar h5 img {
  width: 30px;
  height: 28px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 15px;
  position: static;
  -webkit-transform: translate(-35px, 0px);
          transform: translate(-35px, 0px);
  position: absolute;
}
#home_page_container #filterbar #filterbar_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 74%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home_page_container #filterbar #filterbar_left > div {
  margin-left: 20px;
}
#home_page_container #filterbar #filterbar_left div[role="button"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home_page_container #filterbar #filterbar_left div[role="button"] h5 {
  margin-left: 5px;
}
#home_page_container #filterbar #filterbar_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#home_page_container #filterbar #filterbar_right > img {
  margin-right: 50px;
  margin-left: 100px;
}
#home_page_container #filterbar #filterbar_right div[role="button"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home_page_container #filterbar #filterbar_right div[role="button"] h5 {
  margin-left: 5px;
}
#home_page_container #filterbar .filterbar-select {
  margin-top: 0;
  width: 200px;
  position: relative;
}
#home_page_container #filterbar .filterbar-select .filterbar-options {
  position: absolute;
  top: 100%;
  left: 0;
}
#home_page_container #filterbar .filterbar-select.select-disabled:hover {
  cursor: not-allowed;
}
#home_page_container #filterbar .filterbar-select.select-disabled .filterbar-title {
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
}
#home_page_container #filterbar .filterbar-select:hover {
  cursor: pointer;
}
#home_page_container #filterbar .filterbar-select.filterbar-with-buttons .filterbar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
}
#home_page_container #filterbar .filterbar-select.filterbar-with-buttons .filterbar-title .filter-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home_page_container #filterbar .filterbar-select.filterbar-with-buttons .filterbar-title .filter-buttons-container .filter-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 75%;
  padding: 0 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  font-weight: bold;
  color: #3B9AC6;
}
#home_page_container #filterbar .filterbar-select.filterbar-with-buttons .filterbar-title .filter-buttons-container .filter-button:hover {
  color: #274476;
  cursor: pointer;
}
#home_page_container #filterbar .filterbar-select.filterbar-with-buttons .filterbar-title .filter-buttons-container .filter-button:last-of-type {
  border: 0;
}
#home_page_container #filterbar .filterbar-select .filterbar-title {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #3B9AC6;
  font-size: 18px;
  color: #274476;
  padding-left: 10px;
}
#home_page_container #filterbar .filterbar-select .filterbar-title.with-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home_page_container #filterbar .filterbar-select .filterbar-title.with-arrow .filterbar-title-span {
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
}
#home_page_container #filterbar .filterbar-select .filterbar-title.with-arrow .filterbar-dropdown-arrow {
  border-top: 11px solid #3B9AC6;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-right: 5px;
}
#home_page_container #filterbar .filterbar-select .filterbar-title.with-arrow .filterbar-dropdown-arrow.up {
  border-top: 0;
  border-bottom: 11px solid #3B9AC6;
}
#home_page_container #filterbar .filterbar-select .filterbar-options {
  width: 100%;
  background: #fff;
  border: 1px solid #3B9AC6;
  max-height: 300px;
  overflow-y: scroll;
}
#home_page_container #filterbar .filterbar-select .filterbar-options .filterbar-li {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  font-size: 15px;
}
#home_page_container #filterbar .filterbar-select .filterbar-options .filterbar-li:hover {
  background-color: #3B9AC6;
  color: #fff;
  cursor: pointer;
}
#home_page_container #filterbar #reset_arrow,
#home_page_container #filterbar #sliders_thumb {
  width: 30px;
  height: 28px;
}
#home_page_container #filterbar #reset_arrow:hover,
#home_page_container #filterbar #sliders_thumb:hover {
  opacity: 0.8;
}
#home_page_container #filterbar #reset_arrow.disabled,
#home_page_container #filterbar #sliders_thumb.disabled {
  opacity: 0.4;
}
#home_page_container #map {
  width: calc(100% - 320px);
  height: 600px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
@media (max-width: 1081px) {
  #home_page_container #map {
    width: 100%;
  }
}
.info-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-window .info-left img {
  height: 80px;
  width: auto;
}
@media (max-width: 500px) {
  .info-window .info-left img {
    height: 50px;
  }
}
.info-window .info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10px;
  font-size: 12px;
}
.info-window .info-right h3 {
  font-size: 16px;
  margin-bottom: -2px;
}
.info-window .info-right div {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.info-window .info-right div .box {
  margin-top: 4px;
}
.info-window .info-right a {
  font-size: 14px;
}
#body_communities .mobile {
  display: block;
}
@media only screen and (min-width: 1082px) {
  #body_communities .mobile {
    display: none;
  }
}
.fa {
  margin-right: 5px;
}
#filter_dogs,
#filter_cats {
  display: none;
}
.sidebar-container#sidebar_filter_container #filter_pets_container {
  width: 80%;
  max-width: 500px;
  margin: 35px auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.sidebar-container#sidebar_filter_container #filter_pets_container .md-selection-control-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-container#sidebar_filter_container #filter_pets_container .md-selection-control-label span {
  margin-left: 30px;
}
.md-ink-container {
  position: absolute;
}
.sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle.noUi-handle-lower .noUi-tooltip,
.sidebar-container#sidebar_filter_container .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle.noUi-handle-upper .noUi-tooltip {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.95);
}
.cluster img {
  top: 0 !important;
  left: 0 !important;
  clip: auto !important;
}
#mobile_refresh_button,
#mobile_refine_button {
  background: none;
  border: none;
}
#mobile_refresh_button img,
#mobile_refine_button img {
  max-width: 20px;
}
#mobile_bottom_nav {
  color: #fff;
  font-size: 14px;
}
#mobile_bottom_nav .filter-buttons-container,
#mobile_bottom_nav #bedrooms_plus_button,
#mobile_bottom_nav #bedrooms_minus_button {
  display: inline-block;
  margin: 0 3px;
}
#mobile_list_and_map_container #search_results_container {
  top: 28px;
  position: relative;
  padding-bottom: 80px;
}
#root #mobile_page_container #mobile_container #mobile_list_and_map_container .sidebar-container#sidebar_filter_container {
  margin-bottom: 51px;
}
@media only screen and (max-width: 479px) {
  #root #mobile_page_container #mobile_container #mobile_list_and_map_container #map {
    height: 650px;
  }
}
.sidebar-container {
  background-color: #fff;
}
.sidebar-container .community-preview-container {
  width: 100%;
}
.sidebar-container .community-preview-container.highlighted #contact-us-form .well.well-sm h3 {
  font-size: 18px;
}
.sidebar-container .community-preview-container.highlighted #contact-us-form .well.well-sm .form-group input,
.sidebar-container .community-preview-container.highlighted #contact-us-form .well.well-sm .form-group textarea {
  display: block;
  max-width: 95%;
  width: 95%;
}
.sidebar-container .community-preview-container.highlighted #contact-us-form .well.well-sm .form-group textarea {
  height: 144px;
  margin-top: 6px;
}
.sidebar-container .community-preview-container.highlighted #contact-us-form .well.well-sm .form_buttons .btn:first-of-type {
  margin: 0 5px 0 0;
}
.sidebar-container #search_results_menu {
  padding-left: 10px;
  z-index: 50;
}
.sidebar-container #search_results_menu #search_menu_toggle {
  display: none;
}
.sidebar-container #search_results_menu #results_menu_filter #results_menu_filter_options .filter-option:hover {
  color: #fff;
}
.sidebar-container#sidebar_filter_container .multi-filter .multi-filter-title {
  color: #000;
}
.sidebar-container #plain_distance_slider_container p {
  margin-top: 10px;
  font-size: 14px;
}
.sidebar-container .community-preview-container .preview-bottom a {
  white-space: nowrap;
}
.sidebar-container .community-preview-container.highlighted #contact-us-form .well.well-sm .form_buttons .cancel-contact-us-form {
  display: none;
}
.sidebar-container#sidebar_filter_container .sidebar-text {
  margin-bottom: 35px;
}
.sidebar-container#sidebar_filter_container .single-slider-container {
  margin: 30px auto 60px;
}
#radius_min_max_level {
  width: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -18px auto 29px;
}
#sidebar_filter_container.sidebar-container #search_results_menu {
  z-index: 50;
}
#sidebar_filter_container.sidebar-container.open div:nth-child(7) {
  margin: 0px auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sidebar_filter_container.sidebar-container.open div:nth-child(7) div {
  display: inline-block;
}
#sidebar_filter_container.sidebar-container.open div:nth-child(7) div .pet-icon {
  height: 50px;
  margin-left: 0;
  margin-right: 20px;
  width: auto;
}
#sidebar_filter_container.sidebar-container > div:nth-child(7) {
  display: inline-block;
  margin: 35px auto;
  width: 80%;
}
#sidebar_filter_container.sidebar-container > div:nth-child(7) div {
  display: inline-block;
}
#sidebar_filter_container.sidebar-container > div:nth-child(7) div .pet-icon {
  height: 50px;
  margin-left: 0;
  margin-right: 20px;
  width: auto;
}
.cluster img {
  width: 60px;
}
#region_filter .filterbar-title.with-arrow {
  position: relative;
}
#region_filter .filterbar-title.with-arrow .filterbar-options {
  background: #000;
  height: 200px;
  overflow-y: auto;
  padding: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#region_filter .filterbar-title.with-arrow .filterbar-options .filterbar-li {
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}
#body_privacy {
  background-image: url(/gridmedia/img/history-bg.png);
  background-color: #F5F9FC;
}
@media only screen and (min-width: 1024px) {
  #body_privacy {
    padding-top: 100px;
  }
}
#body_privacy #privacy_page #privacy_body {
  background-color: #fff;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 2.5%;
}
@media only screen and (min-width: 1100px) {
  #body_privacy #privacy_page #privacy_body {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  #body_privacy #privacy_page #privacy_body {
    width: 80%;
  }
}
@media only screen and (min-width: 450px) {
  #body_privacy #privacy_page #privacy_body {
    width: 90%;
  }
}
#body_privacy #privacy_page #privacy_body #privacy_border {
  border: solid 2px #3B9AC6;
  padding: 3%;
}
#body_privacy #privacy_page #privacy_body #privacy_border h3 {
  color: #274476;
  text-align: center;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
}
@media only screen and (min-width: 1400px) {
  #body_privacy #privacy_page #privacy_body #privacy_border h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  #body_privacy #privacy_page #privacy_body #privacy_border h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1800px) {
  #body_privacy #privacy_page #privacy_body #privacy_border h3 {
    font-size: 38px;
  }
}
#body_privacy #privacy_page #privacy_body #privacy_border p {
  font-size: 16px;
  margin: 0 0 27px;
  font-family: 'Lato', sans-serif;
}
@media only screen and (min-width: 1800px) {
  #body_privacy #privacy_page #privacy_body #privacy_border p {
    font-size: 18px;
  }
}
.preview-bedbath div:first-of-type {
  margin-right: 10px;
}
@media screen and (max-width: 430px) {
  footer #bottom_footer div .copyright-bottom-links {
    white-space: normal;
  }
}
@media only screen and (min-width: 1024px) {
  header nav {
    top: 0px;
  }
}
