:root{
    --bg:#f6f6f6;
    --ink:#404040;
    --muted:#6b6b6b;
    --brand:#1e3e7b; /* heading blue */
  }

.allarea_toptext
{
    width: 100%;
    display: inline-block;
    text-align: center;
    background:#efefef;
    margin-top: 35px;
}
.allarea_toptext h2
{
    font-family: 'OpenSans_bold';
    font-size: 31px;
    color: #1f3e75;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.allarea_toptext h5
{
    font-family: 'OpenSans_regular';
    font-size: 24px;
    text-transform: none;
    color: #333;
    letter-spacing: -0.26px;
}
.allarea_toptext p
{
    font-size: 16px;
    line-height: 1.3;
}
.allarea_block
{
    background: #efefef;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.allarea_block ul
{
    margin: 0; padding: 0;
}
body .aos_icons li 
{ 
    font-family: 'OpenSans_bold';
    font-size: 22px;
    line-height: 28px;
    background-repeat: no-repeat; 
    background-size: 120px; 
    padding-top: 0 !important;
    margin-top: 15px;
    float: left;
    width: calc(24% - 25px);
    list-style: none;
    background-position: top center;
    text-align: center;
}
body .aos_icons li a
{
    color: #213f73;
    padding-top: 135px; 
    display: inline-block;
}
.tab_contents:not(.all)
{
    display: none;
}

.aos_icons { display: table; width: 100%; margin-top: 25px; } 

.tab_row
{
    max-width: 100% !important;
    text-align: center;
    border-bottom: 1px solid #213f73;
}
.tab_row a
{
    transition: none;
}
.tab_wrap .tab_row > * 
{
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
}
.tab_row>ul
{
    margin: 0; padding: 0;
}
.tab_row>ul>li 
{
    font-weight: 700;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tab_row>ul>li>a 
{
    /* text-decoration: none; */
    cursor: pointer;
    background: #3b5b91;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px 0;
    display: inline-block;
    height: 42px;
    box-sizing: border-box;
    position: relative;
}
.tab_row>ul>li>a::before 
{
    border-bottom: 42px solid #3b5b91;
    border-left: 20px solid transparent;
    left: -20px;
}
.tab_row>ul>li>a::after 
{
    border-bottom: 42px solid #3b5b91;
    border-right: 20px solid transparent;
    right: -20px;
}
.tab_row>ul>li>a::before, 
.tab_row>ul>li>a::after 
{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
}
.tab_row>ul>li.on>a 
{
    background: #213f73;
}
.tab_row>ul>li.on>a:before, 
.tab_row>ul>li.on>a:after 
{
    z-index: 1;
    border-bottom: 42px solid #213f73;
}
.allarea_block  .tab_contents_mob
{
	display: none;
}


.why_keiser
{
    padding-top: 15px;
}
.why_keiser .wp-block-image
{
    margin-bottom: 0;
}
.why_keiser h2
{
    font-family: 'OpenSans_light';
    font-size: 41px;
    font-weight: normal;
    text-transform: uppercase;
    color: #1f3e75;
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
}
.why_keiser p
{
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}
.wp-block-image figure.aligncenter 
{
    margin-bottom: 0;
}
.entry-content .why_keiser ul
{
    margin-left: 0;
    margin-bottom: 14px;
    padding-bottom: 0;
}
.why_keiser ul li
{
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-left: 25px;
    padding-bottom: 10px;
}
.why_keiser ul li:before
{
    width: 25px;
    content: '•';
    font-family: arial;
    font-size: 25px;
    color: #213f73;
    position: absolute;
    left: 5px; top: 0px;
}
.why_keiser ul li strong
{
    font-family: 'OpenSans_bold';
    font-size: 20px;
    font-weight: normal;
}
.why_keiser ul li strong:after
{
    content: "\A";
    white-space: pre;
}
.why_keiser em
{
    font-style: normal;
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
}
.pagetitle_mobile
{
    display: none;
}
.why_keiser figure
{
	margin: 0 auto;
	text-align: center;
}
.show_mob
{
    display: none;
}
.hide_mob
{
	display: block;
}

.sch_and_video 
{
    background-color: #fff;
    padding: 40px 0px;
}
.sch_and_video > .content 
{
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.sch_box * 
{
     box-sizing: border-box;
}
.sch_box 
{
    width: 47%;
    margin-right: 3%;
    padding: 26px;
    float: left;
    background: #efefef;
    border: 3px solid #213f73;
    border-radius: 16px;
    box-sizing: border-box;
}
.video_box 
{
    width: 50%;
    float: left;
    margin-bottom: 30px;
	margin-top: 30px;
}
.video_box iframe
{
    width: 100%;
}


.sch_box h2 
{
    font-size: 36px;
    margin: 0;
    text-transform: none;
    padding-bottom: 10px;
}
.sch_box p 
{
    font-family: 'OpenSans_bold';
    font-size: 20px;
    color: #213f73;
    font-style: italic;
    line-height: 21px;
    padding: 0 0 25px;
    margin: 0 0 10px;
}
.sch_box .sch_online 
{
    background: url(../images/icon_online.png) no-repeat top left;
}
.sch_box .sch_campus 
{
    background: url(../images/icon_oncampus.png) no-repeat top left;
}
.sch_box .icon_row 
{
    width: 100%;
    min-height: 76px;
    padding-left: 90px;
    display: inline-block;
    line-height: 22px;
    padding-top: 11px;
}
.sch_box .icon_title 
{
    font-family: 'OpenSans_bold';
    font-size: 30px;
    color: #213f73;
    width: 100%;
    display: inline-block;
}
.sch_box .icon_text 
{
    font-size: 23px;
    color: #213f73;
    font-style: italic;
    width: 100%;
    display: inline-block;
}

.home_video
{
  display: block;

 
}
.home_video > div
{
    max-width: 1000px;
    margin: 45px auto;
}
.video_content
{
  width: 100%;
  display: inline-block;
}
.vid_iframe.embed
{
  margin-bottom: 0;
}
.vid_iframe iframe, 
.vid_iframe .lazyframe
{
  width: 93% !important;
}
.vid_text h1
{
  font-family: "OpenSans_bold";
  font-size: 30px;
  margin-top: 55px;
  margin-bottom: 0;
  color: rgb(33, 63, 115);
}
.vid_text p
{
  font-size: 16px;
}
.video_content {
    width: 100%;
    display: inline-block;
}
.chiro-subtitle{
	color: rgb(33, 63, 115);
	font-weight: bold;
	margin: 0 0 15px 0;
}
.page-about ul.chiro-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 12px;
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}
.page-about .chiro-points li {
    font-size: 16px;
    list-style: none;
    border-left: 3px solid #213f73;
    padding-left: 10px;
    margin: 0;
    padding-bottom: 0;
    color: #1f3e75;
}
.page-about .chiro-points{
	margin: 0 0 1.5em 1em;
}
.page-about .career-points{
	margin: 0 0 1.5em 1em;
}
.grey-bg{
	background-color: rgb(241, 241, 241);
	padding-top: 3%;
    padding-bottom: 3%;
}
.white-bg{
	background-color: #fff;
	padding-top: 3%;
    padding-bottom: 3%;
}
.blue-bg-content2 a{
	color: #fff;
	/* text-decoration: none; */
}
.page-about .grey-bg{
	margin-bottom: 3%;
}
.stats{
    background:var(--bg);
    border-radius:6px;
    padding: 28px clamp(16px, 3vw, 32px);
    display:grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: clamp(16px, 2.5vw, 32px);
    max-width: 1200px; /* optional container width */
  }

  .stat{
    min-width:0;
  }

  .stat__label{
    font-size: clamp(20px, 1vw, 20px);
    color: var(--brand);
    font-weight: 600;
    margin-bottom: 20px;
  }

  .stat__value{
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.1;
    color: var(--ink);
    font-weight: 600;
    letter-spacing: 0.2px;
    display:flex;
    align-items:center;
    gap:12px;
  }

  /* Location layout */
  .stat__value--location,
  .stat__value--degree {
    font-size: clamp(16px, 1.6vw, 18px);
    font-weight: 500;
    color: var(--ink);
  }

  .stat__value--degree,
  .stat__value--format {
    font-weight: 700;
    justify-content: center;
  }

  .stat__value--disc {
    font-size: 11px;
    color: #676767;
    font-style: italic;
    margin-top: 5px;
  }

  .stat__value--format {
    font-size: clamp(16px, 1.6vw, 18px);
  }

  .stat__value--location .location-lines{
    display:flex;
    flex-direction:column;
  } 

  .pin{
    width:22px;
    height:22px;
    fill:#444;
    flex:0 0 auto;
  }
@media only screen and (max-width:999px) and (orientation: landscape){
    .page-about .career-inner{
        width: 50%;
        float: left;
    }
}
@media only screen and (min-width:600px) and (max-width: 991px) and (orientation: portrait){
    .page-about .career-inner{
        width: 50%;
        float: left;
    }
    .page-about .program-objectives .wp-block-column:first-child{
        display: flex;
        align-items: center;
    }
}
@media only screen and (min-width:768px) and (max-width: 1199px) and (orientation: landscape){
    .page-about .program-objectives .wp-block-column:first-child{
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width:999px){
    .page-about .grey-bg{
        margin-bottom: 6%;
    }
	.grey-bg-title{
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: center;
    }
	.page-about .vid_text h1{
        margin-top: 30px;
    }
	.page-about .career_opportunities{
        background: url(../images/career_background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 20px;
    }
	.page-about .career-title {
		font-size: 28px;
	}
    .page-about .career-subtitle{
        font-size: 18px;
        font-weight: bold;
    }
    .page-about .career-points li{
        font-size: 15px;
        color:#1f3e75;
    }
    .page-about .blue-bg{
        margin-top: 0px;
        background: #1f3e75;
    }
    .page-about .blue-bg-inner{
        color: white;
    }
    .page-about .blue-bg-inner h3{
        color: white;
    }
    .page-about .blue-bg-title1{
        text-transform: uppercase;
        padding-top: 5%;
		font-size: 30px;
    }
    .page-about .blue-bg-title2{
        text-transform: uppercase ;
        padding-top: 5%;
		font-size: 30px;
    }
	.page-about .home_video {
		background: url(../images/video_bg_repeat.jpg);
		padding-top: 4%;
	}
	.page-about .chiro-main-title{
		margin-top: 0px;
	}
	.grey-bg{
		margin-top: 0px;
	}
	.page-about .entry-content{
		margin: 0;
	}
	.hide_mob
	{
		display: none;
	}
	.show_mob
	{
	    display: block;
	}
	body .aos_icons 
	{
	    display: inline-block;
	    width: 100%;
	    float: left;
	    margin: 0 0 20px!important;
	    padding: 0;
	}
	body .aos_icons li
	{
	    width: 50%;
	    margin: 15px 0 0!important;
	    background-size: 100px;
	    padding-top: 0 !important;
	    line-height: 1;
	}
	body .aos_icons li a
	{
		padding-top: 115px;
		font-size: 18px;
	}
	.aos_icons li:nth-child(odd) 
	{
	    clear: left;
	}
	.aos_icons li:nth-child(even) 
	{
	    clear: right;
	}
	.allarea_block .tab_row
	{
		max-width: 100% !important;
		border: 0;
	}
	.allarea_block .tab_row > ul > li
	{
	    width: 100%;
	    float: left;
	    height: 90px;
	    line-height: 90px;
	    margin: 0;
	    margin-bottom: 3px;
	    padding-top: 0;
	    font-size: 26px;
	}
	.allarea_block .tab_row>ul>li>a::before, 
	.allarea_block .tab_row>ul>li>a::after
	{
		display: none;
	}
	.allarea_block .tab_row>ul>li>a
	{
		height: auto;
		display: block;
		padding: 0;
		font-family: 'OpenSans_bold';
		font-size: 26px;
	}
	.allarea_block .tab_row>ul>li>a:after
	{
		width: 55px;
	    position: relative;
	    left: 10px;
	    height: 20px;
	    border: 0!important;
	    background: url(../images/allarea_arrow.png) no-repeat;
	    z-index: 8;
	    display: inline-block;
	}
	.allarea_block .tab_row > ul > li.on
	{
		height: auto;
	}
	.allarea_block .tab_row>ul>li.on > a:after
	{
		background: url(../images/allarea_arrow_down.png) no-repeat;
	    height: 22px;
	    top: 2px;
	}
	.allarea_block > .tab_contents
	{
		display: none !important;
	}
	.allarea_block .tab_row > ul > li .tab_contents_mob
	{
		display: none;
	}
	.allarea_block .tab_row > ul > li.on > .tab_contents_mob
	{
		display: block;
	}
	
	.why_keiser ul li
	{
    	padding-left: 30px;
    }
	.why_keiser ul li:before
	{
		content: '';
		background: url(../images/mob_plus.png) no-repeat 0 4px;
		width: 25px;
		height: 25px;
	}
	.why_keiser ul li.on:before
	{
		background: url(../images/mob_minus.png) no-repeat 0 4px;
	}
	.why_keiser ul li em
	{
		display: none;
	}
	.entry-content .why_keiser ul
	{
		margin-bottom: 0;
	}
	.why_keiser ul li strong
	{
		font-size: 19px;
	}
	.pagetitle_mobile
	{
	    display: none;
	    font-size: 28px;
	    padding-top: 8px;
	    margin-bottom: 6px;
	    text-align: center;
	    text-transform: uppercase;
	}
	.why_list li.on em
	{
		display: block;
	} 
	.why_list li em
	{
		display: none;
	} 
	.sch_and_video
    {
        padding-top: 0;
    }
    .sch_box,
    .video_box
    {
        width: 100%;
        display: inline-block;
    }
    .sch_and_video
    {
        padding-bottom: 0;
    }
    .video_box iframe
	{
	    width: 100%;
	    height: 200px;
	}

	.sch_box 
	{
	   width: 100%;
	   margin: 0 auto;
	   float: none;
	   padding: 18px;
	}
	.video_box
	{
		width: 100%;
	    margin: 20px auto 0;
	    float: none;
	}
	.sch_box h2
	{
		font-size: 23px;
	}
	.sch_box p
	{
		font-size: 13px;
		line-height: 17px;
		padding-bottom: 10px;
	}
	.sch_box .icon_title
	{
		font-size: 18px;
	}
	.sch_box .icon_text
	{
		font-size: 13px;
	}
	.sch_box .sch_online,
	.sch_box .sch_campus
	{
		background-size: 60px;
	}
	.sch_box .icon_row
	{
		padding-left: 75px;
		line-height: 18px;
	    padding-top: 5px;
	}
    .page-about ul.chiro-points {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .stats{
        grid-template-columns: 1fr;
    }
    .stat__value,
    .stat__label,
    .stat__value--degree,
    .stat__value--format,
    .stat__value--disc {
        text-align: center;
        justify-content: center;
    }
}

@media only screen and (min-width:1000px){
	.sgrey-bg-content{
		text-align: center;
	}
    .page-about .career_opportunities{
        background: url(../images/career_background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 25px;
    }
    .page-about .career-inner{
        width: 33%;
        float: left;
    }
    /*.page-about .career-subtitle{
        font-weight: bold;
    }*/
    .page-about .career-points li{
        font-size: 15px;
        color:#1f3e75;
    }
    .page-about .blue-bg{
        margin-top: 40px;
        background: #1f3e75;
        padding-bottom: 30px;
    }
    .page-about .blue-bg-inner{
        color: white;
		text-align: left;
    }
    .page-about .blue-bg-inner h3{
        color: white;
    } 
    .page-about .blue-bg-title1{
        padding-top: 3%;
        font-size: 30px;
    }
    .page-about .blue-bg-title2{
        padding-top: 3%;
		font-size: 30px;
    }
    .page-about .blue-bg-content2{
        padding-bottom: 2%;
    }
    .page-about .blue-bg-content1 {
        border-left: 3px solid #fff;
        padding-left: 10px;
    }
	.page-about .career-title{
		font-size: 30px;
	}
	.page-about .grey-bg-title{
		padding-bottom: 20px;
		font-size: 30px;
	}
	.page-about .chiro-main-title{
		margin-top: 0px;
		font-size: 30px;
	}
	.page-about .entry-content{
		margin: 0;
	}
	.vid_text
	{
	  width: 45%; float: right;
	}
	.vid_iframe
	{
	  width: 55%; float: left; 
	}
	/*Every 4th element (4 Multiples)*/ 
	.aos_icons li:nth-child(4n)
	{
	    clear: right;
	}
	/*Every 5th element (4 Multiples + 1)*/ 
	.aos_icons li:nth-child(4n+1)
	{
	    clear: left;
	}
	.aos_icons li
	{
		margin-left: 25px;
	}
	.tab_row > ul > li .tab_contents 
	{
		display: none !important;
	}
}