
article h1, article h2 
{
    font-size: 32px;
    color: #1f3e75;
}
article p 
{
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 26px;
    color: #272727;
    margin-bottom: 1em;
}
.tab-content
{
	display: none;
}
.pro_tabs .container 
{
    width: 100%;
    display: inline-block;
    position: relative;
}
.pro_tabs ul.tabs li
{
    box-sizing: border-box;
    width: 99%;
    margin-left: 0;
    padding: 8px 0 8px 22px;
    font-family: 'OpenSans_regular';
    font-size: 18px;
    color: #213f73;
    padding: 8px 0 8px 22px;
    position: relative;
    cursor: pointer;
    background: #fff;
    margin-bottom: 7px;
    margin-right: 15px;
    list-style: none;
}
.pro_tabs ul.tabs li.current
{
    font-family: 'OpenSans_bold';
    border: 1px solid rgba(20,45,87,0.6);
    box-shadow: 0 2px 6px 0 rgba(20,45,87,0.31);
    border-radius: 5px;
    border-color: #142d57 !important;
}
.pro_tabs ul.tabs li:before
{
    content: '+';
    position: absolute;
    left: 5px; top: 8px;
    font-family: 'OpenSans_bold';
    color: #edc64f;
}
.pro_tabs ul.tabs li.current:before
{
    content: '-';
    transform: scale(1.6,1);
    left: 6px;
}
.pro_tabs > div > ul
{
    width: 25%;
    float: left;
    position: absolute;
    left: 0;
    margin: 0;
}
.pro_tabs > div > .tab-content
{
    float: left;
    background: transparent;
    width: 72%;
    margin-top: 0;
    padding: 0;
    position: relative;
    left: 26%;
}
.pro_tabs > div > .tab-content header
{
    display: none;
}
.tab-content h1
{
    text-transform: uppercase;
    padding-bottom: 0;
}
.tab-content p
{
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 0;
}
.tab-content ul
{
    margin: 0 0 0 20px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.tab-content ul li
{
    margin: 0;
    font-size: 15px;
}
.aos_program_list
{
    width: 100%;
    background: #ececec;
    padding: 15px 14px;
    margin-bottom: 20px;
}
.aos_program_list h3
{
    background: 0 0;
    border-bottom: 1px solid #4e4e4e;
    color: #4b4b4b;
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0 0 4px;
    font-family:'OpenSans_semibold';
    text-transform: uppercase;
}
.aos_program_list ul 
{
    padding: 0;
    margin: 10px 0 0;
}
.aos_program_list ul li
{
    padding: 0 0 6px;
    margin-left:0;
    width: 50%;
    float: left;
    line-height: 22px;
    list-style-type: none!important;
}
.aos_program_list ul li a
{
    font-size: 15px;
    color: #213f73;
    text-decoration: underline;
}
.aos_program_list.location_list h3
{
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0 0 4px;
    font-family:'OpenSans_regular';
    text-transform: none;
}
.DEGREES .aos_program_list:last-child
{
    margin-bottom: 8px;
}
.pro_tabs .location h3
{
    margin: 0; padding: 0 0 5px;
    font-size: 16px;
}
.pro_tabs .location p
{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    padding-top: 5px;
}

.pro_tabs .callout
{
    position: relative;
    left: 26%;
    float: left;
}

.program_widget:empty
{
    display:none;
}
.program_widget
{
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 600px;
    background: #d8dfeb;
    border: 1px solid #213f73;
    padding: 20px 30px;
    position: relative;
    left: 26%;
    float: left;
}
.program_widget .campus_type i 
{
    display: inline-block;
    width: 125px;
    color: #213f73;
    font-size: 18px;
    padding-top: 100px;
    margin: 0 15px 15px;
    text-align: center;
    font-style: normal;
}
.program_widget .campus_type i.online
{
    background: url(../images/deg_online.png) no-repeat top center;
}
.program_widget .campus_type i.on_campus
{
    background: url(../images/deg_oncampus.png) no-repeat top center;
}
.program_widget .campus_type i.hybrid
{
    background: url(../images/deg_hybrid.png) no-repeat top center;
}
.degree_levels
{
    width: 100%;
    display: inline-block;
    font-family: 'OpenSans_semibold';
    font-size: 22px;
    line-height: 1.2;
    color: #213f73;
}
.degree_levels span
{
    display: inline;
}
.pro_discalimer 
{
    display: block;
    font-family: 'OpenSans_light';
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}
.extra_discalimer,
.extra_discalimer a
{
    display: block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #1f3e75;
    text-decoration: underline;
}
.degree_levels i:after
{
    content:',';
}
.degree_levels i:last-child:after
{
    content:'';
}
.online_icon
{    
    width: 100%;
    height: 70px;
}
.online_icon a
{
    width: 185px;
    background: url(../images/available-online-button.jpg) no-repeat left top;
    height: 50px;
    float:left;
}


.callout .callout_outer 
{
    background: #213f73;
    padding: 10px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    max-width: 600px;
    margin-bottom: 15px;
}
.callout .callout_outer 
{
    max-width: 680px;
}
.callout_banner 
{
    border: 1px solid #fff;
    padding: 10px;
}
.callout h1 
{
    font-family:'OpenSans_bold';
    color: #edc64f;
    font-size: 23px;
    padding-bottom: 5px;
    letter-spacing: .5px;
    margin: 0;
    line-height: 110%;
    text-transform: uppercase;
}
.callout p 
{
    font-family:'OpenSans_light';
    color: #fff;
    font-size: 19px;
    line-height: 110%;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.callout p a
{
    color: #fff !important;
}
.loc_prog_disclaim
{
    font-size: 16px;
    color: #333;
    display: inline-block;
    margin-bottom: 15px;
}
.pro_tabs.ban_top .tab-content .callout .callout_outer
{
    max-width: 725px;
}
.tabinner
{
    width: 100%;
    /*display: inline-block;*/
}
.pro_tabs.ban_top .tab-content .callout
{
    left: 0;
    width: 85%;
}
.pro_tabs.ban_top .tab-content .callout a,
.pro_tabs.ban_top .tab-content .callout p a,
.pro_tabs.ban_top .tab-content .callout p a:hover
{
    /* text-decoration: none; */
}
.pro_tabs.ban_top > .callout
{
    display: none;
}
.slider_form_div .program_widget
{
    display: none;
}
.pro_tabs .program_widget
{
    display: block;
}
.pro_tabs .video_wrap 
{
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

.video_wrap 
{
    width: 100%;
}
.video_wrap .video_left 
{
    width: 50%;
    float: left;
}
.video_wrap .video_right
{
    display: block;
    width: 45%;
    float: right;
}
.video_right h3
{
    font-size: 19px;
    font-family: 'OpenSans_regular';
    text-transform: uppercase;
    margin: 0;
}
.video_left p:empty
{
    display: none;
}
body.academic_program-template-default .video_left #anchortag
{
    float: left;
}
.DEGREES,
.CAMPUSES
{
    width: 100%; 
    float: left;
}


@media only screen and (min-width:1000px) {
    .pro_tabs.ban_top .tab-content .callout
    {
        width: 85%;
        margin-right: 15%;
    }
    .accredit_logoset > div
    {
        float: left; width: 200px;
        padding-top: 15px;
    }
}

@media only screen and (max-width:999px) {
    .slider_form_div .program_widget
    {
        display: block;
        max-width: calc(100% - 20px);
    }
    .video_wrap .video_left 
    {
        width: 100%;
        margin-bottom: 10px;
    }
    .video_wrap .video_right
    {
        width: 100%;
        padding-top: 10px;
    }
    .pro_tabs .program_widget
    {
        display: none;
    }
	.pro_tabs > div > ul.tabs
	{
		display: none;
	}
	.pro_tabs > div > .tab-content
	{
		width: 100%;
		left: 0;
		margin-bottom: 8px;
		display: block;
	}
	.pro_tabs > div > .tab-content .tabinner,
	.pro_tabs > div > .tab-content .DEGREES,
	.pro_tabs > div > .tab-content .CAMPUSES,
	.pro_tabs > div > .tab-content .MAP
	{
		display: none;
	}
	.pro_tabs > div > .tab-content.on .tabinner,
	.pro_tabs > div > .tab-content.on .DEGREES,
	.pro_tabs > div > .tab-content.on .CAMPUSES,
	.pro_tabs > div > .tab-content.on .MAP
	{
		display: block;
	}
	body .acf-map
	{
		height: 250px;
		margin: 20px 0 !important
	}
	.tab-content > h1
	{
		display: none;
	}
	.pro_tabs > div > .tab-content header
	{
		display: block;
		border-bottom: 1px solid #213f73;
		font-family: 'OpenSans_semibold';
		color: #1f3e75;
		font-size: 22px;
	    text-transform: none;
	    padding-left: 25px;
	    padding-bottom: 5px;
	    
	}
	.tabinner
	{
		padding-top: 12px;
	}
	.tabinner *
	{
		font-size: 15px;
	}
	.pro_tabs > div > .tab-content header:before
	{
		content: '+';
	    position: absolute;
	    left: 5px;
	    top: 0;
	    font-family: 'OpenSans_bold';
	    color: #edc64f;
	}
	.pro_tabs > div > .tab-content.on header:before
	{
		content: '-';
	}
	.program_widget
	{
		left: 0;
		padding: 20px 5px;
		text-align: center;
		max-width: 96%;
	    margin: 0 auto 7px;
	    float: none;
	}
	.program_widget .campus_type i
	{
		margin: 0;
		width: auto;
		min-width: 100px;
		padding-top: 100px;
		background-size: 86px !important;
	}
	.pro_tabs .callout
	{
		left: 0;
	}
	.aos_program_list
	{
		margin-bottom: 14px;
	}
	.aos_program_list ul li
	{
		width: 100%;
	}

    .pro_tabs.ban_top > .callout
    {
        display: block;
    }
    .pro_tabs.ban_top .tab-content .callout
    {
        display: none;
    }
}