@charset "utf-8";
/* CSS Document */

/* main styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color:#4b4b45;
	font-size: 14px;
	margin:0;
	display: block;
}

strong {font-weight: bold}

p {
	font-size: 14px; }
	
h1 {
	font-size: 1.95em;
	font-weight:normal;
	margin-top:0;
	padding-top:0;
}

h2 {
	font-size: 1.125em;
	font-weight:normal;
}

h3 {
	font: bold 16px;
	margin: 0; 
	padding: 10px 0 0 0; 
	color: #0078bf; 
}

h3 strong{font-weight: bold}



h4, .h4Style {
	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #0078bf;
	padding: 0;
	margin: 0;
}

h5 {
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #0078bf;
}

h6 {
	
}

.blue {
	color: #0078bf;
}

.white {
	color:#FFF;
}

.date {
	color: #FFF;
}

	.infobtn {width:4%; float: left}
	.feetxt {width:96%; float: left}

a, a:active { color:#0078bf; text-decoration: underline;}
a:hover { color: #00537E; text-decoration: none;}

.span_2_of_2 ol {
    padding-left:20px;
}

.span_2_of_2 ul {
    padding: 0 0 0 20px;
}

.span_2_of_2 ol li {
    padding: 5px;
    margin-left: 35px;
	font-size: 14px;
}

.span_2_of_2 ul li {
    margin: 5px;
	font-size: 14px;
}

hr.style1 {
	border-top: 1px solid #0078bf;
}

table.agenda  { border: 1px solid #4b4b45; }
.agenda tr td { vertical-align:top; padding: 6px 10px;}
.agenda tr.even td { background-color: rgba(0,120,191,.1) ;}
.agenda tr.header td {background-color: #0078bf; color: #fff; }
.agenda tr:nth-child(even){background-color: rgba(0,120,191,.1);}
.agenda th {background-color: #0078bf; color: #FFF; padding: 6px 10px; text-align: left}
.agenda h3 {color: #FFF}


table.fees  { border: 1px solid #4b4b45; }
.fees tr td { padding: 6px 10px;}
.fees tr.even td { background-color: rgba(0,120,191,.1) ;}
.fees tr.header td {background-color: #0078bf; color: #fff; }
.fees ul li { font-size: 1.4em; line-height: 1.4em; }
.fees ol li { font-size: 1.1em; line-height: 1.4em; }
.fees ul li ol li, .article ol li ol li, .article ul li ul li, .article ol li ul li { font-size: 1em; line-height: 1.4em;}

table.exhibit  { border: 1px solid #4b4b45; }
.exhibit tr td { vertical-align:top; padding: 6px 10px;}
.exhibit tr.even td { background-color: rgba(0,120,191,.1) ;}
.exhibit tr.header td {background-color: #0078bf; color: #fff; }

/* button styles */

.btn {
	font-family: Arial;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:15px 40px 15px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;	
}

.btn-small {
	font-family: Arial;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;	
}

.btn-small.black {
	background-color: rgba(75,75,69,.9);
	text-decoration: none;
	color:#fff;
}

.btn-small.black:hover {
	background-color: rgba(75,75,69,.9);
	text-decoration: none;
	color:#fff;
}

.btn-blue {
	background-color:#0078bf;
	border: 1px solid #0078bf;
	border-radius: 5px;
}

.btn-blue:hover {
	background-color: rgba(0,120,191,.9);
	text-decoration: none;
	color:#fff;
}

.btn-green {
	background-color:#00843d;
	border: 1px solid #00843d;
	border-radius: 5px;
}

.btn-green:hover {
	background-color: rgba(0,132,61,.9);
	text-decoration: none;
	color:#fff;
}

.btn-black {
	background-color:#4b4b45;
	border: 1px solid #4b4b45;
	border-radius: 5px;
}

.btn-black:hover {
	background-color: rgba(75,75,69,.9);
	text-decoration: none;
	color:#fff;
}

.btn-purple {
	background-color:#711371;
	border: 1px solid #711371;
	text-decoration: none;
	border-radius: 5px;
}

.btn-purple:hover {
	background-color: rgba(155,38,155,.9);
	color:#fff;
}

.btn-orange {
	background-color:#F89627;
	border: 1px solid #F89627;
	text-decoration: none !important;
	border-radius: 5px;
}

.btn-orange:hover {
	background-color: rgba(248,150,39,.9);
	color:#fff;
}

.register-button {
	margin-top: 35px;
}

.agenda-nav {
	margin: 35px 0;
}

.btn::before {
	background-image:url(/images/white-arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-9px;
	width: 16px;
	height: 16px;
}

.btn:active::before {
	top:50%;
	margin-top:-12px;
}

	.button-column {
		width:215px;
		float: left;
	}
	
	.button-column.left {
		padding-right:20px;
	}
		
	.button-column.right {
		padding-left:20px;
	}

.clearthis {clear: both;}
.clear-mobile {display:block;}

/* main navigation */
#nav-trigger {
  display: none;
  text-align: center; }
  
#nav-trigger span {
    display: inline-block;
    padding: 10px 30px;
    background-color: #ff0032;
    color: white;
    cursor: pointer;
    text-transform: uppercase; }
	
#nav-trigger span:after {
      display: inline-block;
      margin-left: 10px;
      width: 20px;
      height: 10px;
      content: "";
      border-left: solid 10px transparent;
      border-top: solid 10px #fff;
      border-right: solid 10px transparent; }
	  
#nav-trigger span:hover {
      background-color: #016aa2; }
	  
#nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; }

nav {margin-top:20px; }

nav#nav-main {
  background-color: #0078bf;
  padding: 14px 0; }
  
nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
	
nav#nav-main li {
    display: inline-block;
    border-right: solid 1px #fff;
	}
	
nav#nav-main li:last-child {
	border-right: none; }
	  
nav#nav-main a {
	font: normal 15px Arial, sans-serif;
    display: block;
    color: white;
	text-decoration:none;
    padding: 1px 17px; }
	
nav#nav-main a:hover {
	background-color: #016aa2;
	color: #fff; }

nav#nav-mobile {
  position: relative;
  display: none; }
  
nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #ff0032; }
	
nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 1px #cc0028; }
	
nav#nav-mobile li:last-child {
	border-bottom: none; }
	  
nav#nav-mobile a {
	display: block;
	color: white;
	padding: 10px 30px; }
  
nav#nav-mobile a:hover {
	background-color: #e6002d;
	color: #fff; }

/*breadcrumbs*/
#breadcrumb {height: 15px; z-index: 5; padding: 10px 0 25px 0; clear: left; font: 11px Arial, Helvetica, sans-serif; color: #333;}

#breadcrumb a {font: 11px Arial, Helvetica, sans-serif; color: #333; padding-right: 1.5em; padding-left: .5em; background: url("/images/elements/arrow-gray.png") no-repeat 100% -2px;}


/* layout */
#wrapper {
	width:100%;
}

.container {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}

/* #banner img {
	width:100%;
	height: auto;
	max-width:1000px;
} */

#banner-default {
	background-image: url(/live/courses/images/stock-banner.png);
	background-repeat: no-repeat;
	margin:0 auto;
}

.banner-copy {
	padding:75px 0 0 25px;
}

#banner img.banner-main { 
	width: 100%;
	}
	
#banner img.banner-mobile {
	display:none;
	}	
	
#color-bar {
	padding:12px 0 12px 0;
}

#color-bar.save-the-date {
	background-color: #4b4b45;
}

#color-bar.save-the-date img {
	padding-left:25px;
}

#color-bar.live-events {
	background-color: #00843d;
	margin-top:20px;
}

#color-bar.rjf-mobile {
	display: none;
}

#color-bar.rjf {
	background-color: #00843d;
	margin-top:20px;
}


nav {margin-top:0; }

.logo {
	float: left;
}

.logo img {
	padding: 25px 25px 25px 0;
	width:300px;
}

.facultyRow {
	
}

.facultyLeft {
	width: 45%; 
	float: left;
}

.facultyRight {
	width: 45%; 
	float: left; 
	margin-left: 2%;
}

.facultyImage {
	float: left;
	width:25%;
}

.facultyText {
	float:right;
	width: 70%;
	padding-left: 10px;
}


.facultyFull {
	width: 100%;
}

.facultyTextFull {
	float: left;
	padding-left: 2%;
}

.facultyImageFull {
	float: left;
}

.row {
	
}

.row.buttons {
	
}

.leftColumn {
	float: left;
	width: 50%;
}

.rightColumn {
	float: right;
	width: 50%; 
}

#breadcrumb {
	padding-left:0;
	padding-top:15px;
}

#content {
	padding: 20px 0;
}

.span_1_of_1.fees {
	padding:20px;
	width:74.5%;
}

/*  SECTIONS  */

/*  GRID OF THREE  */
.span_3_of_3 { width: 30.3%; float: right; padding: 0 3% 0 0; }
.span_2_of_3 { width: 30.3%; float: left; padding: 0 3% 0 0; }
.span_1_of_3 { width: 30.3%; float: left; padding: 0 3% 0 0; }

.span_1_of_3 img, .span_2_of_3 img, .span_3_of_3 img  {width:100%; }

/*  GRID OF TWO  */
.span_2_of_2 {
	float: left;
	padding:0 25px 25px 0;
	width: 69.5%;
	border-right: solid 1px rgba(203,203,203,1.00);
	min-height:600px;
}

.span_1_of_2 {
	width: 24.4%;
	float: left;
	background-color: #fff;
	padding:0;
	margin-left:25px;
	min-height: 0;
}

/*  GRID OF ONE  */
.span_1_of_1 {
	width:100%;
	padding-bottom:25px;
}

/* live nav */
#nav-page-livenew { padding: 50px 0 0 0; background: #fff; font-size: 14px;}
#nav-page-livenew ul { display: block; list-style: none; margin: 0; padding: 0; font-size: 16px; letter-spacing: 0.5px; }
#nav-page-livenew ul li { display: inline; margin: 0; font-weight: bold; color: #0078bf; padding: 0; }
#nav-page-livenew ul li ul { padding: 0; margin-bottom: 10px; border: none;}
#nav-page-livenew ul li ul li { padding: 0; margin: 0;}
#nav-page-livenew a, #nav-page a:visited { color:#434241; font-weight: normal; text-decoration: none; display:block; padding:6px 0 0 0; }
#nav-page-livenew a:hover { font-weight: bold; color:#0078bf; text-decoration: none;}
#nav-page-livenew a.current { font-weight: bold; color:#0078bf; text-decoration: none;}

#nav-page-livecme { padding: 50px 0 0 0; background: #fff; font-size: 14px;}
#nav-page-livecme ul { display: block; list-style: none; margin: 0; padding: 0; font-size: 16px; letter-spacing: 0.5px; }
#nav-page-livecme ul li { display: inline; font-weight: bold; color: #0078bf; }
#nav-page-livecme ul li ul { margin-bottom: 10px; border: none;}
#nav-page-livecme ul li ul li { padding: 0; margin: 0;}
#nav-page-livecme a, #nav-page a:visited { color:#434241; font-weight: normal; text-decoration: none; display:block; padding:6px 0 0 0; }
#nav-page-livecme a:hover { font-weight: bold; color:#0078bf; text-decoration: none;}
#nav-page-livecme a.current { font-weight: bold; color:#0078bf; text-decoration: none;}

#liveMobileMenu {
	display: none;
}

#register-button {
	display: none;
}

#alert { background-color:#0081C5; padding:10px; display:inline-block; margin:0 16px 0 18px; }
.alertimage { float:left; padding-right:10px; }
.alertimage img { width:32px; }
.alerttext { color:#FFFFFF; float:left; width:93%; font-size:13px; }

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.infobtn {
    width: 100%;
}
.feetxt {
    width: 100%;
}
}

/* iPhone 5 Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
	nav#nav-main a {font-size: 13px; padding: 1px 4px; }	
}

/* iPhone 5 Portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
	#breadcrumb {display: none;}
	nav#nav-main {display: none }
	.span_1_of_2 {display: none;}
	.container {width:100%;margin:0;}
	.logo img {padding: 25px;width:200px;}
	#color-bar.live-events img {padding-left:25px; width:auto; height: 15px;}
	#color-bar.save-the-date img {width:auto; height: 15px;}
	#color-bar.rjf-mobile {display: block; background-color: #00843d; margin-top:20px;}
	#color-bar.rjf-mobile img {padding-left:25px; width:auto; height: 30px;}
	#color-bar.rjf {display: none;}
	.span_2_of_2 {float: none; padding:0 25px 25px 25px; width: auto; border-right: none; min-height: 0; }
	.span_1_of_3 {width: 100%; float: none;}
	.span_2_of_3 {width: 100%; float: none;}
	.span_3_of_3 {width: 100%; float: none;}
	.span_1_of_1 {padding:0 25px 25px 25px; width: auto}
	#banner img {width:100%; height: auto; max-width:none;} 
	#banner-default {width:100%; height: auto; max-width:none; background-image: url(/live/courses/images/stock-banner-500.png) } 
	#banner img.banner-main { 	display: none;}
	#banner img.banner-mobile { display: block; width: 100%;	}	
	#register-button {display: block; padding: 40px 25px 25px 25px; }
	#liveMobileMenu { display: block;}
	#liveMobileMenu { margin:0 auto; padding:25px 25px 0 25px;}
	#liveMobileMenu ul { list-style: none; padding: 0; margin: 0;}
	#liveMobileMenu a.showTheMenu { font-size: 16px; font-weight: bold; padding: 10px 10px; text-decoration: none; color:#FFFFFF; display: block; background-color:#0078bf;}
	#liveMobileMenu ul li a { display: block; padding: 7px 0 7px 10px; font-size: 14px; text-decoration: none; color:#434241;}
	#liveMobileMenu ul li a.current { display: block; padding: 7px 0 7px 10px; font-size: 14px; font-weight: bold; text-decoration: none; color:#0078bf;}
	#showHideMenu { background: #fff; }
	.liveMobileButton { float: right; }	
	.facultyLeft {width: 100%; float: none;}
	.facultyRight {width: 100%; float: none; margin-left: 0;}
	.leftColumn {width: 100%; float: none;}
	.rightColumn {width: 100%; float: none;}
	.rightColumn.buttons {margin-top:47px; }
	.button-column {width:100%;float: none;}
	.button-column.left {padding-right:0px;}
	.button-column.right {padding-left:0px;}
	#alert { background-color:#0081C5; padding:10px; display:inline-block; margin:25px 18px 0 7px; }
	.alertimage { float:left; padding-right:8px; }
	.alertimage img { width:25px; }
	.alerttext { color:#FFFFFF; float:left; width:88%; font-size:11px; }

}

/* iPhone 6 Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait)  {
	#breadcrumb {display: none;}
	nav#nav-main {display: none }
	.logo img {padding: 25px;width:250px;}
}

/* iPhone 6 Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape)  {
	#breadcrumb {display: none;}
	nav#nav-main {display: none }
	.span_1_of_2 {display: none;}
	.container {width:100%;margin:0;}
	.logo img {padding: 25px !important;width:250px !important;}
	#color-bar.live-events img {padding-left:25px; width:auto; height: 15px;}
	#color-bar.save-the-date img {width:auto; height: 15px;}
	#color-bar.rjf-mobile {display: block; background-color: #00843d; margin-top:20px;}
	#color-bar.rjf-mobile img {padding-left:25px; width:auto; height: 30px;}
	#color-bar.rjf {display: none;}
	.span_2_of_2 {float: none; padding:0 25px 25px 25px; width: auto; border-right: none; min-height: 0; }
	.span_1_of_3 {width: 100%; float: none;}
	.span_2_of_3 {width: 100%; float: none;}
	.span_3_of_3 {width: 100%; float: none;}
	.span_1_of_1 {padding:0 25px 25px 25px; width: auto}
	#banner img {width:100%; height: auto; max-width:none;} 
	#banner-default {width:100%; height: auto; max-width:none; background-image: url(/live/courses/images/stock-banner-500.png) } 
	#register-button {display: block; padding: 40px 25px 25px 25px; }
	#liveMobileMenu { display: block;}
	#liveMobileMenu { margin:0 auto; padding:25px 25px 0 25px;}
	#liveMobileMenu ul { list-style: none; padding: 0; margin: 0;}
	#liveMobileMenu a.showTheMenu { font-size: 16px; font-weight: bold; padding: 10px 10px; text-decoration: none; color:#FFFFFF; display: block; background-color:#0078bf;}
	#liveMobileMenu ul li a { display: block; padding: 7px 0 7px 10px; font-size: 14px; text-decoration: none; color:#434241;}
	#liveMobileMenu ul li a.current { display: block; padding: 7px 0 7px 10px; font-size: 14px; font-weight: bold; text-decoration: none; color:#0078bf;}
	#showHideMenu { background: #fff; }
	.liveMobileButton { float: right; }	
	.facultyLeft {width: 100%; float: none;}
	.facultyRight {width: 100%; float: none; margin-left: 0;}
	.leftColumn {width: 100%; float: none;}
	.rightColumn {width: 100%; float: none;}
	.rightColumn.buttons {margin-top:47px; }
	.button-column {width:100%;float: none;}
	.button-column.left {padding-right:0px;}
	.button-column.right {padding-left:0px;}
	#alert { background-color:#0081C5; padding:10px; display:inline-block; margin:0 18px 0 7px; }
	.alertimage { float:left; padding-right:10px; }
	.alertimage img { width:25px; }
	.alerttext { color:#FFFFFF; float:left; width:88%; font-size:11px; }

}
	
/* iPad landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.container {width:100%;}
	.container {width:100%; }
	.logo img {padding-left: 25px;}
	#color-bar.live-events img {padding-left:25px; }
	.span_2_of_2 {width:64.5%; padding:0 25px;}
	.span_1_of_2 {width:25.6%; margin-right:0;}
}

/* iPad portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	nav#nav-main a {font-size: 14px; padding: 1px 9px; }
	.container {width:100%; }
	.logo img {padding-left: 25px;}
	#color-bar.live-events img {padding-left:25px; }
	.span_1_of_2 {width:24.3%; margin-right:25px;	}
	.span_2_of_2 {width: 62.5%; padding:0 25px;}
	.btn {font-size:14px; padding:12px 37px 12px 12px;}
}

.strike{text-decoration: line-through;
}

.font95{ font-size: .95em }

.hide{display: none}

.iblock, .a-iblock{display: inline-block}

/* Break hide/show on mobile */
.break-show-onmobile{display: block}
.break-hide-onmobile{display: none} 
@media (min-width: 800px) {
.break-show-onmobile{display: none}
.break-hide-onmobile{display: block}
} 

/* add bullets to "strong" tag (for course site general info credit page) */
.creditblock{padding-left: 20px;}
.creditblock strong { display: inline-block; transform: translateX(-6px); margin-top: 5px;}
.creditblock strong::before{content: "•"; display: inline-block; transform: translateX(-5px);}

.server-error{ color: red; display: none} 

.ccblack{color: #4B4B45 !important}

.boldBlue strong{color: #0078bf !important} 

.caps {text-transform: uppercase}

.textbanner {
	padding: 15px;
	background-color: #f4f9ff;
}
.textbanner h1 {
	color: #0081C5;
	font-size: 2.5em;
	margin: 0;
	padding-top: 20px
}
.textbanner p {
	color: #018752;
	font-size: 1.3em;
	margin: 0;
	padding-top: 10px;
}

.outagemsg{
	position: relative; 
	width: 100%; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 5; 
	padding-right: 5;  
	color: #ffffff; 
	text-align: center; 
	font-size: 16px; 
	background-color: #E90003;
	z-index: 100;
}

.font-em-sm-pt25 {
    font-size: .25em;
}

.font-em-sm-pt5 {
    font-size: .5em;
}

.font-em-sm-pt75 {
    font-size: .75em;
}

.font-em-lg-1pt25 {
    font-size: 1.25em;
}

.font-em-lg-1pt5 {
    font-size: 1.5em;
}

.font-em-lg-1pt75 {
    font-size: 1.75em;
}

.font-em-lg-2x {
    font-size: 2em;
}

.font-em-lg-2pt5x {
    font-size: 2.5em;
}

.font-em-lg-3x {
    font-size: 3em;
}

        .tafter { display: none; }
        .tbefore { display: none; }

@-moz-document url-prefix() {
  h3 strong {
      font-weight: 700;
  }
  h3 {
      font-weight: 700;
  }
    
}
