@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
h1,
h2,
h3,
h4,
h5 {
    font-family: "Antonio", sans-serif !important;
}
main {
    padding: 0 !important;
}

#main-content {
    margin: 0;
    min-width: 100vw;
    width: 100vw;
    font-family: "Roboto", sans-serif;
}
.hide {
	display: none !important;
}
.subnav {
    z-index: 100;
}
.header img {
    width: 100%;
    object-fit: cover;
}
.header {
    width: 100%;
    position: relative;
    margin-left: 0 !important;
}
.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.show-sections-btn:hover {
    background: #00539b;
}
.section-table-header th {
    font-size: 1rem;
}
table td {
	padding: 10px;
}


.viewDetailsDiv {
    display: flex;
    justify-content: flex-end;
}
.external-link-icon {
    width: 15px;
    margin-bottom: 3px;
    margin-left: 4px;
}
.loadingDiv {
    height: 300px;
}
strong a:hover {
    color: #007ce8 !important;
}
.show-sections-btn {
    background: #023867;
    color: white;
    font-size: 0.9rem;
    padding: 3px 12px;
}
.noSectionsDiv {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 30px;
}
.search {
    margin: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
#clear-search-btn {
    margin-top: 20px;
    border-radius: 40px;
    background: white;
    color: #023867;
    padding-right: 10px;
    visibility: hidden;
    transition: 100ms linear;
    outline: none;
    border: none;
}
#clear-search-btn:hover {
    outline: 2px solid #023867;
}

#clear-search-btn svg {
    margin-left: 10px;
}
.search form {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 10px;
}
.search .input-container {
    flex-shrink: 1;
    display: inline-block;
    position: relative;
    width: 300px;
    height: 50px;
}
.search input {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    outline: none;
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23023867" fill-rule="evenodd" d="M18.319 14.433A8.001 8.001 0 0 0 6.343 3.868a8 8 0 0 0 10.564 11.976l.043.045l4.242 4.243a1 1 0 1 0 1.415-1.415l-4.243-4.242a1.116 1.116 0 0 0-.045-.042Zm-2.076-9.15a6 6 0 1 1-8.485 8.485a6 6 0 0 1 8.485-8.485Z" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E')
        no-repeat scroll 7px 14px;
    padding-left: 40px;
    margin-right: 10px;
    background-color: white;
}
.search form svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #023867;
    cursor: pointer;
}
.container > div > button {
    display: flex;
    justify-content: space-between;
}
.header {
    padding: 50px 0;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("https://www.sdmesa.edu/academics/academics/courses/assets/images/courses-hero.png")
        no-repeat;
    background-size: cover;
    background-position: bottom;
    color: white;
}
.header h1,
.header h5 {
    z-index: 10;
}
.header h5 {
    text-align: center;
    padding: 0 20px;
}
.courses-container {
    width: 100%;
    margin: 50px 0 !important;
    min-height: 600px;
}
.courses-container .container {
    /* background-color: #023867; */
}
.search form button {
    margin-left: 10px;
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 50%;
    background-color: white;
    outline: none;
    transition: 30ms linear;
}
.search form button:active:hover {
    transform: scale(0.9);
}
.container > div > button {
    position: relative;
    color: #023867;
    background-color: white;
    border: 0;
    border-bottom: 1px solid lightgrey;
    border-radius: 0;
    padding-right: 40px;
    white-space: normal;
}
#allAcademicCourses {
}
.courses-container h5 {
    text-transform: none;
    /* color: white; */
    padding: 5px 0;
    position: relative;
    font-size: 1.2rem;
}
.container button svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: 500ms;
}
#loader-container {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
#loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: translateX(-50%);
    display: inline-block;
    border: 2px solid #023867;
    border-bottom: 2px solid transparent;
    animation: spin 1s linear infinite;
}
.search .input-container #loader {
    animation: spin2 1s linear infinite;
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
}
button strong {
    line-height: 30px;
}
.open {
    text-align: center;
    padding: 5px 10px;
    background: #023867;
    margin-left: 15px;
    color: white;
    border-radius: 30px;
    font-size: 0.7rem;
}
@keyframes spin {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}
@keyframes spin2 {
    from {
        transform: translateY(-50%) rotateZ(0deg);
    }
    to {
        transform: translateY(-50%) rotateZ(360deg);
    }
}
.info {
    margin-top: 10px;
    font-size: 12px;
}
html {
    scroll-behavior: smooth;
}
header {
    position: static;
}
body {
    padding: 0;
}
.department-header {
    margin-top: 25px;
}

div.card p {
    padding-bottom: 0px;
}
div.card button.btn {
    white-space: normal;
}
@media screen and (max-width: 600px) {
    table {
        width: 100%;
    }
    thead {
        display: none;
    }
    tr {
        display: block;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
	tr:nth-child(odd) {
        background-color: #f2f2f2;
    }
    tr:nth-child(even) {
        background-color: #ffffff;
    }
    td {
        display: block;
        text-align: right;
		text-indent: 10px;

    }
	
    td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
		margin-right: auto;
    }
}

@media only screen and (max-width: 768px) {
    .container-bt-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
    .btn {
        font-size: 0.7rem;
    }
    .pl-4 {
        padding-left: 0rem !important;
    }
	.show-sections-btn {
		font-size: .8rem;
	}
	.card strong {
		flex: 1;
	}
    main {
        padding: 0 10px;
    }
}
.new-foot {
    min-height: 300px;
}

.anchor {
    display: block;
    height: 150px;
    margin-top: -150px;
    visibility: hidden;
}
.bootstrap-container {
    width: 100%;
    padding: 0;
}
footer.new-foot {
    background-color: #023968;
    display: grid;
}
body {
    font-size: 14px;
}
#breadcrumb {
    display: none;
}
#main-content {
    padding-top: 0;
}
.container {
    max-width: 986px;
    margin: 0px auto;
}
a {
    color: #023867;
}
#search-social p {
    margin-bottom: 0;
}
button.collapsed.btn.btn-info {
    background-color: transparent;
    border-color: transparent;
}
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    height: 65% !important;
    width: auto !important;
    min-width: 16px;
}
input.gsc-search-button.gsc-search-button-v2 {
    right: 12px !important;
}
