@font-face {
  font-family: "bebas_neue_proexpanded_bold";
  src: url("/wp-content/themes/hollandguns/assets/fonts/bebasneuepro-expandedbold-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/bebasneuepro-expandedbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_prolight";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin-light.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin-light.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_proregular";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_regular-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_prosemibold";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_semibold_regular-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_semibold_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "acumin_proregular", sans-serif;
  font-weight: normal;
  background-color: white;
  font-size: 16px;
}

h1,
h2 {
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
}

h3,
h4,
h5,
h6 {
  font-family: "acumin_prosemibold", sans-serif;
}

.content .container .content_wrapper {
  margin-top: 50px;
}
.content .container .content_wrapper ul {
  margin: 0;
  padding: 0;
}
.content .container .content_wrapper ul li {
  margin: 10px 0;
  font-size: 18px;
}
.content .container .content_wrapper p {
  margin: 15px 0;
  font-size: 18px;
}

.newsletter_widget {
  background-color: #2b1400;
  padding: 20px 0;
  margin-top: 50px;
  color: white;
}
.newsletter_widget .container .item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter_widget .container .item_wrapper .item {
  width: 50%;
}
.newsletter_widget .container .item_wrapper .item.left h2 {
  font-size: 34px;
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
}
.newsletter_widget .container .item_wrapper .item.left h3 {
  font-size: 22px;
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
}
.newsletter_widget .container .item_wrapper .item.right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsletter_widget .container .item_wrapper .item.right form .infusion-field {
  width: 46%;
  margin: 10px 0;
}
.newsletter_widget .container .item_wrapper .item.right form .infusion-field label {
  display: block;
  font-weight: 500;
  font-family: "acumin_prosemibold", sans-serif;
}
.newsletter_widget .container .item_wrapper .item.right form .infusion-field input {
  display: block;
  width: 100%;
  height: 35px;
  border: 1px solid white;
  padding: 5px;
  font-family: "acumin_prosemibold", sans-serif;
}
.newsletter_widget .container .item_wrapper .item.right form .infusion-submit {
  width: 100%;
  margin-top: 20px;
}
.newsletter_widget .container .item_wrapper .item.right form .infusion-submit button {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #ff9601;
  background-color: #ff9601;
  color: white;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "acumin_prosemibold", sans-serif;
}
.newsletter_widget .container .item_wrapper .item.right form .infusion-submit button:hover {
  background-color: #c45b00;
}
@media (max-width: 767.98px) {
  .newsletter_widget .container .item_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .newsletter_widget .container .item_wrapper .item {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .newsletter_widget .container .item_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .newsletter_widget .container .item_wrapper .item {
    width: 100%;
  }
  .newsletter_widget .container .item_wrapper .item.right form .infusion-field {
    width: 100%;
  }
}

.page_content .btn_wrapper .btn {
  display: inline-block;
  margin: 30px 15px;
  padding: 20px 40px;
  font-size: 18px;
  border: 0;
  color: white;
  text-decoration: none;
}
.page_content .btn_wrapper .btn.blue {
  background-color: #0D2647;
}
.page_content .btn_wrapper .btn.blue:hover {
  background-color: #050f1c;
}
.page_content .btn_wrapper .btn.red {
  background-color: #2b1400;
}
.page_content .btn_wrapper .btn.red:hover {
  background-color: black;
}
.page_content .btn_wrapper .btn.green {
  background-color: green;
}
.page_content .btn_wrapper .btn.green:hover {
  background-color: #004d00;
}
.page_content .description {
  text-align: center;
  font-size: 17px;
  margin: 30px 0 70px 0;
}
.page_content .pdf_wrapper {
  margin-top: 30px;
}

.student_dashboard_navigation_wrapper {
  background-color: #E0E0E0;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.student_dashboard_navigation_wrapper .quick_links_heading {
  width: 345px;
  background-color: #ff9601;
  color: white;
  padding: 15px 10px;
  text-align: center;
  font-size: 36px;
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
}
.student_dashboard_navigation_wrapper ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.student_dashboard_navigation_wrapper ul li {
  width: 25%;
}
.student_dashboard_navigation_wrapper ul li a {
  display: block;
  text-align: center;
  width: 100%;
  text-decoration: none;
  line-height: 20px;
  font-family: "acumin_prosemibold", sans-serif;
  color: #2b1400;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.student_dashboard_navigation_wrapper ul li a img {
  display: inline-block;
  width: 25px;
  height: auto;
  margin-right: 10px;
}
.student_dashboard_navigation_wrapper ul li a:hover {
  background-color: #c7c7c7;
}
@media (max-width: 992px) {
  .student_dashboard_navigation_wrapper .quick_links_heading {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .student_dashboard_navigation_wrapper ul li a img {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .student_dashboard_navigation_wrapper ul li a {
    font-size: 14px;
  }
}

.course_instructors {
  background-color: #2b1400;
  padding: 80px 0 70px 0;
  margin: 50px 0;
}
.course_instructors .container .title_description_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
.course_instructors .container .title_description_wrapper .section_title {
  width: 60%;
  font-size: 42px;
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
  text-transform: uppercase;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}
.course_instructors .container .title_description_wrapper .course_instructor_description {
  width: 40%;
  font-size: 24px;
  font-family: "acumin_proregular", sans-serif;
  color: white;
}
@media (max-width: 992px) {
  .course_instructors .container .title_description_wrapper .section_title,
.course_instructors .container .title_description_wrapper .course_instructor_description {
    width: 100%;
    text-align: center;
  }
  .course_instructors .container .title_description_wrapper .course_instructor_description {
    margin-top: 20px;
  }
}
.course_instructors .container .course_instructors_wrapper.slick-slider button.slick-arrow {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: 0;
  border-radius: 50%;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
}
.course_instructors .container .course_instructors_wrapper.slick-slider button.slick-arrow.slick-prev {
  left: 0;
}
.course_instructors .container .course_instructors_wrapper.slick-slider button.slick-arrow.slick-next {
  right: 0;
}
.course_instructors .container .course_instructors_wrapper .course_instructor {
  width: 100%;
  max-width: 350px;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
  margin: 0 25px;
}
.course_instructors .container .course_instructors_wrapper .course_instructor .instructor_headshot img {
  width: 100%;
}
.course_instructors .container .course_instructors_wrapper .course_instructor .instructor_name {
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
  font-size: 20px;
  color: #0D2647;
  margin-top: 20px;
}
.course_instructors .container .course_instructors_wrapper .course_instructor .instructor_designation {
  margin: 15px 0;
  font-size: 14px;
  font-family: "acumin_proregular", sans-serif;
  color: #5A7184;
}
.course_instructors .container .course_instructors_wrapper .course_instructor .instructor_short_description {
  margin-top: 15px;
  color: #0D2647;
}

.team_members.instructors .container .team_members_wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team_members .container .team_members_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.team_members .container .team_members_wrapper .team_member {
  width: 100%;
  max-width: 262px;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
}
.team_members .container .team_members_wrapper .team_member .team_member_headshot img {
  width: 100%;
}
.team_members .container .team_members_wrapper .team_member .team_member_name {
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
  font-size: 20px;
  color: #2b1400;
  margin-top: 20px;
}
.team_members .container .team_members_wrapper .team_member .team_member_designation {
  margin: 15px 0;
  font-size: 14px;
  font-family: "acumin_proregular", sans-serif;
  color: #5A7184;
}
.team_members .container .team_members_wrapper .team_member .team_member_description {
  margin-top: 15px;
  color: #0D2647;
  font-family: "acumin_proregular", sans-serif;
}
@media (max-width: 575.98px) {
  .team_members .container .team_members_wrapper .team_member {
    max-width: 100%;
  }
}

.request_info_wrapper {
  background-color: #F4F4F4;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
  padding: 40px 50px 20px;
  position: relative;
  width: 490px;
  color: black;
}
.request_info_wrapper .red {
  color: #2b1400;
  font-family: "acumin_prosemibold", sans-serif;
}
.request_info_wrapper .bold {
  font-family: "acumin_prosemibold", sans-serif;
}
.request_info_wrapper .agi_logo_wrapper {
  width: 90px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: -24px;
}
.request_info_wrapper .agi_logo_wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.request_info_wrapper .request_info_header h1,
.request_info_wrapper .request_info_header h2,
.request_info_wrapper .request_info_header h3 {
  white-space: normal;
  font-size: 56px;
  color: #2b1400;
  text-align: center !important;
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
  text-transform: uppercase;
}
.request_info_wrapper .request_info_header p {
  font-size: 12px;
  text-align: center !important;
  margin-bottom: 10px !important;
  white-space: normal;
}
.request_info_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.request_info_wrapper form .input_wrapper {
  margin-bottom: 10px;
}
.request_info_wrapper form .input_wrapper.full_width {
  width: 100%;
}
.request_info_wrapper form .input_wrapper.half_width {
  width: 48%;
}
.request_info_wrapper form .input_wrapper.one_third_width {
  width: 30%;
}
.request_info_wrapper form .input_wrapper input[type=text], .request_info_wrapper form .input_wrapper input[type=email] {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #0D2647;
  border-radius: 40px;
  font-family: "acumin_prolight", sans-serif;
  color: #444;
  padding-left: 20px;
  font-size: 12px;
}
.request_info_wrapper form .input_wrapper select {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #0D2647;
  border-radius: 40px;
  font-family: "acumin_prolight", sans-serif;
  color: #444;
  padding-left: 20px;
  padding-right: 15px;
  font-size: 12px;
}
.request_info_wrapper form .bold_label {
  font-size: 12px;
  white-space: normal;
}
.request_info_wrapper form p {
  font-size: 12px;
  margin: 5px 0;
  white-space: normal;
}
.request_info_wrapper form .checkbox_wrapper {
  margin: 5px 0;
}
.request_info_wrapper form .checkbox_wrapper label {
  font-size: 12px;
  white-space: normal;
}
.request_info_wrapper form .checkbox_wrapper input[type=checkbox] {
  position: relative;
  top: 2px;
}
.request_info_wrapper form .checkbox_wrapper.border_bottom {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 10px;
}
.request_info_wrapper form .submit_wrapper {
  text-align: center;
  width: 100%;
  margin: 15px;
}
.request_info_wrapper form .submit_wrapper input[type=submit] {
  background-color: #2b1400;
  color: white;
  border-radius: 40px;
  border: 0;
  padding: 12px 70px;
  font-family: "acumin_prosemibold", sans-serif;
  font-size: 17px;
  cursor: pointer;
}

.request_info {
  margin: 150px 0 80px 0;
}
.request_info .container {
  background-color: #F7F8F9;
}
.request_info .container .elems_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.request_info .container .elems_wrapper .left_section {
  width: 40%;
  padding: 0 40px;
}
.request_info .container .elems_wrapper .left_section .form_containing_box {
  max-width: 420px;
  margin: 0 auto;
  background-color: #0D2647;
  height: 100%;
}
.request_info .container .elems_wrapper .left_section .form_containing_box .section_title {
  background-color: #2b1400;
  color: white;
  font-size: 52px;
  text-transform: uppercase;
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.request_info .container .elems_wrapper .left_section .form_containing_box .chevron_shape {
  position: relative;
  text-align: center;
  height: 25px;
  width: 100%;
}
.request_info .container .elems_wrapper .left_section .form_containing_box .chevron_shape:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  height: 100%;
  width: 50%;
  background: #2b1400;
  -webkit-transform: skew(0deg, 6deg);
          transform: skew(0deg, 6deg);
}
.request_info .container .elems_wrapper .left_section .form_containing_box .chevron_shape:after {
  content: "";
  position: absolute;
  top: -11px;
  right: 0;
  height: 100%;
  width: 50%;
  background: #2b1400;
  -webkit-transform: skew(0deg, -6deg);
          transform: skew(0deg, -6deg);
}
.request_info .container .elems_wrapper .left_section .form_containing_box .request_info_form {
  padding: 0 20px;
  margin: 40px 0px;
}
.request_info .container .elems_wrapper .left_section .form_containing_box .request_info_form form {
  color: white;
  font-family: "acumin_prolight", sans-serif;
}
.request_info .container .elems_wrapper .left_section .form_containing_box .request_info_form form a {
  color: white;
}
.request_info .container .elems_wrapper .left_section .form_containing_box .request_info_form form .input_wrapper {
  margin: 20px 0;
}
.request_info .container .elems_wrapper .left_section .form_containing_box .request_info_form form .input_wrapper input[type=text],
.request_info .container .elems_wrapper .left_section .form_containing_box .request_info_form form .input_wrapper input[type=email] {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 0;
  padding-left: 15px;
  font-family: "acumin_prolight", sans-serif;
}
.request_info .container .elems_wrapper .left_section .form_containing_box .request_info_form form .text_content {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}
.request_info .container .elems_wrapper .left_section .form_containing_box .request_info_form form .submit_wrapper {
  text-align: center;
  position: relative;
}
.request_info .container .elems_wrapper .left_section .form_containing_box .request_info_form form .submit_wrapper input[type=submit] {
  border: 0;
  background-color: #2b1400;
  color: white;
  padding: 12px 35px;
  border-radius: 5px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.request_info .container .elems_wrapper .left_section .form_containing_box .request_info_form form .submit_wrapper input[type=submit]:hover {
  background-color: #120800;
}
.request_info .container .elems_wrapper .left_section .form_containing_box .request_info_form form .submit_wrapper .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 10px;
  background-color: white;
  opacity: 1;
}
.request_info .container .elems_wrapper .left_section .form_containing_box .request_info_form form .submit_wrapper .wpcf7-spinner:before {
  background-color: #2b1400;
}
.request_info .container .elems_wrapper .right_section {
  width: 60%;
}
.request_info .container .elems_wrapper .right_section .section_title {
  font-size: 56px;
  position: relative;
  top: -40px;
  line-height: 55px;
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
  text-transform: uppercase;
  color: #2b1400;
}
.request_info .container .elems_wrapper .right_section p,
.request_info .container .elems_wrapper .right_section div {
  color: #2b1400;
  line-height: 32px;
  margin: 30px 0;
}
@media (max-width: 1200px) {
  .request_info .container .elems_wrapper .left_section {
    width: 50%;
    padding: 0 20px;
  }
  .request_info .container .elems_wrapper .right_section {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .request_info .container {
    padding: 50px 20px;
  }
  .request_info .container .elems_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .request_info .container .elems_wrapper .left_section {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .request_info .container .elems_wrapper .right_section {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .request_info .container .elems_wrapper .right_section .section_title {
    top: 0;
    text-align: center;
  }
  .request_info .container .elems_wrapper .right_section p,
.request_info .container .elems_wrapper .right_section div {
    text-align: center;
  }
}