  /*
Theme Name: 2025 Âé¶¹Ö±²¥ Theme
Theme URI: https:/jalc.edu
Author: Phillip Lane
Author URI: https:/jalc.edu
Description: Responsive theme built for Âé¶¹Ö±²¥ 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jalc.edu
Tags: blue, grey, responsive
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* CSS Variables */

:root {
	--logan-blue: #001489;
	--logan-blue-dark1: #000a47;
	--logan-blue-light1: #001cc3;
	--accent-color: #02a5fd; 
}

/* End CSS Variables */

/* Add website colors to color palette options */

.has-logan-blue-color {
    color: #001489;
}
.has-logan-blue-background-color {
    background-color: #001489;
}
.has-logan-blue-border-color {
    border-color: #001489;
}

.has-dark-blue-color {
    color: #000a47;
}
.has-dark-blue-background-color {
    background-color: #000a47;
}
.has-dark-blue-border-color {
    border-color: #000a47;
}

.has-light-blue-color {
    color: #001cc3;
}
.has-light-blue-background-color {
    background-color: #001cc3;
}
.has-light-blue-border-color {
    border-color: #001cc3;
}

.has-accent-blue-color {
    color: #02a5fd;
}
.has-accent-blue-background-color {
    background-color: #02a5fd;
}
.has-accent-blue-border-color {
    border-color: #02a5fd;
}

.has-black-color {
    color: #000;
}
.has-black-background-color {
    background-color: #000;
}
.has-black-border-color {
    border-color: #000;
}

.has-white-color {
    color: #000;
}
.has-white-background-color {
    background-color: #000;
}
.has-white-border-color {
    border-color: #000;
}

.has-light-grey-color {
    color: #f0f0f0;
}
.has-light-grey-background-color {
    background-color: #f0f0f0;
}
.has-light-grey-border-color {
    border-color: #f0f0f0;
}

.has-medium-grey-color {
    color: #d0d0d0;
}
.has-medium-grey-background-color {
    background-color: #d0d0d0;
}
.has-medium-grey-border-color {
    border-color: #d0d0d0;
}

.has-red-important-color {
    color: #c50000;
}
.has-red-important-background-color {
    background-color: #c50000;
}
.has-red-important-border-color {
    border-color: #c50000;
}

html {
	scroll-behavior: smooth;
}
body {
	background: rgb(0,20,137);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* For Screen Readers to skip to main content */
/* Hide the link off-screen by default */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 10px;
  z-index: 100;
}

/* Show the skip-link when it receives keyboard focus (Tab key) */
.skip-link:focus {
  top: 0;
}
h1, h2, h3, h4, h5 {
	font-family: "Oswald", sans-serif;
}
h2.homeheading {
	text-align: center;
	font-weight: 800;
	font-size: 2.25rem;
	color: var(--logan-blue);
	background: #fff;
	background: url("/wp-content/uploads/2024/10/heading-bg5l.png") no-repeat bottom left, url("/wp-content/uploads/2024/10/heading-bg5r.png") no-repeat top right, linear-gradient(90deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(192,192,192,1) 100%);
	padding: 1.5rem 0;
	border-top: 2px solid var(--logan-blue);;
	border-bottom: 2px solid var(--logan-blue);;
	text-transform: uppercase;
	margin: 0;
}
.headingborderbottom {
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 5px;
}
a {
	color: var(--logan-blue);
	text-decoration: none;
}
a:hover {
	color: var(--logan-blue-light1);
}
.wunderline a {
	text-decoration: underline;
}
a.accentlink {
	color: var(--accent-color);
}
a.accentlink:hover {
	color: var(--logan-blue-dark1);
}
ul {
	list-style: none;
}
ul.wbullets {
	list-style: disc;
}
li {
	padding: .25em 0;
}
ul.jobslist {
	list-style: disc;
}
ul.jobslist li {
	padding: 0;
}
ol.lcalpha {
	list-style-type: lower-alpha;
	margin-top: 10px;
	margin-left: 30px;
}
ul.proglist {
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
ul.proglist li {
	padding: .5em 0;
	margin: 0;
}

address {
	background: #f0f0f0;
	margin: 30px 0 30px 30px;
	padding: 15px 45px;
	display: inline-block;
	border: 1px solid #d0d0d0;
}

table, tr {
	border: 1px solid #C0C0C0;
}
tr:nth-child(even) {
	background: #f0f0f0;
}
td, th {
	padding: .5em;
}
.tableadvnostyle table, tr {
	border:none;
}
.tableadvnostyle tr:nth-child(even) {
	background: none;
}
.tableadvnostyle p {
	margin: 0;
}
.tableadvnostyle .alignnone {
	margin: 0!important;
}
figure.nostripes tr:nth-child(even) {
	background: none;
}
figure.bluetable table thead tr {
	background: #262626;
	color: #fff;
	font-size: 110%;
	border-bottom: none;
}
figure.bluetable table tr {
	border: 1px solid var(--logan-blue);
}
figure.bluetable tr:nth-child(even) {
	background: #e2e6ff;
}
figure.tablevertaligntop table tr {
	vertical-align: top;
}
figure.tablenoborders table, figure.tablenoborders tr, figure.tablenoborders td  {
	border: none;
	margin: 30px 0;
}
figure.tablenoborders table td:first-child {
	width: 18%;
}
figure.tablecenterheadings table thead tr th {
	text-align: center;
}
blockquote {
	font-style: italic;
	margin-left: 60px;
}
.wp-block-quote {
	border-left: 4px solid #001489;
}
.wp-block-quote p {
	padding-left: 40px;
}
.wp-block-quote cite {
	color: #808080;
	padding-left: 40px;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}
/* from image block */
.wp-block-image figcaption {
	text-align: center;
	font-size: 90%;
}
.img-light-border img {
	background: #fff;
	border: 2px solid #d0d0d0;
	padding: 5px;
}

/* from image gallery block */
.wp-block-gallery {
	background: #f0f0f0;
	padding: 10px 10px 20px 10px;
	border-top: 2px solid #b0b0b0;
	border-bottom: 2px solid #b0b0b0;
}
.wp-block-gallery figcaption.blocks-gallery-caption {
	font-style: italic;
}
header {
	background: rgb(0,10,71);
	background: linear-gradient(0deg, rgba(0,10,71,1) 0%, rgba(0,20,137,1) 100%);
	padding: 25px;
	border-bottom: 1px solid #f0f0f0;
}
nav {

}
.menusearcharea {

}
input#jalcsearchpages, input#jalcsearchpages2, input#jalcsearchpages3, input#jalcsearchpages4, input#jalcsearchprograms2, input#jalcsearcharticles2 {
	width: 400px;
}
.menusearcharea2 {

}
a.menu, a.search, a.aboutus {
	color: #fff;
	text-align: right;
	display: block;
}
#logo {
	text-align: left;
	display: block;
}
#logo img {
	transition: transform .2s; /* Animation */
}
#logo img:hover {
	transform: scale(1.1);
}

/* The Overlay (background) */
.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background: rgb(0,20,137);
	background: radial-gradient(circle, rgba(0,20,137,1) 0%, rgba(0,10,71,1) 100%);
	overflow-y: auto;
	/* overflow-y: hidden; */
	transition: 0.5s;
}
.overlay-content {
	position: relative;
	top: 10%;
	width: 100%;
	margin-top: 30px;
	color: #fff;
}
.overlay a {
	padding: 8px;
	color: #fff;
	display: block;
	transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
	color: var(--accent-color);
}
.overlay .closebtn {
	position: absolute;
	top: 15px;
	right: 35px;
	font-size: 3rem;
}
.overlay-content h2 {
	color: #FFF;
	/* font-size: 1.5rem; */
	font-size: 2rem;
}
.overlay-content ul {
	list-style-type: none;
}
.overlay-content ul.qlist {
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.5);
}
.overlay-content ul.qlist li {
	display: inline-block;
}
.overlay-content ul.linksforlist {
	/* font-size: 1.25rem; */
	font-size: 1.5rem;
}
.overlay-content .menuheadinggroup {
	border-bottom: 4px solid rgba(255, 255, 255, 0.5);
}
.overlay-content .menuheadinggroup h2, .overlay-content .menuheadinggroup2 h2 {
	/* font-size: 2.25rem; */
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: .1rem;
}
.overlay-content .menuheadinggroup2 {
	border-bottom: 4px solid rgba(255, 255, 255, 0.5);
}
.menusearcharea3 h2 {
	text-align: center;
}
.overlay-content .aucol {
	padding: 15px;
}
.overlay-content .aucol a {
	padding: 4px;
}
.overlay-content .aucol .auheadspace {
	background: #e4e4e4;
	color: #001489;
}
.overlay-content .aucol .auheadspace i {
	text-align: center;
	display: block;
	font-size: 2.25rem;
	padding: 10px 0 15px 0;
}
.overlay-content .aucol .auheadspace h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-bottom: 0;
	padding: 0 5px 30px 5px;
	color: #001489;
}
.overlay-content .aucol .ualistarea {
	background: url("/wp-content/uploads/2024/12/arrow_down.png") top center no-repeat;
	padding-top: 40px;
}
.overlay-content .aucol .ualistarea ul {
	list-style: disc;
	margin: 0 0 0 1rem;
	padding: 0;
}
.overlay-content .aucol .ualistarea ul li {
	margin: 0 0 0 3rem;
	padding: 0;
}
.overlay-content .aucol .ualistarea ul li a {
	text-decoration: underline;
}
.overlay-content .aucol .ualistarea ul li ul {
	margin: 0;
	list-style: none;
}
.overlay-content .aucol .ualistarea ul li ul li {
	margin: 0 0 0 15px;
}
.sidemenulinks {
	border: 10px solid rgba(255, 255, 255, 0.5);
}
.addsearch {
	font-size: 1.2rem;
}
.addsearch p {
	margin: 0;
}
/* Modal Announcments */
#announceModal h3 {
	color: var(--logan-blue);
}
#announceModal button.modalclose {
	background: var(--logan-blue-dark1);
	color: #fff;
	border-radius: 5px;
	border: 1px solid #000;
	padding: 5px 10px;
}
#announceModal button.modalclose:hover {
	background: var(--logan-blue-dark1);
}

main {
}
footer {
}
footer .footercontainoneoutside {
	background-color: rgb(240,240,240);
	background-image: radial-gradient(circle, rgba(240,240,240,1) 0%, rgba(192,192,192,1) 50%);
	padding: 60px 0 15px 0;
	border-bottom: 1px solid #f0f0f0;
}
footer .footercontainoneinside h3 {
	color: #001489;
	margin-bottom: 30px;
	font-size: 1.5rem;
	font-weight: 800;
}
footer .footercontainoneinside address {
	font-size: 1.25rem;
	margin: 0 0 30px 0;
	display: block;
	border: 1px solid #fff;
}
footer .footercontainoneinside blockquote.mission {
	font-family: "Times New Roman", Times, serif;
	color: #000a47;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 15px 0 30px 0;
}
footer .footercontainoneinside ul.footer-contact-b-links {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 1.25rem;
}
footer .footercontainoneinside ul.footer-contact-b-links li {
	margin: 0 0 4px 0;
	padding: 0;
}
footer .footercontainoneinside ul.footer-contact-b-links li a {
	display: block;
	background: #001489;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
}
footer .footercontainoneinside ul.footer-contact-b-links li a:hover {
	background: #000a47;
}
footer .footercontainoneinside ul.yrtklist {
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}
footer .footercontaintwooutside {
	background: #303030;
	padding: 30px 0 60px 0;
	text-align: center;
	color: #fff;
}
footer .footercontaintwoinside {
	color: #fff;
	text-align: center;
}
footer .footercontaintwoinside a.facstaffres {
	color: #fff;
	display: inline-block;
	background: #001489;
	padding: 10px 20px;
	margin-bottom: 10px;
	border-radius: 5px;
}
footer .footercontaintwoinside a.facstaffres:hover {
	background: #000a47;
}
footer .footercontaintwoinside ul.importantlinks {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
footer .footercontaintwoinside ul.importantlinks li {
	display: inline;
	margin: 0 15px;
	padding: 0;
}
footer .footercontaintwoinside ul.importantlinks li a {
	color: #fff;
	text-decoration: underline;
}

/* Video on Homepage */

.mainbanner {
	background: #000;
}
.videocontainer {
    position: relative;
    padding-bottom: 33.33%; /* 3:1 */
    height: 0;
	margin-bottom: 0;
}
.video {
	opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: 0;
}
.infoovervid {
	position: absolute;
	bottom: 25%;
	width: 100%;
	text-align: center;
}
.infoovervid img {
	margin: 0 auto;
}
.infoovervid ul {
	margin-top: 30px;
}
.infoovervid li {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
	margin: 0 5px;
}
.infoovervid li a {
	width: 250px;
	background-color:rgba(0,0,0,0.6);
	color: #fff;
	padding: 10px 15px;
	margin: 0;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #fff;
}
.infoovervid li a:hover, .infoovervid li a.hometopapplyforfree:hover {
	background-color:rgba(0,20,137,0.8);
}
.infoovervid li a.hometopapplyforfree {
	background-color:rgba(0,20,137,0.6);
}
.calnewslinks {
	position: absolute;
	top: 25%;
	left: 0;
	text-align: left;
	font-size: 1.25rem;
}
.calnewslinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.calnewslinks ul li a {
	color: #fff;
	padding: 5px 30px;
	display: block;
}
.calnewslinks ul li a:hover {
	background: #001489;
}
.welcomehp, .susophp {
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
	width: 58%;
	background-color:rgba(0,20,137,0.8);
	text-align: left;
	padding: 30px;
}
.susophp {
	background-color:rgba(256,256,256,0.9);
}
.welcomehp h2, .susophp h2 {
	color: #fff;
	font-size: 3.5rem;
	text-transform: uppercase;
	font-weight: 800;
}
.susophp h2 {
	color: #000;
}
.welcomehp h2 span {
	color: var(--accent-color);
}
.susophp h2 span {
	color: #c50000;
}
.welcomehp p {
	font-size: 1.2rem;
	color: #fff;
}
.welcomehp p span {
	color: #fff36b;
}
.welcomehp p a {
	color: #fff;
	text-decoration: underline;
}
.welcomehp ul {
	list-style: none;
	font-size: 1.1rem;
	margin: 0;
	padding: 0;
	line-height: 2.25rem;
}
.welcomehp ul li {
	display: inline;
	padding-top: 0;
	padding-bottom: 0;
}
.welcomehp ul li:not(:last-child) {
	border-right: 1px solid var(--accent-color);
	padding-right: 12px;
}
.welcomehp ul li:not(:first-child) {
	padding-left: 10px;
}
.welcomehp ul li a {
	color: #fff;
	text-decoration: none;
}
.welcomehp ul li a:hover {
	text-decoration: underline;
}

/* Testimonials */

.testimonial {
	padding: 30px 0 60px 0;
	background: #001489;
	background: url("/wp-content/uploads/2024/10/bg_geo_blue1.jpg");
}

.tss-carousel-main.swiper, .tss-carousel.swiper {
	padding: 40px 15px 10px 15px;
}
.tss-carousel-main.swiper .swiper-pagination, .tss-carousel.swiper .swiper-pagination {
	bottom: 10px !important;
}
.tss-wrapper .tss-layout1 .item-content, .tss-wrapper .tss-carousel1 .item-content {
	font-size: 1.5rem;
}
.tss-wrapper .tss-carousel1 .item-content-wrapper, .tss-wrapper .tss-layout1 .item-content-wrapper {
	background: #eee;
}
.tss-wrapper .tss-layout1 .item-content-wrapper:after,
.tss-wrapper .tss-carousel1 .item-content-wrapper:after {
	border-right: 15px solid #eee;
}
.tss-wrapper .tss-layout1 .item-content-wrapper:before,
.tss-wrapper .tss-carousel1 .item-content-wrapper:before {
	/* content: "\F10D"; */
	color: #d0d0d0;
}
.profile-img-wrapper img {
	margin: 0 auto;
}
.tss-wrapper .single-item-wrapper h4.author-bio {
	color: #808080 !important;
}

/* Begin Classes and ID's */

.skip-to-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: #FFF;
  color: #000;
  opacity: 0;
}
.skip-to-content-link:focus {
   left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.findprogram {
	background: #001489;
	background: url("/wp-content/uploads/2024/10/bg_geo_blue1.jpg");
	padding-top: 60px;
	padding-bottom: 60px;
}
.findprogram h3 {
	color: #fff;
	text-align: center;
}
.findprogram form {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.findprogram input {
}
.findprogram a.progbutton {
	font-size: 1.25rem;
	text-align: center;
	background: #f0f0f0;
	color: #000a47;
	display: block;
	padding: 1rem;
	border: 1px solid #000a47;
	border-radius: 10px;
}
.findprogram a.progbutton:hover {
	background: #000a47;
	color: #fff;
}

.progcard {
	background: #f0f0f0;
}
.progcard:hover {
	background: var(--logan-blue-dark1);
}
.progcard:hover a {
	color: #fff;
}
.progcard img {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.progcard a {
	color: var(--logan-blue-dark1);
	display: block;
	text-align: center;
	font-size: 1.2rem
	margin-top: 5px;
}

button.jalcbtn {
	background: #fff;
	color: #000A47;
}
button.jalcbtn:hover {
	background: #000a47;
	color: #fff;
}
ul.homeprogtypelist {
	list-style-type: none;
}
ul.homeprogtypelist a {
	color: #fff;
	font-size: 1.2rem;
}
.stats {
	background: #f0f0f0;
	background: url("/wp-content/uploads/2024/10/bg_geo_grey3.jpg");
	text-align: center;
}
.statind {
	min-height: 220px;
}
.lgstat {
	font-family: "Oswald", sans-serif;
	font-size: 3rem;
	font-weight: 800;
	color: #001489;
	width: 60%;
	margin: 0 auto;
	border-bottom: 12px solid #C0C0C0;
}
.additionalstat {
	font-family: "Oswald", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	width: 80%;
	margin: 0 auto;
}
.newssection {
	padding: 60px 0;
	background: #f0f0f0;
	background: url("/wp-content/uploads/2024/10/bg_geo_grey3.jpg");
}
.newscontainer {
	position: relative;
	height: 510px;
}
.newsimg {
	position: absolute;
	top: 40px;
	left: 0;
}
.newsimg img {
	border: 4px solid #fff;
}
.newsinfo {
	position: absolute;
	height: 510px;
	top: 0;
	right: 0;
	width: 70%;
	background: #FFF;
	padding: 15px 15px 15px 260px;
	border: 8px solid #A0A0A0;
}
.newsinfo h3 {
	font-weight: 800;
	font-size: 2.25rem;
	margin-top: 30px;
}
.newsinfo p {
	font-size: 1.1rem;
	margin-top: 15px;
}
.imagesinstalink {
	text-align: center;
	margin-top: 15px;
}
.imagesinstalink a {
	color: #fff;
}
.instapicssection {
	padding: 30px 0 60px 0;
	background: #001489;
	background: url("/wp-content/uploads/2024/10/bg_geo_blue1.jpg");
}
.instapicscontainer {
	background: #fff;
}
ul.sociallinkslist, ul.sociallinkslist2 {
	text-align: center;
	font-size: 2.5rem;
	margin: 0 0 30px 0;
	padding: 0;
}
ul.sociallinkslist li, ul.sociallinkslist2 li {
	display: inline;
	margin: 0 10px;
	padding: 0;
}
ul.sociallinkslist li a {
	color: #fff;
}
ul.sociallinkslist li a:hover, ul.sociallinkslist2 li a:hover {
	color: #02a5fd;
}
.newslettersection {
	padding: 60px 0;
	background: #f0f0f0;
	background: url("/wp-content/uploads/2024/10/bg_geo_grey3.jpg");
}
.newslettersection .container {
	background-color:rgba(255, 255, 255, 0.8);
	padding: 30px;
}
.newslettersection .container p {
	text-align: center;
}
.newslettersection .container img.newslettergraphic {
	display: block;
	background: #000A47;
	background: linear-gradient(0deg, rgba(0, 10, 71, 1) 0%, rgba(0, 20, 137, 1) 50%);
	margin: 0 auto 30px auto;
	padding: 20px 40px;
}
.nextstepsection {
	position: relative;
	background: #000;
	text-align: center;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.aspentopsection {
	position: relative;
	background: #000a47;
	border-top: 1px solid #f0f0f0;
}
.nextstepsection img {
	opacity: 0.3;
}
.nsinfo {
	position: absolute;
	top: 20%;
	width: 100%;
}
.atinfo {
	position: absolute;
	top: 18%;
	left: 15%
}
.nsinfo h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 800;

}
.atinfo h3 {
	color: #fff;
	font-size: 5rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .1rem;
	text-shadow: 0 0 10px #000;
}
.atinfo .actext {
	color: var(--accent-color);
}
.nsinfo ul {
	list-style: none;
	margin: 45px 0 0 0;
	padding: 0;
	font-size: 1.5rem;
}
.nsinfo ul li {
	display: inline;
	margin: 0 30px;
}
.nsinfo ul li a {
	color: #ffde59;
	text-transform: uppercase;
	padding: 10px;
	border-bottom: 6px solid rgba(255, 255, 255, 0.8);
}
.nsinfo ul li a:hover {
	color: var(--logan-blue-dark1);
	background-color: rgba(255, 255, 255, 0.8);
}

button.buttonstandard {
	font-size: 1.2rem;
	width: 80%;
	background: #001489;
	padding: 10px 15px;
	margin-bottom: 5px;
	border-radius: 10px;
	border: none;
	text-align: left;
}
button.buttonstandard:hover {
	background: #000A47;
}
button.buttonstandard a {
	color: #fff;
	display: block;
}
.fltright, .fltrightmobileblock {
	float: right;
	margin: 0 0 30px 30px;
}
.fltleft, .fltleftmobileblock {
	float: left;
	margin: 0 30px 30px 0;
}
.contain {
	overflow: auto;
}
.breakout, .sidebar {
	background: #F0F0F0;
	padding: 15px 30px 5px 30px;
	margin-bottom: 15px;
	border: 2px solid #C0C0C0;
	border-radius: 15px;
}
.announce {
	text-align: center;
	padding: 15px 30px 5px 30px;
	margin-bottom: 30px;
	border-top: 2px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
}
.announce h3 {
	color: #bf0202;
}
.attnbox { /* red border with no background and text not centered */
	margin-bottom: 15px;
	border: 2px solid #c50000;
	padding: 10px;
}
.attnboxtwo { /* red border with grey background and text-aligned center */
	margin-bottom: 15px;
	text-align: center;
	background: #F0F0F0;
	border: 2px solid #c50000;
	padding: 10px;
}

.attnboxthree { /* green border with grey background and text-aligned center */
	margin-bottom: 15px;
	text-align: center;
	background: #F0F0F0;
	border: 2px solid #178b00;
	padding: 10px;
}
.attnboxfour { /* grey border with light grey background and text not centered */
	margin-bottom: 15px;
	margin-top: 10px;
	background: #F0F0F0;
	border: 2px solid #D0D0D0;
	padding: 20px;
}
.attnboxfive { /* grey border with light white background and text centered */
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
	border: 2px solid #D0D0D0;
	padding: 20px;
}
.attnboxsix { /* grey border with light white background */
	margin-bottom: 15px;
	margin-top: 10px;
	border: 2px solid #D0D0D0;
	padding: 20px;
}
.attnboxyes {
	border: 2px solid #178b00;
	background: #e7f3e5;
	padding: 15px;
}
.attnboxyestwo {
	border: 2px solid #178b00;
	background: #F0F0F0;
	padding: 15px;
}
.attnboxno {
	border: 2px solid #c50000;
	background: #f9e5e5;
	padding: 15px;
}
.colbox {
	border: 1px solid #E0E0E0;
	padding: 15px 20px 10px 20px;
	margin: 0 6px !important;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.25);
}
.colbox h3 {
	font-size: 1.5rem;
}
.sronly { /* Only readable for screen readers */
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
  }
.postdate {
	font-size: 90%;
	color: #707070;
	margin-top: 0;
}
.loganstatue {
	border-top: 2px solid #a0a0a0;
	border-bottom: 2px solid #a0a0a0;
	font-size: 1.4em;
	overflow: auto;
	margin-bottom: 30px;
	padding: 15px;
}
.sidebar h3, .sidebar h4, .sidebar h5 {
	text-align: center;
	border-bottom: 2px solid #C0C0C0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sidebar ul {
	margin: 0 0 15px 0;
	padding: 0;
}

/* New Side Navigation */
.sidenav-2 h2 {
	background: var(--logan-blue-dark1);
	color: #fff;
	padding: .5em;
	font-size: 1.4em;
	letter-spacing: .1em;
}
.sidenav-2 h2 a {
	color:#fff;
}
.sidenav-2 h2 a:hover {
	text-decoration: none;
}
.sidenav-2 .navbar {
	padding: 0;
	margin-bottom: 15px;
}
.sidenav-2 .navbar .navbar-brand {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
	letter-spacing: .1em;
}
.custom-toggler.navbar-toggler { 
	border-color: #FFF;
}
.custom-toggler .navbar-toggler-icon { 
	background-image: url(/wp-content/themes/jalc2025/"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http:/www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.sidenav-2 ul.navbar-nav {
	width: 100%;
}
.sidenav-2 ul.navbar-nav li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #C0C0C0;
}
.sidenav-2 ul.navbar-nav li.active {
	background: #f0f0f0;
}
.sidenav-2 ul.navbar-nav li a {
	display: block;
	padding: 10px;
}
.sidenav-2 ul.navbar-nav li a:hover {
	background: #f0f0f0;
	text-decoration: none;
}

.accentbg {
	background-color: var(--accent-color);
}
.lrgtxt {
	font-size: 1.25rem;
}
.lrgtxt2 {
	font-size: 1.5em;
}
.lrgtxtcenter {
	font-size: 1.5rem;
	text-align: center;
}
.missionlg {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2rem;
	padding: 30px;
	border-top: 2px solid var(--logan-blue);
	border-bottom: 2px solid var(--logan-blue);
	background: #efefef;
}
.corvaluescols {
	border-top: 2px solid var(--logan-blue);
	border-bottom: 2px solid var(--logan-blue);
}
.xtrapadtop {
	padding-top: 115px;
}
.headingxtramargtop {
	margin-top: 60px;
}
.bordertopdesc {
	border-top: 1px solid #b2b2b2;
	padding-top: 15px;
	font-size: 1.25rem;
}
.borderbottomlist {
	border-bottom: 1px solid #b2b2b2;
	padding: 0 0 15px 0;
}
.listnoindent {
	padding: 0;
}
.imgfltcap {
	padding: 10px;
	background: #f0f0f0;
	text-align: center;
}
.imgfltcap p {
	margin: 0;
	padding: 10px 0 0 0;
}
.warning {
	color: #c50000;
}
.highlight {
	background: yellow;
}
.cybintinfobox {
	border: 2px solid #808080;
	background: #f4f4f4;
	border-radius: 15px;
	padding: 30px;
	margin-top: 15px;
}
.clearfloats {
	clear: both;
}
.clearfloatswtoppad {
	clear: both;
	padding-top: 10px;
}
.colwtopborder {
	border-top: 8px solid var(--logan-blue);
}
.recentarticles {
	padding: 0 30px 30px 0;
}
.recentarticles h3 {
	font-size: 1.4rem;
}
.recentarticles h3 a 
}
.recentarticles h3 a:hover {
	text-decoration: underline;
}
.recentarticles p {
	font-size: 1rem;
}
.mypagination {
	font-size: 140%;
}
.mypagination .nav-links {
	margin: 0 auto;
}
.picwborder img {
	padding: 8px;
	background: #FFF;
	border: 2px solid #606060;
	box-shadow: 4px 4px 8px #606060;
}
/* Fix issue with anchor links scrolling past element */
.wp-block-heading {
	scroll-margin-top: 70px;
}

.maincontent h2.progname {
	color: #001489;
	font-size: 2.75rem;
	margin-bottom: 10px;
}
p.progsub {
	font-size: 1.5rem;
	color: #848484;
}
a.btn {
	background-color: var(--logan-blue);
	color: #fff;
	margin-bottom: 1em;
	display: table;
}
a.btnsforclubs {
	background-color: var(--logan-blue);
	color: #fff;
	margin-bottom: 1em;
	display: table;
	width: 100%;
	text-align:  left;
}
a.btn:hover {
	background-color: var(--logan-blue-dark1);
	background-color: #000a47;
	color: #fff;
}
a.btn.accentbg {
	background-color: var(--accent-color);
}
a.btn.accentbg:hover {
	background-color: var(--logan-blue-dark1);
}
a.annbut {
	background: var(--accent-color);
	padding: 10px 15px;
	margin: 0 5px;
	border-radius: 5px;
	font-size: 90%;
}

/* announcer styles */

.ancr.ancr-wrap {
	border-bottom: 1px solid #f0f0f0;
}

.ancr .ancr-close-btn {
	padding: 1.4rem;
	color: #fff!important;
}
button.btn {
	background-color: var(--logan-blue);
	color: #fff;
	border: 2px solid var(--accent-color);
}
button.btn:hover {
	background-color: var(--logan-blue-dark1);
	color: #fff;
	border: 2px solid var(--accent-color);
}
.searchbydept {
	text-align: center;
}
.searchbydept a {
	display: block;
	background: #f0f0f0;
	border: 1px solid #C0C0C0;
	border-radius: 10px;
	padding: 10px 15px;
	height: 80px;
}
.searchbydept a:hover {
	background: #001489;
	color: #fff;
}
p.tplus {
	background: url("/wp-content/uploads/2019/12/transcriptsplus_wtagline2.jpg") no-repeat center left;
	line-height: 60px;
	margin: 2rem 0;
}
p.tplus a {
	padding-left: 270px;
}
ol.ua {
	list-style-type: upper-alpha;
}

/* For Fall 2020 Course Formats */

.cformatcontain {
	overflow: auto;
    border: 4px solid #C0C0C0;
    border-radius: 30px;
    padding: 15px 30px;
    margin-bottom: 30px;
}
.cformatcontain p {
	font-size: 1.2rem;
}
.cformatcontain span, p.cformatopening {
	font-size: 2rem;
	font-weight: bold;
	color: #001489;
}

.tblines {
	border-top: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	padding-top: 10px;
	margin: 30px 0;
}

/* New Side Navigation */
.sidenav-2 h2 {
	background: var(--logan-blue-dark1);
	color: #fff;
	padding: .5em;
	font-size: 1.4em;
	letter-spacing: .1em;
}
.sidenav-2 h2 a {
	color:#fff;
}
.sidenav-2 h2 a:hover {
	text-decoration: none;
}
.sidenav-2 .navbar {
	padding: 0;
	margin-bottom: 15px;
}
.sidenav-2 .navbar .navbar-brand {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
	letter-spacing: .1em;
}
.custom-toggler.navbar-toggler { 
	border-color: #FFF;
	margin-right: .75rem;
}
.custom-toggler .navbar-toggler-icon { 
	background-image: url(/wp-content/themes/jalc2025/"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http:/www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.sidenav-2 ul.navbar-nav {
	width: 100%;
}
.sidenav-2 ul.navbar-nav li {
	margin: 0;
	padding: 0;
}
.sidenav-2 ul.navbar-nav li.active {
	background: #f0f0f0;
}
.sidenav-2 ul.navbar-nav li a {
	display: block;
	padding: 10px;
}
.sidenav-2 ul.navbar-nav li a:hover {
	background: #f0f0f0;
	text-decoration: none;
}
.register {
	position: absolute;
	width: 100%;
	top: 18%;
	left: 30px;
	text-align: left;
}
.register h2 {
	color: #FFD631;
	text-transform: uppercase;
	font-family: 'League Spartan', sans-serif;
	font-size: 3.6rem;
	letter-spacing: .25rem;
}
.register p {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 2rem;
}
.register p .walkin {
	color: #FFD631;
	font-style: italic;
}
.register p a {
	color: var(--accent-color);
	text-decoration: underline;
}
/* Parent or Child Page */
.pagebanner, .single-heading {
	padding: 40px 0;
	background: url("/wp-content/uploads/2024/10/bg_geo_blue1.jpg");
}
.pagebanner h1, .single-heading h1 {
 	color: #fff;
 	font-weight: 500;
 	letter-spacing: .25rem;
 	font-size: 3rem;
	text-transform: uppercase;
 	text-shadow: 4px 4px 4px #000;
}
.maincontentfluidcont {
	background: #fff;
}
.maincontent, .maincontent2 {
	padding: 30px 0;
	/* overflow: auto; */
}
.maincontent2 {
	overflow: auto;
}
.maincontent h2 {
	color: var(--logan-blue);
	border-bottom: 1px solid var(--logan-blue-dark1);
	padding: 5px 0 15px 0;
	margin-bottom: 1em;
}
main h3, main h4, main h5, main h6 {
	margin-bottom: .5em;
}

/* Single Page */

.searchtoparea {
	padding-bottom: 30px;
	border-bottom: 1px solid #C0C0C0;
	margin-bottom: 30px;
}
.searchtoparea p {
	margin-bottom: 0;
}
.searchinfo {
	margin-bottom: 40px;
}
.searchinfo h3 {
	font-weight: 400;
}

.list-group-item.active {
	background: var(--logan-blue);
	border-color: var(--logan-blue);
}

/* Bread Crumb Trail */
.bc-trail {
	background: #f8f8f8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #606060;
	font-size: .9em;
	padding: 5px 0;
}
.bc-trail p {
	margin: 0;
	padding: .05em .25em;
}
.bc-trail span {
	padding: 0 10px;
}
.bc-trail a {
	text-decoration: underline;
}

/* Image in featured article */
.fatop {
	margin-bottom: 30px;
}

.centered {
	text-align: center;
}

/* class for displaying posts shortcode */
.display-posts-listing {
	clear: both;
}

/* For Âé¶¹Ö±²¥ A-Z page */
ul.lcp_catlist {
	font-size: 1.25rem;
	padding-left: 0;
}
ul.lcp_catlist li {
	border-bottom: 1px solid #b2b2b2;
	padding: 15px 0;
}
ul.lcp_catlist li a {
	font-weight: bold;
}

/* Pagination */
.jpagination {
	text-align: center;
	font-size: 1.2em;
}

/* For wpDataTables */
.wpdt-c a {
	color: var(--logan-blue) !important;
}
.wpDataTablesWrapper {
	margin-bottom: 0 !important;
}
.wpdt-c .btn {
	color: #fff;
}

/* WP Job Manager */

.rp4wp-related-job_listing>ul li.job_listing a div.position h3, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position h3, ul.job_listings li.job_listing a div.position h3, ul.job_listings li.no_job_listings_found a div.position h3 {
	font-size: 1.4em;
	line-height: 1.4em;
}
.job-manager .job-type, .job-types .job-type, .job_listing .job-type {
    color: #5e5e5e;
}
.single_job_listing .meta .job-type {
	background-color: transparent;
	color: #000;
}
.single_job_listing .meta {
	margin-top: 30px;
}
.single_job_listing .meta li {
	padding-left: 0;
	padding-right: 0
}

/* Page Not Found */

h2.pnf {
	font-size: 3em;
	font-weight: 800;
	text-transform: uppercase;
	color: #9a9a9a
}

/* Form styles */

div.wpforms-container-full .wpforms-form .formsdheading h3, div.wpforms-container-full .wpforms-form .wpforms-title {
	padding: 10px;
	background: #001489;
	color: #fff;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
	word-break: normal;
}

/* This is for 2021 FALL KICKOFF DAYS form */
#wpforms-6856 .wpforms-field-checkbox ul li {
    margin-bottom: 15px !important;
	margin-top: 15px !important;
}
#wpforms-6856 .wpforms-field-checkbox ul li label {
	margin-left: 2rem;
	margin-top: -1.5rem;
	display: block;
}
/* End 2021 FALL KICKOFF DAYS form styles */

.wtitleaccent form .wpforms-title {
	background: var(--accent-color) !important;
}

/* End Form styles */

/* Add Responsive Full-Width Video */
.video-holder {
	display: inline-block;
	position: relative;
	padding-bottom: 60%;
	width: 100%;
	margin-bottom: 1em;
}
.video-holder iframe {
	height: 100% !important;
	position: absolute;
	top: 0; left: 0;
	width: 100% !important;
}

/* Holidays and Closures using ICS Calendar plugin */

.holcloheading {
	background: #E0E0E0;
	font-size: 1.2em;
	padding: .5em;
	margin-top: 60px;
}
.holcloheading {
	text-decoration: underline;
}
#collapseholclo #events_wrap {
	font-size: 90%;
}
#collapseholclo .ics-calendar-list-wrapper {
	padding-left: 10px;
}
#collapseholclo h3.ics-calendar-label {
	color: #000;
	padding-top: .5rem;
}
#collapseholclo dl.events {
	margin-bottom: .5rem;
}
#collapseholclo .ics-calendar-date-wrapper {
	border-bottom: 1px solid #C0C0C0;
}

/* Interested in Âé¶¹Ö±²¥ page */
#interestedcontainer {
	text-align: center;
	font-size: 120%;
}
#interestedcontainer div.kt-inside-inner-col {
	padding-bottom: 600px;
}
#interestedcontainer div.kt-inside-inner-col h3 {
	padding-top: 100px;
}

/* Newsletters */

.nlheadings {
	color: #DF0038;
	text-transform: uppercase;
	margin: 30px 0;
	text-align: center;
	clear: both;
}

/* ICS Calendar plugin */
.location {
	margin-top: 1rem !important;
}
.location::before {
	font-weight: bold;
	content: "Location: ";
}
.eventdesc {
	margin-top: 1rem !important;
}

/* CSS Animations */
p.aacat {
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .25rem;
}
p.aacat span.movabletext {
	transition: transform 500ms;
	display: inline-block;
}
p.aacat:hover span.movabletext {
	transform: translateX(5%);
}
p.aacat span.movabletext {
	transition: all .2s ease-in-out;
} 
p.aacat i {
	transition: all .2s ease-in-out; 
}
p.aacat:hover i {
	transform: scale(1.5);
}
p.aacat a {
}

h3.fpheading {
	font-size: 2rem;
	letter-spacing: .15rem;
	transition: all .2s ease-in-out;
	margin: 30px 0;
	padding-left: 15px;
	font-weight: 400;
}
h3.fpheading:hover {
	text-decoration: none;
	transform: translateX(1%);
}
h3.fpheading a:hover {
	text-decoration: none;
}
ul.progpagelist {
	margin: 0;
	padding: 0;
}
ul.progpagelist li {
	padding: 20px 15px;
	border-bottom: 1px solid #C0C0C0;
}
ul.progpagelist h3.progpageheading {
	font-weight: 400;
	transition: all .2s ease-in-out;
}
ul.progpagelist h3.progpageheading:hover {
	transform: translateX(1%);
}

/* Group Pages */
.grouppageheading {
	font-size: 2.75rem;
	text-transform: uppercase;
	color: var(--logan-blue);
	border-bottom: 2px solid var(--logan-blue-dark1);
	padding-bottom: .75rem;
	margin-bottom: .75rem;
}
ul.helpfullinks {
	padding: 0;
}
ul.helpfullinks li {
	padding: 0;
	border-bottom: 1px solid #C0C0C0;
}
ul.helpfullinks li a {
	display: block;
	padding: 10px 15px;
}
ul.helpfullinks li a:hover {
	color: #fff;
	text-decoration: none;
	background: var(--logan-blue-dark1);
}
.pagecardheadingborderbottom {
	padding-bottom: .75rem;
	border-bottom: 2px solid var(--logan-blue-dark1);
}

/* Instagram feed styling */
.sb_instagram_header.sbi_centered .sbi_header_text {
	gap: 12px;
}

.myth {
	border: 1px solid red;
	padding: 15px;
}
.fact, .fact2 {
	border: 1px solid green;
	padding: 15px;
}
.fact {
	margin-bottom: 60px;
}

/* Breakpoints */

@media (max-width: 575.98px) {
	.search, .menu, .aboutus, #logo {
		text-align: center;
		font-size: 1.1rem;
	}
	#logo {
		margin-bottom: 15px;
	}
	.form-control-lg {
		font-size: 1rem;
	}
	.overlay {
		overflow-y: auto;
	}
	.overlay-content h2 {
		font-size: 1.5rem;
	}
	.overlay-content ul.linksforlist {
		font-size: 1.25rem;
	}
	.overlay-content .menuheadinggroup h2, .overlay-content .menuheadinggroup2 h2 {
		font-size: 2.25rem;
	}
/* Video on Homepage */
	/*.mainbanner {
		background: #001489;
		margin: 0;
		padding: 0;
	}
	.videocontainer {
	    position: static;
	    margin: 0;
		padding: 0;
	    height: auto;
	}
	.video {
		opacity: 1;
	    position: static;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
		border: 0;
		margin: 0;
		padding: 0;
		background: #000a47 url("/wp-content/uploads/2025/03/jalc_lettering_white_sm_opacity50.png") center no-repeat;
	}
	.infoovervid {
		position: static;
		margin: -6px 0 0 0;
		padding: 0;
	}
	.infoovervid ul {
		margin: 0;
		padding: 0;
		border-top: 1px solid #fff;
	}
	.infoovervid li {
		display: block;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #fff;
	}
	.infoovervid li a, .infoovervid li a.hometopapplyforfree {
		width: 100%;
		background-color:rgba(0,0,0,0.6);
		padding: 15px;
		display: block;
		border-radius: 0;
		border: none;
	}
	.infoovervid li a:hover, .infoovervid li a.hometopapplyforfree:hover {
		background-color:rgba(0,20,137,0.8);
	}
	.calnewslinks {
		position: static;
		text-align: center;
	}
	.calnewslinks ul {
		list-style: none;
		padding: 15px 0;
		margin: 0;
	}
	.calnewslinks ul li {
		margin: 0;
		padding: 0;
	}
	.calnewslinks ul li a {
		padding: 15px;
	}
	.calnewslinks ul li a:hover {
		background: #000A47;
	}
	.calnewslinks .homejnews {
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.calnewslinks .gradguide {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.welcomehp {
		position: static;
		display: block;
		width: auto;
		top: auto;
		left: auto;
		transform: none;
		background: var(--logan-blue-dark1);
	}
	.welcomehp h2 {
		font-size: 3rem;
	}
	.welcomehp p {
		font-size: 1rem;
	}
	.welcomehp ul {
		font-size: 1rem;
		line-height: 2rem;
	}
	.welcomehp ul li:not(:last-child) {
		padding-right: 5px;
	}
	.welcomehp ul li:not(:first-child) {
		padding-left: 5px;
	}*/
	footer .footercontainoneinside .yrtkheading {
		margin-top: 30px;
	}
	footer .footercontainoneinside h3 {
		text-align: center;
	}
	.pagebanner, .single-heading {
		padding: 20px 0;
	}
	.pagebanner h1, .single-heading h1 {
		font-size: 2rem;
	}
	h3.fpheading {
		font-size: 1.5rem;
	}
	.fltrightmobileblock, .fltleftmobileblock, .wp-block-image .alignleft, .wp-block-image .alignright {
		float: none;
		margin: 0 auto 15px auto;
		display: block;
		text-align: center;
	}
	.wpforms-container.wpf-center {
        max-width: unset !important;
        width: auto !important;
    }
	.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image.alignright>figcaption {
		display: block;
	}
	/* testimonial text */
	.tss-wrapper .tss-layout1 .item-content, .tss-wrapper .tss-carousel1 .item-content {
	font-size: 1rem;
	}
	.atinfo {
		top: 10%;
		left: 10%;
	}
	.atinfo h3 {
		font-size: 1.75rem;
		letter-spacing: 0;
	}
}
@media (max-width: 767.98px) {
	.mainbanner {
		background: #001489;
		margin: 0;
		padding: 0;
	}
	.videocontainer {
	    position: static;
	    margin: 0;
		padding: 0;
	    height: auto;
	}
	.video {
		opacity: 1;
	    position: static;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
		border: 0;
		margin: 0;
		padding: 0;
		background: #000a47 url("/wp-content/uploads/2025/03/jalc_lettering_white_sm_opacity50.png") center no-repeat;
	}
	.infoovervid {
		position: static;
		margin: -6px 0 0 0;
		padding: 0;
	}
	.infoovervid ul {
		margin: 0;
		padding: 0;
		border-top: 1px solid #fff;
	}
	.infoovervid li {
		display: block;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #fff;
	}
	.infoovervid li a, .infoovervid li a.hometopapplyforfree {
		width: 100%;
		background-color:rgba(0,0,0,0.6);
		padding: 15px;
		display: block;
		border-radius: 0;
		border: none;
	}
	.infoovervid li a:hover, .infoovervid li a.hometopapplyforfree:hover {
		background-color:rgba(0,20,137,0.8);
	}
	.calnewslinks {
		position: static;
		text-align: center;
	}
	.calnewslinks ul {
		list-style: none;
		padding: 15px 0;
		margin: 0;
	}
	.calnewslinks ul li {
		margin: 0;
		padding: 0;
	}
	.calnewslinks ul li a {
		padding: 15px;
	}
	.calnewslinks ul li a:hover {
		background: #000A47;
	}
	.calnewslinks .homejnews {
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.calnewslinks .gradguide {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.welcomehp, .susophp {
		position: static;
		display: block;
		width: auto;
		top: auto;
		left: auto;
		transform: none;
		background: var(--logan-blue-dark1);
	}
	.susophp {
		background: #fff;
	}
	.welcomehp h2, .susophp h2 {
		font-size: 3rem;
	}
	.welcomehp p, .susophp p {
		font-size: 1rem;
	}
	.welcomehp ul {
		font-size: 1rem;
		line-height: 2rem;
	}
	.welcomehp ul li:not(:last-child) {
		padding-right: 6px;
	}
	.welcomehp ul li:not(:first-child) {
		padding-left: 5px;
	}
	.findprogram form {
		width: auto;
	}
	.nsinfo {
		position: static;
		padding: 10px 0;
	}
	.nsinfo ul li {
		display: block;
	}
	.pagebanner, .single-heading {
		padding: 30px 0;
	}
	.pagebanner h1, .single-heading h1 {
		font-size: 2.5rem;
	}
	.sidenav-2 .navbar {
		background: var(--logan-blue-dark1);
		padding: 10px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.sidenav-2 ul.navbar-nav li a {
		color: #fff;
	}
	.sidenav-2 ul.navbar-nav li.active, .sidenav-2 ul.navbar-nav li a:hover {
		background: var(--logan-blue);
	}
	.holcloheading {
		margin-top: 15px;
	}
	h3.fpheading {
		font-size: 1.75rem;
	}
}
@media (max-width: 991.98px) {
	.infoovervid {
		bottom: initial;
	}
	.infoovervid li {
		display: block;
	}
	.lgstat {
		font-size: 2.25rem;
	}
	.additionalstat {
		font-size: 1.5rem;
	}
	h2.homeheading {
		font-size: 1.5rem;
		background: linear-gradient(90deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(192,192,192,1) 100%);
	}
	.nsinfo {
		top: 10%;
	}
	.nsinfo h3 {
		font-size: 2rem;
	}
	.nsinfo ul {
		list-style: none;
		margin: 30px 0 0 0;
		font-size: 1rem;
	}
	.nsinfo ul li {
		margin: 0 20px;
	}
	.nsinfo ul li a {
		padding-bottom: 6px;
		border-bottom: 4px solid rgba(255, 255, 255, 0.8);
	}
}
@media (max-width: 1199.98px) {
	.newscontainer {
		position: static;
		height: auto;
	}
	.newsimg {
		position: static;
		text-align: center;
	}
	.newsimg img {
		border: none;
	}
	.newsinfo {
		position: static;
		height: auto;
		width: 100%;
		padding: 15px;
		border: none;
	}
	.newsinfo h3 {
		font-weight: 800;
		font-size: 1.5rem;
		margin-top: 15px;
	}
	.newsinfo p {
		font-size: 1rem;
		margin-top: 15px;
	}
	.nsinfo h3 {
		font-size: 2.25rem;
	}
	.nsinfo ul {
		font-size: 1.25rem;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.atinfo h3 {
		font-size: 2.25rem;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.tss-wrapper .tss-layout1 .item-content, .tss-wrapper .tss-carousel1 .item-content {
		font-size: 1rem;
	}
	.atinfo {
		top: 12%;
	}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.calnewslinks {
		top: 1.25rem;
	}
	.welcomehp, .susophp {
		position: absolute;
		top: 1.25rem;
		left: auto;
		right: 1.25rem;
		transform: none;
		width: 70%;
		padding: 15px;
	}
	.welcomehp h2, .susophp h2 {
		font-size: 2rem;
	}
	.welcomehp p, .susophp p {
		font-size: 1rem;
	}
	.welcomehp ul {
		list-style: none;
		font-size: 1rem;
		line-height: 2rem;
	}
	.welcomehp ul li:not(:last-child) {
		padding-right: 6px;
	}
	.welcomehp ul li:not(:first-child) {
		padding-left: 5px;
	}
	.atinfo h3 {
		font-size: 3.25rem;
	}
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}