@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&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.qrca .row {
	margin-left: 0px;
  	margin-right: 0px;
}

div.qrca {
	font-family: "Lato", sans-serif;
	color: #000000;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}

div.qrca .container {
	max-width: 1250px;
	width: inherit;
}

@media only screen and (max-width: 1300px) {
	div.qrca .container {
		width: 100%;
		max-width: 1400px;
	}
}

div.qrca .mb-15 {
	margin-bottom: 15px !important;
}

div.qrca a, div.qrca a:hover, div.qrca a:focus {
	outline: 0 none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div.qrca h1, div.qrca h2, div.qrca h3, div.qrca h4, div.qrca h5, div.qrca h6, div.qrca p {
	margin: 0;
	padding: 0;
}

div.qrca ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.qrca ul li {
	margin: 0;
	padding: 0;
}

div.qrca .m-t-5 {
	margin-top: 5px;
}

div.qrca .dropdown-toggle:focus {
	box-shadow: none !important;
}

div.qrca .dropdown-toggle::after {
	position: absolute;
	right: 15px;
	top: 20px;
	content: "\f0da";
	font-size: 12px;
	font-family: 'Font Awesome 5 Free - ce21';
	font-weight: 900;
	color: #fff;
	border: 0 !important;
	line-height: 0;
}

div.qrca .topbar {
	text-align: right;
	padding: 4px 0 8px 0;
}

div.qrca .topbar a {
	background: #1b4b89;
	font-weight: 300;
	font-size: 13px;
	padding: 4px 15px;
	margin: 0 1px;
	color: #fff;
	display: inline-block;
}

div.qrca .topbar a:last-child {
	background: #4D9ECF;
}

@media only screen and (max-width: 767px) {
	div.qrca .topbar a {
		font-size: 11px;
		padding: 4px 9px;
		margin: 0;
	}
}

div.qrca .topbar a:hover {
	background: #458DBD;
}

@media only screen and (max-width: 767px) {
	div.qrca .logo-wrapper {
		margin-top: 15px;
	}
}

/*div.qrca .logo-wrapper .text-left .img-responsive {
	max-width: 190px;
}*/

@media only screen and (max-width: 767px) {
	div.qrca .logo-wrapper .text-right {
		display: none;
	}
}

div.qrca .logo-wrapper .text-right a {
	background-color: #c6c6c6;
	color: #fff;
	font-size: 17px;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
	margin-right: 6px;
	-webkit-transition: all 225ms ease-in 0s;
	-moz-transition: all 225ms ease-in 0s;
	-o-transition: all 225ms ease-in 0s;
	transition: all 225ms ease-in 0s;
}

div.qrca .logo-wrapper .text-right a:hover {
	opacity: 0.5;
}

div.qrca .logo-wrapper .navbar-toggle {
	border: 0;
	outline: none;
	background-color: #1b4b89;
	margin: 0;
	padding: 10px;
}

div.qrca .logo-wrapper .navbar-toggle span {
	background-color: #fff;
}

div.qrca .main-menu-wrapper {
	background-color: #fff;
	border-bottom: 1px solid #eeeeee;
}

div.qrca .main-menu-wrapper .navbar-default {
	background: transparent;
	box-shadow: none;
	min-height: inherit;
	margin-bottom: 0;
	border: 0;
}

@media only screen and (min-width: 768px) {
	div.qrca .main-menu-wrapper .navbar-default {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}
	div.qrca .main-menu-wrapper .navbar-default:before, div.qrca .main-menu-wrapper .navbar-default:after {
		display: none;
	}
}

div.qrca .main-menu-wrapper .navbar-nav>li>a {
	padding-top: 0;
	padding-bottom: 0;
}

div.qrca .main-menu-wrapper .navbar-nav>li:last-child>a {
	padding-right: 0px;
	margin-right: 0px;
}

div.qrca .main-menu-wrapper .dropdown-menu {
	background-color: #1b4b89;
	min-width: 250px !important;
	border-radius: 0;
	border: none;
	padding: 5px 0;
	box-shadow: 0 8px 12px -2px rgba(0, 0, 0, 0.175);
}

div.qrca .main-menu-wrapper .dropdown-menu a {
	background: transparent;
	color: #fff !important;
	line-height: 40px;
	font-size: 14px;
	text-transform: none;
	padding: 0 20px;
}

div.qrca .main-menu-wrapper .dropdown>.dropdown-toggle {
	padding: 0;
	margin: 0;
}

div.qrca .main-menu-wrapper .dropdown>.dropdown-toggle::after {
	display: none;
}

div.qrca .main-menu-wrapper .navbar-default .navbar-nav>li>a {
	color: #363839;
	font-size: 14px;
	font-weight: 500;
	line-height: 60px;
	padding: 0px 30px;
	text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
	div.qrca .main-menu-wrapper .navbar-default .navbar-nav>li>a {
		padding: 0px 15px;
	}
}

@media only screen and (max-width: 991px) {
	div.qrca .main-menu-wrapper .navbar-default .navbar-nav>li>a {
		padding: 0 13px;
		font-size: 13px;
		text-transform: none;
	}
}

div.qrca .main-menu-wrapper .active a, div.qrca .main-menu-wrapper .active a:focus, div.qrca .main-menu-wrapper .active a:hover, div.qrca .main-menu-wrapper li a:hover, div.qrca .main-menu-wrapper li a:focus, div.qrca .main-menu-wrapper .navbar-default .navbar-nav>.open>a, div.qrca .main-menu-wrapper .navbar-default .navbar-nav>.open>a:focus, div.qrca .main-menu-wrapper .navbar-default .navbar-nav>.open>a:hover {
	color: #20974a;
	background: transparent;
	box-shadow: none;
	outline: 0;
}

div.qrca .main-menu-wrapper .navbar-default .navbar-toggle {
	border-color: #fff;
}

div.qrca .main-menu-wrapper .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

div.qrca .main-menu-wrapper .collapse ul>li:hover>a {
	color: #1b4b89;
}

div.qrca .main-menu-wrapper .collapse ul ul>li:hover>a, div.qrca .main-menu-wrapper .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, div.qrca .main-menu-wrapper .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	background-color: #8daecf;
	color: #fff;
}

@media only screen and (min-width: 767px) {
	div.qrca .main-menu-wrapper .collapse ul li {
		position: relative;
	}
	div.qrca .main-menu-wrapper .collapse ul li:hover>ul {
		display: block;
	}
	div.qrca .main-menu-wrapper .collapse ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
	}
	div.qrca .main-menu-wrapper .collapse ul ul li {
		position: relative;
	}
	div.qrca .main-menu-wrapper .collapse ul ul li:hover>ul {
		display: block;
	}
	div.qrca .main-menu-wrapper .collapse ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		display: none;
	}
	div.qrca .main-menu-wrapper .collapse ul ul ul li {
		position: relative;
	}
	div.qrca .main-menu-wrapper .collapse ul ul ul li:hover ul {
		display: block;
	}
	div.qrca .main-menu-wrapper .collapse ul ul ul ul {
		position: absolute;
		top: 0;
		left: -100%;
		display: none;
		z-index: 1;
	}
}

div.qrca .primary-footer {
	background-color: #595959;
	padding: 40px 0 30px;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	div.qrca .primary-footer {
		text-align: center;
	}
	div.qrca .primary-footer #footCol1, div.qrca .primary-footer #footCol2, div.qrca .primary-footer #footCol3 {
		margin-bottom: 40px;
	}
}

div.qrca .primary-footer a {
	color: #eebd5e;
	-webkit-transition: all 225ms ease-in 0s;
	-moz-transition: all 225ms ease-in 0s;
	-o-transition: all 225ms ease-in 0s;
	transition: all 225ms ease-in 0s;
}

div.qrca .primary-footer a:hover {
	color: #999;
}

div.qrca .primary-footer .foot-head {
	color: #eee;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 16px;
}

div.qrca .primary-footer #FooterContentArea a {
	color: #eebd5e;
	-webkit-transition: all 225ms ease-in 0s;
	-moz-transition: all 225ms ease-in 0s;
	-o-transition: all 225ms ease-in 0s;
	transition: all 225ms ease-in 0s;
}

div.qrca .primary-footer #footCol1 p {
	margin-bottom: 15px;
}

div.qrca .primary-footer #footCol2 a {
	margin-bottom: 8px;
	display: block;
}

div.qrca .primary-footer #footSignIn {
	display: inline-block;
	text-align: center;
	background: #C6C6C6;
	color: #242424 !important;
	width: 100%;
	margin-top: 30px;
	padding: 9px 42px;
	font-size: 16px;
	border-radius: 0px;
	font-weight: 700;
	max-width: 180px;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	div.qrca .primary-footer #footSignIn {
		margin-bottom: 30px;
	}
}

div.qrca .primary-footer #footSignIn i {
	margin-right: 10px;
}

div.qrca .primary-footer #footSignIn:hover {
	background-color: #1b4b89;
	color: #fff !important;
	text-shadow: none;
}

div.qrca .primary-footer #foot-social {
	margin-top: 20px;
	display: flex;
}

@media only screen and (max-width: 767px) {
	div.qrca .primary-footer #foot-social {
		justify-content: center;
	}
}

div.qrca .primary-footer #foot-social-head {
	color: #eee;
	margin-top: 7px;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 8px;
}

div.qrca .primary-footer #foot-social-icons a {
	background-color: #c6c6c6;
	border-radius: 30px;
	color: #404241;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	margin-right: 6px;
}

div.qrca .primary-footer #foot-social-icons a:hover {
	background-color: #eebd5e;
	color: white;
}

.fab-ce21, .fas-ce21 {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

@font-face {
	font-family: "Font Awesome 5 Brands - ce21";
	src: url(https://cdn.ce21.com/global/fa-brands-400-custom.eot?#iefix) format("embedded-opentype"), url(https://cdn.ce21.com/global/fa-brands-400.woff2) format("woff2")
}

@font-face {
	font-family: "Font Awesome 5 Free - ce21";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url(https://cdn.ce21.com/global/fa-solid-900-custom.eot?#iefix) format("embedded-opentype"), url(https://cdn.ce21.com/global/fa-solid-900-custom.woff2) format("woff2"), url(https://cdn.ce21.com/global/fa-solid-900-custom.woff) format("woff"), url(https://cdn.ce21.com/global/fa-solid-900-custom.ttf) format("truetype")
}

.fab-ce21 {
	font-family: "Font Awesome 5 Brands - ce21"
}

.fas-ce21 {
	font-family: "Font Awesome 5 Free - ce21"
}

div.qrca .fa-facebook-f:before {
	content: "\f39e";
}

div.qrca .fa-twitter:before {
	content: "\f099";
}

div.qrca .fa-linkedin-in:before {
	content: "\f0e1";
}

div.qrca .fa-instagram:before {
	content: "\f16d";
}

div.qrca .fa-user:before {
	content: "\f007";
}

/*  -------------------------------------- 
    -                                    -
    -     STAFF-ENTERED CODE BELOW       -
    -                                    -
    -                                    -
    --------------------------------------
*/

            h1 {
            font-size: 28px;
            color: #1b4b89;
            line-height: 32px;
            font-weight: normal;
            }
            h2 {
            font-size: 24px;
            color: #686868;
            line-height: 28px;
            font-weight: normal;
            }
            h3 {
            font-size: 20px;
            color: #eebd5e;
            line-height: 24px;
            font-weight: normal;
            }
            p, li, td, tr, th {
            color: #363839;
            font-size: 16px;
            line-height: 20px;
            }
            p.headR {
            text-align: right;
            }
            a {
            color: #458dbd;
            text-decoration: none;
            }
            a:hover {
            color: #363839;
            text-decoration: none;
            transition: all 225ms ease-in 0s;
            }
            
/*This is for standard buttons*/
            a:active.button, a:link.button, a:visited.button {
            background-color: #1b4b89;
            padding: 9px 42px;
            display: inline-block;
            text-decoration: none;
            color: white;
            margin: 0;
            overflow: visible;
            -moz-transition: background-color 0.2s linear 0s;
            -webkit-transition: background-color 0.2s linear 0s;
            text-transform: uppercase;
            }
            a:hover.button {
            background-color: #ccc;
            transition: all 225ms ease-in 0s;
            }

 

            /*This is for REGISTRATION FEE buttons*/
            a:active.buttonFee, a:link.buttonFee, a:visited.buttonFee {
            background-color: #515151;
            padding: 9px 42px;
            display: inline-block;
            text-decoration: none;
            color: white;
            margin: 0;
            overflow: visible;
            -moz-transition: background-color 0.2s linear 0s;
            -webkit-transition: background-color 0.2s linear 0s;
            text-transform: uppercase;
            }
            a:hover.buttonFee {
            background-color: #ccc;
            transition: all 225ms ease-in 0s;
            }


body {
    color: #515151;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
	line-height:24px;
}
h4 a {color:#1b4b89;}
.formbutton {

	background-color: #1b4b89;
	border: none;
	color: #fff;
	cursor: pointer;
	height: auto;
	line-height: normal;
	padding: 9px 42px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 225ms ease-in 0s;
	-moz-transition: all 225ms ease-in 0s;
	-o-transition: all 225ms ease-in 0s;
	transition: all 225ms ease-in 0s;
	}
.formbutton:hover {
		
	background-color: #aaa;
	color: #fff;
	}

div.qrca .learning_text .left h1 {
 	font-size: 48px;
 	color: #81c003;
 	text-transform: uppercase;
 	text-align: center;
 }

 div.qrca .learning_text .return_button {
 	text-align: right;
 }

 div.qrca .learning_text .return_button a {
 	background-color: #0190ba;
 	text-transform: uppercase;
 	color: #fff;
 	font-size: 14px;
 	padding: 4px 13px;
 	display: inline-block;
 	font-weight: 300;
 }

 div.qrca .learning_text {
 	padding: 10px;
 }

 div.qrca .learning_text .centeralign {
 	display: flex;
 	align-items: center;
 }

 @media(max-width:944px) {
 	div.qrca .learning_text .left h1 {
 		font-size: 39px;
 	}
 }

 @media(max-width:782px) {
 	div.qrca .learning_text .left h1 {
 		font-size: 28px;
 	}
 }

 @media(max-width:584px) {
 	div.qrca .learning_text .col-xs-6 {
 		width: 100%;
 	}
 	div.qrca .learning_text .return_button {
 		text-align: center;
 		margin-top: 10px;
 	}
 }

/* -------- Adds -------------- */

   .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: 28%;
	text-align: right;	
}
.col-right-sched {
	float: right;
	width: 70%;
}
.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:10px;}
.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;}.event_1{background-color: #458dbd !important;color:black !important;}.event_icon_1{color: #458dbd !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#458dbd;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !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:black !important; }.event_11{background-color: #6aa84f !important;color:black !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:black !important; }.event_-11{background-color: #7474d9 !important;color:black !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:black !important; }.event_12{background-color: #eebd5e !important;color:black !important;}.event_icon_12{color: #eebd5e !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#eebd5e;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:black !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:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !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:black !important; }.event_15{background-color: #bf3568 !important;color:white !important;}.event_icon_15{color: #bf3568 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf3568;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:black !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:black !important; }.event_3{background-color: #dd9d5a !important;color:black !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:black !important; }.event_4{background-color: #3181cb !important;color:black !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:black !important; }.event_5{background-color: #e06666 !important;color:black !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:black !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:black !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:black !important; }.event_8{background-color: #1b4b89 !important;color:white !important;}.event_icon_8{color: #1b4b89 !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#1b4b89;color:white !important; }.event_9{background-color: #67b0b7 !important;color:black !important;}.event_icon_9{color: #67b0b7 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#67b0b7;color:black !important; }