@charset "utf-8";
/* CSS File for Stallion Its Academic */

#its-academic-page-header-info {
    padding-top: 1rem;
    z-index: 2;
    top: 41%;
    /* display: none; */
    text-align: left;
    right: auto;
    left: 61%;
    margin-left: 0px;
}

#its-academic-page-header-info h3 {
    display: none;
}

.stallion-page-header-its-academic {
    max-height: 790px;
    width: 100%;
    overflow-y: hidden;
    position: relative;
    height: 350px;
  }

#horse-nav-its-academic .nav-tabs > li {
    margin-bottom: -5px;
    width: 100%;
}

#horse-nav-its-academic{
    width: 100%;
    border-top: solid 1px #f4bd00;
    border-bottom: solid 1px #f4bd00;
}

#horse-nav-its-academic .nav-tabs {
    border-bottom: none;
}
  
#horse-nav-its-academic .nav-tabs > li.active > a {
    color: #000;
    background-color: #f4bd00 !important;
    border: 1px solid #f4bd00;
    border-bottom-color: none;
}

#horse-nav-its-academic .nav-tabs > li.active > a:hover {
    color: #000;
    background-color: #f4bd00 !important;
    border: 1px solid #f4bd00;
    border-bottom-color: none;
}

#horse-nav-its-academic .nav-tabs > li a:hover {
    color: #000;
    background-color: #f4bd00 !important;
    border: 1px solid #f4bd00;
    border-bottom-color: none;
}

#horse-nav-its-academic .nav-tabs > li > a {
    border-radius: 0px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
}

.tab-content-its-academic td {
    background-color: transparent;
    font-spacing: normal;
    border-width: 1px;
    border-style: solid;
    border-color: #f4bd00;
    text-decoration: none;
    white-space: nowrap;
    padding: 8px;
    vertical-align: middle;
    color: #FFF;
  }
  .tab-content-its-academic .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #f4bd00;
  }
  .tab-content-its-academic td a {
    color: #f4bd00;
  }

/* ----------  MEDIA QUERIES ---------- */
@media (min-width: 768px) {
    .stallion-page-header-its-academic {
        max-height: 1100px;
        width: 100%;
        overflow-y: hidden;
        position: relative;
        height: auto;
    }

    #its-academic-page-header-info div#fam {
        color: #FFF;
    }

    #its-academic-page-header-info div#conditions {
        color: #FFF;
    }

    #its-academic-page-header-info div#special {
        color: #FFF;
    }

    #its-academic-page-header-info div#fee {
        color: #FFF;
    }

    #its-academic-page-header-info {
        position: absolute;
        z-index: 2;
        top: 41%;
        text-align: left;
        right: auto;
        left: 61%;
        margin-left: 0px;
    }
      
    #horse-nav-its-academic .nav-tabs > li {
        width: auto;
    }
}

@media (min-width: 992px) {
    #horse-nav-its-academic.nav-tabs > li {
        width: auto;
    }
}

@media (min-width: 1200px) {
    #horse-nav-its-academic.nav-tabs > li {
        width: auto;
    }

    #its-academic-page-header-info #fam,
    #its-academic-page-header-info #fee {
        font-size: 22px;
    }
}

@media (min-width:1950px) {
    #horse-nav-its-academic.nav-tabs > li {
        width: auto;
    }
}