@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {
  .header_social {
    display: none;
  }
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
  .header_container {
    padding-left: 45px;
    padding-right: 45px;
  }
  .header_container .container {
    max-width: 100%;
  }
  .main_nav {
    margin-left: 50px;
  }
  .main_nav > ul > li:not(:last-child) {
    margin-right: 40px;
  }
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
  .header_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_nav {
    display: none;
  }
  .hamburger {
    display: inline-block;
  }
  .video_div_container > video {
    display: none;
  }
  .video_placeholder {
    display: block;
  }
  .video_div_content_container {
    font-size: 36px;
  }
  .section_header {
    font-size: 26px;
  }
  .banner_title {
    font-size: 24px;
  }
  .banner_content {
    font-size: 16px;
  }
  .card_rectangle {
    width: 100%;
    height: auto;
    min-height: 350px;
    max-width: initial;
    margin-bottom: 2rem;
  }
  .login_form {
    padding-top: initial;
  }
  .icon_box_col:not(:last-child) {
    margin-bottom: 60px;
  }
  .icon_box {
    padding-left: 80px;
    padding-right: 80px;
  }
  .footer_overlay {
    height: 200px;
  }
  .footer_content {
    height: 200px;
  }
  .footer_logo,
  .copyright,
  .footer_social {
    text-align: center;
    width: 100%;
  }
  .copyright {
    margin-top: 15px;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
  .footer_social {
    margin-top: 21px;
  }
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {
}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {
}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
  .icon_box {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
  p {
    font-size: 13px;
  }
  .menu {
    width: 100vw;
    right: -100vw;
  }
  .menu_container {
    padding-top: 80px;
  }
  .page_menu_item > a,
  .page_menu_selection li a {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
  .header_container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header_content {
    height: 70px;
  }
  .logo a,
  .header.scrolled .logo a {
    font-size: 18px;
  }
  .main {
    padding-top: 70px;
  }
  .main_section {
    height: 100vh;
  }
  .video_div_content_container {
    font-size: 24px;
  }
  .button {
    width: 148px;
    height: 41px;
  }
  .button a {
    font-size: 13px;
    line-height: 37px;
  }
  .video_placeholder {
    height: calc(100vh - 70px);
  }
  .copyright {
    font-size: 13px;
  }
  .footer_logo a {
    font-size: 24px;
  }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {
}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {
  .icon_box {
    padding-left: 30px;
    padding-right: 30px;
  }
  section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: .5rem 0;
  }
  .banner {
    padding-left: 0;
    padding-right: 0;
  }
  .login_form {
    padding-top: 2rem;
  }
  .login_form_container {
    width: 80%;
  }
}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {
}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {
  .section_header {
    font-size: 22px;
  }
  .banner_title {
    font-size: 20px;
  }
}
