@charset "utf-8";
/* CSS Document */

@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-brands-400.eot"),
		url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
		url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-brands-400.woff2") format("woff2"),
		url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-brands-400.woff") format("woff"),
		url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-brands-400.ttf") format("truetype"),
		url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-solid-900.eot"),
		url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
		url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-solid-900.woff2") format("woff2"),
		url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-solid-900.woff") format("woff"),
		url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-solid-900.ttf") format("truetype"),
		url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-regular-400.eot"),
		url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
		url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-regular-400.woff2") format("woff2"),
		url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-regular-400.woff") format("woff"),
		url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-regular-400.ttf") format("truetype"),
		url("https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-regular-400.svg#fontawesome") format("svg");
unicode-range: U+F004-F005,U+F007,U+F017,U+F022,U+F024,U+F02E,U+F03E,U+F044,U+F057-F059,U+F06E,U+F070,U+F075,U+F07B-F07C,U+F080,U+F086,U+F089,U+F094,U+F09D,U+F0A0,U+F0A4-F0A7,U+F0C5,U+F0C7-F0C8,U+F0E0,U+F0EB,U+F0F3,U+F0F8,U+F0FE,U+F111,U+F118-F11A,U+F11C,U+F133,U+F144,U+F146,U+F14A,U+F14D-F14E,U+F150-F152,U+F15B-F15C,U+F164-F165,U+F185-F186,U+F191-F192,U+F1AD,U+F1C1-F1C9,U+F1CD,U+F1D8,U+F1E3,U+F1EA,U+F1F6,U+F1F9,U+F20A,U+F247-F249,U+F24D,U+F254-F25B,U+F25D,U+F267,U+F271-F274,U+F279,U+F28B,U+F28D,U+F2B5-F2B6,U+F2B9,U+F2BB,U+F2BD,U+F2C1-F2C2,U+F2D0,U+F2D2,U+F2DC,U+F2ED,U+F328,U+F358-F35B,U+F3A5,U+F3D1,U+F410,U+F4AD;
}

* {
	margin:0;
	Padding:0;
	 }

html {
    font-size: 100%;
	 }

body{
	height: 100%;
	width:100%;
    margin: 0;
	padding: 0px;
	z-index: 1;
	 }

blockquote {
	margin-left:40px;
	 }
	 
iframe.scFixedRibbon {
	display: none !important;
}

form {
	display: block;
	width: 100%;
	float: left;
	z-index: 1;
	 }

a img {
	border:none;
	 }
	
img {
    max-width: 100%;
	height: auto;
	 }	

a {
	text-decoration:none;
	color: #003da5;
	 }

a:link {

	 }

a:hover {
	text-decoration:none;
	 }

strong {
    font-weight: bold;
	 }

ul.sc-ListBullet {
	margin-left: 20px;
	 }

ul {

	 }

#smallmenu {
   display:none;
	 }

#pagewrapper1 {
	min-height:600px;
	z-index:-1;
	width: 100%;
	float:none;
	margin-left:auto;
	margin-right:auto;
	 }

#pagewrapper2 {
	z-index:0;
	margin-top: 0px;
	display:block;
    padding-top: 0px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	 }

#banner {
    display: block;
	display: inline;
    width: 100%;
	margin: 0 auto;
	min-height: 60px;
	z-index: 1;
    max-width: 960px;
	 }

.bannerWrap {
    max-width:960px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	 }

.bannerWrap p {
	font-size: 24px;
	color: rgb(138, 138, 138);
	 }

#middle{
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0px auto 30px;
	padding: 0 130px;
	 }

#leftpanel{
	display: block;
	width: 22%;
	float: left;
    font-weight: normal;
	background-color: #Fff;
	border-right: 2px solid #F8F8F8;
	padding: 10px;
	 }
	
#rightpanel {
	display: block;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-right: 0px;
	width: 76%;
	 }
		
#rightpanel #main {
	display:block;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 10px;
	margin: 0;
	padding: 5px 10px 5px 30px;
	min-height: 600px;
	width: 95%;
	 }

#catalog-dropdown {
	float:right;
	margin: 0px 20px 0 0;
	 }

.credits {
	text-align:right;
	margin:0 0px 0 5px;
	 }
	
.sc-totalcredits { 
	text-align:right;
	font-weight:bold;
	margin:10px 5px 0 5px;
	border-top:1px solid #aaa;
	 }

.sidebox div.hdr {
	display: none;
	 }

.sidebox div.sideboxbrdr ul{
	list-style: none outside none;
	margin: 0;
	padding: 0;
	 }
	 
#catalog-dropdown div div {
	color: #000 !important;
	height: 1px;
}

.expandable {
	float:left;
	 }
	 
.sidebox div.sideboxbrdr {

	 }

div.ui-dialog span.desc p.boxlink a {
	padding-left: 10px;
    text-align: left;
	 }

div.ui-dialog span.desc h3 {
	padding-left: 0px;
	text-align: left;
	font-size: 16px;
	margin-bottom: 5px;
	 }

#breadcrumbs{
	padding: 5px 0 5px 0;
	font-size: 12px;
	 }

#breadcrumb {
	display: block;
	padding-left: 30px;
	 }
#breadcrumb p {

	 }

#breadcrumb p a:link, #breadcrumb p a:visited {
	text-decoration: none;
	font-weight: normal;
	 }

#breadcrumb p a:hover {
	text-decoration: underline;
	font-weight: normal;
	 }

#sc-rightpanel-top {
    float: right;
	 }

#leftcolumn_0_txtBxTerm{
	width:80%;
	background-image: url(/Institutions/California-Southern-University/images/search-icon.gif);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	background-size: 30px 30px;
	border: 1px solid rgb(169, 169, 169);
	padding: 5px 5px 5px 35px;
	 }
	 
#leftcolumn_0_Panel1 label {
	text-indent: -9999px;
	position: absolute;
}	
	
#sc-top-links {
	padding: 0px;
	width: auto;
	margin-right: 0px;
	margin-left:0px;
	float:right;
	 }
	 
.sideboxbrdr button {
	line-height: 2.4;
}	
	 
input[type=submit] {
    line-height: .8;
    vertical-align: top;
	font-size: 11px;
    border: 1px solid rgb(195, 195, 195);
}
	 
span.printLabel {
    font-size: x-small;
    text-indent: -999em;
    line-height: 1px;
    display: block;
}

span.print a {
    float: right;
    background-image: url(/Institutions/California-Southern-University/images/printer.png);
    background-repeat: no-repeat;
    background-size: 25px;
    height: 30px;
    width: 30px;
    margin: 12px 0px 10px 0px;
}

span.print {
	float: right;
	 }

.sc-List-1 {
    padding-top: 7px;
	padding-bottom: 8px;
	 }

.sc-List-2 {
    padding-left: 20px;
	line-height: 1 !important;
	padding-bottom: 5px;
	 }
.sc-List-3 {
    padding-left: 40px;
	line-height: 1 !important;
	padding-bottom: 5px;
	 }

#rightpanel #main p.sc-SubHeading {
    font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 5px;
	 }
	 
#rightpanel #main p.sc-SubHeading2 {
    font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	 }

span.mc_link a:hover {
	font-weight:bold;
	text-decoration: underline;
	 }

span.mc_link a:active{
	text-decoration: none;
	 }

#sc-parentlink, #sc-childlinks {
	float:left;
	width:100%
	 }

#sc-parentlink  ul, #sc-childlinks ul  {
	list-style: none;
	margin: 0px;
	margin-left: 0px;
	width: 100%;
	padding: 0px;
	 }

#sc-parentlink ul li p, #sc-childlinks ul li p {
	margin-top: 0px;
	margin-bottom:0px;
	padding: 0px;
	 }

#sc-childlinks {
	float:left;
	width: 100%;
	 }
#sc-childlinks ul li {
	margin-top:5px;
	 }

span.desc #main div.desc, span.desc #main div.credits  {
	height: auto;
	margin-right: 10px;
	 }

div.credits {
	font-size: 14px;
	font-size: .875rem;
	text-align: left;
	margin-left: 0px;
	 }

.sc-ListNumber {
    list-style: decimal;
	margin-left:10px;
	 }
	 
.sc-ListNumber2 {
    list-style: upper-roman;
	margin-left:10px;
	 }
	 
.sc-ListNumber3 {
    list-style: lower-roman;
	margin-left:10px;
	 }
	 
.sc-ListAlpha {
    list-style: upper-alpha;
	margin-left:10px;
	 }
	 
.sc-ListAlpha2 {
    list-style: lower-alpha;
	margin-left:10px;
	 }

div.toc {
	margin-top: 15px;
	 }
	
#searchtoggle {
	cursor: pointer;
	width:100%;
	height: 30px; 
	display: none;
	 }
	 
#leftcolumn_0_Panel1 > div.sidebox > div.hdr > label {
	font-size: x-small;
	text-indent: -999em;
	display: block;
}
	
#leftcolumn_0_Panel1 > div.sidebox > div.hdr {
display: inline;
	 }

#leftcolumn_0_Panel1 > div.sidebox > div.sideboxbrdr {
	display: inline;
	 }

#leftcolumn_0_Panel1 > div.sidebox {
    display: block;
	 }
	 
#leftcolumn_0_Panel1 > div.sidebox > div.sideboxbrdr > div {
	height: 5px;
}

.toggled-on {
	 display: block !important;
	 }
	 
.toggled-oni {
	 display: inline !important;
	 }
	
#rightpanel li{
	margin-left:20px;
	 }
	
#rightpanel ul li {
	list-style-type: disc;
	margin-left:20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }
	 
#rightpanel ul ul li {
	list-style-type: circle;
	margin-left:40px !important;
	line-height: 1.5em;
    padding-bottom: 5px;
    padding-top: 5px;
     }

#rightpanel ul ul ul li {
    list-style-type: square;
	margin-left:60px !important;
	line-height: 1.5em;
    padding-bottom: 5px;
    padding-top: 5px;
     }

#rightpanel ul li li {
	list-style-type: circle;
	margin-left:20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }

#rightpanel ul li li li {
	list-style-type: disc;
	margin-left:20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }

#rightpanel ul li li  li li  {
	list-style-type: circle;
	margin-left:20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }
	
#rightpanel ol li  {
	margin-left:20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }

#rightpanel ol li li {
	list-style-type: lower-alpha;
	margin-left:20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }
	
#rightpanel p.sc-List-1 {
	margin-left: 20px;
    text-indent: -20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }
	 
#rightpanel p.sc-List-2 {
	margin-left: 40px;
    text-indent: -20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }
	 
#rightpanel p.sc-List-3 {
	margin-left:60px;
	text-indent:-20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }
	 
#rightpanel p.sc-Note {
	font-style:italic;
	 }
	 
#rightpanel li a:link,
#rightpanel li a:active,
#rightpanel li a:focus,
#rightpanel li a:visited {
	text-decoration: none;
	 }

/*Adding styles for sc-courselink*/	

#rightpanel .sc-courselink  a:link,
#rightpanel  .sc-courselink a:active,
#rightpanel .sc-courselink a:focus,
#rightpanel .sc-courselink a:visited {
	text-decoration: none;
	 }

#rightpanel td.sc-coursenumber a:hover {
	font-weight: normal;
	text-decoration: underline;
	 }

/*End new styles for sc-courselink*/	

#sc-top-links a:link, 
#sc-top-links a:active, 
#sc-top-links a:focus, 
#sc-top-links a:visited {
	text-decoration: none;
	font-size: 11px;
	 }

#sc-parentlink a:hover, #sc-childlinks a:hover {
	text-decoration: underline;
	 }

h1 {
	font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
	font-size: 34px;
	 }

h2 {
	font-size: 26px;
    color: #003da5;
    font-weight: 600;
	font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
	margin-bottom: 0;
	 }

h3 {
	font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
	font-size: 22px;
	margin-bottom: 0;
	 }

h4 {
	font-size: 18px;
    color: #003da5;
    font-weight: 600;
	font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
	margin-bottom: 0;
	 }
h5 {
    font-size:14px; 
	font-size:.875rem; 
	line-height:1.3; 
	font-weight:normal
	 }

h1, h2, h3, h4, h5, h6 {
    margin-top: 16px;
	 }

div#main h1:first-child {
     margin-top: 0;
	 }

tr, th {
	vertical-align:top;
	 }

td {
    vertical-align: middle;
	 }

.addthis_default_style{
	padding:10px;
	 }

select, option, input {
	font-size: 11px;
	font-size: .6875rem;
	margin-top: 6px;
	padding: 3px;
	 }

p.sc-BodyText img {
    padding: 0 5px 0 0;
	 }

#rightpanel #main p.sc-BodyTextNS, #rightpanel #main p.bodytextns, #rightpanel #main p.sc-BodyTextNSIndented, #rightpanel #main p.sc-BodyTextNSRight {
	margin: 0px;
	 }
	 
#rightpanel #main p.sc-BodyTextNSIndented {
	margin: 0 0 0 20px;
}

p.sc-BodyTextCentered, p.sc-BodyTextNSCentered {
	text-align:center;
	 }
	 
#rightpanel #main p.sc-BodyTextNSCentered {
	margin: 0;
}

p.sc-BodyTextRight, p.sc-BodyTextNSRight {
	text-align:right;
	 }

#rightpanel ul.sc-child-item-links li {
	list-style-type: none;
	 }

#rightpanel #main p.sc-BodyTextIndented, #rightpanel #main p.sc-BodyTextNSIndented{
	margin-left:20px;
	 }

#rightpanel ul.sc-child-item-links li {
	list-style-type: none;
	 }

#rightpanel .sc-child-item-links li a:link,
#rightpanel .sc-child-item-links li a:active,
#rightpanel .sc-child-item-links li a:focus,
#rightpanel .sc-child-item-links li a:visited {
	text-decoration: none;
	text-align: left;
	 }

#rightpanel .sc-ListBullet li {
	 line-height: 1.4;
	 margin-top: 0px;
	 margin-left:10px;
	 }

#rightpanel .sc-ListNumber li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4;
	margin-left:10px;
	 }

div.ui-dialog div.desc {
	width: 450px;
	height: auto;
	 }

p.boxlink {
	display: block;
	width: 100%;
	 }

#rightpanel #main p, span.desc div#main, p.sc-BodyText, p.sc-BodyTextCentered, p.bodytext, p {
font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0px;
	margin: 16px 0 0 0;
	 }
	 
span.desc div#main p, span.desc div#main {
	margin-top: 0;
}

span.desc div#main {
	padding-left: 10px;
}
	 
#rightpanel #main a:link, #rightpanel #main a:visited, #rightpanel #main a:active {
	 text-decoration: none;
	 display: inline;
	 }

#rightpanel #main a:hover {
	 text-decoration:none;
	 }

/*++++++++++++++++++++++++++++++++++NavLocal+++++++++++++++++++++++++++++++++++*/

#navLocal li.hasChildren > button.expandable {
    background-image: url("/Institutions/California-Southern-University/images/open.png");
    background-repeat: no-repeat;
    background-position: center;
	width: 20px;
	height: 20px;
    margin: 7px 0px 0 0px;
    padding: 0px 0px 0 0px;
    cursor: pointer;
	border: none;
	background-color: transparent;
}

#navLocal li.hasChildren > button.collapsible {
    background-image: url("/Institutions/California-Southern-University/images/close.png");
    background-repeat: no-repeat;
    background-position: 50% 45%;
    padding: 0;
    cursor: pointer;
	border: none;
	background-color: transparent;
}

button.expandable span {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#navLocal ul {
	padding:0;
	margin:0 0 0 0;
	 }

#navLocal li, #navLocal ul li ul li, .sidebox div.sideboxbrdr ul li {
	margin:0;
	padding:0 0 0 0;
	clear: left;
	 }
	 
#navLocal li a, .sidebox div.sideboxbrdr ul li a {
	display:block;
	margin-left:20px;
	margin-right:0px;
	text-decoration: none;
	padding:6px 4px;
	 }

#navLocal li a:hover, .sidebox div.sideboxbrdr ul li a:hover {
	text-decoration:none;
	color:#333 !important;
	 }

#navLocal li {
	list-style-type: none;
	 }

ul#navLocal {
	list-style-type: none;
	margin:0;
	padding:0;
	 }

#navLocal li.active, .sidebox div.sideboxbrdr ul li:active  {
	display:block;
	 }

#navLocal li.active a, .sidebox div.sideboxbrdr ul a:active, #navLocal li.active li.active a, #navLocal li.active li.active li.active li.active a, #navLocal li.active li.active li.active li.active li.active  a, #navLocal li.active li.active li.active li.active li.active  li.active a, #navLocal li.active li.active li.active li.active li.active  li.active a, #navLocal li.active li.active li.active li.active li.active li.active li.active a  {
	display:block;
	color: #333;
	font-weight: bold;
	 }

#navLocal li.active li a, #navLocal li.active li.active  li a, #navLocal li.active li.active li.active  li a, #navLocal li.active li.active li.active li.active  li a, #navLocal li.active li.active li.active li.active li.active   li a  {
	display:block;
	font-weight: normal;
    color: #003da5;	
	 }
	 
#navLocal li ul {
	margin-left:15px;
	 }	
		
#navLocal.navLocal li.parent-nav-item a { 

	 }

p.sc-degree-req-credits {
	text-align:right;
	 }

p.sc-BodyTextNS {
	text-align:left;
	 }

/*Right Panel Styles*/
#rightpanel table {
	margin-top: 10px;
	width: 100%;
	text-align: left;
	height: 100%;
	line-height: 1.2;
	 }

#rightpanel td {
	clear: both;
    text-align: left;
	padding: 5px;
	border: 1px solid #eee;
	 }

#rightpanel td.sc-coursenumber  {
	text-align: left;
	width: 20%
	 }

#rightpanel p.credits  {
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	 }

#rightpanel #main td p.credits  {
	margin-top: 0;
	 text-align: right;
	 font-weight: normal;
	 text-transform: none;
	 }

#rightpanel td.sc-totalcredits  {
	 padding-left: 5px;
	 text-align: right;
	 font-weight: bold;
	 width:100px;
	 }

#rightpanel td.sc-coursetitle  {
	 padding-right: 5px;
	 text-align: left;
	 width: 70%;
	 }

#rightpanel td.sc-totalcreditslabel  {
	 text-align: left;
	 font-weight: bold;
	 width: 400px;
	 }

#rightpanel .sc-requirementsNote  {
	 text-align: left;
	 margin-top: 4px;
	 font-style: italic;
	 }

#rightpanel #sc-childlinks ul  li, #rightpanel #sc-parentlink ul  li {
	 list-style-type: none;
	 }

#sc-childlinks ul li p a, #sc-parentlink ul li p a  {
	 display: block;
	 line-height: 13px;
	 margin-top: 8px;
	 }

#sc-relatedlinks {
	 display:block;
	 float:left;
	 width: 100%;
	 margin-bottom: 20px;
	 }

.sc-relatedlinklabel {
     margin-top: 15px;
	 }
   
#rightpanel ul.sc-searchPagination {
	 display: inline;
	 list-style-type: none;
	 padding: 0px;
	 }

#rightpanel ul.sc-searchPagination li {
	 display: inline;
	 margin: 0px;
	 padding-right: 10px;
	 }

div.sideboxbrdr > div > label {
	 font-size: 2px;
	 }

select#leftcolumn_0_drpSearchType {
	 margin: 0 15px 0 0px;
	 }

div.sidebox div.sideboxbrdr div label {
     font-size: 1px;
     line-height: 1px;
	 }

div.sideboxbrdr>div {
	 height: 30px;
	 }

#smallmenu {
    display: none;
	cursor: pointer;
	padding-top: 7px;
    padding-bottom: 7px;
	color: #39c;
	font-size:15px;
	font-weight: bold;
	background-color: #ccc;
	background-image: url(/Institutions/California-Southern-University/images/menuicon.png);
	background-repeat: no-repeat;
	background-position: 94% 50%;
    background-size: 15px 15px;
	text-align: center;
	width:100%;
	margin: 0 auto;
	 }

.ui-dialog .ui-dialog-title {
	font-family: 'Work Sans', sans-serif !important;
	 }
	 
.ui-widget-content a {
	color: #003da5 !important;
}

.ui-widget-content a:hover {
	color: #000 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
top: 0% !important;
margin: 5px 0 0 0 !important;
	 }
	 
#skip_link {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    background: #fff;
    color: #000;
    font-style: normal;
    z-index: 999;
    text-transform: uppercase;
    padding: 10px 10px 15px;
}

#skip_link:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: absolute;
    white-space: normal;
    width: auto;
}

	 
.addthis_toolbox a.at300b {
    font-size: 1px;
    color: #fff;
}

.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
	padding: 0px !important;
}

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
    width: 40px !important;
}

#rightpanel #main .sc-childlinks ul p, #rightpanel #main .sc-parentlink ul p {
	margin: 0px;
}

#rightpanel #main .sc-parentlink {
	margin-top: 30px;
}

#rightpanel .ui-tabs .ui-tabs-nav li.ui-state-active {
    background: #004c8e;
}

#rightpanel .ui-tabs .ui-tabs-nav li {
    list-style-type: none;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .15);
    background: #07589f;
    border-radius: 0;
}

#rightpanel #main .ui-tabs .ui-tabs-nav li.ui-state-active a {
    color: #f5f5f5;
}

#rightpanel #main .ui-tabs .ui-tabs-nav li a {
    font-size: 14px;
    color: #a1bbda;
    font-weight: 600;
    padding: 7px 50px;
}

.ui-widget-content, .ui-widget-header {
    border: none !important;
    color: #000 !important;
    background: none !important;
    font-weight: normal !important;
}

.ui-tabs .ui-tabs-panel, .ui-tabs .ui-tabs-nav {
    padding: 0 !important;
}

.ui-dialog-titlebar {
    background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x !important;
} 

.ui-draggable {
    border: 1px solid #e8e8e8 !important;
    background: #fff !important;
}

button.expandable span {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* Degree styles if accordion */

#accordionSection h2 {
    padding: 15px 3px 15px 10px;
    position: relative;
    width: 100%;
    text-align: left;
    cursor: pointer;
    margin-top: 3px;
    border-bottom: 1px solid #e7e7e7;
    background: #f5f5f5;
    font-size: 20px;
}

#accordionSection h2:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #cf4b18 transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    display: block;
}

#accordionSection h2.arrow_up:after {
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #cf4b18 transparent;
}

/* CSU Inline Styles */

footer#site-footer {
    color: #c4c4c7;
    background-color: #0f0f1e;
}

.site-branding img {
    height: 120px;
}

.navigation-foundation ul li a span, .navigation-foundation .menu-trigger .menu-title, header.site-header .header-wrapper .header-sections .tools .header-cart .header-cart-title, header.site-header .header-wrapper .header-sections .tools .header-expanded-view .header-account > a {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
}

footer#site-footer a, footer#site-footer input[type='email'], footer#site-footer input[type='submit']:hover, footer#site-footer .copyright-section .footer_text a, footer#site-footer .widget-area .widget p, footer#site-footer .widget .widget-title {
    /* transition-delay: .4s; */
    transition: color .9s cubic-bezier(.785,.135,.15,.86) .1s, opacity .3s ease 0s;
    color: #c4c4c7;
}

body, p, a, .breadcrumbs-wrapper .breadcrumbs, ul.variation li .item-variation-name {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0px;
}

@-webkit-keyframes bgslide{from{background-position-x:0}to{background-position-x:-200%}}@keyframes bgslide{from{background-position-x:0}to{background-position-x:-200%}}.wpp-widget-placeholder,.wpp-widget-block-placeholder{margin:0 auto;width:60px;height:3px;background:#dd3737;background:linear-gradient(90deg,#dd3737 0%,#571313 10%,#dd3737 100%);background-size:200% auto;border-radius:3px;-webkit-animation:bgslide 1s infinite linear;animation:bgslide 1s infinite linear}

.page-header-bg{background:#f7f7f7;background-color:#f7f7f7;background-repeat:repeat;background-position:center center;background-attachment:scroll;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;background-size:cover;}/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.vc_custom_1682342820848{margin-top: 0px !important;margin-bottom: 3rem !important;padding-top: 0px !important;}.vc_custom_1658418136866{margin-top: 0px !important;background-color: #091931 !important;}.vc_custom_1581536881788{background-color: #f1f1f1 !important;}.vc_custom_1579725407434{background-color: #dfe0e2 !important;}.vc_custom_1634231675210{background-image: url(https://www.calsouthern.edu/wp-content/uploads/2021/10/Call-to-Action.jpg?id=9941) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1681243708284{margin-bottom: 3rem !important;}.vc_custom_1671159048643{margin-top: 0px !important;padding-top: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1681243772899{margin-bottom: 3rem !important;}.vc_custom_1681243688058{margin-bottom: 3rem !important;background-color: #e8e8e8 !important;}.vc_custom_1674763137745{margin-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1682371157739{margin-top: -25px !important;margin-bottom: 0px !important;padding-top: 1rem !important;padding-right: 1rem !important;padding-bottom: 1rem !important;padding-left: 1rem !important;background-image: url(https://www.calsouthern.edu/wp-content/uploads/2023/01/marginBgd800.png?id=12011) !important;}.vc_custom_1671763276039{margin-top: 0px !important;}.vc_custom_1671763586620{margin-top: 0px !important;padding-top: 2px !important;}.vc_custom_1658416444223{padding-top: 5px !important;background-color: #e8e8e8 !important;}.vc_custom_1579708390729{padding-top: 0px !important;}.vc_custom_1591728933993{margin-bottom: -20px !important;padding-top: 30px !important;padding-right: 80px !important;padding-left: 80px !important;}.vc_custom_1660326492188{background-image: url(https://www.calsouthern.edu/wp-content/uploads/2022/08/careers01d.jpg?id=11515) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1660326557964{background-image: url(https://www.calsouthern.edu/wp-content/uploads/2022/08/private-practiced.jpg?id=11517) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1660326713758{background-image: url(https://www.calsouthern.edu/wp-content/uploads/2022/08/private-practice3d.jpg?id=11521) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1660326657195{background-image: url(https://www.calsouthern.edu/wp-content/uploads/2022/08/therapyd.jpg?id=11519) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585072151676{background-image: url(https://www.calsouthern.edu/wp-content/uploads/2020/03/testimonial14.jpg?id=5638) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1657055751802{margin-bottom: 0px !important;}.vc_custom_1580414591695{padding-top: 0px !important;}.vc_custom_1582644727503{margin-bottom: 0px !important;}.wpb_animate_when_almost_visible { opacity: 1; }

#popuppress-5559 {
			width: 800px;
			height: auto;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
			border: solid 2px rgba(0,0,0,0.4);
		}
		#popuppress-5559 .pps-wrap {
			padding: 25px 30px 25px 30px;
			background-color: #FFFFFF;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		@media screen and (max-width: 600px){
			#popuppress-5559 .pps-wrap {
			  padding: 0.6em;
			}
		}
		#popuppress-5559 .pps-header {
			background-color: #FFFFFF;
			-moz-border-radius: 2px 2px 0px 0px;
			-webkit-border-radius: 2px 2px 0px 0px;
			border-radius: 2px 2px 0px 0px;
		}
		#popuppress-5559 .pps-header h3 {
			margin-bottom: 10px;
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 19px;
			padding-left: 0px;
			border-color: #EEEEEE;
			line-height: 1.4;
			font-size: 30px;
			color: #444444;
			text-align: center
		}
		#popuppress-5559 .pps-content {
			padding: 0px;
		}

		#popuppress-5559 .pps-iframe iframe {
			height: 460px;
		}
		#popuppress-5559 .pps-pdf iframe {
			height: 460px;
		}
		#popuppress-5559 .pps-embed{
			min-height: 460px;
		}
		#popuppress-5559 .pps-embed iframe {
			width: 100%;
			height: 460px;
		}
		#popuppress-5559 .pps-control-nav {
			bottom: -32px;
		}
		
		#popuppress-5559 .pps-content,
		#popuppress-5559 .pps-content p,
		#popuppress-5559 .pps-content ul,
		#popuppress-5559 .pps-content ol,
		#popuppress-5559 .pps-content em,
		#popuppress-5559 .pps-content span,
		#popuppress-5559 .pps-content a {
			font-size: 16px;
			line-height: 1.6;
		}
		#popuppress-5559 .pps-content h1 {
			font-size: 32px;
			line-height: 1.3;
			margin: 0.5em 0;
			padding: 0px;
		}
		#popuppress-5559 .pps-content h2 {
			font-size: 27.2px;
			line-height: 1.3;
			margin: 0.4em 0;
			padding: 0px;
		}
		#popuppress-5559 .pps-content h3 {
			font-size: 20.8px;
			line-height: 1.3;
			margin: 0.3em 0;
			padding: 0px;
		}
		/* Customize the button of the popup */
a.pps-btn.pps-button-popup {
 color: #FFF;
 font-size: 12px;
 line-height: 1.6;
 font-weight: bold;
 padding:5px 14px 4px;
 font-family: Arial, Helvetica, sans-serif;
 background-color: #348ECC;
 border-bottom: 2px solid #1B80C5;
 border-radius: 3px;
}
a.pps-btn.pps-button-popup:hover {
 background-color: #3C9CDD;
 border-color: #1B80C5;
}
#popuppress-5559 .pps-content h3 {
    font-size: 30px;
}
/* Add additional styles */

		#popuppress-5559.pps-popup.pps-has-border:before {
			
			top: -16px;
			right: -16px;
			width: 34px;
			height: 34px;
			-webkit-border-radius: 34px;
			-moz-border-radius: 34px;
			border-radius: 34px;
			background-color: rgba(0,0,0,0.4);
		
		}
		#popuppress-5559 .pps-close {
			position: absolute;
			top: -14px;
			right: -14px;
		}
		#popuppress-5559 .pps-close a.pps-close-link {
			width: 18px;
			height: 18px;
			line-height: 1;
			background-color: #FFFFFF;
			-webkit-border-radius: 18px;
			-moz-border-radius: 18px;
			border-radius: 18px;
		}
		#popuppress-5559 .pps-close a.pps-close-link i.pps-icon:before{
			font-size: 18px;
			line-height: 1;
			color: #999999
		}
		#popuppress-5559 .pps-close a.pps-close-link:hover i.pps-icon:before{
			color: #222222
		}
		
header.site-header .header-wrapper .header-sections,
.topbar,
.page-header .title-section .title-section-wrapper .title-wrapper .page-title-wrapper .page-title,
.page-header .title-section .title-section-wrapper .title-wrapper .term-description,
.single-product .product_layout .product-info-cell .product_summary_top .page-title-wrapper h1,
.product_layout.product_layout_style_3 .product-title-section-wrapper .product-title-section-wrapper-inner .title-wrapper h1,
.breadcrumbs-wrapper .breadcrumbs,
.page-header .title-section .title-section-wrapper .shop-categories-wrapper .shop-categories,
.page-header .title-section .title-section-wrapper .blog-categories-wrapper .blog-categories,
.page-header .title-section .title-section-wrapper .title-wrapper .page-title-wrapper .back-btn svg,
.content-area,
.blog-content-area,
.post-content-area,
.woocommerce-pagination,
.products_ajax_button,
.single-product .product-images-wrapper .product-labels,
.box-share-master-container,
.product_layout #product-images,
.product_layout .product-images-inner .product_tool_buttons_placeholder,
.product_layout.product_layout_style_3 .product-title-section-wrapper .product-title-section-right,
.products-nav,
footer#site-footer,
body.single-product .product_layout_default .sidebar-container,
.single-product .product_layout.product_layout_default .product-info-cell .product_summary_middle,
.single-product .product_layout.product_layout_style_2 .product-info-cell .product_summary_middle,
.product_layout.product_layout_style_3 .product-title-section-wrapper .product-title-section-wrapper-inner .product_summary_middle,
.single-product .product_layout.product_layout_default .product-info-cell .product_summary_bottom,
.single-product .product_layout.product_layout_style_2 .product-info-cell .product_summary_bottom,
.single-product .single-bottom-inview,
.product_layout .product-thumbnails,
.product_layout .product-vr-thumbnails,
body.single .page-header .barberry-entry-meta ul.entry-meta-list,
.page-title-delimiter { opacity: 1; } ul.products li.product,
    .blog-listing .blog-articles article { visibility: visible; }

/*--------------------------------

Barberry Web Font

-------------------------------- */
@font-face {
  font-family: 'Barberry';
  src: url("/Institutions/California-Southern-University/styles/fonts/Barberry.eot");
  src: url("/Institutions/California-Southern-University/styles/fonts/Barberry.eot") format("embedded-opentype"), url("/Institutions/California-Southern-University/styles/fonts/Barberry.woff2") format("woff2"), url("/Institutions/California-Southern-University/styles/fonts/Barberry.woff") format("woff"), url("/Institutions/California-Southern-University/styles/fonts/Barberry.ttf") format("truetype"), url("/Institutions/California-Southern-University/styles/fonts/Barberry.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------
	base class definition
-------------------------*/
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'Barberry';
  speak-as: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.icon-sm {
  font-size: 0.8em; }

.icon-lg {
  font-size: 1.2em; }

/* absolute units */
.icon-16 {
  font-size: 16px; }

.icon-32 {
  font-size: 32px; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.icon-bg-square,
.icon-bg-circle {
  padding: 0.35em;
  background-color: #eee; }

.icon-bg-circle {
  border-radius: 50%; }

/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.icon-ul {
  padding-left: 0;
  list-style-type: none; }

.icon-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4; }

.icon-ul > li > .icon {
  margin-right: 0.4em;
  line-height: inherit; }

/*------------------------
  spinning icons
-------------------------*/
.icon-is-spinning {
  -webkit-animation: icon-spin 2s infinite linear;
  -moz-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear; }

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*------------------------
  rotated/flipped icons
-------------------------*/
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/*------------------------
	icons
-------------------------*/
.icon-bb-menu-left::before {
  content: "\ea02"; }

.icon-bb-menu-full::before {
  content: "\ea03"; }

.icon-bb-cart-16::before {
  content: "\ea04"; }

.icon-bb-heart-gl::before {
  content: "\ea05"; }

.icon-bb-heart-line::before {
  content: "\ea06"; }

.icon-bb-favourite-line::before {
  content: "\ea07"; }

.icon-bb-favourite-gl::before {
  content: "\ea08"; }

.icon-bb-discount::before {
  content: "\ea09"; }

.icon-bb-user-16::before {
  content: "\ea0a"; }

.icon-bb-share-24::before {
  content: "\ea0b"; }

.icon-bb-share-16::before {
  content: "\ea0c"; }

.icon-bb-360::before {
  content: "\ea0d"; }

.icon-bb-tail-left-16::before {
  content: "\ea0e"; }

.icon-bb-tail-right-16::before {
  content: "\ea0f"; }

.icon-bb-medium-left::before {
  content: "\ea10"; }

.icon-bb-medium-right::before {
  content: "\ea11"; }

.icon-bb-medium-up::before {
  content: "\ea12"; }

.icon-bb-medium-down::before {
  content: "\ea13"; }

.icon-bb-back::before {
  content: "\ea14"; }

.icon-bb-eye::before {
  content: "\ea15"; }

.icon-bb-ruler::before {
  content: "\ea16"; }

.icon-bb-search::before {
  content: "\ea17"; }

.icon-bb-video::before {
  content: "\ea18"; }

.icon-bb-user-24::before {
  content: "\ea19"; }

.icon-bb-small-add::before {
  content: "\ea1a"; }

.icon-small-delete::before {
  content: "\ea1b"; }

.icon-bb-plus-24::before {
  content: "\ea1c"; }

.icon-bb-minus-24::before {
  content: "\ea1d"; }

.icon-bb-coupon::before {
  content: "\ea1e"; }

.icon-bb-edit::before {
  content: "\ea1f"; }

.icon-bb-small-left::before {
  content: "\ea20"; }

.icon-bb-small-right::before {
  content: "\ea21"; }

.icon-bb-small-up::before {
  content: "\ea22"; }

.icon-bb-small-down::before {
  content: "\ea23"; }

.icon-bb-tail-left-24::before {
  content: "\ea24"; }

.icon-bb-tail-right-24::before {
  content: "\ea25"; }

.icon-bb-sidebar::before {
  content: "\ea26"; }

.icon-bb-document::before {
  content: "\ea27"; }

.icon-bb-comments-32::before {
  content: "\ea28"; }

.icon-bb-close-24::before {
  content: "\ea29"; }

.icon-bb-close-16::before {
  content: "\ea2a"; }

.icon-bb-check-32::before {
  content: "\ea2b"; }

.icon-bb-cart-speed-32::before {
  content: "\ea2c"; }

.icon-bb-alert-32::before {
  content: "\ea2d"; }

.icon-bb-box-32::before {
  content: "\ea2f"; }

.icon-bb-download-32::before {
  content: "\ea30"; }

.icon-bb-home-32::before {
  content: "\ea31"; }

.icon-bb-edit-32::before {
  content: "\ea32"; }

.icon-bb-power-32::before {
  content: "\ea33"; }

.icon-bb-dashboard-32::before {
  content: "\ea34"; }

.icon-bb-alert-48::before {
  content: "\ea35"; }

.icon-bb-check-12::before {
  content: "\ea36"; }

.icon-bb-button-play::before {
  content: "\ea38"; }

.icon-bb-search-24::before {
  content: "\ea39"; }

.icon-bb-pin-32::before {
  content: "\ea3a"; }

.icon-bb-cart-speed-16::before {
  content: "\ea3b"; }

.icon-bb-favorite-32::before {
  content: "\ea3c"; }

.icon-bb-credit-card-32::before {
  content: "\ea3d"; }

.icon-bb-email-32::before {
  content: "\ea3e"; }

.icon-bb-present-32::before {
  content: "\ea3f"; }

.icon-bb-dish-32::before {
  content: "\ea40"; }

.icon-bb-compare-16::before {
  content: "\ea41"; }

.icon-bb-business-contact-32::before {
  content: "\ea42"; }

.icon-bb-ticket-32::before {
  content: "\ea43"; }

.icon-bb-support-32::before {
  content: "\ea44"; }

.icon-bb-cart-return-32::before {
  content: "\ea45"; }

.icon-bb-users-wm-32::before {
  content: "\ea46"; }

.icon-bb-flag-points-16::before {
  content: "\ea47"; }

.icon-bb-lock-16::before {
  content: "\ea48"; }

.icon-bb-award-32::before {
  content: "\ea49"; }

.icon-bb-award-32-2::before {
  content: "\ea4a"; }

.icon-bb-check-all-16::before {
  content: "\ea4b"; }

.icon-bb-bookmark-32::before {
  content: "\ea4c"; }

footer#site-footer .copyright-section .social-icons li svg {
    fill: #c4c4c7;
}

footer#site-footer .social-icons li a, footer#site-footer input[type='email'], footer#site-footer input[type='submit']:hover, footer#site-footer .widget_tag_cloud .tagcloud .tag-cloud-link, body.tag-cloud-equal footer#site-footer .widget_tag_cloud .tagcloud .tag-cloud-link:hover:before {
    background: #0f0f1e;
}

footer#site-footer .copyright-section .social-icons li a .s-circle_bg, footer#site-footer input[type='submit'], body.tag-cloud-equal footer#site-footer .widget_tag_cloud .tagcloud .tag-cloud-link:hover {
    background: #c4c4c7;
}

footer#site-footer .copyright-section .social-icons li a:hover svg {
    fill: #0f0f1e;
}

@media screen and (max-width: 1090px) {
header.site-header.header-left .header-wrapper .header-sections .mobile-nav {
    display: inline-block;
}
}

@media screen and (max-width: 1090px) {
.navigation-foundation ul, header.site-header.header-left .header-wrapper .header-sections .barberry-navigation {
    display: none;
}
}

/*   Responsive Designs   */

@media screen and (max-width: 980px) {

/* setup menu toggle */

#leftpanel div.sidebox:nth-child(3) .hdr{
	display: none !important;
}

#sc-rightpanel-top {
	 background-color: #fff;
	 }
	
#middle {
	 width: 100%;
	 margin: 10px auto;
	 clear:both; 
	 float: none;
	 padding: 0 10px;
	 }
	
.toc {
	 display: none;
	 }
	
.toggled-on {
	 display: block;
	 margin: 3px 20px;
	 }
	
div#leftpanel>div.sidebox>div.hdr {
	 cursor: pointer;
	 background-color: #0F0F1E;
	 background-image: url("/Institutions/Franciscan-Missionaries-of-Our-Lady-University/images/menuicon.png");
	 background-repeat: no-repeat;
	 background-position: 94% 50%;
     background-size: 15px 15px;
	 text-align: center;
	 padding: 6px 0;
	 color: #fff;
	 margin-top: 10px;
	 display: block;
	 }
   
#sc-top-links {
     display: none;
   	 }

#leftpanel>.sidebox {
     display: block;
   	 }
      
div.sidebox {
     margin: 7px 20px;
	 width: 100%;
	 margin: 0 auto;
   	 }
	 
div.sidebox div.hdr {
     font-size: 14px;
   	 }
   
#leftcolumn_0_txtBxTerm {
	 width: 40%;
	 }
   
#leftcolumn_0_Panel1 {
	 /* display:none; */
	 width: 95%;
	 margin: 3px auto;
	 }
	 
#leftcolumn_0_Panel1 > div.sidebox > div.sideboxbrdr {
     display: inline;
     }
		 
#leftcolumn_0_Panel1 > div.sidebox > div.hdr {
     display: inline;
     }
		 
#leftcolumn_0_Panel1 > div.sidebox > div.sideboxbrdr>div {
     display: inline;
     }
		 
div.sidebox div.sideboxbrdr div label {
	 display:none;
     }
		 
#sc-parentlink, #sc-childlinks {
     float: none;
     width: 100%;
     }

#rightpanel {
	 clear:right;
	 float: none;
	 width:100%;
	 max-width:960px;
	 margin: 0;
	 padding: 0;
	 height: auto;
	 }
	 
#main {
	 margin:0;
	 width:95%;
	 height: auto;
	 padding:15px 20px;
	 }

#leftpanel {
	 max-width:100%;
	 width:100%;
	 margin:0;
	 padding:0;
	 float: none;
	 clear:left;
	 }
	 
#rightpanel #main {
     width: 95%;
	 float:none;
	 margin: 0 auto;
	 height: auto;
	 padding-right:10px;
	 padding-left:10px;
	 }  
	
#searchBox div.sidebox  {
    display: block;
    float: left;
    margin: 0px auto;
    width: 100%;
     }
		 
#searchBox div.sidebox  div.hdr{
    display: block;
    float: left;
	width: 100px;
	margin-top:7px;
	font-size: .85em;
     }
		 
#searchBox  div.sidebox  div.sideboxbrdr {
	display: block;
    float: left;
	width: 300px;
     }
		 
#searchBox {
    height: auto;
    padding-bottom: 8px;
     }
	
#rightpanel table {
      width: 100% !important;
     }
	
#rightpanel td.sc-coursenumber {
     }
	
#footerWrap {
     width: 100%;
     }
	
#pageBanner {
     width: 100%;
     }

/* end menu toggle */
	
#smallmenu {
     display:block;
     }
		 
#topnav, .logins {
     display:none;
     }
	
ul#topnav {
     float: none;
     height: auto;
     }
	
ul#topnav a.prospective, ul#topnav a.current, ul#topnav a.online,  ul#topnav a.faculty, ul#topnav a.visitors, ul#topnav li {
	 width: 100% !important; 
	 margin: 0 auto;
	 float: none;
	 display: block;
     }
	
#footer {
     font-size: 12px;
     font-size: .75rem;
     }
}

@media screen and (max-width: 770px) {

.secondaryNavWrap {
     display:none;
     }

.toggled-on {
	 display: block !important;
	 }
}

@media screen and (max-width: 550px) {
	
.toggled-on {
}

#sc-rightpanel-top {
     float: right;
     max-width: 550px;
	 width: 95%;
     margin: 0 10px;
	 float:none;
     }
		 
#rightpanel #main {
     width: 97%;
     max-width: 550px;
     margin: 0 4px;
     padding-right: 3px;
     padding-left: 3px;
     }
		 
#rightpanel table {
     width: 97% !important;
	 padding-right: 3px;
     padding-left: 3px;
	 margin: 0;
     }
		 
p.credits {
     width: 95% !important;
	 padding-right: 6px;
     padding-left: 3px;
	 margin: 0;
     }
		 
#footerSC {
	 clear:both;
	 display: block;
	 }
	
div.ui-dialog  {
	 max-width:90% !important;
     }
	 
div.ui-dialog div.desc {
     width: 90%;
     height: auto;
     }
	 
span.desc div#main {
     margin: 5px;
	 padding: 5px;
     }
}

@media screen and (max-width: 450px) {

.toggled-on {
	}

#smallmenu {
	 font-size: 12px;
	 }
	 
#footerSC a {
     font-size: .6em;
     }
	 
p.sc-BodyText, p.sc-BodyTextCentered, p.bodytext, p {
     font-size: 12px;
     font-size: .75rem;
     }
	
#breadcrumb p {
     font-size: 11px !important;
     font-size: .6825rem !important;
     }
	 
#breadcrumb p a:link, #breadcrumb p a:visited {
     font-size: 11px !important;
     font-size: .6825rem !important;
     }
}

@media screen and (max-width: 360px) {
    
#leftcolumn_0_txtBxTerm {
	 margin-left:2px;
     }
	 
select#leftcolumn_0_drpSearchType {
     margin: 0 0 0 15px;
     }
}
