/* Tabs block */

.main-content {
    display: block;
}

.home .content {
    margin-bottom: 0 !important;
}

.main-content>.content:not(:last-child) {
    margin-bottom: 0 !important;
}

.content p {
    max-width: 100%
}

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        
        .columns.is-multiline {
            flex-wrap: none;
        }
        .column {
            flex-basis: auto;
        }
        
    }
    
.box {
    border-radius: 4px !important;
}

html {
    scroll-behavior: smooth;
}


.purdue-home-tabs {
    background: #000;
}

/* Tabs block - Heading and sub-headings */

.purdue-home-tabs__heading {
    color: #cfb991;
    font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
    font-size: 1.125rem;
    font-weight: 900;
    letter-spacing: 2.5px;
    line-height: 1.5;
    padding: .5rem 1.5rem;
    border: 2px solid #cfb991;
    border-radius: 4px;
    display: inline-block;
}

    @media screen and (max-width: 767px) {
        .purdue-home-tabs__heading {
            font-size: 1rem;
        }
    }
    
.purdue-home-tabs__headers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2rem;
}

    @media screen and (max-width: 767px) {
        .purdue-home-tabs__headers {
            margin-top: 1rem;
        }
    }
    
.purdue-home-tabs__header {
    display: block;
    color: #fff;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    font-size: 2.75rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    border: none;
    background: none;
    position: relative;
    padding: 1rem 0;
    cursor: pointer;
    text-align: left;
    padding-right: 4rem;
}

    @media screen and (max-width: 1023px) {
        .purdue-home-tabs__header {
            padding-right: 3rem;
        }
    }
    
    @media screen and (max-width: 767px) {
        .purdue-home-tabs__header {
            padding-right: 0;
        }
    }
    
.purdue-home-tabs__header:hover .purdue-home-tabs__header-text:after {
    transform: scaleX(100%);
    visibility: visible;
}

.purdue-home-tabs__header.active .purdue-home-tabs__header-text:after {
    transform: scaleX(100%);
    visibility: visible;
}

    @media screen and (max-width: 767px) {
        .purdue-home-tabs__header {
            display: none;
        }
    }
    
/* On smaller screens - show/hide tabs with an accordion  */    
    
.purdue-home-tabs__header-mobile {
    display:none
}

    @media screen and (max-width: 767px) {
        .purdue-home-tabs__header-mobile {
            display: flex;
            justify-content: space-between;
            width: 100%;
            background: #000;
            padding: 1.75rem 4rem 1.75rem 0;
            border: none;
            cursor: pointer;
            width: 100%;
            text-align: left;
            border-top: 1px solid #c4bfc0;
            align-items: flex-end;
            position: relative;
            z-index: 20;
        }
    
    .purdue-home-tabs__header-mobile:after {
    	content: "";
    	background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg width=%2752px%27 height=%2752px%27 viewBox=%270 0 52 52%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Ctitle%3Eplus_icon%3C/title%3E%3Cg id=%27Desktop%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg id=%27plus_icon%27 stroke=%27%23cfb991%27 stroke-width=%274%27%3E%3Ccircle id=%27Oval-Copy-3%27 cx=%2726%27 cy=%2726%27 r=%2724%27%3E%3C/circle%3E%3Cline x1=%2726.5%27 y1=%2714%27 x2=%2726.5%27 y2=%2738%27 id=%27Path-6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3C/line%3E%3Cline x1=%2725.6896552%27 y1=%2714.5116279%27 x2=%2725.6896552%27 y2=%2738.6976744%27 id=%27Path-6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 transform=%27translate%2825.6897, 26.6047%29 rotate%28-90%29 translate%28-25.6897, -26.6047%29%27%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    	width: 45px;
    	height: 45px;
    	background-repeat: no-repeat;
    	background-size: cover;
    	position: absolute;
    	right: 0;
    	top: calc(50% - 22.5px);
    	transition: all .3s ease;
    }
        
        .purdue-home-tabs__header-mobile.active:after {
            transform:rotate(45deg)
        }
        
        .purdue-home-tabs__header-mobile.active .purdue-home-tabs__header-text:after {
            transform: scaleX(100%);
            visibility: visible;
        }
        
        .purdue-home-tabs__header-mobile:hover .purdue-home-tabs__header-text:after {
            transform: scaleX(100%);
            visibility: visible;
        }
    }

    @media screen and (max-width: 767px) {
        .purdue-home-tabs__header-mobile .purdue-home-tabs__header-text {
            font-size:2rem;
            margin-right:1rem
        }
    }
    
/* Tab headings, panels and its components */    
    
.purdue-home-tabs__header-text {
    color: #fff;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    font-size: 2.75rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    position: relative;
    display: inline-block;
}

.purdue-home-tabs__header-text:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    display: block;
    bottom: -15px;
    left: 0;
    visibility: hidden;
    background: #cfb991;
    transform: scaleX(0);
    transition: all .25s cubic-bezier(1,  0.25,  0,  0.75) 0s;
}

.purdue-home-tabs__panel {
    transition: all .3s;
    height: 0;
    opacity: 0;
    color: #fff;
    padding-left: 4rem;
}

.purdue-home-tabs__panel p a {
    color: #cfb991;
}

.purdue-home-tabs__panel p a:hover {
    color: #cfb991;
}

    @media screen and (max-width: 1023px) {
        .purdue-home-tabs__panel {
            padding-left: 3rem;
        }
    }
    
    @media screen and (max-width: 767px) {
        .purdue-home-tabs__panel {
            padding-left: 0;
        }
    }
    
.purdue-home-tabs__panel .tabcontent ul {
    list-style: disc;
    margin-left: 1rem;
}    

.purdue-home-tabs__panel .tabcontent ul,
.purdue-home-tabs__panel .tabcontent ol {
    font-size: 1rem;
    padding-left: 2.5rem;
    padding-bottom: 1.25rem
}
    
.purdue-home-tabs__panel.active {
    display: block;
    height: auto;
    opacity: 1;
    animation: fadeIn 1s;
}

    @media screen and (max-width: 767px) {
        .purdue-home-tabs__panel.active {
            padding-bottom: 2rem;
            padding-top: 2rem;
        }
    }
    
    @media screen and (max-width: 767px) {
        .purdue-home-tabs__panel: last-child {
            border-bottom: 1px solid #c4bfc0;
        }
    }
    
.purdue-home-tabs .column:first-child {
    border-right: 2px solid #c4bfc0;
    position: relative;
}

    @media screen and (max-width: 767px) {
        .purdue-home-tabs .column: first-child {
            border-right: none;
        }
    }
    
.purdue-home-tabs .column:last-child {
    position: relative;
}

    @media screen and (max-width: 767px) {
        .purdue-home-tabs .column: last-child:after {
            content: "";
            position: absolute;
            bottom: .75rem;
            left: .75rem;
            width: calc(100% - 24px);
            border-bottom: 1px solid #c4bfc0;
        }
    }
    
/* Tab arrow for larger screens */
    
.purdue-home-tabs .arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13.5px;
    transform: rotate(45deg);
    background: #000;
    border-right: 2px solid #c4bfc0;
    border-top: 2px solid #c4bfc0;
    transition: all .3s ease;
}

    @media screen and (max-width: 767px) {
        .purdue-home-tabs .arrow {
            display: none;
        }
    }
    
.purdue-home-tabs .tagged-header {
    margin-left: 10px;
}
