  
.localist-widget{
    text-align:left;
}

.localist-widget #lw {
    background-color: transparent;
}

.localist-widget #lw * {
    color: #000;
}

.localist-widget #lw a:hover {
    color: #999;
}

.localist-widget #lwe {
    background-color: #fff;
    padding-left: 0px;
}

.gradIcons img {
    max-height: 100px;
}

@media (min-width: 48em) {
    .responsive-text {
        font-size: calc(1rem + ((1vw - 0.48rem) * 0.6944));
        min-height: 0vw;
    }
}

@media (min-width: 120em) {
    .responsive-text {
        font-size: 1.5rem;
    }
}

.gradIcons * {
    /* background: -webkit-gradient(linear, left bottom, left top, from(#00204c), to(#002E6D)); */
    /* background: linear-gradient(0deg, #00204c 0%, #002E6D 100%); */
    color: #fff !important;
    /*   padding: 4.8rem 0; */
}

.gradIcons a {
    text-decoration: underline;
}

.gradIcons h3 {
    font-size: unset !important;
}

.gradTopIcons * {
    /* color: #005daa; */
}

.gradTopIcons img {
    max-height: 200px;
}

/*#transfer-block-one {*/
/*    background-image: url(https://www.tamuk.edu/yourtime/_images/transfer/transfer-female-student.jpg);*/
/*    background-position: top;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/

.carousel-item {
    height: 100% !important;
}

#lifetime {
    position: relative;
}

#lifetime > p {
    position: absolute;
    left: 50%;
    top: -32vh;
    transform: translate(-50%, -50%);
    background-color: #00337099;
    color: #fff;
    font-size: 3rem !important;
    font-weight: 800 !important;
    padding: 20px;
    width: 100%;
    text-align: center;
    text-shadow: 0px 0px 20px #003370;
    /* -webkit-text-stroke: 1px #003370;
       */
}

.cousins {
    z-index: 1;
    position: relative;
    background-color: #003370;
    box-shadow: inset 0 0 30rem 5rem #000;
    display: flex;
    align-items: center;
    min-height: 65vh;
}

.cousins blockquote {
    background-color: unset;
}

.blockquote-bg:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

#cousins-bg:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #003370;
    background: url(https://www.tamuk.edu/joa/_images/historic2.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0.5;
}

.v-header {
    position: relative;
    background-color: black;
    height: 80vh;
    min-height: 25rem;
    width: 100%;
    z-index:-10000;
    overflow: hidden;
}

.v-header video {
    position: absolute !important;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
}

.s-featuredLinks a {
    padding: 1em !important;
}

.v-header .container {
    position: relative;
    color: #fff !important;
    z-index: 2;
}

.v-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-color: black; */
    opacity: 0.15;
    z-index: 1;
}

.v-header h1 {
    color: #fff !important;
    font-size: 4rem !important;
    font-weight: 100 !important;
    text-shadow: 1px 1px black;
}

.v-header p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: lighter;
    text-shadow: 1px 1px black;
}

/*@media (pointer: coarse) and (hover: none) and (max-width:500px){*/
/*    .v-header {*/
/*        background: url("https://www.tamuk.edu/_images_sitewide/_campus_repository/1500x500/buildings-banner-College-Hall3.png") black no-repeat center center scroll;*/
/*        background-size: cover;*/
/*    }*/

/*    .v-header .overlay {*/
/*        background-color: #123;*/
/*        opacity: 0.7;*/
/*    }*/

/*    .v-header video {*/
/*        display: none;*/
/*    }*/
/*}*/

.info-row {
    display: block !important;
    width: 100%;
    margin: 0 0 0 0 !important;
    background-color: #003370 !important;
    text-align: center !important;
    color: white!important;
    padding: 1em 0px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    border:1px solid;
    border-radius:.25rem;
    transition: unset;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.info-row:hover, .info-row:focus {
    color: #003370 !important;
    background-color: white !important;
    border: 1px solid #003370;
}

.yourChoiceText p {
    font-weight: 200;
    font-size: 4rem;
}

#blockContainer h2 {
    /* font-size: 2rem !important; */
    margin-bottom: 1rem;
}
#blockContainer p a{
    color:#0d6efd!important;
}
#blockContainer p a:hover{
    color:#0a58ca!important;
}

.section-wrapper p {
    font-size: 1rem;
}

.yourChoiceText span {
    font-size: 4.5rem;
    font-weight: 800;
}

@media screen and (max-width: 768px) {
    .yourChoiceText p {
        font-size: 2rem !important;
    }

    .yourChoiceText span {
        font-size: 2.8rem;
    }

    #transfer-requirements div div div {
        border: unset !important;
    }
}

.bg-blue {
    background-color: #003399;
    color: white !important;
}

.bg-light-blue {
    background-color: #005daa;
}

.bg-white {
    background-color: white;
}

.bg-gold {
    background-color: #fcc10f;
    color: #003370 !important;
}

.bg-dark-blue {
    background-color: #003370;
}


.txt-white a {
    text-decoration: underline;
}

.txt-white > a:hover {
    color: #ffffff99!important;
}

.txt-gold {
    color: #fcc10f !important;
}

.txt-dark-blue * {
    color: #003370;
}

.txt-blue {
    color: #003399 !important;
}

.txt-light-blue {
    color: #005daa;
}

.txt-light-blue a {
    color: #0046d1;
}

button.block-btn {
    cursor: pointer;
}

.block-btn {
    display: block;
    text-align: center;
    padding: 1em 0px;
    text-decoration: none !important;
    font-weight: bold;
    border-radius: .25rem;
    border: 1px solid transparent;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.block-btn.bg-light-blue.txt-white {
    background-color: #005daa !important;
    color: #ffffff !important;
}

.block-btn.bg-light-blue.txt-white:hover, .block-btn.bg-light-blue.txt-white:focus {
    background-color: transparent !important;
    color: #005daa !important;
    border: 1px solid #005daa;
}

.block-btn.bg-light-blue.txt-white:active {
    background-color: #005daa !important;
    color: #ffffff !important;
}

.block-btn.bg-white.txt-blue:hover, .block-btn.bg-white.txt-blue:focus {
    background-color: transparent !important;
    border: 1px solid white;
    color: white !important;
}

.block-btn.bg-white.txt-blue:active {
    background-color: white !important;
    color: #003399 !important;
}

.block-btn.bg-dark-blue.txt-gold:hover, .block-btn.bg-dark-blue.txt-gold:focus {
    background-color: transparent !important;
    border: 1px solid #003370;
    color: #003370 !important;
}

.block-btn.bg-dark-blue.txt-gold:active {
    background-color: #003370 !important;
    color: #fcc10f !important;
}

.block-btn.bg-dark-blue.txt-white:hover, .block-btn.bg-dark-blue.txt-white:focus {
    background-color: transparent !important;
    border: 1px solid #003370;
    color: #003370 !important;
}

.block-btn.bg-dark-blue.txt-white:active {
    background-color: #00337011!important;
}
.block-btn.bg-blue.txt-white:hover, .block-btn.bg-blue.txt-white:focus {
    background-color: transparent !important;
    border: 1px solid #003399;
    color: #003399 !important;
}
.block-btn.bg-blue.txt-white:active{
    background-color:#00339911!important
}

.block-btn.bg-dark-blue.txt-gold:active {
    background-color: #003370 !important;
    color: #fcc10f !important;
}

.block-btn.bg-gold.txt-dark-blue:hover, 
.block-btn.bg-gold.txt-dark-blue:focus {
    border: 1px solid #003370;
    box-shadow: 0px 0px 5px 1px #003399;
}

.block-btn.bg-gold.txt-dark-blue:active {
    background-color: #fca90f;
}

#blockContainer .wavyText {
/*     font-size: 2vw !important; */
    font-weight: 100 !important;
    line-height: 1.2;
}

#wavy-parallax {
    height: 100vh;
    margin-top: -150px;
    margin-bottom: -200px;
    margin-left: -15px;
    margin-right: -15px;
}

.wavyWrapper {
    position: relative;
}

.wavyContent {
    position: absolute;
    align-items: center;
    top: 0;
    left: 0;
}

.wavyImg {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

@media screen and (max-width: 576px) {
    .wavySvg {
        display: none;
    }

    .wavyImg {
        position: unset;
    }

    .wavyImg img {
        max-height: 400px;
        width: unset !important;
    }

    .wavyContent {
        position: unset;
        text-align: center;
    }

    .center-on-mobile {
        text-align: center;
    }

    .bg-wavy-blue {
        padding-top: 120px;
    }

    .wavyWrapper {
        background-color: #005daa;
    }

    
}

.parallax-window {
    min-height: 500px;
    background: transparent;
}

.icon-background {
    color: #003370!important;
}

.JOA-icon {
    color: #fcc10f;
}

.info {
    background-color: #ffffff;
    filter: alpha(opacity=60);
    opacity: 0.85;
    position: absolute;
    display: block;
    color: #003370;
    padding: 10px;
    pointer-events: none;
}

.divider {
    position: relative;
    height: 1px;
}
.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, #003370, transparent);
}

.div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: white;
    border-bottom: 1px solid #003370;
    border-right: 1px solid #003370;
}

.div-tab-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(50% - 10px);
    width: 20px;
    height: 14px;
    background-color: white;
    border-bottom: 1px solid #303133;
    border-left: 1px solid #303133;
    border-right: 1px solid #303133;
    border-radius: 0 0 8px 8px;
}

.div-stopper:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -6px;
    left: calc(50% - 7px);
    width: 14px;
    height: 12px;
    background-color: white;
    border-left: 1px solid #303133;
    border-right: 1px solid #303133;
}

.div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-color: goldenrod;
    border: 1px solid #303133;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;
}

.button-section-white {
    border: none;
    background-color: #fff;
}

.button-section-blue {
    border: none;
    box-shadow: none;
}

.container.button {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.button a {
    height: 75px;
    font-size: 1.8rem;
    text-decoration: none;
}

.button {
    text-decoration: none;
    padding: 15px;
    margin: 20px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
    font-weight: bold;
    transition: all 0.1s linear;
    transform: translateZ(0);
}

.blue .button {
    background: #020024;
    color: #fff;
    background: radial-gradient(circle, #020024 0%, #00387c 0%, #003370 100%);
    box-shadow: -1px 0px 1px #d9b826, 0px 1px 1px #b1961d, -2px 1px 1px #d9b826, -1px 2px 1px #b1961d, -3px 2px 1px #d9b826, -2px 3px 1px #b1961d, -4px 3px 1px #d9b826, -3px 4px 1px #b1961d, -5px 4px 1px #d9b826, -4px 5px 1px #b1961d, -6px 5px 1px #d9b826, -6px 7px 0 rgba(0, 0, 0, 0.05), -5px 8px 0 rgba(0, 0, 0, 0.05), -3px 9px 0 rgba(0, 0, 0, 0.04), -2px 10px 0 rgba(0, 0, 0, 0.04), -1px 11px 0 rgba(0, 0, 0, 0.03), 0px 12px 0 rgba(0, 0, 0, 0.03), 1px 13px 0 rgba(0, 0, 0, 0.02), 2px 14px 0 rgba(0, 0, 0, 0.02), 3px 15px 0 rgba(0, 0, 0, 0.01), 4px 16px 0 rgba(0, 0, 0, 0.01), 5px 17px 0 rgba(0, 0, 0, 0.01), 6px 18px 0 rgba(0, 0, 0, 0.01), inset 0 4px 5px -2px rgba(255, 255, 255, 0.5), inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

.gold .button {
    background: linear-gradient(to bottom, #f2d851, #ecc92b);
    color: #0b4c81;
    text-shadow: -2px 2px 0 rgba(255, 255, 255, 0.3);
    box-shadow: -1px 0px 1px #fff, 0px 1px 1px #b1961d, -2px 1px 1px #d9b826, -1px 2px 1px #b1961d, -3px 2px 1px #d9b826, -2px 3px 1px #b1961d, -3px 4px 1px #b1961d, -5px 4px 1px #d9b826, -6px 5px 1px #d9b826, -6px 7px 0 rgba(0, 0, 0, 0.05), -5px 8px 0 rgba(0, 0, 0, 0.05), -3px 9px 0 rgba(0, 0, 0, 0.04), -2px 10px 0 rgba(0, 0, 0, 0.04), -1px 11px 0 rgba(0, 0, 0, 0.03), 0px 12px 0 rgba(0, 0, 0, 0.03), 1px 13px 0 rgba(0, 0, 0, 0.02), 2px 14px 0 rgba(0, 0, 0, 0.02), 3px 15px 0 rgba(0, 0, 0, 0.01), 4px 16px 0 rgba(0, 0, 0, 0.01), 5px 17px 0 rgba(0, 0, 0, 0.01), 6px 18px 0 rgba(0, 0, 0, 0.01), inset 0 4px 5px -2px rgba(255, 255, 255, 0.5), inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

.button.blue a:hover {
    color: #fcc10f;
}

.button.gold a:hover {
    color: #fff;
}

.button:active {
    box-shadow: none;
    transform: translate3d(-6px, 6px, 0);
}

.button.yellow::after, .button.yellow::before {
    background: black;
}

.button.yellow::after {
    filter: drop-shadow(-2px 0 0 rgba(255, 255, 255, 0.4));
}

.button.yellow::before {
    filter: drop-shadow(0 -2px 0 rgba(255, 255, 255, 0.35));
}

.button:active {
    box-shadow: none;
    transform: translate3d(-6px, 6px, 0);
}

.button::after {
    filter: drop-shadow(-2px 0 0 rgba(0, 0, 0, 0.2));
}

.heroText {
    position: absolute;
    width: 100%;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #001b3299;
}

.heroText p {
    color: #fff;
}

.btnRow {
    position: absolute;
    width: 100%;
    bottom: 15%;
}

@media screen and (max-width: 992px) {
    .btnRow {
        position: unset;
        background: #003399;
    }

    .heroText {
        position: unset;
        transform: unset;
        background-color: unset;
        margin: 3rem auto !important;
        border: unset;
    }

    .heroText p {
        color: #003399;
    }

    .btnRow span {
        text-align: center;
    }
}

@font-face {
    font-family: 'Chunkfive';
    src: url("https://www.tamuk.edu/javelinanation/_docs/Chunkfive.otf") format("opentype");
    font-style: normal;
    font-weight: 100;
}

.porky-text {
    font-family: Chunkfive;
    color: #003370;
    font-size: 2rem
}

@media screen and (min-width: 900px) {
    .porky-text {
        font-size:3rem
    }
}
