body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight: normal;
	background-color: #fff;
	overflow-x: hidden;
	line-height: 1.5;
}
a {
	color: #0094DA;
	cursor: pointer;
	text-decoration: none;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
a:hover, a:focus {
	color: #999;
	outline: none;
	text-decoration: none;
}
a.dark {
	color: #797EB3;
	cursor: pointer;
	text-decoration: none;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
a.dark:hover, a.dark:focus {
	color: #aaa;
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:Lora;
	color: #0094DA;
	margin-bottom: 5px;
	margin-top: 0;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	margin-bottom: 20px;
	text-align:justify;
}
p.lead {
	font-size: 24px;
	font-weight: 300;
	text-align:left;
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin-bottom: 20px;
	text-align:justify;
}
ul li, ol li {
	text-align:left;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #1ABC9C;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}
.alignleft {
	float:left;
	margin-right:30px;
}
.alignright {
	float:right;
	margin-left:30px;
}
svg.search-icon {
	fill:#333;
}
/*	Section
	==================================================*/
.section {
	padding: 30px 0;
}
.active-section {
	top: 0px;
}
.navbar.active-section {
	top: 0 !important;
}
.container {
	position:relative;
	clear:both;
}
/*	Header
	==================================================*/
.logo {
	padding:10px 0 10px 10px;
}
.logo-title {
	text-align:left;
	margin:30px 0 0 0;
}
.logo-title h1 {
	text-align:left;
	font-size:40px;
}
#topheaderbar {
	background-color: #0094DA;
	padding:5px 20px;
	height:45px;
	text-align:center;
}
#header {
	box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	z-index:9999;
}
/*	Navbar
	==================================================*/
.navbar-inverse .navbar-brand {
	padding: 5px 5px;
	/*margin-right: 30px;*/
	color: inherit;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #000;
}
.navbar-inverse {
	background-color:#fff;
	border:none;
}
.navbar-right button {
	margin: 23px 0;
}
.navbar-nav>li>a {
	font-family: "Oswald", Helvetica, Arial, Verdana, sans-serif;
	padding: 10px 0;
	margin: 0 15px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #ebebeb;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0);
	color: #3498db;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
	border-radius: 0;
}
.header-button {
	margin-left: 15px;
}
/* search-form */
.searchpanel {
	margin:40px 0 0 0;
	padding:2px 10px 2px 2px;
}
.search-form {
	float:right;
	border:1px solid #0094DA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:#ddd;
	width:213px;
	margin:2px 0 0 0;
}
.search-form input[type="text"] {
	float:left;
	background:#ddd;
	border:0;
	width:166px;
	padding:6px 8px;
	color:#444;
	font-size:12px;
	line-height:15px;
	outline:none;
	margin:0;
	-webkit-border-radius: 0 !important;
}
.search-form input[type="submit"] {
	float:right;
	background:url(../images/magnify-glass.png) no-repeat;
	width:36px;
	height:28px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	border:0;
	outline:none;
	cursor:pointer;
	-webkit-border-radius: 0 !important;
}
.search-form input[type="submit"]:hover {
	cursor:pointer;
	background:url(../images/magnify-glass-hover.png) no-repeat;
}
::-webkit-input-placeholder { /* Edge */
 color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #999;
}

::placeholder {
 color: #999;
}
/*	Breadcrumbs
	==================================================*/
#breadcrumbs {
	padding:10px 0;
	font-size: 14px;
	color:#AAA;
}
/* Home
==================================================*/
.homepanel {
	color:#333;
	margin:0 0 20px 0;
	line-height:22px;
}
.homepanel h1, .homepanel h2, .homepanel h3 {
	margin:5px;
	padding:0;
	text-align:justify;
}
.homepanel.panel2outer {
	border-left: 0px solid #eee;
	border-right: 1px solid #eee;
	height:450px;
	overflow:hidden;
}
.homepanel.panel1 {
	color:#333;
	margin:0 0 0 0;/*border-bottom: 5px solid #F76674;*/
}
.panel1_inner {
	padding:50px 0 20px 0;
}
.homepanel.panel1 p {
	color:#333 !important;
}
.homepanel .panel2 {
	padding:10px;
}
.homepanel .paneltitle {
	border-bottom: 2px solid #0094DA;
	margin:0 0 10px 0;
}
.homepanel ul {
	padding:0;
	margin:0 0 0 20px;
	list-style: url("../images/bullets.png");
}
.homepanel ul li {
	color:#fff !important;
	padding:0;
	margin:5px 0 5px 0;
}
.datehome {
	float:left;
	background-color:#fff;
	text-align:center;
	width:75px;
	margin:0 10px 0 0;
	padding:0;
}
.date_mm {
	background-color:#ddd;
	border:1px solid #0094DA;
	color:#0094DA;
	font-size:16px;
	font-weight:bold;
	padding:2px 0;
	text-transform: uppercase;
}
.date_dd {
	font-size:22px;
	font-weight:400;
	line-height:22px;
	color:#333;
	margin-top:5px;
}
.date_day {
	font-size:14px;
	font-weight:400;
	color:#333;
}
.theme-light .nivo-controlNav {
	padding: 10px 0 !important;
}
.oxi_addons__light_box_style_1 .oxi_addons__light_box_parent {
    padding: 0px 10px 10px 10px !important;
}
.news-pubs-items .news-pubs-img {
	padding:0 0 0 5px;
}
.news-pubs-items:first-child {
	border:1px solid #09F;
	background-color:#eee;
	padding:2px 0;
	margin:0 0 5px 0;
	overflow:auto;
	font-weight:bold;
}
/*	Home
	==================================================*/
/*	About Home
	==================================================*/
#about-home {
	background:rgba(255, 255, 255, 0.1);
	/*background: url('../images/bg-02.jpg');
	background-repeat:no-repeat;
	background-size: cover;*/
	padding:0;
	margin:0;
}
#about-home .abouttext {
	background:rgba(255, 255, 255, 0.9);
	padding:20px 20px;
	overflow:auto;
}
#about-home .lead {
	color: #900;
}
#about-home p {
	color:#333;
}
#about-home .topics {
	background:rgba(255, 255, 255, 0.9);
	min-height:325px;
	padding:20px 20px;
}
#about-home .topics h1, #about-home .topics h2, #about-home .topics h3 {
	color:#036;
}
#about-home .topics ul {
	margin: 0 0 0 25px;
	padding:0;
}
#about-home .topics ul li {
	margin:0 0 10px 0;
}
/*	About Inner
	==================================================*/
#about {
	background-color: #fff;
	padding: 10px 0;
}
#about .about_inner {
	padding:0;
	background:rgba(255, 255, 255, 1);
}
#about .lead {
	font-size:16px;
	color: #069;
	font-style:italic;
}
#about .lead::before {
 content:open-quote;
 font-size:24px;
 color: #999;
 font-style:italic;
}
#about .lead::after {
 content: close-quote;
 font-size:24px;
 color: #999;
 font-style:italic;
 line-height:28px;
}
#about p {
	color:#000;
}
/* Main Panel
==================================================*/

#mainpanel {
	background:rgba(255, 255, 255, 1);
	padding:5px 50px 5px 20px;
	min-height:400px;
}
#mainpanel h1 {
	margin:30px 0 20px 0;
	padding:0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
#mainpanel h2 {
	margin:50px 0 0 0;
	padding:0 0 10px 0;
}
#mainpanel h3, #mainpanel h4 {
	color: #555;
	margin:30px 0 0 0;
	padding:0 0 10px 0;
}
#mainpanel .tab-content h3 {
	margin-bottom:5px;
	padding-bottom:5px;
}
#mainpanel ul, #sidepanel ol {
	padding: 0;
	margin: 0 25px;/*list-style:none;*/
	list-style: url("../images/bullets.png");
}
#mainpanel ul li, #mainpanel ol li {
	margin-bottom:20px;
}
#mainpanel ul li, #sidepanel ol li {
	padding: 0;
	margin: 10px 10px;
}
#mainpanel ul.nav li {
	padding: 0;
	margin: 0 5px;
}
img {
	max-width:100%;
	height:auto;
}
table.courses {
	width:100%;
}
.grayborder tbody td, .grayborder td {
	border:1px solid #ccc;
	padding:2px;
}
#ffs-tabbed-1 li.resp-tab-active, #ffs-tabbed-1.resp-tabs-list li:hover {
	border-top-color: #984C46 !important;
	border-bottom-color: #984C46 !important;
}
/*	Sidepanel
	==================================================*/
#sidepanel {
	padding:5px 0 0 0;
	background-color:#efefef;
	border:1px solid #ccc;
}
#sidepanel h1, #sidepanel h2, #sidepanel h3, #sidepanel h4 {
	color:#777;
	font-weight:300 !important;
	padding:0;
	margin:5px 0 5px 0;
}
#sidepanel {
	padding-left:0px !important;
}
#sidepanel ul, #sidepanel.textwidget ul, #sidepanel ol, #sidepanel.textwidget ol {
	padding: 0;
	margin: 0 10px;
}
#sidepanel ul li, #sidepanel ol li {
	list-style:none;
	padding: 0;
	margin: 0 2px;
}
#sidepanel img {
	padding:1px;
	border: 1px solid #ddd;
}
#sidebar ul li.widget {
	margin-bottom:30px;
}
#sidebar h2.widgettitle {
	font-size:22px;
	font-weight:bold;
}
/*	Footer
	==================================================*/ 
#footer {
	background:#eee;
	border-top: 1px solid #0094DA;
	color:#333;
	text-align: left;
	padding:25px;
	margin-top:75px;
}
#footer text-left {
	text-align:left;
}
#footer text-right {
	text-align:right;
}
#footer h2 {
	margin-bottom:5px;
	padding:0;
}
h2.hw-title {
	font-size:20px;
}
#footer .hw-widget ul {
	list-style:none;
	margin:10px 0;
	padding:0;
}
#footer a {
	color:#333;
}
#footer a:hover {
	color:#999;
}
#footer-bottom {
	color:#333;
	padding:25px;
	background-color: #ddd;
	overflow:auto;
}
.button.is-checked {
	color: #06C;
	border-bottom: 0px solid #069;
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 25px;
	background: #FFF;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	box-shadow: none;
}
label.screen-reader-text {
	display:none;
}
footer .social_icons {
	margin:5px auto 5px auto;
}
#footer .social_icons ul {
	float:right;
	display:table;
	margin:0 auto;
	padding:0px;
	font-size:0;
}
#footer .social_icons li {
	display:inline-block;
	vertical-align:top;
	margin:0 25px 0 0;
	font-size:22px;
}
#footer .social_icons li a {
	display:block;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:5%;
	color: #666;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
#footer .social_icons li a:hover {
	font-size:24px;
 color:
}
.zoom-social-icons-list {
    text-align: right !important;
}
.wp-block-table {
	width:100%;
	
}
.wp-block-table td {
	padding:5px !important;
}

/*	Responsive
	==================================================*/ 

@media (max-width: 991px) {
.logo-title {
 text-align:left;
 margin:15px 0 0 0;
}	
.section {
 padding:10px 0;
 margin:0;
}
.navbar-fixed-top {
 position:relative;
}
#about-home {
 background:rgba(255, 255, 255, 0.1);
 padding:10px 0 0 0;
}
 #sidepanel {
 position: relative;
}
#footer .text-left, #footer .text-right {
 text-align:center;
}
h2.hw-title {
	font-size:20px;
	text-align:left;
}
}
@media (max-width: 767px) {
.section {
 padding:10px 0;
 margin:0;
}
.logo-title h1 {
 text-align:center;
 font-size:24px;
}
 .container {
 max-width: 98%;
 padding-left: 5px;
 padding-right: 5px;
}
#mainpanel {
 padding: 10px;
}
#footer .text-left, #footer .text-right {
 text-align:center;
}
.zoom-social-icons-list {
    text-align: left !important;
}
h2.hw-title {
	font-size:20px;
	text-align:left;
}
}
@media (max-width: 490px) {
 .section {
 padding:10px 0;
 margin:0;
}
#breadcrumbs {
 margin-left:20px;
 padding:5px 0;
 font-size: 14px;
 color:#AAA;
}
#about img {
 max-width:100%;
}
 #footer-bottom .text-left, #footer-bottom .text-right {
 text-align:center;
}
}
