/*Main styles for Miron Construction*/
/*@import "css/reset.css";
@import "css/typography.css";*/
body {
  background: #ffffff;
  font-family: "Roboto", serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  float: none !important;
  width: 960px;
  max-width: 100%;
}

/* ==========================================================================
   Header Styles
========================================================================== */

.main-header {
  background: #00173e;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 50px 0;
}

.main-header .brand {
  display: block;
}

.main-header .brand_2 {
  padding-right: 40px;
  position: relative;
  width: 350px;
  max-width: 100%;
}

.academy-heading {
  font-size: 32px;
  font-weight: bold;
  font-family: "roboto-slab";
}

#academy-page-header {
  width: 100%;
  background-color: #001641;
  text-align: center;
  color: #ffffff;
}

#academy-page-subheader {
  width: 100%;
  background-color: #001641;
  text-align: center;
  color: #ffffff;
}

.academy-header-button {
  color: #ffffff;
  border: solid 2px #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  padding: 12px;
  margin: 12px;
}

/* ==========================================================================
   Page Content Styles
========================================================================== */

.section_alpha,
.main-footer_alpha {
  background: #00173e !important;
  color: #ffffff !important;
}

.section_alpha p,
.main-footer_alpha p {
  color: #ffffff !important;
}

#academy-content {
  padding: 367px 50px 50px 50px;
  width: 100%;
  background: #ffffff url("../images/academy-header-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#academy-schedule {
  width: 100%;
}

p {
  color: #6d6e71 !important;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  color: #ffffff !important;
}

h1,
h2 {
  margin-bottom: 0.5rem !important;
  font-family: "Bree Serif", serif !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.academy-heading-dark {
  color: #06173f;
}

.academy-heading-light {
  color: #ffffff;
}

/* ==========================================================================
   Button Styles
========================================================================== */

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 2px solid transparent !important;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.btn-lg {
  padding: 0.75rem 1.5rem !important;
  font-size: 1.25rem !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  font-weight: bold !important;
}

.btn-outline-primary {
  font-family: "Roboto", serif !important;
  color: #00173e !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #00173e !important;
}

.btn-outline-secondary {
  font-family: "Roboto", serif !important;
  color: #ffffff !important;
  background-image: none !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}

/* ==== FAQs Styles ==== */
.academy-faq-q {
  font-size: 1.25rem;
  color: #ffffff;
  font-style: italic;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-align: center;
}

/* ==========================================================================
   Footer Styles
========================================================================== */

#academy-footer {
  background: #ffffff;
  color: #001641;
  width: 100%;
  margin-top: 50px;
  padding-top: 20px;
  color: white;
  text-align: center;
  padding-bottom: 50px;
  position: absolute;
  bottom: 0;
}

.academy-footer-heading {
  color: #001641;
  font-size: 54px;
  font-weight: bold;
}

#academy-social-icons {
  width: 100%;
}

.academy-social-icon {
  display: inline-block;
  margin-left: 45px;
  margin-right: 45px;
  border: none;
}

.academy-social-icon img {
  width: 70px;
  height: 70px;
}

.main-header {
  background: #00173e;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 50px 0;
}

.main-header .brand {
  display: block;
  max-width: 190px;
}

.main-header .brand img {
  width: 100%;
}

.main-header .brand_2 {
  padding-right: 40px;
  position: relative;
  width: 350px;
  max-width: 100%;
}

.main-header .brand_2:before {
  border-right: 1px solid #fff;
  content: "";
  height: 60%;
  position: absolute;
  right: 0;
  top: 20%;
}

.main-header .ph {
  color: #a02233;
}

.social-icons {
  font-size: 0;
  margin: auto;
  max-width: 65%;
  padding-top: 45px;
}

.social-icons li {
  font-size: 42px;
  width: 20%;
}

.social-icons a {
  display: inline-block;
  vertical-align: top;
}

.social-icons a:hover .icon {
  background: #a02133;
}

.social-icons .icon {
  background: #00173e;
  border-radius: 50%;
  color: #fff;
  display: block;
  line-height: 1.75;
  height: 1.75em;
  text-align: center;
  width: 1.75em;
}

.banner {
  background: url("../images/banner.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 320px 0 50px;
}

.banner-cedarrapids {
  background: url("../images/cedarrapids-header.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 320px 0 50px;
}

.banner-eauclaire {
  background: url("../images/eauclaire-header.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 320px 0 50px;
}

.banner-milwaukee {
  background: url("../images/milwaukee-header.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 320px 0 50px;
}

.banner-wausau {
  background: url("../images/wausau-header.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 320px 0 50px;
}

.banner .display-2 {
  margin-bottom: 2rem;
}

.section,
.main-footer {
  padding: 70px 0;
}

.section_alpha,
.main-footer_alpha {
  background: #00173e;
  color: #fff;
}

.section_alpha p,
.main-footer_alpha p {
  color: #fff;
}

.hand {
  margin-bottom: 2rem;
  width: 145px;
}

@media (max-width: 768px) {
  .display-2 {
    font-size: 36px;
  }

  .hand {
    margin-bottom: 20px;
    width: 80px;
  }

  .table,
  .td {
    display: block;
    font-size: 12px;
  }

  .main-header {
    padding: 25px 0;
  }

  .main-header .brand_2 {
    padding: 0;
  }

  .main-header .brand_2:before {
    display: none;
  }

  .banner {
    padding-top: 70px;
  }

  .banner .display-2 {
    margin-bottom: 20px;
  }

  .section,
  .main-footer {
    padding: 36px 0;
  }

  .social-icons {
    max-width: 90%;
    padding-top: 20px;
  }

  .social-icons li {
    font-size: 22px;
  }
}

/*# sourceMappingURL=main.css.map */

body.academy-page {
  padding-top: 0;
}

@media (max-width: 900px) {
  .ml-15 {
    margin-left: 15px !important;
  }

  .mr-15 {
    margin-right: 15px !important;
  }

  .main-header .brand {
    margin: 0 auto 24px auto;
  }

  .main-header .brand_2 {
    width: auto;
  }

  .main-header .td {
    width: 50%;
  }

  .row-2 {
    margin: 0 !important;
  }

  .main-header .title-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .main-header .title-section-content {
    margin: auto;
  }

  .title-section .name {
    font-size: 16px;
  }

  .title-section .title {
    font-size: 12px;
  }

  .title-section .tel {
    font-size: 14px;
  }

  .section,
  .main-footer,
  .banner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .display-2 {
    font-size: 30px;
  }
}

/* ==========================================================================
   Video Tab Styles
========================================================================== */

div#core-values-tabs {
  width: 100%;
}
div#tabs-nav {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
div#tabs-nav a:nth-child(even) {
  margin: 0 3px;
}
a.tabs-menu {
  padding: 0.75rem 1.5rem !important;
  font-size: 1.25rem !important;
  font-family: "Roboto", serif !important;
  color: #00173e;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 2px #00173e;
}
a.tabs-menu.tabs-menu-active {
  background-color: #00173e;
  border: solid 2px #00173e !important;
  color: #ffffff !important;
}
.tabs-content {
  border: 0px;
  background-color: #fff;
  /* overflow: hidden; */
}
.tabs-panel {
  display: none;
  overflow: auto;
  padding: 10px;
}

.flex-content {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}

/* CSS Animation */

.animated-tabs {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.core-values-tab-content .iframe-wrapper {
  position: relative;
  padding-top: 56.25%;
  flex-grow: 1;
}

.tabs-panel.active {
  display: block;
}

div#tabs-nav a:hover {
  color: #00173e;
}

@media screen and (min-width: 769px) {
  a.tabs-menu {
    width: calc(100% / 6);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  div#tabs-nav {
    flex-direction: column;
  }

  div#tabs-nav a:nth-child(odd),
  div#tabs-nav a:nth-child(even) {
    margin: 0 0 5px;
  }

  .core-values-tab-content .tabs-panel {
    padding: 0;
    margin-bottom: 10px;
  }
}
