@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.headersection {
	margin-left: 0px;
	margin-right: 0px;
	display: block !important;
}

body {
	padding-top: 0px;
}

.footer-top, .footer-bottom {
	margin-left: 0px;
	margin-right: 0px;
}

footer {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.container2 {
	margin-top: 0px;
}

.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
	margin: 0;
	padding: 0;
}

div.outsideframe > div.row.hidden-lg.hidden-md { 
  display: none !important; 
}

.mnasbo {
	font-family: "PT Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.46667;
	background-color: #fff;
  }
.mnasbo .container {
	max-width: 1160px;
}
.mnasbo a {
	text-decoration: none;
}

.mnasbo a:hover {
	text-decoration: none;
}
.mnasbo h1,  .mnasbo h2,  .mnasbo h3,  .mnasbo h4,  .mnasbo h5,  .mnasbo h6,  .mnasbo p,  .mnasbo ul li {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.mnasbo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mnasbo ol {
	margin: 0;
	padding: 0;
}
.mnasbo ol li {
	list-style-position: inside;
}
.mnasbo .disable {
	cursor: not-allowed !important;
	opacity: 0.5;
}
.mnasbo .m0 {
	margin: 0 !important;
}
.mnasbo .mtb5 {
	margin: 5px 0 !important;
}
.mnasbo .mtb20 {
	margin: 20px 0 !important;
}
.mnasbo .plf10 {
	padding: 0 10px !important;
}
.mnasbo .bg-white {
	background-color: #fff !important;
}
.mnasbo .bg-white-off {
	background-color: #f8f9ff !important;
}
.mnasbo .btn {
	cursor: pointer;
	box-shadow: none;
	transition: 0.5s all ease;
}
.mnasbo .btn.focus,  .mnasbo .btn:focus {
	outline: 0;
	box-shadow: none;
}
.mnasbo .btn-solid-blue {
	background: #253b80;
	border: 2px solid #253b80;
	color: #fff;
}
.mnasbo .btn-solid-blue:hover {
	background: transparent;
	transition: all 0.3s ease;
}
.mnasbo .btn-solid-blue:active {
	background: #253b80;
}
.mnasbo .btn-solid-blue:hover {
	color: #253b80;
}
.mnasbo .dropdown-menu {
	border-radius: 0;
}
.mnasbo .dropdown-toggle:focus {
	box-shadow: none !important;
}
.mnasbo .dropdown-toggle::after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "\f0d7";
	font-size: 12px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #000;
	border: 0 !important;
	line-height: 0;
}
.mnasbo .topbar {
	background-color: #B32318;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 60px solid #c4c0bd;
}
.mnasbo .topbar a {
	color: #fff;
	font-size: 13px;
	display: inline-block;
    transition: 0.5s all ease;
}
.mnasbo .topbar a + a {
	margin-left: 15px;
}
.mnasbo .topbar a:hover {
	color: #C4C0BD;
}
.mnasbo .topbar .text-right {
	height: 98px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.mnasbo a.footer-legal:hover {
	color: #C4C0BD;
}

@media only screen and (max-width: 767px) {
.mnasbo .topbar .text-right {
  	margin-right: 10px;
}
  .mnasbo .container {
      padding: 4px 20px;
  }
}
.mnasbo .title-bar .contenthold {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #c4c0bd;
	border: 2px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	margin-top: -73px;
	min-height: 60px;
	padding: 15px;
    border-bottom: none;
}

@media only screen and (max-width: 767px) {
.mnasbo .title-bar .contenthold {
	flex-direction: column;
}
.mnasbo .title-bar .contenthold h2 {
	margin-bottom: 15px;
}
}
.mnasbo .title-bar .contenthold h2 {
	font-size: 25px;
	color: #000;
}
.mnasbo .title-bar .contenthold a {
	background-color: #b32318;
	border: 2px solid #fff;
	display: inline-block;
	color: #fff;
	padding: 8px 15px;
}
.mnasbo .primary-footer {
	color: #fff;
	font-size: 13px;
	background-color: #333333;
	border-top: 10px solid #232323;
	padding: 10px 0 5px 0;
}
.mnasbo .primary-footer .copyinfo {
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	margin-top: 15px;
	border-top: 2px solid #fff;
	padding-top: 10px;
}
.mnasbo .primary-footer h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
.mnasbo .primary-footer span {
	display: block;
	text-align: center;
}
}
.mnasbo .primary-footer a {
	color: #fff;
	line-height: 22px;
}
.mnasbo .primary-footer a:hover {
	color: #B32318;
}
.mnasbo .primary-footer p + p {
	margin-top: 10px;
}
.mnasbo .primary-footer .content {
	background-color: #2f495b;
	padding: 15px 15px;
	font-size: 13px;
}
.mnasbo .primary-footer .text-right {
	margin: 10px 0 20px 0;
	padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .mnasbo .topbar .text-right {
      height: 55px;
  }
  .rightimg {width:25%; float:none;}
}
.mnasbo .bottom-footer {
	background-color: #B32318;
	margin: 0 auto 0;
}
.mnasbo .bottom-footer a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
.mnasbo .bottom-footer .container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
}
.mnasbo .bottom-footer .container:after, .mnasbo .bottom-footer .container:before {
	display: none;
}

html, body, ul li {
    color: #777777;
    font-family: 'PT Sans' ,Arial,Helvetica,sans-serif!important;
    font-size: 12pt!important;
}
a {
   color: #B32317;
   text-decoration: none;
}

a:hover {
   color:#333333;
   text-decoration: none;
}
h1 {font-size:26px; font-weight:400; margin-bottom: 15px; color:#B32317; text-transform:none;}
h2 {font-size:22px; font-weight:400; margin-bottom: 15px; color:#000; text-transform:none;}
h3 {font-size:20px; font-weight:400; margin-bottom: 15px; color:#003045; text-transform:none;}
h4 {font-size:18px; font-weight:400; margin-bottom: 15px; color:#B32317; text-transform:none;}
h5 {font-size:16px; font-weight:200; margin-bottom: 15px; color:#000;}
h6 {font-size:16px; font-weight:400; margin-bottom: 15px; color:#003045;}



/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0-ExcOPIDUg-g.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0aExcOPIDUg-g.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0yExcOPIDUg-g.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0KExcOPIDU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OOtLR8a8zILig.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OqtLR8a8zILig.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OCtLR8a8zILig.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.jumbotron h1 {font-size:30px;}
.jumbotron p {font-size:17px;}
.jumbotron {padding: 5px 30px 5px 30px;}
.clsFeaturedProduct {background-color: #c4c0bd !important ;}
.formbutton a {
  background-color: #b32318;
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  padding: 8px 15px;
  }
.formbutton a:hover {
  background-color: #c4c0bd;
  color: #666;
  }

   .col-left {
    float: left;
    }
    .col-right {
    float: right;
    }
    .col-left-30 {
    float:left;
    width:30%;
    }
    .col-right-70 {
    float:right;
    width:70%;
    }
    .col-left-30 p, .col-left-30 ul, .col-left-30 ol, .col-left-30 h1, .col-left-30 h2, .col-left-30 h3, .col-left-30 h4, .col-left-30 h5, .col-left-30 h6, .col-right-70 p, .col-right-70 ul, .col-right-70 ol, .col-right-70 h1, .col-right-70 h2, .col-right-70 h3, .col-right-70 h4, .col-right-70 h5, .col-right-70 h6, .col-left-half p, .col-left-half ul, .col-left-half ol, .col-left-half h1, .col-left-half h2, .col-left-half h3, .col-left-half h4, .col-left-half h5, .col-left-half h6, .col-right-half p, .col-right-half ul, .col-right-half ol, .col-right-half h1, .col-right-half h2, .col-right-half h3, .col-right-half h4, .col-right-half h5, .col-right-half h6, .col-left-third p, .col-left-third ul, .col-left-third ol, .col-left-third h1, .col-left-third h2, .col-left-third h3, .col-left-third h4, .col-left-third h5, .col-left-third h6, .col-center-third p, .col-center-third ul, .col-center-third ol, .col-center-third h1, .col-center-third h2, .col-center-third h3, .col-center-third h4, .col-center-third h5, .col-center-third h6, .col-right-third p, .col-right-third ul, .col-right-third ol, .col-right-third h1, .col-right-third h2, .col-right-third h3, .col-right-third h4, .col-right-third h5, .col-right-third h6 {
    padding-right:1em;
    }
    .clear {
    clear:both;
    }

/*              This is for the three column layout, evenly spaced   */

.col-left-third {
	float: left;
	width: 33%;
}
.col-right-third {
	float: right;
	width: 33%;
}
.col-center-third {
	display:inline-block;
	width: 33%;
}
.col-left-narrow {
        float: left;
        width: 15%;
}
.col-right-wide {
        float: right;
        width: 84%;
}

/*              This is for the two column layout, evenly spaced.     */

.col-left-half {
	float: left;
	width: 48%;
	
}
.col-right-half {
	float: right;
	width: 48%;
}


/*              This is for the two column layout for a schedule.     */

.col-left-sched {
	float: left;
	width: 23%;
	text-align: right;	
}
.col-right-sched {
	float: right;
	width: 75%;
}
.session-description {
	float: right;
	width: 95%;
}


.clear {
     clear:both;
}
.full {
	display:inline;
}

.mobile {
	display:none;
}



@media (max-width:750px) {

.full {
	display:none;
}
.mobile {
	display:inline;
}

.col-left {
	float: none;
	width: 100% !important;
}
.col-right {
	float: none;
	width: 100% !important;
}
.col-left-third {
	float: none;
	width: 100%;
}
.col-right-third {
	float: none;
	width: 100%;
}
.col-center-third {
	float: none;
	width: 100%;
	padding-right: None;
}
.col-left-half {
	float: none;
	width: 100%;
}
.col-right-half {
	float: none;
	width: 100%;
}
.col-left-sched {
	float:none;
	width:90%;
	background-color:#C4C0BD;
	padding:5px;
	border-radius:10px;
	margin-bottom:5px;
	text-align:left;
}
.col-left-sched p {
	font-size:125%;
}
.col-right-sched {
	float:none;
	width:100%;
	margin-bottom: 1em;
	background-color: #fff;
        padding-left: 10px;
}
.col-left-narrow {
        float: none;
        width: 100%;
}
.col-right-wide {
        float: none;
        width: 100%;
}
}
.fineprint {font-size:12px;}
.institute h4 {margin-top:-10px; margin-bottom: 4px;}
.institute .col-left-sched p, .institute .col-right-sched p {margin-bottom: 4px;margin-top:-6px;}
.rightimg {width:20%; float:right; margin:0px 0px 10px 15px;}

bl.dl-horizontal {color:#B32317 !important}
.rdb355 well form-group {color:#B32317 !important} 


.event_1{background-color: #83b9eb !important;color:black !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:white !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:white !important; }.event_11{background-color: #6aa84f !important;color:white !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:white !important; }.event_-11{background-color: #7474d9 !important;color:white !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:white !important; }.event_12{background-color: #eeeeee !important;color:black !important;}.event_icon_12{color: #eeeeee !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#eeeeee;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:white !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:white !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:white !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:white !important; }.event_-14{background-color: #bb93d5 !important;color:white !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:white !important; }.event_15{background-color: #bf9000 !important;color:white !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:white !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:white !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:white !important; }.event_3{background-color: #dd9d5a !important;color:white !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:white !important; }.event_4{background-color: #003045 !important;color:white !important;}.event_icon_4{color: #003045 !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#003045;color:white !important; }.event_5{background-color: #e06666 !important;color:white !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:white !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:white !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:white !important; }.event_8{background-color: #b32318 !important;color:white !important;}.event_icon_8{color: #b32318 !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#b32318;color:white !important; }.event_9{background-color: #bf9000 !important;color:white !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:white !important; }